summaryrefslogtreecommitdiff
path: root/libguile/procs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-1/+1
* * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer2004-08-101-1/+1
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-1/+1
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-1/+1
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-4/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * procs.c (scm_procedure_documentation): Removed redundantDirk Herrmann2003-03-181-4/+4
* * gc.h: add scm_debug_cells_gc_interval to public interfaceHan-Wen Nienhuys2002-08-081-1/+1
* new gcHan-Wen Nienhuys2002-08-041-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* Changes in doc/ref:Dirk Herrmann2002-03-011-5/+5
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-7/+5
* * procs.h (SCM_CLOSURE_BODY): New Macro.Dirk Herrmann2002-01-101-1/+1
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-18/+5
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-36/+0
* * tags.h: Update tag system docs.Marius Vollmer2001-07-261-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-6/+6
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-10/+10
* * validate.hMichael Livshin2001-05-241-16/+16
* (scm_make_subr_with_generic): Add missing last argumentMarius Vollmer2001-05-211-1/+1
* (scm_c_make_subr, scm_c_define_subr,Marius Vollmer2001-05-201-21/+58
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-10/+7
* * procs.c: Increased `scm_subr_table_room' to 800 because Guile nowMartin Grabmüller2001-05-091-1/+4
* * Fixed scm_thunk_p's results when applied to closures.Dirk Herrmann2001-04-191-4/+3
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+1
* (scm_make_cclo, scm_procedure_p, scm_closure_p, scm_thunk_p,Martin Grabmüller2001-02-161-9/+13
* * Re-introduces the unused member "documentation" of struct scm_subr_entry.Dirk Herrmann2000-12-281-0/+3
* * Removed unused member "properties" from struct scm_subr_entry.Dirk Herrmann2000-12-231-3/+0
* * Removed unused member "documentation" from struct scm_subr_entry.Dirk Herrmann2000-12-221-5/+11
* * eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann2000-12-061-1/+1
* * use an applicable SMOB to represent continuations, instead of aGary Houston2000-11-251-3/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Don't use string or vector macros when accessing compiled closures.Dirk Herrmann2000-09-261-5/+9
* * smob.h (scm_smob_descriptor): Added `apply\' and `gsubr_type\'.Keisuke Nishida2000-08-251-0/+3
* Added commentMikael Djurfeldt2000-06-121-1/+1
* * Don't assign to SCM_SUBRF, use new SCM_SET_SUBRF macro instead.Dirk Herrmann2000-06-051-1/+1
* * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann2000-06-051-2/+3
* * Remove function scm_init_iprocs, remove struct scm_iproc and simplifyDirk Herrmann2000-04-251-10/+0
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-7/+7
* * procs.c (scm_make_subr_opt): Tell scm_must_realloc that we'reMikael Djurfeldt2000-04-191-1/+1
* Lots of fixes with respect to strict typing.Dirk Herrmann2000-04-041-2/+2
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-3/+3
* Added a set of low level macros for accessing cell entries.Dirk Herrmann2000-03-241-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1