From 3f93ddf1acc8b6d3647dec31e7329987d452daa5 Mon Sep 17 00:00:00 2001
From: Kaz Kylheku <kaz@kylheku.com>
Date: Fri, 20 Feb 2015 17:15:32 -0800
Subject: * 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.

---
 ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'ChangeLog')

diff --git a/ChangeLog b/ChangeLog
index fefd532f..e4351d31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
-- 
cgit v1.2.3