summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-22 21:24:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-22 21:24:15 (GMT)
commitb8f4fce257bc6fefdb5c0b1a942450e6d3b9f2c4 (patch)
tree34b9b1396b2932d6ac701fc4268b897f201eb83d /ChangeLog
parent5264c8ea7beb50e85b079617502d7ef7296a5188 (diff)
downloadtcl-b8f4fce257bc6fefdb5c0b1a942450e6d3b9f2c4.zip
tcl-b8f4fce257bc6fefdb5c0b1a942450e6d3b9f2c4.tar.gz
tcl-b8f4fce257bc6fefdb5c0b1a942450e6d3b9f2c4.tar.bz2
* generic/tclInterp.c: Restored several directories to the search
* tests/unixInit.test: path used to locate init.tcl within [tclInit]. This change does not restore any directories to the encoding search path, so should still avoid the price of an unreasonably large number of filesystem accesses during encoding initialization at startup [Bug 976438]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1bcda1..18f4f72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-22 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclInterp.c: Restored several directories to the search
+ * tests/unixInit.test: path used to locate init.tcl within [tclInit].
+ This change does not restore any directories to the encoding search
+ path, so should still avoid the price of an unreasonably large number
+ of filesystem accesses during encoding initialization at startup
+ [Bug 976438]
+
2004-11-22 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclPathObj.c: fix and new test for [Bug 1043129] in