diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-28 14:12:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-28 14:12:05 -0800 |
commit | 7ff528543a67f6d6949924344a50c8503ec5396e (patch) | |
tree | 3e23498e69dc8fff25339437693ac3de7c46969d /ChangeLog | |
parent | 1b359783aabdd40a9c3f96c5514843de21a2319f (diff) | |
download | txr-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |