diff options
author | vincentdarley <vincentdarley> | 2003-10-06 09:49:19 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-10-06 09:49:19 (GMT) |
commit | 667a4aad934603ef865cba2b5b15f4c5687dc0c4 (patch) | |
tree | 65328a9bee43268f3dc141a59f2f3d9a446710fd /ChangeLog | |
parent | ce5f8d3fdff40fbd42079a7d4c6acf2671e42c62 (diff) | |
download | tcl-667a4aad934603ef865cba2b5b15f4c5687dc0c4.zip tcl-667a4aad934603ef865cba2b5b15f4c5687dc0c4.tar.gz tcl-667a4aad934603ef865cba2b5b15f4c5687dc0c4.tar.bz2 |
filesystem bug fixes: volumerelative normalization, file join inconsistency
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-10-06 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclFileName.c: + * generic/tclIOUtil.c: backport of volumerelative file normalization + and 'file join' inconsistency fixes [Bug 767834, 813273]. + 2003-10-04 Chengye Mao <chengye.geo@yahoo.com> * win/tclWinPipe.c: fixed a bug in BuildCommandLine. |