diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-05 08:43:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-05 08:43:17 -0700 |
commit | d6f20f3610af0648b00a3200a32e24b17c04d763 (patch) | |
tree | 3750f1c328ce617e1d75ba2adb50780216a40676 /ChangeLog | |
parent | c32afe5ce6c0c05e7fc978b321113228b4fa49f9 (diff) | |
download | txr-d6f20f3610af0648b00a3200a32e24b17c04d763.tar.gz txr-d6f20f3610af0648b00a3200a32e24b17c04d763.tar.bz2 txr-d6f20f3610af0648b00a3200a32e24b17c04d763.zip |
* parser.l: Adding an explicit lexical rule to
catch backslashes occurring within a regex, not followed by a
character. This can happen in dynamically parsed regexes
such as "abc\\".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-06-05 Kaz Kylheku <kaz@kylheku.com> + * parser.l: Adding an explicit lexical rule to + catch backslashes occurring within a regex, not followed by a + character. This can happen in dynamically parsed regexes + such as "abc\\". + +2014-06-05 Kaz Kylheku <kaz@kylheku.com> + * parser.l (yylex_destroy): Only rely on the FLEX_ version numbers if they are defined. In a newer flex, they are prefixed by YY_. |