diff options
author | dgp <dgp@users.sourceforge.net> | 2009-03-27 19:17:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-03-27 19:17:54 (GMT) |
commit | ea2ebe5242290d7fa2b53cd32d27e12e53a41b87 (patch) | |
tree | 48a9971579cb4f3dd90a22fb70138b5c3d029f39 /ChangeLog | |
parent | 58087b825208917336f1f10d38628e76d415174c (diff) | |
download | tcl-ea2ebe5242290d7fa2b53cd32d27e12e53a41b87.zip tcl-ea2ebe5242290d7fa2b53cd32d27e12e53a41b87.tar.gz tcl-ea2ebe5242290d7fa2b53cd32d27e12e53a41b87.tar.bz2 |
* generic/tclPathObj.c (TclPathPart): TclPathPart() was computing
* tests/fileName.test: the wrong results for both [file dirname] and
[file tail] on "path" arguments with the PATHFLAGS != 0 intrep and
with an empty string for the "joined-on" part. [Bug 2710920]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-03-27 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing + * tests/fileName.test: the wrong results for both [file dirname] and + [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and + with an empty string for the "joined-on" part. [Bug 2710920] + 2009-03-25 Jan Nijtmans <nijtmans@users.sf.net> * doc/tclsh.1 bring doc and tools in line with http://wiki.tcl.tk/812 |