diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-27 08:13:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-27 08:13:27 -0800 |
commit | 98d21a0fab0508bc82498a288c0c66adba1637cb (patch) | |
tree | 7bcc0bd18f6b566716c6023c2fc963ff9aeb8e92 /ChangeLog | |
parent | 73bcd69a66e50e08bace63cc2392803fd991f6f0 (diff) | |
download | txr-98d21a0fab0508bc82498a288c0c66adba1637cb.tar.gz txr-98d21a0fab0508bc82498a288c0c66adba1637cb.tar.bz2 txr-98d21a0fab0508bc82498a288c0c66adba1637cb.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |