diff options
author | dgp <dgp@users.sourceforge.net> | 2009-03-27 19:16:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-03-27 19:16:49 (GMT) |
commit | 3cafedec0ff906762951dbf8c5065947771aeb7f (patch) | |
tree | b7b5d48e93533f9fba48a87c0a42a2eb9be2e81d /ChangeLog | |
parent | dce424fd503c29bd61d1ea07d2461b3cb43d58b8 (diff) | |
download | tcl-3cafedec0ff906762951dbf8c5065947771aeb7f.zip tcl-3cafedec0ff906762951dbf8c5065947771aeb7f.tar.gz tcl-3cafedec0ff906762951dbf8c5065947771aeb7f.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-20 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c: Test stringObj-6.9 checks that |