summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-26 21:39:44 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-26 21:45:45 -0700
commit7185545a38de4f53bf3c92be5d1d97d2928ffbb9 (patch)
treefcc1a4a6f69cf716e9212802a777068444756411 /ChangeLog
parent070d3dfe7759943406cd76e7aebe72bf92ab3503 (diff)
downloadtxr-7185545a38de4f53bf3c92be5d1d97d2928ffbb9.tar.gz
txr-7185545a38de4f53bf3c92be5d1d97d2928ffbb9.tar.bz2
txr-7185545a38de4f53bf3c92be5d1d97d2928ffbb9.zip
Bugfixes: Consistent escaping in various literals. Double
backslash codes for single backslash. Output clause can be empty. * parser.l (char_esc): Backslash handled. Use internal_error rather than abort. (REGCHAR, LITCHAR): Backslash added to lexical syntax. * parser.y (output_clause): Allow empty output clause.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41a7a8d1..691bbc77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2011-09-26 Kaz Kylheku <kaz@kylheku.com>
+ Bugfixes: Consistent escaping in various literals. Double
+ backslash codes for single backslash. Output clause can be empty.
+
+ * parser.l (char_esc): Backslash handled.
+ Use internal_error rather than abort.
+ (REGCHAR, LITCHAR): Backslash added to lexical syntax.
+
+ * parser.y (output_clause): Allow empty output clause.
+
+2011-09-26 Kaz Kylheku <kaz@kylheku.com>
+
New feature: @(deffilter)
Bugfix in @(throw) when non-symbol is thrown: exception message