OSDN Git Service

* environ.cc (dos_file_warning): Declare.
authorcgf <cgf>
Tue, 1 Aug 2006 18:00:44 +0000 (18:00 +0000)
committercgf <cgf>
Tue, 1 Aug 2006 18:00:44 +0000 (18:00 +0000)
commitb98f6eb7817aa1acfa2346275a33e4d35cc76da1
treef326f1156bfa8b0f8421807334bf5c6c672d44eb
parenteaad4b802636184b5065a8891da4680bfe299718
* environ.cc (dos_file_warning): Declare.
(parse_thing): Add "dosfilewarning".  Alphabetize.
* path.cc (normalize_posix_path): Return -1 when MS-DOS path detected.
(warn_msdos): New function.
(path_conv::check): Call if !PC_NOWARN and MS-DOS path detected.
(cygwin_conv_to_win32_path): Set PC_NOWARN when calling path_conv.
(cygwin_conv_to_full_win32_path): Ditto.
* path.h (pathconv_arg::PC_NOWARN): Define.
* shared_info.h (user_info::warned_msdos): New field.
(CURR_USER_MAGIC): Reset.
winsup/cygwin/ChangeLog
winsup/cygwin/environ.cc
winsup/cygwin/path.cc
winsup/cygwin/path.h
winsup/cygwin/shared_info.h