summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-14 17:46:20 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-14 17:46:20 -0800
commit5fcb0c9d430cf3ebb4c180ff38e805c6d18d5dea (patch)
tree29995544cd565ae5c267b71a52efec23cc3eed44 /ChangeLog
parent6b4e2804f2da87aa3d15d407acc9b774a01d1555 (diff)
downloadtxr-5fcb0c9d430cf3ebb4c180ff38e805c6d18d5dea.tar.gz
txr-5fcb0c9d430cf3ebb4c180ff38e805c6d18d5dea.tar.bz2
txr-5fcb0c9d430cf3ebb4c180ff38e805c6d18d5dea.zip
* hash.c (inhash): Simplify with gethash_c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6ba7b53..00111bf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.