Age | Commit message (Expand) | Author | Files | Lines |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -7/+0 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -10/+10 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-30 | Critical section review | Neil Jerram | 1 | -0/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -4/+4 |
2004-10-22 | * Makefile.am (INCLUDES): Use @LTDLINC@ instead of | Marius Vollmer | 1 | -9/+9 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -2/+2 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -38/+27 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -2/+3 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -1/+1 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2004-05-15 | * dynl.c (SET_DYNL_HANDLE): Add cast to scm_t_bits to make | Dirk Herrmann | 1 | -1/+1 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -3/+3 |
2003-11-08 | Add a copyright year. | Kevin Ryde | 1 | -1/+2 |
2003-11-08 | (scm_dynamic_unlink): Need scm_list_1 on error message | Kevin Ryde | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-10-05 | * dynl.c (sysdep_dynl_link): switch to scm_lt_dlhandle, | Rob Browning | 1 | -4/+4 |
2002-10-03 | Use scm_lt_ prefix for libltdl functions. | Marius Vollmer | 1 | -8/+8 |
2002-08-04 | gc statistic tweaks | Han-Wen Nienhuys | 1 | -6/+7 |
2002-07-12 | * dynl.c: Don't define stub procedures if DYNAMIC_LINKING is not | Gary Houston | 1 | -42/+0 |
2002-07-10 | * dynl.c: docstring editing. | Gary Houston | 1 | -18/+24 |
2002-07-09 | * dynl.c (scm_dynamic_call): docstring editing. | Gary Houston | 1 | -9/+16 |
2002-06-30 | * dynl.c: Removed all SCM_DEFER_INTS/SCM_ALLOW_INTS, which won't | Gary Houston | 1 | -25/+10 |
2002-06-30 | * posix.c (scm_convert_exec_args), dynl.c | Gary Houston | 1 | -56/+34 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -5/+6 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -1/+2 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -100/+0 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -1/+1 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-06-04 | (scm_registered_modules, scm_clear_registered_modules): Do not emit | Marius Vollmer | 1 | -6/+0 |
2001-06-03 | Include "deprecation.h". | Marius Vollmer | 1 | -1/+1 |
2001-06-03 | (scm_register_module_xxx, scm_registered_modules, | Marius Vollmer | 1 | -0/+13 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -40/+27 |
2001-01-26 | * Added missing includes of string.h. | Dirk Herrmann | 1 | -0/+2 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -6/+7 |
2000-12-05 | * Changed guardian representation to applicable smob. | Dirk Herrmann | 1 | -1/+6 |
2000-11-22 | * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS. | Dirk Herrmann | 1 | -1/+1 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-10-30 | * Change a couple of functions to accept either symbols or strings only. | Dirk Herrmann | 1 | -43/+39 |
2000-10-25 | * Some more work to get rid of SCM_LENGTH | Dirk Herrmann | 1 | -1/+1 |
2000-09-26 | * Replaced a lot of references to SCM_CHARS. | Dirk Herrmann | 1 | -6/+9 |
2000-08-11 | * macros.c: Remove surplus newlines from end of docstrings. | Neil Jerram | 1 | -7/+4 |
2000-06-02 | * dynl.c: Changed #include <ltdl.h> --> #include | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-18 | * Unified some rest argument checking and handling. | Dirk Herrmann | 1 | -39/+5 |
2000-05-04 | Avoid modifications of cells via pointers. Use SCM_SET_CELL... instead. | Dirk Herrmann | 1 | -44/+34 |