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:
authorChristopher Faylor <me@cgf.cx>2001-12-07 01:43:50 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-07 01:43:50 +0300
commit8025ba44d94f21b686616d8db0404536f4ef65c0 (patch)
treebc860c17e33205f22efad9ea61606b1d32ae786f
parent52b403c28a07bc1b1c6d8c14fc4ad8698506f895 (diff)
* path.cc (path_conv::check): Don't complain if /dev/x/foo when x doesn't
exist. (mount_info::conv_to_win32_path): Keep translating when a /cygdrive is found. Don't attempt to translate to a device name when devn == FH_CYGDRIVE. (cygwin_conv_to_win32_path): Set buffer to empty on error. (cygwin_conv_to_full_win32_path): Ditto. * window.cc: Include unistd.h to verify definitions.
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3437a2cd2..1167042e9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,15 @@
+2001-12-06 Christopher Faylor <cgf@redhat.com>
+
+ * path.cc (path_conv::check): Don't complain if /dev/x/foo when x
+ doesn't exist.
+ (mount_info::conv_to_win32_path): Keep translating when a /cygdrive is
+ found. Don't attempt to translate to a device name when devn ==
+ FH_CYGDRIVE.
+ (cygwin_conv_to_win32_path): Set buffer to empty on error.
+ (cygwin_conv_to_full_win32_path): Ditto.
+
+ * window.cc: Include unistd.h to verify definitions.
+
2001-12-05 Christopher Faylor <cgf@redhat.com>
* dir.cc (opendir): Detect error return from build_fhandler_from_name.