diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-12 02:05:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-12 02:05:05 -0800 |
commit | 3fb9836753f7685a5ce31bb67212cbb5b5c7dcad (patch) | |
tree | 2c72d6d3d7f5df61228cba6772ee35af35d5bbfb /ChangeLog | |
parent | 4b3e69561390df2a67d7a7752890718da1eab5a1 (diff) | |
download | txr-3fb9836753f7685a5ce31bb67212cbb5b5c7dcad.tar.gz txr-3fb9836753f7685a5ce31bb67212cbb5b5c7dcad.tar.bz2 txr-3fb9836753f7685a5ce31bb67212cbb5b5c7dcad.zip |
* hash.c (hash_equal_op, hash_hash_op): New static functions.
(hash_ops): New functions registered in table of operations.
* txr.1: Documentation for equal function updated to explain
how two hashes are equal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2014-02-12 Kaz Kylheku <kaz@kylheku.com> + * hash.c (hash_equal_op, hash_hash_op): New static functions. + (hash_ops): New functions registered in table of operations. + + * txr.1: Documentation for equal function updated to explain + how two hashes are equal. + +2014-02-12 Kaz Kylheku <kaz@kylheku.com> + Undoing bogus optimization, which can only work when objects are treated as immutable. |