summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-11-05 20:50:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-11-05 20:50:44 (GMT)
commitbb75623bfdb7105dcd6f60e0363d4597213cd139 (patch)
treef1d6d8d06b9e8f2a23e8c0f392213aa03f455035 /ChangeLog
parent9f0235b154c23e8eefeb9005acb58abe0c2415f4 (diff)
downloadtcl-bb75623bfdb7105dcd6f60e0363d4597213cd139.zip
tcl-bb75623bfdb7105dcd6f60e0363d4597213cd139.tar.gz
tcl-bb75623bfdb7105dcd6f60e0363d4597213cd139.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.
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.