summaryrefslogtreecommitdiff
path: root/libguile/procprop.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-19* Fixed scm_thunk_p's results when applied to closures.Dirk Herrmann1-4/+4
2001-03-11Use SCM_LISTn instead of scm_listify.Keisuke Nishida1-4/+2
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2000-12-07Some cleanup on smob calls.Keisuke Nishida1-1/+1
2000-12-04* Minor cleanup/optimization for char=?.Dirk Herrmann1-13/+20
2000-11-25 * use an applicable SMOB to represent continuations, instead of aGary Houston1-1/+0
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-08-25* procprop.c: #include "libguile/smob.h"; Check applicable smobs.Mikael Djurfeldt1-8/+16
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-13/+13
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-4/+4
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.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-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-5/+5
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-8/+8
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-4/+4
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-5/+5
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-4/+5
1999-12-12* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1-1/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-36/+32
1999-08-29* procprop.c (scm_i_procedure_arity): Bugfix: Handle generics.Mikael Djurfeldt1-22/+11
1999-03-12* procprop.c, procprop.h (scm_sym_system_procedure): New symbol.Mikael Djurfeldt1-0/+1
1999-03-11* eval.c, procs.c, procs.h, procprop.c: Renamed getter ->Mikael Djurfeldt1-0/+3
1998-11-26* procprop.c (scm_i_procedure_arity): Bugfix: Return correct valueMikael Djurfeldt1-0/+2
1998-11-26* procprop.c (scm_i_procedure_arity): Made global; New code toMikael Djurfeldt1-5/+40
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-09-30Warning fixes from Maciej Stachowiak:Jim Blandy1-1/+1
1998-05-04* procprop.c (scm_i_procedure_arity): New function. Returns arityMikael Djurfeldt1-6/+81
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-02-04Change from Thomas Morgan:Jim Blandy1-2/+4
1996-10-20* alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,Mikael Djurfeldt1-2/+2
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-25/+5
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+3
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+155