Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -8/+8 |
2000-03-31 | Some more SCM/scm_bits_t and SCM-is-union issues. | Dirk Herrmann | 1 | -2/+2 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Only include ports.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-17 | Removed empty file genio.h and references to it. | Dirk Herrmann | 1 | -1/+0 |
2000-03-14 | * dynl.c: made dynamic_obj representation a double cell. | Mikael Djurfeldt | 1 | -188/+178 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -2/+2 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -2/+2 |
2000-03-12 | Docstring clarification for scm_registered_modules. | Marius Vollmer | 1 | -3/+3 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -2/+2 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -83/+73 |
2000-01-12 | * scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make | Greg J. Badros | 1 | -2/+2 |
2000-01-11 | * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -2/+2 |
2000-01-11 | * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c, | Greg J. Badros | 1 | -1/+1 |
2000-01-10 | * dynl.c: Use ANSI prototypes. | Marius Vollmer | 1 | -10/+46 |