summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-12-03 07:03:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-12-03 07:03:13 (GMT)
commit19b569a2455525405181f19f66899dfc5bb570a0 (patch)
tree52e42e89d7300ed5a7f9042991dd57ee8edbfbed /ChangeLog
parent0485d07088ec76857871bcd23b3d6c894394b98a (diff)
downloadtcl-19b569a2455525405181f19f66899dfc5bb570a0.zip
tcl-19b569a2455525405181f19f66899dfc5bb570a0.tar.gz
tcl-19b569a2455525405181f19f66899dfc5bb570a0.tar.bz2
* generic/tclFileName.c (DoGlob): One of the
Tcl_FSMatchInDirectory() calls did not have its return code checked. This caused error messages returned by some Tcl_Filesystem drivers to be swallowed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 878caab..8aa8b15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-03 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclFileName.c (DoGlob): One of the
+ Tcl_FSMatchInDirectory() calls did not have its return code checked.
+ This caused error messages returned by some Tcl_Filesystem drivers
+ to be swallowed.
+
2008-12-02 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre