simplify inline function infrastructure
[bpt/guile.git] / libguile / hashtab.c
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-01-22 Ludovic CourtèsAdjust tests that relied on the output of the hash...
2012-01-22 Ludovic CourtèsPrint the address of hash tables.
2011-07-28 Andy Wingofix read beyond end of hashtable size array in hashtab.c
2011-06-16 Andy Wingofix hash-set! on weak tables
2011-05-30 Andy Wingofix subtle and bad scm_internal_hash_fold bug for weak...
2011-05-13 Andy Wingoweak_bucket_assoc tweak
2011-05-13 Andy Wingocorrect use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_L...
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-05-01 Andy Wingodisallow get-handle / create-handle! of weak hash tables
2011-05-01 Andy Wingofix hash-set! in weak-value table from non-immediate...
2011-04-15 Andy Wingopre-GC_set_start_callback compatibility
2011-04-15 Andy Wingoweak hash table vacuum on before-gc C hook
2011-02-25 Andy Wingomake-weak-key-hash-table vacuuming
2011-02-24 Andy Wingoweak hash tables vacuum stale entries after a gc
2011-02-23 Andy WingoGC dead links in weak hash tables before a possible...
2011-01-08 Andy Wingofix tab completion in repl (doh)
2011-01-07 Andy Wingoadd scm_hash_fn_get_handle_by_hash
2011-01-07 Andy Wingoremove vector hash table code
2011-01-07 Andy Wingohashtab cleanups
2010-12-16 Ludovic CourtèsRehash weak hash tables less frequently.
2010-11-19 Ludovic CourtèsInclude <alloca.h> wherever `alloca' is used.
2010-10-11 Ludovic CourtèsAllow arbitrary code in ASSOC procedures for weak hash...
2010-10-11 Ludovic CourtèsFix a bug in weak hash table bucket fixup.
2010-09-23 Ludovic CourtèsFix weak-value hash tables.
2010-06-09 Andy Wingofix build error with Compaq C V6.3-025
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingofluids are tc7 objects
2009-12-05 Andy Wingohash tables have a tc7
2009-12-01 Andy Wingoremove uses of trampolines within guile itself
2009-11-05 Ludovic CourtèsHold the GC lock when traversing weak hash table buckets.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-26 Ludovic CourtèsUse proper fold/for-each function types in `hashtab.h'.
2009-10-26 Ludovic CourtèsUse proper assoc/hash function types in `hashtab.c'.
2009-10-19 Ludovic CourtèsUse proper types for hash/assoc functions in `hashtab.h'.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsFix broken hash-table merge.
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesRe-fixed the hash table element counting in `scm_i_reha...
2008-09-10 Ludovic CourtesMinor weak hashtables fixes.
2008-09-10 Ludovic CourtesMoved weak pair code into `weaks.[ch]'.
2008-09-10 Ludovic CourtesImplemented rehashing of weak hash tables.
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-09-04 Ludovic Courtesprocs/weaks/hashtab: Removed a bit of useless mark...
2008-09-04 Ludovic CourtesFixes in weak hash tables handling, notably in `hash...
2008-09-04 Ludovic CourtesFixed `scm_fixup_weak_alist ()'; update weak hash table...
2008-09-04 Ludovic CourtesFixed the weak cell implementation (for weak hash tables).
2008-09-04 Ludovic CourtesFirst stab at implementing weak hash tables and vectors...
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2008-08-26 Andy Wingomerge from guile master
2008-08-16 Han-Wen NienhuysRemove unused macro UNMARKED_CELL_P()
2008-08-02 Andy Wingomerge guile-vm to guile
2008-02-15 Neil JerramRelease stuff: missing NEWS and 2007/2008 copyrights.
2008-01-18 Neil Jerram* hashtab.c (scm_hash_fn_create_handle_x): If supplied...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-07-31 Marius Vollmer* gc-mark.c (scm_mark_all): Do not rely on hooks to...
2005-07-18 Mikael Djurfeldt* gc.c (scm_gc_stats): Bugfix: Measure size of the...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-04-22 Kevin Ryde(scm_hashx_remove_x): Need to pass "closure" to scm_has...
2005-04-04 Marius Vollmer(scm_t_hashtable): Removed 'closure' field. The
2005-03-29 Marius Vollmer(scm_hash_fx_remove_x): Removed delete_fn
2005-03-02 Marius Vollmer(scm_hash_fn_create_handle_x, scm_hash_fn_remove_x...
2005-02-25 Marius Vollmer(scm_i_rehash): Remove elements from old bucket vector
2005-02-25 Marius Vollmer(scm_i_rehash): Remove elements from old bucket vector...
2005-02-23 Marius Vollmer* hashtab.c (scm_i_rehash): Cope with the case that...
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-20 Marius Vollmer(hashtable_size, HASHTABLE_SIZE_N): Restrict hashtable...
2005-01-07 Marius Vollmer(SCM_HASHTAB_BUCKET_LOC): Removed.
2005-01-02 Marius Vollmer(SCM_HASHTABLE_BUCKETS): Removed.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-05-18 Marius Vollmer(rehash_after_gc): Bug fix: properly link the processed...
next