index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
hashtab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-02
hash-set! on weak tables returns the value
Andy Wingo
1
-10
/
+29
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-5
/
+5
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-5
/
+5
2012-01-30
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Andy Wingo
1
-2
/
+5
2012-01-23
Adjust tests that relied on the output of the hash table printer.
Ludovic Courtès
1
-1
/
+1
2012-01-23
Print the address of hash tables.
Ludovic Courtès
1
-2
/
+5
2011-11-08
locking for putc, puts
Andy Wingo
1
-3
/
+3
2011-10-24
add SCM_{PACK,UNPACK}_POINTER
Andy Wingo
1
-2
/
+2
2011-10-24
reimplement hashtab.c's weak hash tables in terms of weak-table.c
Andy Wingo
1
-566
/
+138
2011-07-28
fix read beyond end of hashtable size array in hashtab.c
Andy Wingo
1
-1
/
+1
2011-06-16
fix hash-set! on weak tables
Andy Wingo
1
-23
/
+30
2011-05-30
fix subtle and bad scm_internal_hash_fold bug for weak tables
Andy Wingo
1
-30
/
+10
2011-05-13
weak_bucket_assoc tweak
Andy Wingo
1
-2
/
+4
2011-05-13
correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms
Andy Wingo
1
-3
/
+3
2011-05-13
scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc
Andy Wingo
1
-2
/
+2
2011-05-01
disallow get-handle / create-handle! of weak hash tables
Andy Wingo
1
-0
/
+29
2011-05-01
fix hash-set! in weak-value table from non-immediate to immediate
Andy Wingo
1
-7
/
+42
2011-04-15
pre-GC_set_start_callback compatibility
Andy Wingo
1
-8
/
+31
2011-04-15
weak hash table vacuum on before-gc C hook
Andy Wingo
1
-14
/
+13
2011-02-25
make-weak-key-hash-table vacuuming
Andy Wingo
1
-3
/
+9
2011-02-24
weak hash tables vacuum stale entries after a gc
Andy Wingo
1
-21
/
+49
2011-02-23
GC dead links in weak hash tables before a possible rehash
Andy Wingo
1
-5
/
+29
2011-01-07
fix tab completion in repl (doh)
Andy Wingo
1
-25
/
+19
2011-01-07
add scm_hash_fn_get_handle_by_hash
Andy Wingo
1
-0
/
+89
2011-01-07
remove vector hash table code
Andy Wingo
1
-70
/
+38
2011-01-07
hashtab cleanups
Andy Wingo
1
-16
/
+9
2010-12-16
Rehash weak hash tables less frequently.
Ludovic Courtès
1
-1
/
+2
2010-11-19
Include <alloca.h> wherever `alloca' is used.
Ludovic Courtès
1
-0
/
+1
2010-10-11
Allow arbitrary code in ASSOC procedures for weak hash tables (bug #29616).
Ludovic Courtès
1
-41
/
+48
2010-10-11
Fix a bug in weak hash table bucket fixup.
Ludovic Courtès
1
-14
/
+14
2010-09-23
Fix weak-value hash tables.
Ludovic Courtès
1
-0
/
+7
2010-06-09
fix build error with Compaq C V6.3-025
Andy Wingo
1
-90
/
+88
2009-12-05
fluids are tc7 objects
Andy Wingo
1
-6
/
+0
2009-12-05
hash tables have a tc7
Andy Wingo
1
-22
/
+14
2009-12-01
remove uses of trampolines within guile itself
Andy Wingo
1
-3
/
+2
2009-11-05
Hold the GC lock when traversing weak hash table buckets.
Ludovic Courtès
1
-65
/
+102
2009-10-27
Use proper fold/for-each function types in `hashtab.h'.
Ludovic Courtès
1
-4
/
+7
2009-10-27
Use proper assoc/hash function types in `hashtab.c'.
Ludovic Courtès
1
-11
/
+14
2009-10-20
Use proper types for hash/assoc functions in `hashtab.h'.
Ludovic Courtès
1
-21
/
+72
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+7
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+3
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-0
/
+3
2008-09-10
Fix broken hash-table merge.
Ludovic Courtès
1
-2
/
+2
2008-09-10
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+3
2008-09-10
Re-fixed the hash table element counting in `scm_i_rehash ()'.
Ludovic Courtes
1
-5
/
+2
2008-09-10
Minor weak hashtables fixes.
Ludovic Courtes
1
-12
/
+8
2008-09-10
Moved weak pair code into `weaks.[ch]'.
Ludovic Courtes
1
-124
/
+12
2008-09-10
Implemented rehashing of weak hash tables.
Ludovic Courtes
1
-76
/
+44
2008-09-05
Removed a lot of now-useless SMOB mark/free functions.
Ludovic Courtes
1
-9
/
+0
[next]