summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* * libc/locale/locale.c (loadlocale): Rename charset "GBK" toCorinna Vinschen2009-03-252-3/+8
* * libc/locale/locale.c (loadlocale): Rename charset "CP949" toCorinna Vinschen2009-03-242-24/+35
* * libc/locale/locale.c (loadlocale): Allow charset starting with 'e'Corinna Vinschen2009-03-242-0/+6
* 2009-03-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-03-242-1/+6
* * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen2009-03-2422-2196/+3361
* 2009-03-23 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2009-03-232-1/+24
* * libc/locale/locale.c (loadlocale): Fix typo in language andCorinna Vinschen2009-03-232-4/+9
* 2009-03-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-03-203-3/+40
* * libc/stdlib/mbtowc_r.c (_mbtowc_r): Return EILSEQ in case of anCorinna Vinschen2009-03-193-16/+70
* 2009-03-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-03-186-25/+176
* * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): Handle NULL destinationCorinna Vinschen2009-03-172-8/+17
* 2009-03-16 Mark Mitchell <mark@codesourcery.com>Jeff Johnston2009-03-164-17/+31
* * libc/include/sys/errno.h (ESTRPIPE): Define.Corinna Vinschen2009-03-153-0/+14
* * libc/include/wchar.h (wcsdup, _wcsdup_r): Declare.Corinna Vinschen2009-03-156-6/+91
* * libc/include/stdlib.h (_mkstemp_r, _mktemp_r): Move out ofCorinna Vinschen2009-03-142-2/+7
* * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen2009-03-144-3/+18
* * libc/time/time.tex (wcsftime.def): Include.Corinna Vinschen2009-03-123-7/+20
* * libc/stdio/swscanf.c: Some documentation corrections.Corinna Vinschen2009-03-122-3/+10
* * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen2009-03-126-140/+210
* * libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.Corinna Vinschen2009-03-117-22/+177
* * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen2009-03-1123-101/+2341
* * libc/machine/arm/arm_asm.h: Fix typo.Corinna Vinschen2009-03-102-1/+5
* * libc/time/strftime.c: Adapt for dual-purpose use so not onlyCorinna Vinschen2009-03-097-271/+771
* * libc/reent/reent.c (_reclaim_reent): Make a block from MP-relatedCorinna Vinschen2009-03-062-4/+16
* * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen2009-03-0614-72/+2887
* * libc/locale/locale.c (_setlocale_r): New implementation based onCorinna Vinschen2009-03-0314-243/+455
* 2009-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-03-023-1/+14
* 2009-03-02 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2009-03-022-6/+38
* 2009-02-26 Brooks Moses <brooks@codesourcery.com>Jeff Johnston2009-02-262-1/+5
* Fix character set problem with Ralf's name.Jeff Johnston2009-02-261-1/+1
* 2009-02-26 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-02-263-2/+8
* 2009-02-25 Brooks Moses <brooks@codesourcery.com>Jeff Johnston2009-02-255-7/+22
* * mbtowc_r.c (_mbtowc_r): Remove conversion of 5 and 6 byte UTF-8Corinna Vinschen2009-02-253-144/+79
* * libc/stdio/open_memstream.c (stdint.h): Include.Kevin Buettner2009-02-252-0/+5
* 2009-02-23 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-02-236-60/+125
* * libc/include/wchar.h (mbsnrtowcs): Declare.Corinna Vinschen2009-02-199-123/+427
* 2009-02-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-02-184-17/+36
* * libc/stdio/open_memstream.c: Add open_wmemstream to doumentation.Corinna Vinschen2009-02-183-26/+123
* * libc/stdio/fputwc.c: Fix typo in man page info.Corinna Vinschen2009-02-162-2/+6
* 2009-02-12 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2009-02-126-7/+245
* 2009-02-05 Neal H. Walfield <neal@gnu.org>Jeff Johnston2009-02-052-8/+12
* 2009-01-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-01-282-2/+12
* * configure.host (m32c-*-*): Add long long I/O support by default.DJ Delorie2009-01-272-0/+9
* 2009-01-21 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2009-01-227-4/+864
* 2009-01-19 Neal H. Walfield <neal@gnu.org>Jeff Johnston2009-01-193-20/+28
* 2009-01-12 Nathan Froyd <froydnj@codesourcery.com>Jeff Johnston2009-01-122-2/+4
* 2009-01-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-01-122-4/+5
* * libc/include/sys/stdio.h (_flockfile, _funlockfile): Fix typos.Kazu Hirata2009-01-082-2/+6
* 2009-01-05 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-01-052-1/+5
* 2008-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-12-2286-799/+833