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/wchar.h inc ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	mingw-std-ns-branch
Changes by:	dannysmith@sources.redhat.com	2002-09-19 18:14:20

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

Log message:
	* include/wchar.h: Don't #include sys/types.h, stdlib.h,
	string.h.
	Guard only non-ANSI names with #ifndef __STRICT_ANSI__,
	* include/stdio.h: Add __STRICT_ANSI__ guard for underscored
	wide char functions and oldnames.
	(__mingw_fseek, __mingw_fwrite): Move into !__STRICT_ANSI__
	block.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.85&r2=1.85.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/wchar.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.10&r2=1.10.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stdio.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.12&r2=1.12.2.1


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