summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-11 09:31:36 +0000
committerantirez <antirez>2005-03-11 09:31:36 +0000
commitdd812eddd8b4d4e14ac4f34724e97afff880f7c3 (patch)
treefe2d35520b9f990fdd34a90a8eb28d17b06218d2 /ChangeLog
parent82a9d97a1dc4f107d23ce03bd6b2ca358d7a09c3 (diff)
Fix about [rename] against procedures with statics.
Added a regression test to test.tcl (I plan to move everything inside regtest.tcl into test.tcl).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ce9664..b039d0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-11 10:25 antirez
+
+ * ChangeLog, jim.c: more static fixes (me)
+
2005-03-11 09:43 antirez
* jim.c: tons of static var fixes...