summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-04 17:45:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-04 17:45:52 (GMT)
commita59513000fb2307fa6951642beb7bed484cd06ca (patch)
treef5890f1650e6dce039dc0ca4ff07daf22ba8bb6e /ChangeLog
parent03df1c4fdcf3eba690c937f14950f18d6817dc51 (diff)
downloadtcl-a59513000fb2307fa6951642beb7bed484cd06ca.zip
tcl-a59513000fb2307fa6951642beb7bed484cd06ca.tar.gz
tcl-a59513000fb2307fa6951642beb7bed484cd06ca.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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d5a363..2287721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 Donal K. Fellows <dkf@users.sf.net>
* win/tclWinPipe.c (TclpOpenTemporaryFile): Avoid an infinite loop due