diff options
author | Christopher Faylor <me@cgf.cx> | 2002-07-24 05:37:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-07-24 05:37:47 +0000 |
commit | 99138976d9f0e9f94e9920af5e61ace9fd5554df (patch) | |
tree | 317a5dc50db8febc6e0cc603627c58f669b3c423 /winsup/cygwin/ChangeLog | |
parent | 63a93e9dd606b8760bf9bb26320978629c8f45a1 (diff) | |
download | cygnal-99138976d9f0e9f94e9920af5e61ace9fd5554df.tar.gz cygnal-99138976d9f0e9f94e9920af5e61ace9fd5554df.tar.bz2 cygnal-99138976d9f0e9f94e9920af5e61ace9fd5554df.zip |
* path.cc (path_conv::check): Always set fileattr when component == 0.
(readlink): Use path_conv method rather than field.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Ditto, throughout.
* path.h (path_conv): Make fileattr private.
* exceptions.cc (try_to_debug): Default to idle priority when looping.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 40bbf682c..cefd7e750 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,12 @@ +2002-07-24 Christopher Faylor <cgf@redhat.com> + + * path.cc (path_conv::check): Always set fileattr when component == 0. + (readlink): Use path_conv method rather than field. + * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Ditto, + throughout. + * path.h (path_conv): Make fileattr private. + * exceptions.cc (try_to_debug): Default to idle priority when looping. + 2002-07-23 Corinna Vinschen <corinna@vinschen.de> * fhandler_serial.cc: Use must_init_serial_line capability throughout. |