aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-08 09:42:02 +0000
committerantirez <antirez>2005-03-08 09:42:02 +0000
commit60213cd191be8156eb011e16e6df823065d56f5b (patch)
tree956ee9fa5b8375b698ab0f66b03d3cf7c99dce79 /ChangeLog
parent5bf31c1165ac894cc6133c3c69513c5884ba9b59 (diff)
downloadjimtcl-60213cd191be8156eb011e16e6df823065d56f5b.zip
jimtcl-60213cd191be8156eb011e16e6df823065d56f5b.tar.gz
jimtcl-60213cd191be8156eb011e16e6df823065d56f5b.tar.bz2
Applied patch about unset a(x) against non existing 'a' variable
(Clemens Hintze). Dictionary handling code and error messages modified a bit (me).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d163bb..9dd58ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-07 21:53 antirez
+
+ * ChangeLog, jim.c: Fixed a memory leak introduced with the last
+ callframe caching code commit.
+
2005-03-07 21:34 antirez
* ChangeLog, jim.c, jim.h: Faster procedure calls (obtained caching