summaryrefslogtreecommitdiff
path: root/libguile/macros.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-3/+3
2004-06-27 * backtrace.c (display_expression, display_frame): CallDirk Herrmann1-1/+1
2004-05-06Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer1-6/+14
2003-05-04 The purpose of this patch is to make guile's internal memoizersDirk Herrmann1-19/+35
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-07-21* macros.c: include deprecation.hHan-Wen Nienhuys1-0/+1
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-5/+5
2002-07-15* eval.c (SCM_CEVAL), macros.c (macro_print, scm_makmacro,Dirk Herrmann1-2/+17
2002-03-15Small docstring fixes.Neil Jerram1-14/+7
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1
2001-05-20(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer1-1/+1
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-3/+3
2001-04-19* Fixed scm_thunk_p's results when applied to closures.Dirk Herrmann1-2/+48
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-27/+31
2001-02-09* macros.c (scm_macro_name, scm_macro_transformer): UseMarius Vollmer1-4/+5
2000-12-08Smob-related creanup.Keisuke Nishida1-5/+5
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-08-11 * macros.c: Remove surplus newlines from end of docstrings.Neil Jerram1-12/+12
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-05-23* Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-6/+6
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-3/+3
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-12*** empty log message ***Mikael Djurfeldt1-1/+1
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-1/+1
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-1/+1
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-02-07* macros.c: Doc patches from Richard Kim. Pasted from scm.texi.Greg J. Badros1-3/+27
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-11/+11
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-7/+7
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-7/+7
1999-12-21* macros.c (scm_make_synt): Use scm_make_subr_opt to make theMikael Djurfeldt1-8/+2
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-2/+6
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-57/+48
1999-07-07Greg's smob patchMikael Djurfeldt1-18/+5
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-2/+2
1998-12-19* macros.c (scm_makacro, scm_makmacro, scm_makmmacro): AddedMikael Djurfeldt1-0/+6
1998-10-31* macros.c, macros.h: New files.Mikael Djurfeldt1-0/+178