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 Makefile.in include ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	mingwex
Changes by:	dannysmith@sources.redhat.com	2002-04-16 22:37:06

Modified files:
	winsup/mingw   : ChangeLog Makefile.in 
	winsup/mingw/include: stdarg.h stddef.h stdio.h varargs.h 
	winsup/mingw/mingwex: Makefile.in 
	winsup/mingw/profile: Makefile.in 

Log message:
	* Makefile.in (INCLUDES): Add "-iwithprefixbefore include" to
	ensure gcc include dir is searched despite -nostdinc.
	* profile/Makefile.in (INCLUDES): Likewise.
	* mingwex/Makefile.in (INCLUDES): Likewise.
	* include/stdarg.h: Replace with stub that just guards the
	real gcc system header with #ifndef RCINVOKED
	* include/varargs.h: Likewise.
	* include/stddef.h: Likewise.
	* include/stdio.h: Include stdarg.h after defining
	__need___va_list.
	(__VALIST): Define as __gnuc_va_list if __GNUC__, else char*.
	Replace va_list with __VALIST throughout.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&only_with_tag=mingwex&r1=1.49.4.11&r2=1.49.4.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/Makefile.in.diff?cvsroot=src&only_with_tag=mingwex&r1=1.19.10.4&r2=1.19.10.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stdarg.h.diff?cvsroot=src&only_with_tag=mingwex&r1=1.3&r2=1.3.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stddef.h.diff?cvsroot=src&only_with_tag=mingwex&r1=1.2&r2=1.2.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stdio.h.diff?cvsroot=src&only_with_tag=mingwex&r1=1.6.10.3&r2=1.6.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/varargs.h.diff?cvsroot=src&only_with_tag=mingwex&r1=1.3&r2=1.3.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/Makefile.in.diff?cvsroot=src&only_with_tag=mingwex&r1=1.1.2.6&r2=1.1.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/profile/Makefile.in.diff?cvsroot=src&only_with_tag=mingwex&r1=1.4.34.2&r2=1.4.34.3


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