]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (FH_ENC): New enum.
authorChristopher Faylor <me@cgf.cx>
Fri, 4 Jul 2003 03:07:01 +0000 (03:07 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 4 Jul 2003 03:07:01 +0000 (03:07 +0000)
commit3f21478315fd782d6f3cd466cc5def88b10660b3
tree859e61bc4c6ba3d6ee636c20359a026bccf4102e
parent8f856553c01d756ca8fdd5a53139f433514dad74
* fhandler.h (FH_ENC): New enum.
(fhandler_base::get_encoded): New function.
(fhandler_base::set_encoded): Ditto.
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Set encoded flag in
fhandler, as appropriate.
(fhandler_disk_file::readdir): Unmunge filename as appropriate based on new
encoding flag.
* path.cc (normalize_posix_path): Don't punt on files with colons.
(special_char): New function.
(mount_item::fnmunge): Ditto.
(fnunmunge): Ditto.
(special_name): Ditto.
(mount_item::build_win32): Avoid drive considerations when file is encoded.
(mount_info::conv_to_win32_path): Handle encoded filenames.
(mount_info::conv_to_posix_path): Ditto.
(fillout_mntent): Add posix string when directory is encoded.
* path.h (fnunmunge): Declare.
(path_conv::is_encoded): Declare.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/path.cc
winsup/cygwin/path.h
This page took 0.031159 seconds and 5 git commands to generate.