summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-12-06 22:41:08 (GMT)
committerdgp <dgp@noemail.net>2004-12-06 22:41:08 (GMT)
commit6a0544cce33ad245b568915dc285baf76df7a7f4 (patch)
treed30c0040f04848ffdaaf5a4e83f7830b11386d95 /changes
parent021648d9563959fcf2928b9aaad17859285d71d9 (diff)
downloadtcl-6a0544cce33ad245b568915dc285baf76df7a7f4.zip
tcl-6a0544cce33ad245b568915dc285baf76df7a7f4.tar.gz
tcl-6a0544cce33ad245b568915dc285baf76df7a7f4.tar.bz2
* tests/safe.test: Trim auto_path to improve performance [1080039]
FossilOrigin-Name: 6a514d4d16c1c98c5e22b28956db8f5566795f5c
Diffstat (limited to 'changes')
-rw-r--r--changes7
1 files changed, 3 insertions, 4 deletions
diff --git a/changes b/changes
index b0f45fe..9c4c28f 100644
--- a/changes
+++ b/changes
@@ -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)