summaryrefslogtreecommitdiff
path: root/libguile/fluids.c
Commit message (Expand)AuthorAgeFilesLines
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+1
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-8/+8
* * validate.hMichael Livshin2001-05-241-8/+8
* (scm_internal_with_fluids): Deprecated.Marius Vollmer2001-05-191-4/+25
* * Incorporated fixes to interrupt deferring/allowing from Niibe.Dirk Herrmann2001-04-171-7/+2
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-3/+5
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann2001-03-301-3/+3
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-3/+2
* Smob-related creanup.Keisuke Nishida2000-12-081-4/+4
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann2000-10-091-4/+4
* * fluids.c (scm_fluid_set_x): Return SCM_UNSPECIFIED.Mikael Djurfeldt2000-08-241-2/+2
* (SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replacesMikael Djurfeldt2000-06-211-1/+1
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-10/+10
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include ports.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Removed empty file genio.h and references to it.Dirk Herrmann2000-03-171-1/+0
* * fluids.c: Docstring patch from Keisuke Nishida. SomeGreg J. Badros2000-03-151-31/+41
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-1/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * scm_validate.h: Added SCM_NUM2LONG_DEF macro. MakeGreg J. Badros2000-01-121-4/+5
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-2/+2
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-5/+5
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-1/+1
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-2/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-56/+51
* Greg's smob patchMikael Djurfeldt1999-07-071-14/+3
* * fluids.c, guardians.c, srcprop.c, threads.c: Added #includeMikael Djurfeldt1999-05-231-0/+1
* Simplify smob and port marking; set the mark bit in the genericJim Blandy1998-07-231-1/+1
* * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1998-07-121-3/+2
* * fluids.c: Removed use of assert.h (in order to avoidMikael Djurfeldt1998-05-021-6/+0
* * Makefile.in: Rebuilt.Tom Tromey1997-10-151-3/+3
* * dynwind.c (scm_dowinds): Handle fluids on the wind list.Marius Vollmer1997-07-261-2/+86
* * fluids.c (next_fluid_num): don't doGary Houston1997-07-201-0/+4
* *** empty log message ***Marius Vollmer1997-07-181-0/+188