summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-20 22:16:35 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-20 22:16:35 -0800
commit4c5b04a6cac0d43e83aa2dc4f800eab42e908486 (patch)
tree945b7a8399e98561dd66a70f346e4b7099f04375 /ChangeLog
parent87ed1d2ba09c793742e002d6d91466e4d89d36c1 (diff)
downloadtxr-4c5b04a6cac0d43e83aa2dc4f800eab42e908486.tar.gz
txr-4c5b04a6cac0d43e83aa2dc4f800eab42e908486.tar.bz2
txr-4c5b04a6cac0d43e83aa2dc4f800eab42e908486.zip
* eval.c (macro_form_p, macroexpand_1, macroexpand): New static
functions. (eval_init): Registered new functions. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eca751b1..18b958ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-02-20 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (macro_form_p, macroexpand_1, macroexpand): New static
+ functions.
+ (eval_init): Registered new functions.
+
+ * txr.1: Documented.
+
+2014-02-20 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y (unquotes_occur): Bugfix: we should not terminate
the recursion early if we see a quote. This would be true if
the only quotes were those generated by the parser based on