This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

libc ./ChangeLog stdlib/mbtowc.c stdlib/wctomb ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	jakub@sourceware.org	2008-04-07 20:03:08

Modified files:
	.              : ChangeLog 
	stdlib         : mbtowc.c wctomb.c 
	debug          : wctomb_chk.c 

Log message:
	* stdlib/mbtowc.c (__no_r_state): Remove.
	(mbtowc): New static state variable.  Use it instead of
	__no_r_state.
	* stdlib/wctomb.c (__no_r_state): Remove extern decl.
	(__wctomb_state): New hidden variable.
	(wctomb): Use __wctomb_state instead of __no_r_state.
	* debug/wctomb_chk.c (__no_r_state): Remove extern decl.
	(__wctomb_state): New extern decl.
	(__wctomb_chk): Use __wctomb_state instead of __no_r_state.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.11127&r2=1.11128
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdlib/mbtowc.c.diff?cvsroot=glibc&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdlib/wctomb.c.diff?cvsroot=glibc&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/debug/wctomb_chk.c.diff?cvsroot=glibc&r1=1.1&r2=1.2


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