summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f98cba..7a8e7e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-03-17 Kaz Kylheku <kaz@kylheku.com>
+ * awkreg.awk (eat_bracket_exp): Capture the endpoint characters of a
+ range into the variables x and y, and use these to assert that
+ the lower endpoint is not lexicographically above the upper endpoint.
+
+2014-03-17 Kaz Kylheku <kaz@kylheku.com>
+
* awkreg.awk (driver): fix references to nonexistent variable ir;
should be ok.