diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-07 21:16:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-07 21:16:34 -0800 |
commit | d453ed5dfbd7dee9d281c2d03a43146e0509bbde (patch) | |
tree | b485182081c3904eb5e672d5d7afb1accb9113e0 /ChangeLog | |
parent | e9fbed412bf3e56c39ccb01eb943d94828d5250b (diff) | |
download | txr-d453ed5dfbd7dee9d281c2d03a43146e0509bbde.tar.gz txr-d453ed5dfbd7dee9d281c2d03a43146e0509bbde.tar.bz2 txr-d453ed5dfbd7dee9d281c2d03a43146e0509bbde.zip |
* eval.c (op_defun): Transform a function body by inserting
a named block around it, thereby imitating a Common Lisp feature.
(op_for): Establish an anonymous block around the loop body,
test form and increment forms.
* txr.1: Documented named block in defun. Documented for and for *.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2011-12-07 Kaz Kylheku <kaz@kylheku.com> + * eval.c (op_defun): Transform a function body by inserting + a named block around it, thereby imitating a Common Lisp feature. + (op_for): Establish an anonymous block around the loop body, + test form and increment forms. + + * txr.1: Documented named block in defun. Documented for and for *. + +2011-12-07 Kaz Kylheku <kaz@kylheku.com> + * txr.vim: Updated with all operators and functions. 2011-12-07 Kaz Kylheku <kaz@kylheku.com> |