Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ebf7b32cd..db7f2a76f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,23 @@
+2001-11-21 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
+ * cygheap.h (cygheap_fdnew::operator =): New operator.
+ * dir.cc: Add invalid struct checking throughout. Use methods for all
+ directory manipulation throughout.
+ * fhandler.cc: Move fhandler_disk_file stuff to own file.
+ (fhandler_base::opendir): New method.
+ (fhandler_base::readdir): New method.
+ (fhandler_base::telldir): New method.
+ (fhandler_base::seekdir): New method.
+ (fhandler_base::rewinddir): New method.
+ (fhandler_base::closedir): New method.
+ * fhandler_disk_file.cc: New file.
+ * fhandler.h (fhandler_base): Declare new virtual methods.
+ (fhandler_disk_file): Ditto.
+ (fhandler_cygdrive): New class.
+
+ * path.cc (conv_path_list): Use strccpy to break apart path.
+
2001-11-17 Nick Duffek <nick@duffek.com>
* path.cc (conv_path_list): Copy source paths before modifying them.