summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-12-06 08:53:41 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-12-06 08:53:41 -0800
commiteae5fe0959092f282ed41e333562ff649c6e0eb9 (patch)
tree44149dc96d43fc427db7da2430d36b8c15413309 /ChangeLog
parentb55fa7a69f286149092cd25902871019c6795b9d (diff)
downloadtxr-eae5fe0959092f282ed41e333562ff649c6e0eb9.tar.gz
txr-eae5fe0959092f282ed41e333562ff649c6e0eb9.tar.bz2
txr-eae5fe0959092f282ed41e333562ff649c6e0eb9.zip
* parser.l (regex_parse): Match the simplified grammar now
expected in the parser, with no slashes around the regex. Change prefix for diagnostic message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4afa1f16..885366af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2013-12-06 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (eval_init): Update registration of regex-compile
to reflect that it has two arguments now.