diff options
author | dgp <dgp@users.sourceforge.net> | 2010-01-05 18:58:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-01-05 18:58:12 (GMT) |
commit | 6c429a0ad16df02718539a22c3e9f8d9b92df937 (patch) | |
tree | ef190eb25737fc57bc8e1ba3c90d8835649e6857 /ChangeLog | |
parent | aa97f95a4ce2d6977a8e82caf00674c5e83270ea (diff) | |
download | tcl-6c429a0ad16df02718539a22c3e9f8d9b92df937.zip tcl-6c429a0ad16df02718539a22c3e9f8d9b92df937.tar.gz tcl-6c429a0ad16df02718539a22c3e9f8d9b92df937.tar.bz2 |
* generic/tclPathObj.c (TclPathPart): Correct inconsistency between
* tests/fileName.test (filename-14.31): the string rep and the intrep
of a path value created by [file rootname]. Thanks to Vitaly Magerya
for reporting. [Bug 2918610]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-01-05 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPathObj.c (TclPathPart): Correct inconsistency between + * tests/fileName.test (filename-14.31): the string rep and the intrep + of a path value created by [file rootname]. Thanks to Vitaly Magerya + for reporting. [Bug 2918610] + 2010-01-03 Donal K. Fellows <dkf@users.sf.net> * unix/tcl.m4 (SC_CONFIG_CFLAGS): [Bug 1636685]: Use the configuration |