diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,14 @@ 2013-07-13 Kaz Kylheku <kaz@kylheku.com> + Version 67 + + txr.1: Documented line continuation for string literals, + supported since Version 38 but not clarified properly. + + RELNOTES: Updated. + +2013-07-13 Kaz Kylheku <kaz@kylheku.com> + * parser.l: Diagnose unrecognized escape sequences in string literals and quasiliterals and after @\. Support "\ " (backslash space) escape in string literals @@ -11,8 +20,6 @@ 2013-07-12 Kaz Kylheku <kaz@kylheku.com> - Version 67 - * txr.c (version): Bumped. * txr.1: Bumped version, set date and documented string-cmp. |