summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-20 17:15:32 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-20 17:15:32 -0800
commit3f93ddf1acc8b6d3647dec31e7329987d452daa5 (patch)
tree792179af04e5a0a03469c7c6fbec641695e6c9a7 /ChangeLog
parent7197508cb5460ad4c18dfbffd07f8cc411d37065 (diff)
downloadtxr-3f93ddf1acc8b6d3647dec31e7329987d452daa5.tar.gz
txr-3f93ddf1acc8b6d3647dec31e7329987d452daa5.tar.bz2
txr-3f93ddf1acc8b6d3647dec31e7329987d452daa5.zip
* regex.c (match_regex_right): Bugfix: zero length matches
should return zero length, rather than nil. This is achieved by trying the match at one past the last character.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fefd532f..e4351d31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2015-02-20 Kaz Kylheku <kaz@kylheku.com>
+ * regex.c (match_regex_right): Bugfix: zero length matches
+ should return zero length, rather than nil. This is achieved by trying
+ the match at one past the last character.
+
+2015-02-20 Kaz Kylheku <kaz@kylheku.com>
+
String-returning wrappers for some regex matching functions.
* eval.c (eval_init): Register search-regst, match-regst