diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 17:46:20 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 17:46:20 -0800 |
commit | 5fcb0c9d430cf3ebb4c180ff38e805c6d18d5dea (patch) | |
tree | 29995544cd565ae5c267b71a52efec23cc3eed44 /ChangeLog | |
parent | 6b4e2804f2da87aa3d15d407acc9b774a01d1555 (diff) | |
download | txr-5fcb0c9d430cf3ebb4c180ff38e805c6d18d5dea.tar.gz txr-5fcb0c9d430cf3ebb4c180ff38e805c6d18d5dea.tar.bz2 txr-5fcb0c9d430cf3ebb4c180ff38e805c6d18d5dea.zip |
* hash.c (inhash): Simplify with gethash_c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2014-02-14 Kaz Kylheku <kaz@kylheku.com> + * hash.c (inhash): Simplify with gethash_c. + +2014-02-14 Kaz Kylheku <kaz@kylheku.com> + Replacing acons_new_l and aconsq_new_l interfaces with ones that return the new or old cons cell rather than a pointer to its cdr field. |