Bump version number for 1.9.9.
[bpt/guile.git] / libguile / hashtab.c
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...
2004-02-13 Mikael Djurfeldt* unif.c (scm_make_uve): Removed local variable and...
2003-04-05 Mikael Djurfeldt* hashtab.c (rehash_after_gc): Clear to_rehash list...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-02-19 Mikael DjurfeldtFix of previous change
2003-02-19 Mikael DjurfeldtFix of last change.
2003-02-19 Mikael Djurfeldt* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-13 Mikael Djurfeldt* hashtab.c: Undid thread safety. (We decided that...
2003-02-12 Mikael Djurfeldt* hashtab.c (scm_hash_fn_remove_x, scm_internal_hash_fo...
2003-02-11 Mikael Djurfeldt* hashtab.c (scm_vector_to_hash_table,
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2001-11-13 Neil Jerram* Miscellaneous small doc updates and fixes.
2001-11-11 Neil Jerram* Documentation work.
2001-10-08 Dirk Herrmann* hashtab.c (scm_hash_fn_create_handle_x): The result...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-28 Michael Livshin* strop.c (s_scm_string_capitalize_x): fix docstring...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
next