summaryrefslogtreecommitdiff
path: root/libguile/procs.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-14* procs.c, procs.h: changed the procedure-with-setter representationMikael Djurfeldt1-6/+7
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-7/+7
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-6/+6
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-8/+8
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-2/+2
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-1/+4
1999-12-13Remove leading whitespace before empty docstrings.Greg J. Badros1-3/+3
1999-12-12* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1-1/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-70/+57
1999-09-12* __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1-1/+1
1999-09-09* procs.c (scm_setter): Signal WTA if handed an entity or operatorMikael Djurfeldt1-3/+7
1999-08-31* procs.c (scm_make_subr_opt): Fix typo. Remember to multipleJim Blandy1-6/+7
1999-08-29* procs.c (scm_setter): Converted to use generic dispatch.Mikael Djurfeldt1-4/+5
1999-08-26* procs.c, procs.h (scm_subr_entry): New type: Stores dataMikael Djurfeldt1-11/+92
1999-03-11* eval.c, procs.c, procs.h, procprop.c: Renamed getter ->Mikael Djurfeldt1-15/+88
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-3/+3