diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-25 15:51:43 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-25 15:51:43 -0800 |
commit | cb0c0a6144346521d6cf3b02703ba15f67b9b4f3 (patch) | |
tree | e023920384a808a8b412f7e524bb5767e42e9724 /ChangeLog | |
parent | d3069e9fabe241d6f6c3bc659902e4191bfd5e08 (diff) | |
download | txr-cb0c0a6144346521d6cf3b02703ba15f67b9b4f3.tar.gz txr-cb0c0a6144346521d6cf3b02703ba15f67b9b4f3.tar.bz2 txr-cb0c0a6144346521d6cf3b02703ba15f67b9b4f3.zip |
* parser.l (num_esc): Skip octal indicator 'o' if present.
This is needed for character constants.
(CHRLIT): Fix broken hex constants, being treated as octal.
* txr.1: Document octal character constants.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2012-02-25 Kaz Kylheku <kaz@kylheku.com> + * parser.l (num_esc): Skip octal indicator 'o' if present. + This is needed for character constants. + (CHRLIT): Fix broken hex constants, being treated as octal. + + * txr.1: Document octal character constants. + +2012-02-25 Kaz Kylheku <kaz@kylheku.com> + Version 58 * txr.c (version): Bumped. |