summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-12-08 04:22:43 (GMT)
committerericm <ericm>2000-12-08 04:22:43 (GMT)
commit2684f0927693ce0ec0063ec834e89cac173a4c6b (patch)
tree8574e452cda278c97eda480dc156f541b6508709 /ChangeLog
parent89815300ec6aa68bb4fe8c5ffb7292b981403642 (diff)
downloadtcl-2684f0927693ce0ec0063ec834e89cac173a4c6b.zip
tcl-2684f0927693ce0ec0063ec834e89cac173a4c6b.tar.gz
tcl-2684f0927693ce0ec0063ec834e89cac173a4c6b.tar.bz2
* generic/tcl.h (attemptckalloc): Fixed typo for #define of
attemptckalloc (was defined to Tcl_AttempDbCkalloc, should have been Tcl_AttemptDbCkalloc). [Bug: 124384] * generic/tclCkalloc.c: Added TCL_MEM_DEBUG versions of Tcl_AttemptDbCkrealloc and Tcl_AttemptDbCkalloc. [Bug: 124384].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6804412..dbd1e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,16 @@
the makefile. Should probably be updated to use its real version
at some point. [Patch #102560, Bug #119421]
+2000-12-06 eric melski <ericm@ajubasolutions.com>
+
+ * generic/tcl.h (attemptckalloc): Fixed typo for #define of
+ attemptckalloc (was defined to Tcl_AttempDbCkalloc, should have
+ been Tcl_AttemptDbCkalloc). [Bug: 124384]
+
+ * generic/tclCkalloc.c: Added
+ TCL_MEM_DEBUG versions of Tcl_AttemptDbCkrealloc and
+ Tcl_AttemptDbCkalloc. [Bug: 124384].
+
2000-11-24 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclExecute.c (TclExecuteByteCode): Logical negation "!"