Change Guile license to LGPLv3+
[bpt/guile.git] / libguile / gsubr.c
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-24 Ludovic CourtèsInclude <alloca.h> in `gsubr.c'.
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-08 Ludovic CourtèsProvide a C vararg interface to gsubr invocation.
2009-03-01 Ludovic CourtèsMark `scm_gsubr_apply ()' as internal.
2009-03-01 Ludovic CourtèsRemove "compiled closures" ("cclos") in favor of a...
2009-03-01 Ludovic CourtèsChange `scm_gsubr_apply ()' to take the gsubr as its...
2009-02-11 Ludovic CourtèsUse `SCM_SNAME ()' when requesting the name of a subr.
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-01-22 Han-Wen Nienhuys* backtrace.c, debug.c, debug.h, deprecation.c, eq...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2004-09-22 Marius Vollmer*** empty log message ***
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2003-04-20 Dirk Herrmann * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-06-30 Dirk Herrmann* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options...
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-09 Thien-Thi Nguyen(create_gsubr): On "too many args" error,
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-20 Marius Vollmer(scm_c_make_gsubr, scm_c_define_gsubr,
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2000-12-11 Dirk Herrmann* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead...
2000-12-06 Dirk Herrmann* Various minor cleanups.
2000-09-26 Dirk Herrmann* Don't use string or vector macros when accessing...
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-01-26 Greg J. Badros* tag.c: Added doc for `tag', but mark as deprecated...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-12 Mikael Djurfeldt* gsubr.c (scm_make_gsubr): Use scm_make_subr_opt for...
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-08-17 Mikael Djurfeldt* backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c,
1999-07-29 Mikael Djurfeldt* gsubr.c, procprop.h (scm_i_inner_name): Removed.
1999-07-19 Jim Blandy* gdbint.c: Don't include <stdio.h> and "_scm.h" twice.
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-14 Jim Blandy* (__scm.h, alist.c, eval.c, feature.c, gsubr.c, numbers.c,
1998-09-05 Jim Blandy* gsubr.c (GSUBR_TEST): Don't #define this. Nobody...
1998-05-04 Mikael Djurfeldt* gsubr.h, gsubr.c: Moved macros from gsubr.c to gsubr...
1998-03-30 Mikael Djurfeldt* gsubr.c (scm_gsubr_apply): Added dummy return to...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-09-11 Mikael Djurfeldt* procprop.h: Added declaration of scm_i_inner_name.
1997-08-14 Mikael Djurfeldt* gsubr.c (scm_gsubr_apply): From Radey Shouman
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Mikael Djurfeldt* eval.c: scm_i_name moved to gsubr.c
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-19 Gary Houston * filesys.c (scsm_sys_stat): don't SIGSEGV if argument...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import