summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-07-13 16:19:42 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-07-13 16:19:42 -0700
commit354b6cf42c3dad99aed8d7ed49454e69b5460824 (patch)
tree36166707a5855619c21456bdcf32d61eb104feb6 /ChangeLog
parentde3d43c9c1c102de5705984b016c0ab8d5cec602 (diff)
downloadtxr-354b6cf42c3dad99aed8d7ed49454e69b5460824.tar.gz
txr-354b6cf42c3dad99aed8d7ed49454e69b5460824.tar.bz2
txr-354b6cf42c3dad99aed8d7ed49454e69b5460824.zip
* parser.l: Diagnose unrecognized escape sequences in string
literals and quasiliterals and after @\. Support "\ " (backslash space) escape in string literals and quasiliterals.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 584e54b7..c090e34c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+ and quasiliterals.
+
2013-07-12 Kaz Kylheku <kaz@kylheku.com>
* txr.1: Fix slipup, where call is referred to as funcall.