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 f2df059a..621b5a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-02-27 Kaz Kylheku <kaz@kylheku.com>
+ * parser.l: Regression: valid floating-point literals tagged
+ as having trailing junk. The fix is to put the junk-matching rule after
+ the valid rules.
+
+2014-02-27 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (copy): New function.
* lib.h (copy): Declared.