summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-05-04 20:09:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-05-04 20:09:33 (GMT)
commit2742ad43c8f87f43b1ede78734ded19ce09c89b5 (patch)
tree31e9cb75db07943c35a5ae6787584abadda8218d /ChangeLog
parent9f072ac4043a1c048fb8ccb62c214508080ad25e (diff)
downloadtcl-2742ad43c8f87f43b1ede78734ded19ce09c89b5.zip
tcl-2742ad43c8f87f43b1ede78734ded19ce09c89b5.tar.gz
tcl-2742ad43c8f87f43b1ede78734ded19ce09c89b5.tar.bz2
* generic/tclAlloc.c: Make sure Tclp*Alloc* routines get
* generic/tclInt.h: declared in the TCL_MEM_DEBUG and * generic/tclThreadAlloc.c: TCL_THREADS configuration. [Bug 947564]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46d14f3..8d2ac6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-05-04 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get
+ * generic/tclInt.h: declared in the TCL_MEM_DEBUG and
+ * generic/tclThreadAlloc.c: TCL_THREADS configuration. [Bug 947564]
+
* tests/tcltest.test: Test corrections for Mac OSX. Thanks
to Steven Abner (tauvan). [Bug 947440]