summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.