summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f070e9da..c35467ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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.
+ (eval_init): Error-catching pseudo-operators registered in
+ op_table.
+
+ * parser.y (force_regular_quotes): New function.
+ (list): Quotes within unquotes and splices are regular.
+
+ * txr.1: Clarified new rules. Removed description of ,'form and ,*'form
+ special syntax.
+
2011-12-03 Kaz Kylheku <kaz@kylheku.com>
Expose lazy lists in TXR Lisp.