This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/winsup/mingw ChangeLog include/process.h i ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ironhead@sourceware.org	2008-04-26 00:24:19

Modified files:
	winsup/mingw   : ChangeLog 
	winsup/mingw/include: process.h wchar.h 

Log message:
	2008-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
	
	* include/process.h: Include stdint.h for intptr_t definition.
	(_execl, _execle, _execlp, _execlpe, _execv, _execve, _execvp, _execvpe,
	_spawnl, _spawnle, _spawnlp, _spawnlpe, _spawnv, _spawnve, _spawnvp,
	_spawnvpe): Return intptr_t.
	(execl, execle, execlp, execlpe, execv, execve, execvp, execvpe, spawnl,
	spawnle, spawnlp, spawnlpe, spawnv, spawnve, spawnvp, spawnvpe): Return
	intptr_t.
	
	[!_WPROCESS_DEFINED]: Include stdint.h for intptr_t definition.
	(_wexecl, _wexecle, _wexeclp, _wexeclpe, _wexecv, _wexecve, _wexecvp,
	_wexecvpe, _wspawnl, _wspawnle, _wspawnlp, _wspawnlpe, _wspawnv, _wspawnve,
	_wspawnvp, _wspawnvpe): Return intptr_t.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.387&r2=1.388
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/process.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/wchar.h.diff?cvsroot=src&r1=1.29&r2=1.30


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]