index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
hashtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate dynamic roots
...
Andy Wingo
2016-11-21
1
-1
/
+0
*
Remove scm_puts_unlocked.
...
Andy Wingo
2016-04-26
1
-2
/
+2
*
Remove scm_putc_unlocked.
...
Andy Wingo
2016-04-26
1
-1
/
+1
*
Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds.
...
Mark H Weaver
2013-08-08
1
-7
/
+9
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2013-02-18
1
-0
/
+28
|
\
|
*
add hash-count for native tables
...
Daniel Hartwig
2013-02-18
1
-0
/
+28
|
*
Use `void *' instead of `GC_PTR' internally.
...
Ludovic Courtès
2012-07-02
1
-3
/
+3
*
|
hash-set! on weak tables returns the value
...
Andy Wingo
2012-03-02
1
-10
/
+29
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-08
1
-5
/
+5
|
\
|
|
*
Improve the usage of variable names in C docstrings.
...
Bake Timmons
2012-02-02
1
-5
/
+5
*
|
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
...
Andy Wingo
2012-01-30
1
-2
/
+5
|
\
|
|
*
Adjust tests that relied on the output of the hash table printer.
...
Ludovic Courtès
2012-01-23
1
-1
/
+1
|
*
Print the address of hash tables.
...
Ludovic Courtès
2012-01-23
1
-2
/
+5
*
|
locking for putc, puts
...
Andy Wingo
2011-11-08
1
-3
/
+3
*
|
add SCM_{PACK,UNPACK}_POINTER
...
Andy Wingo
2011-10-24
1
-2
/
+2
*
|
reimplement hashtab.c's weak hash tables in terms of weak-table.c
...
Andy Wingo
2011-10-24
1
-566
/
+138
|
/
*
fix read beyond end of hashtable size array in hashtab.c
...
Andy Wingo
2011-07-28
1
-1
/
+1
*
fix hash-set! on weak tables
...
Andy Wingo
2011-06-16
1
-23
/
+30
*
fix subtle and bad scm_internal_hash_fold bug for weak tables
...
Andy Wingo
2011-05-30
1
-30
/
+10
*
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
[next]