Age | Commit message (Expand) | Author | Files | Lines |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -3/+3 |
2004-06-27 | * backtrace.c (display_expression, display_frame): Call | Dirk Herrmann | 1 | -1/+1 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -6/+14 |
2003-05-04 | The purpose of this patch is to make guile's internal memoizers | Dirk Herrmann | 1 | -19/+35 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-07-21 | * macros.c: include deprecation.h | Han-Wen Nienhuys | 1 | -0/+1 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -5/+5 |
2002-07-15 | * eval.c (SCM_CEVAL), macros.c (macro_print, scm_makmacro, | Dirk Herrmann | 1 | -2/+17 |
2002-03-15 | Small docstring fixes. | Neil Jerram | 1 | -14/+7 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -1/+1 |
2001-05-20 | (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic, | Marius Vollmer | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -3/+3 |
2001-04-19 | * Fixed scm_thunk_p's results when applied to closures. | Dirk Herrmann | 1 | -2/+48 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -27/+31 |
2001-02-09 | * macros.c (scm_macro_name, scm_macro_transformer): Use | Marius Vollmer | 1 | -4/+5 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -5/+5 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-08-11 | * macros.c: Remove surplus newlines from end of docstrings. | Neil Jerram | 1 | -12/+12 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-23 | * Replace SCM_UNPACK_CAR appropriately. | Dirk Herrmann | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -6/+6 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -3/+3 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-18 | Only include root.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -1/+1 |
2000-03-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-02-07 | * macros.c: Doc patches from Richard Kim. Pasted from scm.texi. | Greg J. Badros | 1 | -3/+27 |
2000-01-18 | * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, | Mikael Djurfeldt | 1 | -11/+11 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -7/+7 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -7/+7 |
1999-12-21 | * macros.c (scm_make_synt): Use scm_make_subr_opt to make the | Mikael Djurfeldt | 1 | -8/+2 |
1999-12-13 | * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC, | Greg J. Badros | 1 | -2/+6 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -57/+48 |
1999-07-07 | Greg's smob patch | Mikael Djurfeldt | 1 | -18/+5 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -2/+2 |
1998-12-19 | * macros.c (scm_makacro, scm_makmacro, scm_makmmacro): Added | Mikael Djurfeldt | 1 | -0/+6 |
1998-10-31 | * macros.c, macros.h: New files. | Mikael Djurfeldt | 1 | -0/+178 |