summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-16 15:29:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-16 15:29:09 (GMT)
commita947e7228276a5effd3f3f179cd252a4934426ac (patch)
tree6b9e6c2acf66756eb8042658e8f73082ede0faea /ChangeLog
parent309ae192f3961bfe87bdbc4e1b43b2dc048148ba (diff)
downloadtcl-a947e7228276a5effd3f3f179cd252a4934426ac.zip
tcl-a947e7228276a5effd3f3f179cd252a4934426ac.tar.gz
tcl-a947e7228276a5effd3f3f179cd252a4934426ac.tar.bz2
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]
* generic/tclPathObj.c (Tcl_FSConvertToPathType):[Bug 771947] * unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949] Silence compiler warnings about unreached lines.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8675d53..461a72f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-07-16 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]
+ * generic/tclPathObj.c (Tcl_FSConvertToPathType):[Bug 771947]
+ * unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949]
+ Silence compiler warnings about unreached lines.
+
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call
* library/tcltest/pkgIndex.tcl: to [lrange]. Bumped
to version 2.2.4. [Bug 772333]