summaryrefslogtreecommitdiff
path: root/libguile/weaks.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24remove weak pairs, rewrite weak vectorsAndy Wingo1-294/+0
2011-05-13correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK formsAndy Wingo1-19/+11
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-2/+1
2009-11-01Merge branch 'bdw-gc-static-alloc'Ludovic Courtès1-9/+9
2009-09-14Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.Ludovic Courtès1-1/+1
2009-09-02Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-allocLudovic Courtès1-6/+7
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-01-31Don't register disappearing links for non-heap objects.Ludovic Courtès1-9/+9
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-0/+3
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-0/+3
2008-09-10Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-37/+13
2008-09-10Use thread-local allocation (significant perf. improvement!); added the `boeh...Ludovic Courtes1-1/+1
2008-09-10Moved weak pair code into `weaks.[ch]'.Ludovic Courtes1-0/+107
2008-09-05procs/weaks/hashtab: Removed a bit of useless mark/free code.Ludovic Courtes1-65/+0
2008-09-05Fixed a typo/bug in `make-doubly-weak-alist-vector'.Ludovic Courtes1-1/+1
2008-09-05Fixed `list->weak-vector'.Ludovic Courtes1-21/+2
2008-09-05Fixed weak alist vectors by having them use weak hash tables instead.Ludovic Courtes1-3/+9
2008-09-05First stab at implementing weak hash tables and vectors. Unable to run the R...Ludovic Courtes1-118/+9
2008-09-05Merge from lcourtes@laas.fr--2005-mobileLudovic Courtes1-1/+5
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