]> sourceware.org Git - newlib-cygwin.git/commit
* dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for path
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 6 Dec 2007 18:24:06 +0000 (18:24 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 6 Dec 2007 18:24:06 +0000 (18:24 +0000)
commit36093cfbbfaaa714ef049265d91bbde67d889e2c
tree78bdddee79b74672b2bc64ebf0a83330ea8a01f2
parent6320370052b940a458f4f712b83e40fcf032e399
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/external.cc
winsup/cygwin/fhandler_process.cc
winsup/cygwin/include/sys/cygwin.h
winsup/cygwin/include/sys/dirent.h
winsup/cygwin/pinfo.cc
winsup/cygwin/pinfo.h
winsup/cygwin/smallprint.cc
winsup/cygwin/strace.cc
This page took 0.033809 seconds and 5 git commands to generate.