aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-10 09:51:11 +0000
committerantirez <antirez>2005-04-10 09:51:11 +0000
commit0212cfb56d1daa73e41bbc97e66058bd7ac04b5a (patch)
tree5eb5d714d63edccd3656a7593ba272cdaba73e4d /ChangeLog
parentf258bd697f57690c34211040d94e1b90055eb886 (diff)
downloadjimtcl-0212cfb56d1daa73e41bbc97e66058bd7ac04b5a.zip
jimtcl-0212cfb56d1daa73e41bbc97e66058bd7ac04b5a.tar.gz
jimtcl-0212cfb56d1daa73e41bbc97e66058bd7ac04b5a.tar.bz2
Fix for [return -code eval]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82f42ce..f31da60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-04-09 14:57 antirez
+
+ * ChangeLog, jim.c, jim.h: Experimental verison of JIM_EVAL retcode
+ in order to implement what RHS proposed in the Wiki for tail
+ recursion:
+
+ return -code eval [list proc $a $b ...]
+
+ I'm not sure I'll take this, but it needs to be inside for some
+ time in order to experiment and evaluate it I guess.
+
2005-04-09 10:23 antirez
* ChangeLog, TODO, jim.c: TODO updated, spurious free changed into