summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-10-29 14:25:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-10-29 14:25:03 (GMT)
commitd165eb244ad4b9050dee074a00ecdda41df575ed (patch)
tree160b0d97655fae4fa54777077ccc0d33d88e000b /ChangeLog
parentc7b81182cc496c61309904a116c693a3dedc6382 (diff)
downloadtcl-d165eb244ad4b9050dee074a00ecdda41df575ed.zip
tcl-d165eb244ad4b9050dee074a00ecdda41df575ed.tar.gz
tcl-d165eb244ad4b9050dee074a00ecdda41df575ed.tar.bz2
Fix for bug 475941; access() was being called with path-free file names on
some paths through the glob code!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31c672a..3a22e8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-29 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * unix/tclUnixFile.c (TclpMatchInDirectory): Argument to access()
+ was entryPtr->d_name instead of nativeEntry which failed when
+ trying to check access for files in other than the current
+ directory. [Bug 475941, reported by Georgios Petasis]
+
2001-10-25 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* unix/tclUnixChan.c: Added stateUpdated member to struct TtyState.