summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-04 16:27:31 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-04 16:27:31 -0800
commit45376e552a18a2991421a8df34c931d56ecdd31d (patch)
tree093d00994cc6a6a556f8e7e22b69a342af7c073f /ChangeLog
parent336071aa972798af0252345d90e0a8d4acdc1e00 (diff)
downloadtxr-45376e552a18a2991421a8df34c931d56ecdd31d.tar.gz
txr-45376e552a18a2991421a8df34c931d56ecdd31d.tar.bz2
txr-45376e552a18a2991421a8df34c931d56ecdd31d.zip
* 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.
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.