diff options
author | hobbs <hobbs> | 2004-07-13 19:21:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-13 19:21:15 (GMT) |
commit | 03c72896366d45b5f5dd85fbe2af12d22e8a5162 (patch) | |
tree | 8ef1f671feef953ce3c524ebba17cc866acbbd03 /ChangeLog | |
parent | 96d428e63bdccbffdcac3889fb1d09ad07d2e19e (diff) | |
download | tcl-03c72896366d45b5f5dd85fbe2af12d22e8a5162.zip tcl-03c72896366d45b5f5dd85fbe2af12d22e8a5162.tar.gz tcl-03c72896366d45b5f5dd85fbe2af12d22e8a5162.tar.bz2 |
* 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
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). |