acadia-newlib/newlib/libc
Corinna Vinschen 098a75dc51 * libc/string/local.h: New file.
* libc/string/wcswidth.c (wcswidth):  Convert japanese wide
	characters to Unicode here.  Handle surrogate pairs for UTF-16
	systems.  Call __wcwidth rather than wcwidth.
	* libc/string/wcwidth.c: New implementation using Markus Kuhn's
	wcwidth implementation for Unicode.
	(bisearch): New static function.
	(__wcwidth): New function.  Take wint_t rather than wchar_t as
	parameter to allow full Unicode handling on UTF-16 systems.
	Move old wcwidth implementation here for non-multibyte aware
	systems.
	(wcwidth): Convert japanese wide characters to Unicode here.
	Call __wcwidth rather than using iswprint/iswcntrl.
2009-05-15 11:40:28 +00:00
..
argz 2008-11-27 Craig Howland <howland@LGSInnovations.com> 2008-11-27 20:45:37 +00:00
ctype * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
errno * configure: Regenerate for new libtool. 2008-09-29 15:40:48 +00:00
iconv * configure: Regenerate for new libtool. 2008-09-29 15:40:48 +00:00
include Allow gcc warning for toupper even with extended charsets. 2009-04-30 22:53:00 +00:00
locale * libc/locale/locale.c (setlocale): Don't build on Cygwin. 2009-05-13 14:54:11 +00:00
machine 2009-05-13 Paul Brook <paul@codesourcery.com> 2009-05-13 18:31:55 +00:00
misc 2009-04-16 Jeff johnston <jjohnstn@redhat.com> 2009-04-16 19:16:41 +00:00
posix 2008-11-27 Ralf Corsepius <ralf.corsepius@rtems.org> 2008-11-27 21:01:40 +00:00
reent 2009-04-21 Sandra Loosemore <sandra@codesourcery.com> 2009-04-21 18:38:53 +00:00
search 2008-11-24 Jeff Johnston <jjohnstn@redhat.com> 2008-11-24 21:16:06 +00:00
signal * configure: Regenerate for new libtool. 2008-09-29 15:40:48 +00:00
stdio 2009-04-24 Jeff johnston <jjohnstn@redhat.com> 2009-04-24 22:52:52 +00:00
stdio64 * libc/include/stdio.h (__SMOD): Remove definition of unused flag. 2008-11-24 17:15:43 +00:00
stdlib 2009-04-24 Jeff johnston <jjohnstn@redhat.com> 2009-04-24 22:49:55 +00:00
string * libc/string/local.h: New file. 2009-05-15 11:40:28 +00:00
sys * libc/locale/locale.c (_setlocale_r): New implementation based on 2009-03-03 09:28:45 +00:00
syscalls 2008-12-11 Jeff Johnston <jjohnstn@redhat.com> 2008-12-11 22:48:38 +00:00
time * libc/time/time.tex (wcsftime.def): Include. 2009-03-12 15:34:57 +00:00
unix 2009-02-23 Craig Howland <howland@LGSInnovations.com> 2009-02-23 23:42:03 +00:00
Makefile.am * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
Makefile.in * configure: Regenerate for new libtool. 2008-09-29 15:40:48 +00:00
aclocal.m4 * configure: Regenerate for new libtool. 2008-09-29 15:40:48 +00:00
configure 2009-04-17 Ken Werner <ken.werner@de.ibm.com> 2009-04-17 20:50:44 +00:00
configure.in 2009-04-17 Ken Werner <ken.werner@de.ibm.com> 2009-04-17 20:50:44 +00:00
libc.texinfo 2008-12-19 Jeff Johnston <jjohnstn@redhat.com> 2008-12-22 19:45:56 +00:00
saber
sys.tex 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:36:05 +00:00