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
*
hash: gc issue in clearhash.
Kaz Kylheku
2019-02-24
1
-0
/
+1
*
hash: remove redundant assignment from hash_grow.
Kaz Kylheku
2019-02-24
1
-1
/
+1
*
hashing: provide unsafe hash count.
Kaz Kylheku
2019-02-22
1
-0
/
+6
*
Optimize hash operation with unsafe car/cdr.
Kaz Kylheku
2019-02-14
1
-94
/
+97
*
gethash_c: review uses and improve or replace.
Kaz Kylheku
2019-02-14
1
-8
/
+7
*
gethash_f: removing function.
Kaz Kylheku
2019-02-14
1
-16
/
+7
*
hash-from-alist: new function.
Kaz Kylheku
2019-02-13
1
-0
/
+15
*
hash-symdiff: new function.
Kaz Kylheku
2019-02-13
1
-0
/
+35
*
hash-uni: bugfix.
Kaz Kylheku
2019-02-13
1
-2
/
+6
*
copy-hash: showstopper: seed must be copied.
Kaz Kylheku
2019-01-28
1
-0
/
+1
*
Fix some instances of 4 bytes = 32 bits assumption.
Kaz Kylheku
2019-01-23
1
-15
/
+15
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
Eliminate various unneeded header inclusions.
Kaz Kylheku
2018-12-12
1
-1
/
+0
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
*
gethash_l: C99 fix for Solaris.
txr-201
Kaz Kylheku
2018-11-07
1
-1
/
+1
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-36
/
+59
*
hash: gnu C++ signed/unsigned warning.
Kaz Kylheku
2018-10-28
1
-1
/
+1
*
hash: replace hashing function for doubles.
Kaz Kylheku
2018-07-17
1
-5
/
+8
*
hash: use full width unsigned type for hash values.
Kaz Kylheku
2018-07-06
1
-52
/
+43
*
hash: C++ maintenance.
Kaz Kylheku
2018-07-06
1
-2
/
+2
*
hashing: overhaul part 2.
Kaz Kylheku
2018-07-05
1
-6
/
+37
*
hashing: overhaul part 1.
Kaz Kylheku
2018-07-04
1
-67
/
+95
*
hash: move ops into static structure + bug found.
Kaz Kylheku
2018-06-22
1
-32
/
+43
*
hash: fix broken equality-of-two-hashes test.
Kaz Kylheku
2018-06-22
1
-2
/
+2
*
printer: improve object formatting.
Kaz Kylheku
2018-04-05
1
-2
/
+6
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
Use rplaca and rplacd instead of set over car_l/cdr_l.
Kaz Kylheku
2018-01-01
1
-4
/
+4
*
hash: read/print consistency regression.
Kaz Kylheku
2017-12-28
1
-2
/
+8
*
hash tables: now default to :equal-based.
Kaz Kylheku
2017-12-06
1
-3
/
+28
*
args: redesign args extractor to just use array.
Kaz Kylheku
2017-12-04
1
-6
/
+7
*
hash: use new args keyword extraction mechanism.
Kaz Kylheku
2017-12-01
1
-6
/
+8
*
hash: optimization in remhash.
Kaz Kylheku
2017-10-23
1
-4
/
+8
*
hash: fix broken copy_hash.
Kaz Kylheku
2017-10-23
1
-1
/
+15
*
hash: remove pointless nullify ops.
Kaz Kylheku
2017-10-23
1
-4
/
+0
*
bugfix: fixnum crackdown.
Kaz Kylheku
2017-09-13
1
-4
/
+9
*
c++ maintenance: eliminate old-style casts.
Kaz Kylheku
2017-06-06
1
-4
/
+4
*
Splitting cptr object into separate CPTR tag.
Kaz Kylheku
2017-05-15
1
-0
/
+1
*
cobj: rename poorly named default operation.
Kaz Kylheku
2017-05-15
1
-2
/
+2
*
New buffer data type.
Kaz Kylheku
2017-04-16
1
-0
/
+40
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
1
-2
/
+2
*
streamline default alg handling in group-reduce.
Kaz Kylheku
2017-03-05
1
-2
/
+1
*
Simplify gethash variants using new function.
Kaz Kylheku
2017-01-29
1
-12
/
+9
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Missing space in hash printed rep.
Kaz Kylheku
2017-01-06
1
-0
/
+1
*
Adding clearhash function.
Kaz Kylheku
2016-11-23
1
-0
/
+13
*
Use obj_print_impl for printing hash contents.
Kaz Kylheku
2016-10-31
1
-12
/
+18
*
hash-construct: eliminate redundant intern.
Kaz Kylheku
2016-10-24
1
-1
/
+1
*
Changes to the printing framework.
Kaz Kylheku
2016-10-20
1
-1
/
+1
*
Add stream printing context.
Kaz Kylheku
2016-10-20
1
-6
/
+6
[next]