diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-20 22:16:35 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-20 22:16:35 -0800 |
commit | 4c5b04a6cac0d43e83aa2dc4f800eab42e908486 (patch) | |
tree | 945b7a8399e98561dd66a70f346e4b7099f04375 /ChangeLog | |
parent | 87ed1d2ba09c793742e002d6d91466e4d89d36c1 (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |