OSDN Git Service

* environ.cc (regopt): Change the first argument to wide char string.
authorcgf <cgf>
Tue, 18 May 2010 14:30:49 +0000 (14:30 +0000)
committercgf <cgf>
Tue, 18 May 2010 14:30:49 +0000 (14:30 +0000)
commitede3f2dfd1d19acd86f280b51c2c979a57ab9b63
treebc6ae1bc59257164be569b2d4552b4d1f30a8aa0
parent3836d522bd56e3f76bb68da67a8ac7c0727d7f94
* environ.cc (regopt): Change the first argument to wide char string.
(environ_init): Accommodate change to the first argument of regopt.
* exception.cc (open_stackdumpfile): Accommodate change to the type of progname
in _pinfo.
* external.cc (fillout_pinfo): Ditto.
* fhandler_process.cc (format_process_winexename): Ditto.
(format_process_stat): Ditto.
* fork.cc (fork::parent): Ditto.
* pinfo.cc (pinfo_basic::pinfo_basic): Call GetModuleFileNameW instead of
GetModuleFileName.
(pinfo::thisproc): Accommodate change to the type of progname in _pinfo.
(pinfo_init): Ditto.
* pinfo.h (_pinfo): Change the type of progname to a wide char array.
* registry.h (reg_key::get_int): Change the first argument from constant point
to pointer to constant.
(reg_key::get_string): Ditto.  Change the last argument likewise.
* registry.cc (reg_key::get_int): Accommodate change to the declaration.
(reg_key::get_string): Ditto.
* strace.cc (strace::hello): Accommodate change to the type of progname in
_pinfo.
(strace::vsprntf): Ditto.
12 files changed:
winsup/cygwin/ChangeLog
winsup/cygwin/environ.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/external.cc
winsup/cygwin/fhandler_process.cc
winsup/cygwin/fork.cc
winsup/cygwin/pinfo.cc
winsup/cygwin/pinfo.h
winsup/cygwin/registry.cc
winsup/cygwin/registry.h
winsup/cygwin/spawn.cc
winsup/cygwin/strace.cc