diff options
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | changes | 23 |
2 files changed, 34 insertions, 7 deletions
@@ -1,19 +1,25 @@ +2004-12-02 Jeff Hobbs <jeffh@ActiveState.com> + + *** 8.4.9 TAGGED FOR RELEASE *** + + * changes: updated for 8.4.9 release + 2004-12-02 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclIOUtil.c: fix and new tests for [Bug 1074671] to - * tests/fileSystem.test: ensure tilde paths are not returned + * tests/fileSystem.test: ensure tilde paths are not returned specially by 'glob'. 2004-12-01 Don Porter <dgp@users.sourceforge.net> - * library/auto.tcl (tcl_findLibrary): Disabled use of [file normalize] + * library/auto.tcl (tcl_findLibrary): Disabled use of [file normalize] that caused trouble with freewrap. [Bug 1072136]. 2004-11-26 Don Porter <dgp@users.sourceforge.net> - * tests/reg.test (reg-32.*): Added missing testregexp constraints. + * tests/reg.test (reg-32.*): Added missing testregexp constraints. - * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying + * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the search path does not also normalize. [Bug 1072136] 2004-11-26 Donal K. Fellows <donal.k.fellows@man.ac.uk> @@ -33,8 +39,8 @@ 2004-11-24 Don Porter <dgp@users.sourceforge.net> - * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine - the number of arguments for readdir_r on SunOS systems. [Bug 1071701] + * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine + the number of arguments for readdir_r on SunOS systems. [Bug 1071701] * unix/configure: autoconf-2.13 @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.15 2004/11/18 15:44:25 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.16 2004/12/03 00:34:46 hobbs Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6115,3 +6115,24 @@ Test suite expansion [1036649,1001997,etc.] --- Released 8.4.8, November 18, 2004 --- See ChangeLog for details --- +2004-11-22 (bug fix)[1030465] Improve HAVE_TYPE_OFF64_T check (dejong) + +2004-11-23 (bug fix)[1072654] Fixed segfault in info vars trivial +matching branch (new in 8.4.8) (porter) + +2004-11-23 (bug fix)[1043129] Fixed the treatment of backslashes in file +join on Windows (darley) + +2004-11-24 (bug fix)[1001325, 1071701] Fixed readdir_r detection and usage +(dejong, kenny, porter) + +2004-11-24 (bug fix)[1071807] Fixed all uses of 'select' to use standard +macros rather than older bit-whacking style (kenny) + +2004-11-26 (bug fix)[1072136] Remove file normalize on tcl_findLibrary +search path uniqification added in 8.4.8 (porter) + +2004-12-02 (bug fix)[1074671] Ensure tilde paths are not returned specially +by 'glob' (darley) + +--- Released 8.4.9, December 6, 2004 --- See ChangeLog for details --- |