summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-25 22:26:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-25 22:26:22 -0800
commitff58e8a616d7d9b9d57fa26cec86778b3e30c2d9 (patch)
treeb8159652f5e8807b19681e2e3a07cd419a74558e /ChangeLog
parent807e57014e153e9c8df24ef1515dded78b5fa068 (diff)
downloadtxr-ff58e8a616d7d9b9d57fa26cec86778b3e30c2d9.tar.gz
txr-ff58e8a616d7d9b9d57fa26cec86778b3e30c2d9.tar.bz2
txr-ff58e8a616d7d9b9d57fa26cec86778b3e30c2d9.zip
* arith.c (zerop): Misspelling in error message.
* lib.c (sub_list, replace_list, sub_vec, replace_vec): Allow the value t to specify one element past the end, so that t t refers to zero-length sequence just past the end of the array or list. Also, fixed out of bounds memmoves in replace_vec.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d1199a2..16085bf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-01-25 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (zerop): Misspelling in error message.
+
+ * lib.c (sub_list, replace_list, sub_vec, replace_vec):
+ Allow the value t to specify one element past the end, so that t t
+ refers to zero-length sequence just past the end of the array or list.
+ Also, fixed out of bounds memmoves in replace_vec.
+
+2012-01-25 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): New functions registered.
* lib.c (sub_list, replace_list, vectorp): New functions.