diff options
author | dgp <dgp@users.sourceforge.net> | 2004-12-06 22:41:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-12-06 22:41:09 (GMT) |
commit | 5098d93a5364fb60487e91ae9fd4fd809c016a4a (patch) | |
tree | d30c0040f04848ffdaaf5a4e83f7830b11386d95 /changes | |
parent | 199c1fb12767c9ef58c43b56f33ca3113eb738ab (diff) | |
download | tcl-5098d93a5364fb60487e91ae9fd4fd809c016a4a.zip tcl-5098d93a5364fb60487e91ae9fd4fd809c016a4a.tar.gz tcl-5098d93a5364fb60487e91ae9fd4fd809c016a4a.tar.bz2 |
* tests/safe.test: Trim auto_path to improve performance [1080039]
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.93 2004/12/04 00:57:55 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.94 2004/12/06 22:41:10 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6296,9 +6296,6 @@ consistent on Windows with Unix (gravereaux) 2004-11-11 (bug fix)[1034337] recursive file delete, MacOSX (steffen) -2004-11-12 (feature)[TIP 34] make use of a configuration header file (fellows) - *** POTENTIAL INCOMPATIBILITY *** - 2004-11-12 (new feature)[TIP 221] [interp bgerror] (porter) 2004-11-12 (new feature)[TIP 226] Tcl_(Save|Restore|Discard)InterpState @@ -6341,6 +6338,8 @@ search path uniqification added in 8.4.8 (porter) library, encoding search initialization, and Tcl_FindExecutable structure. [tclInit] no longer driven by the value of $::tcl_libPath (TCLLIBPATH). (porter) + *** POTENTIAL INCOMPATIBILITY : makes encoding names case sensitive + on Windows, where they have been case insensitive *** 2004-12-02 (bug fix)[1074671] Ensure tilde paths are not returned specially by 'glob' (darley) |