summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f71577ca..56ae1379 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-01-06 Kaz Kylheku <kkylheku@gmail.com>
+
+ Some fine tuning in regex grammar.
+
+ * parser.y (regex): Empty regex handled by
+ allowing regex to generate empty, rather than
+ a special case production for '/' '/'. Thus
+ empty subexpressions are possible.
+ (regbranch, regterm): Complement is handled
+ in regbranch, so that it has lower precedence
+ than aggregation.
+
2010-01-05 Kaz Kylheku <kkylheku@gmail.com>
Implemented the regular expression ~ and & operators.