CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2010-05-18 14:30:51

Modified files:
        cygwin         : ChangeLog environ.cc exceptions.cc external.cc 
                         fhandler_process.cc fork.cc pinfo.cc pinfo.h 
                         registry.cc registry.h spawn.cc strace.cc 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4941&r2=1.4942
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.182&r2=1.183
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.343&r2=1.344
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/external.cc.diff?cvsroot=uberbaum&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_process.cc.diff?cvsroot=uberbaum&r1=1.90&r2=1.91
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.210&r2=1.211
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.260&r2=1.261
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.h.diff?cvsroot=uberbaum&r1=1.109&r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/registry.cc.diff?cvsroot=uberbaum&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/registry.h.diff?cvsroot=uberbaum&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.290&r2=1.291
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/strace.cc.diff?cvsroot=uberbaum&r1=1.67&r2=1.68

Reply via email to