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
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-2
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-5
/
+6
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-16
/
+16
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve threads.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Inline definition of SIZEOF_SCM_T_BITS
Andy Wingo
1
-1
/
+1
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-7
/
+9
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-2
/
+2
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-1
/
+1
2013-08-08
Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds.
Mark H Weaver
1
-7
/
+9
2013-02-18
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+28
2013-02-18
add hash-count for native tables
Daniel Hartwig
1
-0
/
+28
2012-07-02
Use `void *' instead of `GC_PTR' internally.
Ludovic Courtès
1
-3
/
+3
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
[next]