summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-05-29 00:19:39 (GMT)
committerhobbs <hobbs>2002-05-29 00:19:39 (GMT)
commitacc98cfd629f847b6e4b3e7eee967d7fe3f9bcdf (patch)
tree29125ebe484614a6acad3335d784da4ad422b93a /ChangeLog
parent255468e31d6c18b6e10f63c0d914101824c2ce7f (diff)
downloadtcl-acc98cfd629f847b6e4b3e7eee967d7fe3f9bcdf.zip
tcl-acc98cfd629f847b6e4b3e7eee967d7fe3f9bcdf.tar.gz
tcl-acc98cfd629f847b6e4b3e7eee967d7fe3f9bcdf.tar.bz2
* tests/clock.test: added clock-9.1
* compat/strftime.c: * generic/tclClock.c: * generic/tclInt.decls: * generic/tclIntDecls.h: * unix/tclUnixTime.c: fix for Windows msvcrt mem leak caused by using an env(TZ) setting trick for in clock format -gmt 1. This also makes %s seem to work correctly with -gmt 1 as well as making it a lot faster by avoid the env(TZ) hack. TclpStrftime now takes useGMT as an arg. [Bug #559376]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cffea2..8effda2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-05-28 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclThreadAlloc.c (TclpRealloc, TclpFree): protect
+ against the case when NULL is based.
+
+ * tests/clock.test: added clock-9.1
+ * compat/strftime.c:
+ * generic/tclClock.c:
+ * generic/tclInt.decls:
+ * generic/tclIntDecls.h:
+ * unix/tclUnixTime.c: fix for Windows msvcrt mem leak caused by
+ using an env(TZ) setting trick for in clock format -gmt 1. This
+ also makes %s seem to work correctly with -gmt 1 as well as
+ making it a lot faster by avoid the env(TZ) hack. TclpStrftime
+ now takes useGMT as an arg. [Bug #559376]
+
2002-05-28 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclIOUtil.c: fixes to Tcl_FSLoadFile when called on