acadia-newlib/newlib/libc
Corinna Vinschen b4fee5273e * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call to
_mbtowc_r with direct call to __mbtowc.
	* libc/stdio/vfscanf.c: Ditto.
	* libc/stdlib/btowc.c: Include local.h.  Replace call to _mbtowc_r
	with direct call to __mbtowc.
	* libc/stdlib/mblen.c: Ditto.
	* libc/stdlib/mblen_r.c: Ditto.
	* libc/stdlib/mbrtowc.c: Ditto.
	* libc/stdlib/mbstowcs_r.c: Ditto.
	* libc/stdlib/mbtowc.c: Ditto.
	* libc/stdlib/wcrtomb.c: Include local.h.  Replace call to _wctomb_r
	with direct call to __wctomb.
	* libc/stdlib/wcsnrtombs.c: Ditto.
	(_wcsnrtombs_r): Ditto.
	* libc/stdlib/wcstombs_r.c: Ditto.
	* libc/stdlib/wctob.c: Ditto.
	* libc/stdlib/wctomb.c: Ditto.

	* libc/stdlib/mbrtowc.c (mbrtowc): Implement independently from
	_mbrtowc_r, unless PREFER_SIZE_OVER_SPEED or __OPTIMIZE_SIZE__ are
	defined.
	* libc/stdlib/wcrtomb.c (wcrtomb): Implement independently from
	_wcrtomb_r, unless PREFER_SIZE_OVER_SPEED or __OPTIMIZE_SIZE__ are
	defined.

	* libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Drop unnecessary test for
	ch >= 0.
2009-11-18 09:49:57 +00:00
..
argz 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
ctype 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
errno 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
iconv 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
include 2009-11-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 2009-11-17 22:35:46 +00:00
locale 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
machine newlib: 2009-10-26 10:05:23 +00:00
misc 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
posix 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
reent 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
search 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
signal 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
stdio * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call to 2009-11-18 09:49:57 +00:00
stdio64 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
stdlib * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call to 2009-11-18 09:49:57 +00:00
string 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
sys 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
syscalls 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
time 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
unix 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
Makefile.am Fix 'make info' to work again. 2009-08-19 12:38:09 +00:00
Makefile.in 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
aclocal.m4 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
configure 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> 2009-10-20 22:44:28 +00:00
configure.in 2009-04-17 Ken Werner <ken.werner@de.ibm.com> 2009-04-17 20:50:44 +00:00
libc.texinfo Fix 'make info' to work again. 2009-08-19 12:38:09 +00:00
saber import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
sys.tex 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:36:05 +00:00