summaryrefslogtreecommitdiff
path: root/libguile/evalext.c
Commit message (Expand)AuthorAgeFilesLines
...
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * evalext.c: fix various preprocessor usages of new publicRob Browning2003-03-271-1/+1
* * evalext.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.Rob Browning2003-03-251-2/+2
* * evalext.c, evalext.h (scm_self_evaluating_p): New function.Mikael Djurfeldt2003-01-201-1/+51
* * evalext.[ch] (scm_m_undefine, undefine): Deprecated.Dirk Herrmann2002-11-241-0/+3
* * evalext.h, evalext.c (scm_definedp, scm_defined_p): RenamedDirk Herrmann2002-10-191-3/+3
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-2/+2
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-2/+2
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-14/+11
* Read what you type, you bloody jerk.Marius Vollmer2001-05-061-2/+2
* (scm_definedp): Fix docstring.Marius Vollmer2001-05-051-1/+4
* * Removed unused object parameter from SCM_ASSYNT.Dirk Herrmann2001-03-151-5/+5
* * Eliminate some calls to scm_wta.Dirk Herrmann2001-03-041-1/+2
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Eliminated some more calls to SCM_CHARS.Dirk Herrmann2000-09-221-9/+0
* * evalext.c (scm_definedp): Have to work before module system isMikael Djurfeldt2000-08-111-1/+3
* (SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replacesMikael Djurfeldt2000-06-211-2/+2
* * evalext.c (serial-map): Removed deprected alias for scm_map.Mikael Djurfeldt2000-06-121-8/+1
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-0/+4
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-8/+8
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-4/+4
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-1/+1
* * scm_validate.h: Added SCM_NUM2LONG_DEF macro. MakeGreg J. Badros2000-01-121-2/+1
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-1/+1
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-1/+1
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-5/+5
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-1/+1
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-2/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-9/+15
* * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1999-09-121-1/+1
* * debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".Mikael Djurfeldt1999-03-191-0/+1
* * evalext.c, evalext.h (scm_m_generalized_set_x): New memoizingMikael Djurfeldt1999-03-111-0/+16
* * snarf.h (SCM_SYNTAX): New macro to allow convenient declaration ofMaciej Stachowiak1998-12-141-2/+2
* * evalext.c (map-in-order): New name. Replaces serial-map.Mikael Djurfeldt1998-12-071-1/+3
* * evalext.c (scm_definedp): Removed check for isyms; Added aMikael Djurfeldt1998-11-201-11/+39
* * evalext.c, evalext.h (scm_m_sequence_to_list): Removed.Mikael Djurfeldt1998-11-121-16/+0
* * evalext.c (sequence->list): FixMikael Djurfeldt1998-10-311-5/+7
* * evalext.c, evalext.h: New files. Contain non-R5RS thingsMikael Djurfeldt1998-10-311-0/+124