This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib 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/newlib ChangeLog configure.host libc/posix ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2013-10-01 18:08:46

Modified files:
	newlib         : ChangeLog configure.host 
	newlib/libc/posix: Makefile.am Makefile.in 
Added files:
	newlib/libc/posix: posix_spawn.c 
	newlib/libc/include: spawn.h 

Log message:
	2013-10-01  Petr Hosek  <phosek@chromium.org>
	
	* configure.host: Disable new posix_spawn function for all
	users of posix dir except Cygwin.
	* libc/posix/Makefile.am: Add support for new posix_spawn function.
	* libc/posix/Makefile.in: Regenerate.
	* libc/posix/posix_spawn.c: New file.
	* libc/include/spawn.h: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1821&r2=1.1822
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/configure.host.diff?cvsroot=src&r1=1.131&r2=1.132
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/posix_spawn.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/Makefile.am.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/Makefile.in.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/spawn.h.diff?cvsroot=src&r1=NONE&r2=1.1


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