summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-04 22:23:36 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-04 22:23:36 -0800
commit7fa8698dbec1812d13d8d7a1f323329baa9a10c4 (patch)
tree3b21f73497626c4cf9beff7d00996356e681a084 /ChangeLog
parent0b205139823e033dca63719ff8a6e0b390c96476 (diff)
downloadtxr-7fa8698dbec1812d13d8d7a1f323329baa9a10c4.tar.gz
txr-7fa8698dbec1812d13d8d7a1f323329baa9a10c4.tar.bz2
txr-7fa8698dbec1812d13d8d7a1f323329baa9a10c4.zip
* parser.y (force_regular_quotes): Function removed.
(list): Prior commit reversed. * txr.1: Prior commit reversed. * RELNOTES: No semantics clarification in quasiquote; bugfixes only.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c35467ff..768eff4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-12-04 Kaz Kylheku <kaz@kylheku.com>
+ * parser.y (force_regular_quotes): Function removed.
+ (list): Prior commit reversed.
+
+ * txr.1: Prior commit reversed.
+
+ * RELNOTES: No semantics clarification in quasiquote; bugfixes only.
+
+2011-12-04 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (op_qquote_error, op_unquote_error): New static functions.
(expand_qquote): Bugfix: missing case added to handle directly quoted
quasiquote.