summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-13 16:07:18 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-13 16:07:18 (GMT)
commit5317c96fe29f6bfe0a3c6c5b717a083452f4d4e6 (patch)
tree6c356fad86aa5537ab33c4103a77ddfde50724f7 /ChangeLog
parentfaf9c06c92a71acaf96d3813ca666a67c217d952 (diff)
downloadtcl-5317c96fe29f6bfe0a3c6c5b717a083452f4d4e6.zip
tcl-5317c96fe29f6bfe0a3c6c5b717a083452f4d4e6.tar.gz
tcl-5317c96fe29f6bfe0a3c6c5b717a083452f4d4e6.tar.bz2
* generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree
were badly defined under mem debugging [Bug 2017240] (thx das)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cd3ae8..b9ae7b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-14 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree
+ were badly defined under mem debugging [Bug 2017240] (thx das)
+
2008-07-13 Miguel Sofer <msofer@users.sf.net>
NRE implementation [Patch 2017110]