summaryrefslogtreecommitdiff
path: root/libguile/weaks.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-0/+3
2008-01-22* srfi-39.scm: Update copyright statement to LGPL.Neil Jerram1-37/+13
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-07-31* gc-mark.c (scm_mark_all): Do not rely on hooks to run the weakMarius Vollmer1-88/+138
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2005-01-06(scm_array_handle_release): New, changed all uses ofMarius Vollmer1-0/+2
2005-01-02* weaks.c: Use new vector elements API or simple vectorMarius Vollmer1-68/+22
2004-09-22*** empty log message ***Marius Vollmer1-6/+6
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-40/+31
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-4/+4
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-4/+4
2003-02-19* hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt1-37/+47
2003-02-13* hashtab.c: Undid thread safety. (We decided that it's better toMikael Djurfeldt1-3/+3
2003-02-11* hashtab.c (scm_vector_to_hash_table,Mikael Djurfeldt1-6/+19
2002-08-04new gcHan-Wen Nienhuys1-8/+9
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-4/+7
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-10/+8
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-1/+1
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-1/+2
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-8/+10
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-5/+5
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-30* Fixed some signedness issues.Dirk Herrmann1-43/+68
2001-06-07* Fix SCM <--> scm_t_bits related typing problems.Dirk Herrmann1-4/+4
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-3/+9
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-4/+5
2001-05-24* validate.hMichael Livshin1-5/+4
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-32/+35
2001-03-30* Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann1-6/+11
2001-03-16 * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),Martin Grabmüller1-7/+7
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-01-30* Added docstrings by Martin Grabmueller.Dirk Herrmann1-4/+6
2000-12-29 * weaks.c (scm_scan_weak_vectors): move the calculation of theMichael Livshin1-5/+2
2000-12-06* eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann1-1/+1
2000-11-22* Added SCM_SET_VECTOR_LENGTH as one replacement for SCM_SETLENGTH.Dirk Herrmann1-1/+2
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-09* Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann1-3/+3
2000-07-13* Extend checks performed with SCM_DEBUG_CELL_ACCESSES=1 and make themDirk Herrmann1-3/+3
2000-05-05* eval.c: Eliminated redundant SCM_IMP tests.Dirk Herrmann1-3/+3
2000-04-21* weaks.c (scm_weaks_prehistory): New function: AddMikael Djurfeldt1-1/+115
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-5/+5
2000-04-19Again, SCM/scm_bits_t mixup fixes.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 vectors.h in those files, where it is actually needed.Dirk Herrmann1-0/+1
2000-03-12*** empty log message ***Mikael Djurfeldt1-3/+3
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-3/+3
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-3/+3
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-26/+25