diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-04 17:45:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-04 17:45:02 (GMT) |
commit | 92c485de11094aa36afc3b3268e96b7fa882ba43 (patch) | |
tree | 827248afb1cb880eaea8838d1857f7f5f8fb5106 /ChangeLog | |
parent | 07dfdbffea40d23c42aa88231f95e3d8a8360608 (diff) | |
download | tcl-92c485de11094aa36afc3b3268e96b7fa882ba43.zip tcl-92c485de11094aa36afc3b3268e96b7fa882ba43.tar.gz tcl-92c485de11094aa36afc3b3268e96b7fa882ba43.tar.bz2 |
* generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another
flag value TCLPATH_NEEDNORM to mark those intreps which need more
complete normalization attention for correct results. [Bug 2385549]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-12-04 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another + flag value TCLPATH_NEEDNORM to mark those intreps which need more + complete normalization attention for correct results. [Bug 2385549] + 2008-12-03 Don Porter <dgp@users.sourceforge.net> * generic/tclFileName.c (DoGlob): One of the |