index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
hashtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
weak_bucket_assoc tweak
Andy Wingo
2011-05-13
1
-2
/
+4
*
correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms
Andy Wingo
2011-05-13
1
-3
/
+3
*
scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc
Andy Wingo
2011-05-13
1
-2
/
+2
*
disallow get-handle / create-handle! of weak hash tables
Andy Wingo
2011-05-01
1
-0
/
+29
*
fix hash-set! in weak-value table from non-immediate to immediate
Andy Wingo
2011-05-01
1
-7
/
+42
*
pre-GC_set_start_callback compatibility
Andy Wingo
2011-04-15
1
-8
/
+31
*
weak hash table vacuum on before-gc C hook
Andy Wingo
2011-04-15
1
-14
/
+13
*
make-weak-key-hash-table vacuuming
Andy Wingo
2011-02-25
1
-3
/
+9
*
weak hash tables vacuum stale entries after a gc
Andy Wingo
2011-02-24
1
-21
/
+49
*
GC dead links in weak hash tables before a possible rehash
Andy Wingo
2011-02-23
1
-5
/
+29
*
fix tab completion in repl (doh)
Andy Wingo
2011-01-07
1
-25
/
+19
*
add scm_hash_fn_get_handle_by_hash
Andy Wingo
2011-01-07
1
-0
/
+89
*
remove vector hash table code
Andy Wingo
2011-01-07
1
-70
/
+38
*
hashtab cleanups
Andy Wingo
2011-01-07
1
-16
/
+9
*
Rehash weak hash tables less frequently.
Ludovic Courtès
2010-12-16
1
-1
/
+2
*
Include <alloca.h> wherever `alloca' is used.
Ludovic Courtès
2010-11-19
1
-0
/
+1
*
Allow arbitrary code in ASSOC procedures for weak hash tables (bug #29616).
Ludovic Courtès
2010-10-11
1
-41
/
+48
*
Fix a bug in weak hash table bucket fixup.
Ludovic Courtès
2010-10-11
1
-14
/
+14
*
Fix weak-value hash tables.
Ludovic Courtès
2010-09-23
1
-0
/
+7
*
fix build error with Compaq C V6.3-025
Andy Wingo
2010-06-09
1
-90
/
+88
*
fluids are tc7 objects
Andy Wingo
2009-12-05
1
-6
/
+0
*
hash tables have a tc7
Andy Wingo
2009-12-05
1
-22
/
+14
*
remove uses of trampolines within guile itself
Andy Wingo
2009-12-01
1
-3
/
+2
*
Hold the GC lock when traversing weak hash table buckets.
Ludovic Courtès
2009-11-05
1
-65
/
+102
*
Use proper fold/for-each function types in `hashtab.h'.
Ludovic Courtès
2009-10-27
1
-4
/
+7
*
Use proper assoc/hash function types in `hashtab.c'.
Ludovic Courtès
2009-10-27
1
-11
/
+14
*
Use proper types for hash/assoc functions in `hashtab.h'.
Ludovic Courtès
2009-10-20
1
-21
/
+72
*
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
2009-08-18
1
-6
/
+7
|
\
|
*
Change Guile license to LGPLv3+
Neil Jerram
2009-06-17
1
-6
/
+7
*
|
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
2008-09-13
1
-0
/
+3
|
\
\
|
|
/
|
*
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
2008-09-13
1
-0
/
+3
*
|
Fix broken hash-table merge.
Ludovic Courtès
2008-09-10
1
-2
/
+2
*
|
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
2008-09-10
1
-1
/
+3
|
\
\
|
|
/
|
*
Remove unused macro UNMARKED_CELL_P()
Han-Wen Nienhuys
2008-08-16
1
-2
/
+0
|
*
Release stuff: missing NEWS and 2007/2008 copyrights.
Neil Jerram
2008-02-15
1
-1
/
+1
|
*
* hashtab.c (scm_hash_fn_create_handle_x): If supplied assoc_fn
Neil Jerram
2008-01-18
1
-1
/
+3
*
|
Re-fixed the hash table element counting in `scm_i_rehash ()'.
Ludovic Courtes
2008-09-10
1
-5
/
+2
*
|
Minor weak hashtables fixes.
Ludovic Courtes
2008-09-10
1
-12
/
+8
*
|
Moved weak pair code into `weaks.[ch]'.
Ludovic Courtes
2008-09-10
1
-124
/
+12
*
|
Implemented rehashing of weak hash tables.
Ludovic Courtes
2008-09-10
1
-76
/
+44
*
|
Removed a lot of now-useless SMOB mark/free functions.
Ludovic Courtes
2008-09-05
1
-9
/
+0
*
|
procs/weaks/hashtab: Removed a bit of useless mark/free code.
Ludovic Courtes
2008-09-05
1
-38
/
+0
*
|
Fixes in weak hash tables handling, notably in `hash-fold'.
Ludovic Courtes
2008-09-05
1
-9
/
+49
*
|
Fixed `scm_fixup_weak_alist ()'; update weak hash table size as needed.
Ludovic Courtes
2008-09-05
1
-40
/
+69
*
|
Fixed the weak cell implementation (for weak hash tables).
Ludovic Courtes
2008-09-05
1
-11
/
+78
*
|
First stab at implementing weak hash tables and vectors. Unable to run the R...
Ludovic Courtes
2008-09-05
1
-19
/
+172
*
|
Merge from lcourtes@laas.fr--2005-mobile
Ludovic Courtes
2008-09-05
1
-1
/
+4
|
/
*
merge from 1.8 branch
Kevin Ryde
2006-04-17
1
-1
/
+1
*
* gc-mark.c (scm_mark_all): Do not rely on hooks to run the weak
Marius Vollmer
2005-07-31
1
-52
/
+17
*
* gc.c (scm_gc_stats): Bugfix: Measure size of the type we are
Mikael Djurfeldt
2005-07-18
1
-1
/
+1
[next]