summaryrefslogtreecommitdiff
path: root/libguile/procs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * procs.c, procs.h: changed the procedure-with-setter representationMikael Djurfeldt2000-03-141-6/+7
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-7/+7
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-6/+6
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-8/+8
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-2/+2
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-1/+4
* Remove leading whitespace before empty docstrings.Greg J. Badros1999-12-131-3/+3
* * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1999-12-121-1/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-70/+57
* * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1999-09-121-1/+1
* * procs.c (scm_setter): Signal WTA if handed an entity or operatorMikael Djurfeldt1999-09-091-3/+7
* * procs.c (scm_make_subr_opt): Fix typo. Remember to multipleJim Blandy1999-08-311-6/+7
* * procs.c (scm_setter): Converted to use generic dispatch.Mikael Djurfeldt1999-08-291-4/+5
* * procs.c, procs.h (scm_subr_entry): New type: Stores dataMikael Djurfeldt1999-08-261-11/+92
* * eval.c, procs.c, procs.h, procprop.c: Renamed getter ->Mikael Djurfeldt1999-03-111-15/+88
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-3/+3
* * procs.c: #include "objects.h"Mikael Djurfeldt1998-11-211-0/+5
* * procs.c, procs.h (procedure-documentation): Moved from eval.c.Mikael Djurfeldt1998-10-311-0/+31
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1