index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Code cleanup. All private functions static. Private stuff
Kaz Kylheku
2009-11-28
1
-4
/
+4
*
Fix uninitialized memory locations.
Kaz Kylheku
2009-11-24
1
-0
/
+1
*
Renaming global variables that denote symbols, such that they
Kaz Kylheku
2009-11-24
1
-1
/
+1
*
Improving portability. It is no longer assumed that pointers
Kaz Kylheku
2009-11-23
1
-12
/
+13
*
Introducing symbol packages. Internal symbols are now in
Kaz Kylheku
2009-11-21
1
-2
/
+3
*
Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,
Kaz Kylheku
2009-11-20
1
-46
/
+46
*
Warning fixes.
Kaz Kylheku
2009-11-17
1
-0
/
+1
*
Use the 11 tag bit pattern to denote a new type: LIT. This is a
Kaz Kylheku
2009-11-16
1
-0
/
+2
*
Version 021 preparation.
txr-021
Kaz Kylheku
2009-11-15
1
-2
/
+2
*
Fixes for bug 28086. When constructing a cobj, whose associated
Kaz Kylheku
2009-11-14
1
-3
/
+8
*
Big conversion to wide characters and UTF-8 support.
Kaz Kylheku
2009-11-11
1
-1
/
+1
*
hash.c (hash_grow): Rewritten to avoid resizing the vector
Kaz Kylheku
2009-11-10
1
-16
/
+19
*
Changing representation of objects to allow for unboxed characters.
Kaz Kylheku
2009-11-09
1
-1
/
+1
*
Add hash removal.
Kaz Kylheku
2009-11-09
1
-0
/
+10
*
Add hash table growth.
Kaz Kylheku
2009-11-09
1
-2
/
+32
*
Changing representation of objects to allow the NUM type to be
Kaz Kylheku
2009-11-09
1
-10
/
+10
*
First cut at hash tables. One known problem is allocation during gc,
Kaz Kylheku
2009-11-09
1
-0
/
+301
[prev]