summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-12-01 22:07:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-12-01 22:07:55 (GMT)
commita84821a860443acb7f58429abc7bce7bacef661b (patch)
tree22d53e6d09c4c3923075c16ad6761fc6298c4c43 /ChangeLog
parentf4e32f5e30da1843cdcc7c29bd4068ce15cbb503 (diff)
downloadtcl-a84821a860443acb7f58429abc7bce7bacef661b.zip
tcl-a84821a860443acb7f58429abc7bce7bacef661b.tar.gz
tcl-a84821a860443acb7f58429abc7bce7bacef661b.tar.bz2
* library/auto.tcl (tcl_findLibrary): Disabled use of [file normalize] that caused trouble with freewrap. [Bug 1072136].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b4fa80..d10ce51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-01 Don Porter <dgp@users.sourceforge.net>
+
+ * 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.