diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-03 02:43:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-03 02:43:45 +0000 |
commit | 335c87f94dc73e6d6dbe5d29d59a1c221373bcbc (patch) | |
tree | 455a126eca0454932a47cf441272bfb7154c5232 /winsup/cygwin/ChangeLog | |
parent | 3bb7eb449cb21012ce47b70dce789f98005c36fd (diff) | |
download | cygnal-335c87f94dc73e6d6dbe5d29d59a1c221373bcbc.tar.gz cygnal-335c87f94dc73e6d6dbe5d29d59a1c221373bcbc.tar.bz2 cygnal-335c87f94dc73e6d6dbe5d29d59a1c221373bcbc.zip |
* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
path_conv name.
(fhandler_proc::open): Ditto.
* fhandler_process.cc (fhandler_process::fstat): Use fhandler name rather than
path_conv name.
(fhandler_process::open): Ditto.
* fhandler_registry.cc (fhandler_registry::fstat): Use fhandler name rather
than path_conv name.
(fhandler_registry::open): Ditto.
* path.cc (path_conv::check): Don't copy posix path when virtual.
(mount_info::conv_to_win32_path): Don't zero string when isproc. Just derive
normal windows path.
* path.h (path_conv::clear_normalized_path): Declare new method.
* path.cc (path_conv::clear_normalized_path): Define new method.
* dtable.cc (build_fhandler_from_name): Clear normalized path when finished to
conserve space.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ed3bff290..7531ceb04 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,25 @@ 2002-05-02 Christopher Faylor <cgf@redhat.com> + * fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather + than path_conv name. + (fhandler_proc::open): Ditto. + * fhandler_process.cc (fhandler_process::fstat): Use fhandler name + rather than path_conv name. + (fhandler_process::open): Ditto. + * fhandler_registry.cc (fhandler_registry::fstat): Use fhandler name + rather than path_conv name. + (fhandler_registry::open): Ditto. + * path.cc (path_conv::check): Don't copy posix path when virtual. + (mount_info::conv_to_win32_path): Don't zero string when isproc. Just + derive normal windows path. + + * path.h (path_conv::clear_normalized_path): Declare new method. + * path.cc (path_conv::clear_normalized_path): Define new method. + * dtable.cc (build_fhandler_from_name): Clear normalized path when + finished to conserve space. + +2002-05-02 Christopher Faylor <cgf@redhat.com> + * fhandler_proc.cc (fhandler_proc::fstat): Prime with information from fhandler_base::fstat. Use defines rather than constants for permission settings. |