summaryrefslogtreecommitdiff
path: root/libguile/procs.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-09-22*** empty log message ***Marius Vollmer1-2/+2
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-1/+1
2004-08-10* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer1-1/+1
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-1/+1
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-4/+4
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-18 * procs.c (scm_procedure_documentation): Removed redundantDirk Herrmann1-4/+4
2002-08-08* gc.h: add scm_debug_cells_gc_interval to public interfaceHan-Wen Nienhuys1-1/+1
2002-08-04new gcHan-Wen Nienhuys1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-5/+5
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-7/+5
2002-01-10* procs.h (SCM_CLOSURE_BODY): New Macro.Dirk Herrmann1-1/+1
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-18/+5
2001-08-31* Removed deprecated stuff.Dirk Herrmann1-36/+0
2001-07-26* tags.h: Update tag system docs.Marius Vollmer1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-6/+6
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-10/+10
2001-05-24* validate.hMichael Livshin1-16/+16
2001-05-21(scm_make_subr_with_generic): Add missing last argumentMarius Vollmer1-1/+1
2001-05-20(scm_c_make_subr, scm_c_define_subr,Marius Vollmer1-21/+58
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-10/+7
2001-05-09 * procs.c: Increased `scm_subr_table_room' to 800 because Guile nowMartin Grabmüller1-1/+4
2001-04-19* Fixed scm_thunk_p's results when applied to closures.Dirk Herrmann1-4/+3
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+1
2001-02-16(scm_make_cclo, scm_procedure_p, scm_closure_p, scm_thunk_p,Martin Grabmüller1-9/+13
2000-12-28* Re-introduces the unused member "documentation" of struct scm_subr_entry.Dirk Herrmann1-0/+3
2000-12-23* Removed unused member "properties" from struct scm_subr_entry.Dirk Herrmann1-3/+0
2000-12-22* Removed unused member "documentation" from struct scm_subr_entry.Dirk Herrmann1-5/+11
2000-12-06* eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann1-1/+1
2000-11-25 * use an applicable SMOB to represent continuations, instead of aGary Houston1-3/+1
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-09-26* Don't use string or vector macros when accessing compiled closures.Dirk Herrmann1-5/+9
2000-08-25* smob.h (scm_smob_descriptor): Added `apply\' and `gsubr_type\'.Keisuke Nishida1-0/+3
2000-06-12Added commentMikael Djurfeldt1-1/+1
2000-06-05* Don't assign to SCM_SUBRF, use new SCM_SET_SUBRF macro instead.Dirk Herrmann1-1/+1
2000-06-05* Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann1-2/+3
2000-04-25* Remove function scm_init_iprocs, remove struct scm_iproc and simplifyDirk Herrmann1-10/+0
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-7/+7
2000-04-19* procs.c (scm_make_subr_opt): Tell scm_must_realloc that we'reMikael Djurfeldt1-1/+1
2000-04-04Lots of fixes with respect to strict typing.Dirk Herrmann1-2/+2
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-3/+3
2000-03-24Added a set of low level macros for accessing cell entries.Dirk Herrmann1-2/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include vectors.h in those files, where it is actually needed.Dirk Herrmann1-0/+1