summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b064f20a8..16dc7d6bf 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2006-02-05 Christopher Faylor <cgf@timesys.com>
+
+ * fhandler_disk_file.cc (fhandler_disk_file::readdir): Don't close dir
+ handle when we hit EOF since rewwindir may reactivate it.
+ (fhandler_disk_file::readdir_9x): Eliminate superfluous temporary
+ variable.
+ (fhandler_disk_file::closedir): Return EBADF when trying to close
+ unopened DIR. Reorganize slightly. Return actual derived error value
+ rather than always returning 0.
+
2006-02-04 Christopher Faylor <cgf@timesys.com>
* dir.cc (rmdir): Reorganize check for trailing dot to return correct