diff options
author | ericm <ericm> | 2000-12-08 04:22:43 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-12-08 04:22:43 (GMT) |
commit | 2684f0927693ce0ec0063ec834e89cac173a4c6b (patch) | |
tree | 8574e452cda278c97eda480dc156f541b6508709 /ChangeLog | |
parent | 89815300ec6aa68bb4fe8c5ffb7292b981403642 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 "!" |