summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-07 21:16:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-07 21:16:34 -0800
commitd453ed5dfbd7dee9d281c2d03a43146e0509bbde (patch)
treeb485182081c3904eb5e672d5d7afb1accb9113e0 /ChangeLog
parente9fbed412bf3e56c39ccb01eb943d94828d5250b (diff)
downloadtxr-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e31e8b97..ca930a46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>