diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -1,7 +1,13 @@ +2004-07-13 Jeff Hobbs <jeffh@ActiveState.com> + + * README, generic/tcl.h, tools/tcl.wse.in: bumped to + * unix/configure, unix/configure.in, unix/tcl.spec: patchlevel + * win/README.binary, win/configure, win/configure.in: 8.4.7 + 2004-07-13 Zoran Vasiljevic <vasiljevic@users.sf.net> - * generic/tclEvent.c (NewThreadProc): Fixed broken build on - Windows caused by missing TCL_THREAD_CREATE_RETURN. This is + * generic/tclEvent.c (NewThreadProc): Fixed broken build on + Windows caused by missing TCL_THREAD_CREATE_RETURN. This is backported from head. Thnx to Kevin Kenny for spotting this. 2004-07-03 Miguel Sofer <msofer@users.sf.net> @@ -74,10 +80,10 @@ 2004-06-10 Zoran Vasiljevic <vasiljevic@users.sf.net> - * generic/tclIOUtil.c: partially corrected [Bug 932314]. - Also, corrected return values of Tcl_FSChdir() to - reflect those of the underlying platform-specific call. - Originally, return codes were mixed with those of Tcl. + * generic/tclIOUtil.c: partially corrected [Bug 932314]. + Also, corrected return values of Tcl_FSChdir() to + reflect those of the underlying platform-specific call. + Originally, return codes were mixed with those of Tcl. 2004-06-08 Miguel Sofer <msofer@users.sf.net> @@ -110,11 +116,11 @@ in [clock format], and conditioned out the clock-10.x series if they're all going to fail because of a broken strftime() call. [Bug 961714] - + 2004-05-27 Reinhard Max <max@suse.de> - * generic/tclEncoding.c: - * tests/encoding.test: added support and tests for translating + * generic/tclEncoding.c: + * tests/encoding.test: added support and tests for translating embedded null characters between real nullbytes and the internal representation on input/output (Bug #949905). |