Merge commit 'origin/master' into vm
[bpt/guile.git] / libguile / procs.c
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-09-07 Andy Wingomake thunk? understand programs
2008-08-02 Andy Wingomerge guile-vm to guile
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-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-10 Marius Vollmer* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-18 Dirk Herrmann * procs.c (scm_procedure_documentation): Removed redundant
2002-08-08 Han-Wen Nienhuys* gc.h: add scm_debug_cells_gc_interval to public interface
2002-08-04 Han-Wen Nienhuysnew gc
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-01-10 Dirk Herrmann* procs.h (SCM_CLOSURE_BODY): New Macro.
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-26 Marius Vollmer* tags.h: Update tag system docs.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-21 Marius Vollmer(scm_make_subr_with_generic): Add missing last argument
2001-05-20 Marius Vollmer(scm_c_make_subr, scm_c_define_subr,
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-09 Martin Grabmüller * procs.c: Increased `scm_subr_table_room' to 800...
2001-04-19 Dirk Herrmann* Fixed scm_thunk_p's results when applied to closures.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-16 Martin Grabmüller(scm_make_cclo, scm_procedure_p, scm_closure_p, scm_thu...
2000-12-28 Dirk Herrmann* Re-introduces the unused member "documentation" of...
2000-12-23 Dirk Herrmann* Removed unused member "properties" from struct scm_su...
2000-12-22 Dirk Herrmann* Removed unused member "documentation" from struct...
2000-12-06 Dirk Herrmann* eval.c: remove commented code, remove #ifdef CCLO...
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-09-26 Dirk Herrmann* Don't use string or vector macros when accessing...
2000-08-25 Keisuke Nishida* smob.h (scm_smob_descriptor): Added `apply\' and...
2000-06-12 Mikael DjurfeldtAdded comment
2000-06-05 Dirk Herrmann* Don't assign to SCM_SUBRF, use new SCM_SET_SUBRF...
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-04-25 Dirk Herrmann* Remove function scm_init_iprocs, remove struct scm_ip...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-19 Mikael Djurfeldt* procs.c (scm_make_subr_opt): Tell scm_must_realloc...
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-24 Dirk HerrmannAdded a set of low level macros for accessing cell...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-14 Mikael Djurfeldt* procs.c, procs.h: changed the procedure-with-setter...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
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-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-09-09 Mikael Djurfeldt* procs.c (scm_setter): Signal WTA if handed an entity...
1999-08-31 Jim Blandy* procs.c (scm_make_subr_opt): Fix typo. Remember...
1999-08-29 Mikael Djurfeldt* procs.c (scm_setter): Converted to use generic dispatch.
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-03-11 Mikael Djurfeldt* eval.c, procs.c, procs.h, procprop.c: Renamed getter ->
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-11-21 Mikael Djurfeldt* procs.c: #include "objects.h"
1998-10-31 Mikael Djurfeldt* procs.c, procs.h (procedure-documentation): Moved...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1997-09-11 Mikael Djurfeldt* procprop.h: Added declaration of scm_i_inner_name.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-03-08 Mikael Djurfeldt* procs.c (make-cclo): New undocumented debugging proce...
1997-02-28 Mikael Djurfeldt* procs.c: Introduce the existent C function scm_thunk_...
1996-11-02 Mikael Djurfeldt* * procs.c (scm_closure_p): New function.
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-05 Mikael Djurfeldt* procs.c: New function: scm_thunk_p.
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