diff options
author | hobbs <hobbs> | 2003-11-18 23:35:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-11-18 23:35:52 (GMT) |
commit | 49d7731ac71dff31988ed094ce4c7c72dc5353f1 (patch) | |
tree | 38465dd0ce9cc512e4e68057a90395c40646f12c | |
parent | fa21483afb1b8a95e33287eaa28f20f0bb319d40 (diff) | |
download | tcl-49d7731ac71dff31988ed094ce4c7c72dc5353f1.zip tcl-49d7731ac71dff31988ed094ce4c7c72dc5353f1.tar.gz tcl-49d7731ac71dff31988ed094ce4c7c72dc5353f1.tar.bz2 |
updated for 8.4.5 release
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | changes | 48 |
2 files changed, 55 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2003-11-18 Jeff Hobbs <jeffh@ActiveState.com> + + *** 8.4.5 TAGGED FOR RELEASE *** + + * changes: updated for 8.4.5 release + 2003-11-17 Don Porter <dgp@users.sourceforge.net> * generic/regcomp.c: Backported regexp bug fixes and tests. Thanks @@ -161,8 +167,8 @@ * tests/regexp.test: Matched [makeFile] with [removeFile]. * tests/regexpComp.test: [Bug 675652] - * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution - happens, not for any particular result. [Bug 685991] + * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution + happens, not for any particular result. [Bug 685991] * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta releases of Tcl are not favored. [Bug 608698] @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.3 2003/07/21 22:12:54 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.79.2.4 2003/11/18 23:35:53 hobbs Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -5880,3 +5880,49 @@ Improved documentation, new tests, and some code cleanup. 763312, 769895, 771539, 771840, 771947, 771949, 772333] --- Released 8.4.4, July 22, 2003 --- See ChangeLog for details --- + +2003-07-23 (bug fix)[775976] fix registry compilation for VC7. + +2003-08-05 (enhancement)[781585] Use Tcl_ResetResult in bytecodes to +prevent potential costly Tcl_Obj duplication. + +2003-08-06 (bug fix)[781609] prevent non-Windows platforms from trying to +use the registry package inside msgcat. + +2003-08-27 (bug fix)[411825] Fix TclNeedSpace to handle non-breaking space +(\u00A0) and backslash escapes correctly. + +2003-09-01 (bug fix)[788780] Fix thread-safety issues in filesystem records. + +2003-09-19 (bug fix)[804681] Protect ::errorInfo and ::errorCode traces +from corrupting stack. + +2003-09-23 (bug fix)[218871] Fix handling of glob-sensitive chars in +auto_load and auto_import. + +2003-10-03 (bug fix)[811483] Fixed refcount management for command and +execution traces. + +2003-10-04 (bug fix)[789040] Fixed exec command.com error for Win9x. + +2003-10-06 (bug fix)[767834, 813273] Fixed volumerelative file +normalization and 'file join' inconsistencies. + +2003-10-08 (bug fix)[769812] Fix Tcl_NumUtfChars string length calculation +when negative parameter is given. + +2003-10-22 (bug fix)[800106] Handle VFS mountpoints inside glob'd dirs. + +2003-10-22 (bug fix)[599468] Watch for FD_CLOSE too on Windows when +asked for writable events by the generic layer. + +2003-10-23 (bug fix)[813606] Detect OS X pipes correctly. + +2003-11-05 (bug fix)[832657] Allow .. in libpath initialization. + +2003-11-11 (bug fix) Improve AIX-64 build configuration. + +2003-11-17 (bug fix)[230589, 504785, 505048, 703709, 840258] fixed to +various odd regexp "can't happen" bugs. + +--- Released 8.4.5, November 20, 2003 --- See ChangeLog for details --- |