From ff58e8a616d7d9b9d57fa26cec86778b3e30c2d9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 25 Jan 2012 22:26:22 -0800 Subject: * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d1199a2..16085bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-01-25 Kaz Kylheku + + * 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 * eval.c (eval_init): New functions registered. -- cgit v1.2.3