summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-26 16:20:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-26 16:20:10 -0800
commitfbe0c77a06a711bd746261406e47c16c55e660a8 (patch)
treea068b5fab79f0d49356c658bf94ad5f17bd15e0f /ChangeLog
parent9fc7ba486d0a17cb4503319f0bb2c675f96ea0c1 (diff)
downloadtxr-fbe0c77a06a711bd746261406e47c16c55e660a8.tar.gz
txr-fbe0c77a06a711bd746261406e47c16c55e660a8.tar.bz2
txr-fbe0c77a06a711bd746261406e47c16c55e660a8.zip
* lib.c (listref, listref_l): Negative indices must have semantics
consistent with vecref and ranges.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acef717f..6c942cf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-01-26 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (listref, listref_l): Negative indices must have semantics
+ consistent with vecref and ranges.
+
+2012-01-26 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (cat_str): Throw error if one of the list elements
is not a character or string instead of silently returning nil.