summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 885366af..729fcc4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-12-06 Kaz Kylheku <kaz@kylheku.com>
+ * parser.l (end_of_regex): Fix start condition stack underflow
+ during regex_parse.
+
+2013-12-06 Kaz Kylheku <kaz@kylheku.com>
+
* parser.l (regex_parse): Match the simplified grammar now
expected in the parser, with no slashes around the regex.
Change prefix for diagnostic message.