aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-04 19:44:55 +0000
committerantirez <antirez>2005-04-04 19:44:55 +0000
commita96abb6e891079e1e2dadcebee354fc72ed7d9bf (patch)
treed7a0ce8278c0d5099e17a9d3a219caededef2d54 /ChangeLog
parent4af671e3b9d7a539d5fd4bf7b2cef71a8a046edc (diff)
downloadjimtcl-a96abb6e891079e1e2dadcebee354fc72ed7d9bf.zip
jimtcl-a96abb6e891079e1e2dadcebee354fc72ed7d9bf.tar.gz
jimtcl-a96abb6e891079e1e2dadcebee354fc72ed7d9bf.tar.bz2
Fixed a memory leak introduced some day ago.
Thanks to 'valgrind'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96ffb49..c7a8aa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-04 13:59 antirez
+
+ * ChangeLog, jim-stdlib-1.0.tcl: [memoize] is now inside the Jim
+ Standard Library! More info here: http://wiki.tcl.tk/10981 Our
+ version uses a static var to take state instead of a global var,
+ for the rest it is the same.
+
2005-04-04 10:01 antirez
* ChangeLog, jim.h: Version marked as "0.51".