diff options
author | dgp <dgp@users.sourceforge.net> | 2007-03-19 16:59:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-03-19 16:59:06 (GMT) |
commit | e5a9a4d6a85c0dcc262e00d46418410e63d63fa0 (patch) | |
tree | fa41016732a9e446bfb70eb52970688c69463f11 /ChangeLog | |
parent | c29a0f17728ac66f5e659321fc15aa379af68abe (diff) | |
download | tcl-e5a9a4d6a85c0dcc262e00d46418410e63d63fa0.zip tcl-e5a9a4d6a85c0dcc262e00d46418410e63d63fa0.tar.gz tcl-e5a9a4d6a85c0dcc262e00d46418410e63d63fa0.tar.bz2 |
* generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some
* generic/tclEvent.c (Tcl_CreateThread): calls to Tcl_Alloc()
* generic/tclObj.c (UpdateStringOfBignum): with calls to
* unix/tclUnixTime.c (SetTZIfNecessary): ckalloc(), which better
* win/tclAppInit.c (setargv): supports memory debugging.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-03-19 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some + * generic/tclEvent.c (Tcl_CreateThread): calls to Tcl_Alloc() + * generic/tclObj.c (UpdateStringOfBignum): with calls to + * unix/tclUnixTime.c (SetTZIfNecessary): ckalloc(), which better + * win/tclAppInit.c (setargv): supports memory debugging. + 2007-03-19 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * doc/regsub.n: Corrected example so that it doesn't recommend |