summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-11-05 20:50:43 (GMT)
committerdgp <dgp@noemail.net>2003-11-05 20:50:43 (GMT)
commit46248b7bbc5b8ac481018b4e9ecfcd18b0ea76c2 (patch)
treef1d6d8d06b9e8f2a23e8c0f392213aa03f455035 /ChangeLog
parente922dac77b4f87b36ee89c5ce23f0e5d997e080c (diff)
downloadtcl-46248b7bbc5b8ac481018b4e9ecfcd18b0ea76c2.zip
tcl-46248b7bbc5b8ac481018b4e9ecfcd18b0ea76c2.tar.gz
tcl-46248b7bbc5b8ac481018b4e9ecfcd18b0ea76c2.tar.bz2
* tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657]
failure of TclpInitLibraryPath() to properly handle .. in the path of the executable. FossilOrigin-Name: 687e16de395760f4ccc717805e922b654a8b6aff
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1656a7d..7055259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-05 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657]
+ failure of TclpInitLibraryPath() to properly handle .. in the path
+ of the executable.
+
2003-11-04 Daniel Steffen <das@users.sourceforge.net>
* macosx/Makefile: added 'test' target.