summaryrefslogtreecommitdiff
path: root/libguile/gsubr.c
Commit message (Expand)AuthorAgeFilesLines
...
* Change `scm_gsubr_apply ()' to take the gsubr as its first argument.Ludovic Courtès2009-03-021-3/+1
* Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès2009-03-021-44/+34
* Use `SCM_SNAME ()' when requesting the name of a subr.Ludovic Courtès2009-02-111-4/+4
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-0/+2
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-2/+2
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-3/+3
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-2/+2
* * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk Herrmann2003-04-201-2/+0
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann2002-06-301-2/+0
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* (create_gsubr): On "too many args" error,Thien-Thi Nguyen2002-02-091-8/+10
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-29/+1
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* 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-1/+1
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-2/+2
* * validate.hMichael Livshin2001-05-241-9/+10
* (scm_c_make_gsubr, scm_c_define_gsubr,Marius Vollmer2001-05-201-56/+156
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-3/+5
* * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...Dirk Herrmann2000-12-111-3/+7
* * Various minor cleanups.Dirk Herrmann2000-12-061-10/+11
* * Don't use string or vector macros when accessing compiled closures.Dirk Herrmann2000-09-261-2/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-5/+5
* Lots of fixes with respect to strict typing.Dirk Herrmann2000-04-041-2/+2
* * *.[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
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Removed empty file genio.h and references to it.Dirk Herrmann2000-03-171-1/+0
* * tag.c: Added doc for `tag', but mark as deprecated since MikaelGreg J. Badros2000-01-261-7/+5
* * *.[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
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-15/+14
* * gsubr.c (scm_make_gsubr): Use scm_make_subr_opt for creation ofMikael Djurfeldt1999-09-121-10/+4
* * procs.c, procs.h (scm_subr_entry): New type: Stores dataMikael Djurfeldt1999-08-261-0/+34
* * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c,Mikael Djurfeldt1999-08-171-4/+4
* * gsubr.c, procprop.h (scm_i_inner_name): Removed.Mikael Djurfeldt1999-07-291-3/+0
* * gdbint.c: Don't include <stdio.h> and "_scm.h" twice.Jim Blandy1999-07-191-3/+1
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-1/+1
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* * (__scm.h, alist.c, eval.c, feature.c, gsubr.c, numbers.c,Jim Blandy1998-10-141-1/+1
* * gsubr.c (GSUBR_TEST): Don't #define this. Nobody's using theJim Blandy1998-09-051-1/+1
* * gsubr.h, gsubr.c: Moved macros from gsubr.c to gsubr.h and addedMikael Djurfeldt1998-05-041-31/+22
* * gsubr.c (scm_gsubr_apply): Added dummy return to avoid compilerMikael Djurfeldt1998-03-301-0/+1
* * Makefile.in: Rebuilt.Tom Tromey1997-10-151-5/+5
* * procprop.h: Added declaration of scm_i_inner_name.Mikael Djurfeldt1997-09-111-0/+3