summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-01 00:08:21 (GMT)
committerhobbs <hobbs>1999-12-01 00:08:21 (GMT)
commited5c8c5b5428c8ed9ba6499951da365c2e86f054 (patch)
tree791b3d9a2c983f0104788a01d1c89a077121009b /ChangeLog
parent97e585821100efae5c195c46dfabecaa35f7691c (diff)
downloadtcl-ed5c8c5b5428c8ed9ba6499951da365c2e86f054.zip
tcl-ed5c8c5b5428c8ed9ba6499951da365c2e86f054.tar.gz
tcl-ed5c8c5b5428c8ed9ba6499951da365c2e86f054.tar.bz2
* generic/tclLoad.c: #def'd out the unloading of DLLs at finalize
time for Unix in TclFinalizeLoad. [Bug: 2560 3373] Should be parametrized to allow for user to specify unload or not. * win/tclWinTime.c: fixed handling of %Z on NT for time zones that don't have DST.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc8acda..5cc58af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-11-30 Jeff Hobbs <hobbs@scriptics.com>
+
+ * generic/tclLoad.c: #def'd out the unloading of DLLs at finalize
+ time for Unix in TclFinalizeLoad. [Bug: 2560 3373] Should be
+ parametrized to allow for user to specify unload or not.
+
+ * win/tclWinTime.c: fixed handling of %Z on NT for time zones
+ that don't have DST.
+
1999-11-29 Jeff Hobbs <hobbs@scriptics.com>
* library/dde1.1/pkgIndex.tcl:
@@ -6,6 +15,7 @@
* unix/tclUnixPipe.c: fixed PipeBlockModeProc to properly set
isNonBlocking flag on pipe. [Bug: 1356 710]
+ removed spurious fcntl call from PipeBlockModeProc
* tests/scan.test:
* generic/tclScan.c: fixed scan where %[..] didn't match anything