From 8025ba44d94f21b686616d8db0404536f4ef65c0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 6 Dec 2001 22:43:50 +0000 Subject: * 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. --- winsup/cygwin/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + + * 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 * dir.cc (opendir): Detect error return from build_fhandler_from_name. -- cgit v1.2.3