diff options
author | dgp <dgp@users.sourceforge.net> | 2003-11-05 20:50:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-11-05 20:50:44 (GMT) |
commit | bb75623bfdb7105dcd6f60e0363d4597213cd139 (patch) | |
tree | f1d6d8d06b9e8f2a23e8c0f392213aa03f455035 /ChangeLog | |
parent | 9f0235b154c23e8eefeb9005acb58abe0c2415f4 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |