summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-02 20:10:56 (GMT)
committerhobbs <hobbs>2002-09-02 20:10:56 (GMT)
commitb532e9030fc637f2c240f82dc62d5d4c9ef7b761 (patch)
treed11d831a877e98b5c86d79f9dd504ebe6bad5aba /ChangeLog
parent743cfac13a8bf0eeb9c73cdb78251211c6431c66 (diff)
downloadtcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.zip
tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.gz
tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.bz2
Bumped version number to 8.4.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dde2128..4b1e0e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2002-09-02 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * README: Bumped version number to 8.4.0
+ * generic/tcl.h:
+ * tools/tcl.wse.in:
+ * unix/configure:
+ * unix/configure.in:
+ * unix/tcl.spec:
+ * win/README.binary:
+ * win/configure:
+ * win/configure.in:
+
+ * generic/tclInterp.c (SlaveCreate): make sure that the memory and
+ checkmem commands are initialized in non-safe slave interpreters
+ when TCL_MEM_DEBUG is used. [Bug #583445]
+
+ * win/tclWinConsole.c (ConsoleCloseProc): only wait on writable
+ pipe if there was something to write. This may prevent infinite
+ wait on exit.
+
+ * tests/exec.test: marked exec-18.1 unixOnly until the Windows
+ incompatability (in the test, not the core) can be resolved.
+
+ * tests/http.test (http-3.11): added close $fp that was causing an
+ error on Windows because the file was not closed before deleting.
+
+ * unix/tclUnixInit.c (Tcl_MacOSXGetLibraryPath): made this static
+ function only appear when HAVE_CFBUNDLE is defined.
+
2002-08-31 Daniel Steffen <das@users.sourceforge.net>
* unix/tcl.m4: added TK_SHLIB_LD_EXTRAS analogue of existing