CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-12-03 14:13:03

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc path.cc 
                         fhandler_process.cc 

Log message:
        * autoload.cc (GetModuleFileNameExW): Replace definition of
        GetModuleFileNameExA.
        * fhandler_process.cc (format_process_maps): Change modname type to
        WCHAR.  Set buffer sizes to PATH_MAX.  Call GetModuleFileNameExW
        instead of GetModuleFileNameExA.  Call mount_info::conv_to_posix_path
        instead of cygwin_conv_to_full_posix_path.  Set posix_modname to
        modname if that call fails.
        (format_process_stat): Set cmd buffer size to NAME_MAX + 1.  Simplify
        setting cmd to process name.
        (format_process_status): Ditto.
        * path.cc (mount_info::conv_to_posix_path): Call sys_wcstombs
        correctly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3962&r2=1.3963
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.142&r2=1.143
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.464&r2=1.465
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.75&r2=1.76

Reply via email to