summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-28 14:12:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-28 14:12:05 -0800
commit7ff528543a67f6d6949924344a50c8503ec5396e (patch)
tree3e23498e69dc8fff25339437693ac3de7c46969d /ChangeLog
parent1b359783aabdd40a9c3f96c5514843de21a2319f (diff)
downloadtxr-7ff528543a67f6d6949924344a50c8503ec5396e.tar.gz
txr-7ff528543a67f6d6949924344a50c8503ec5396e.tar.bz2
txr-7ff528543a67f6d6949924344a50c8503ec5396e.zip
* lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str,
sub_vec, replace_vec): Regression: replace incorrect zerop(to) test with to == zero, because to is not necessarily a number.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0c9b9c4..c0e9cd59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-28 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str,
+ sub_vec, replace_vec): Regression: replace incorrect zerop(to)
+ test with to == zero, because to is not necessarily a number.
+
2012-02-27 Kaz Kylheku <kaz@kylheku.com>
* txr.vim: Recognize backslash-newline break in regexes.