CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-12-06 18:24:06

Modified files:
        winsup/cygwin  : ChangeLog dcrt0.cc exceptions.cc external.cc 
                         fhandler_process.cc pinfo.cc pinfo.h 
                         smallprint.cc strace.cc 
        winsup/cygwin/include/sys: cygwin.h dirent.h 

Log message:
        * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for path
        name buffer size.
        (dll_crt0_1): Allocate new_argv0 with PATH_MAX size.
        * exceptions.cc (debugger_command): Set size to 2 * PATH_MAX + 20;
        (error_start_init): Use PATH_MAX instead of CYG_MAX_PATH for path
        name buffer size.
        * external.cc (fillout_pinfo): Always fill out ep.progname 0-terminated.
        Fill out ep.progname_long.
        * fhandler_process.cc (fhandler_process::fill_filebuf): Allocate
        buffer for executable filename with PATH_MAX size.
        * pinfo.cc: Throughout use PATH_MAX instead of CYG_MAX_PATH.
        * pinfo.h (class _pinfo): Set progname size to PATH_MAX.
        * smallprint.cc: Include limits.h.  Use PATH_MAX instead of CYG_MAX_PATH
        for path name buffer size.
        * strace.cc (strace::vsprntf): Ditto.
        * include/sys/cygwin.h (EXTERNAL_PINFO_VERSION_32_LP): Define.
        (EXTERNAL_PINFO_VERSION): Set to EXTERNAL_PINFO_VERSION_32_LP.
        (struct external_pinfo): Add progname_long member.
        * include/sys/dirent.h: Correctly include limits.h instead of
        sys/limits.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3966&r2=1.3967
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.323&r2=1.324
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.304&r2=1.305
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/external.cc.diff?cvsroot=src&r1=1.95&r2=1.96
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.76&r2=1.77
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.240&r2=1.241
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.102&r2=1.103
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/smallprint.cc.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/strace.cc.diff?cvsroot=src&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=src&r1=1.66&r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/dirent.h.diff?cvsroot=src&r1=1.18&r2=1.19

Reply via email to