aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2009-04-09 * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB.Corinna Vinschen8-92/+110
2009-04-09 * libc/stdlib/local.h (__mbtowc): Declare extern.Corinna Vinschen2-3/+19
2009-04-09 * libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but alsoCorinna Vinschen3-5/+39
2009-04-082009-04-08 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston3-4/+9
2009-04-062009-04-06 Mike Burgess <wizardsguild@earthlink.net>Jeff Johnston2-10/+13
2009-04-062009-04-06 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston3-5/+10
2009-04-06 * libc/locale/locale.c (loadlocale): Set mbc_max to 3 for EUCJP.Corinna Vinschen2-1/+5
2009-04-04 * libc/stdlib/wcstombs.c: Fix datatypes in documentation.Corinna Vinschen2-3/+7
2009-04-04 * libc/include/stdio.h (_ELIDABLE_INLINE): Move definition from here...Corinna Vinschen3-22/+27
2009-04-032009-04-03 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2-0/+7
2009-04-032009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2-2/+11
2009-04-032009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2-3/+15
2009-04-032009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2-8/+34
2009-04-032009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2-3/+8
2009-04-032009-04-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston5-18/+250
2009-04-02 * libc/ctype/ctype_c.c: Move inclusion of ctype_iso.h andCorinna Vinschen3-11/+45
2009-03-31 * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.cCorinna Vinschen13-91/+1141
2009-03-26 * libc/locale/locale.c (loadlocale): Revert to charset "GBK" insteadCorinna Vinschen2-2/+7
2009-03-26 Revert erroneously checked in files.Corinna Vinschen3-36/+23
2009-03-26 * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Mark TAB as blank character.Corinna Vinschen4-2/+13
2009-03-252009-03-25 Craig Howland <howland@LGSInnovations.com>Jeff Johnston3-47/+163
2009-03-252009-03-25 Craig Howland <howland@LGSInnovations.com>Jeff Johnston35-655/+1454
2009-03-252009-03-25 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2-6/+33
2009-03-252009-03-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-15/+26
2009-03-25 * libc/locale/locale.c (loadlocale): Only change __wctomb and __mbtowcCorinna Vinschen2-24/+36
2009-03-25 * libc/locale/locale.c (loadlocale): Rename charset "GBK" toCorinna Vinschen2-3/+8
2009-03-24 * libc/locale/locale.c (loadlocale): Rename charset "CP949" toCorinna Vinschen2-24/+35
2009-03-24 * libc/locale/locale.c (loadlocale): Allow charset starting with 'e'Corinna Vinschen2-0/+6
2009-03-242009-03-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+6
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen22-2196/+3361
2009-03-232009-03-23 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2-1/+24
2009-03-23 * libc/locale/locale.c (loadlocale): Fix typo in language andCorinna Vinschen2-4/+9
2009-03-202009-03-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-3/+40
2009-03-19 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Return EILSEQ in case of anCorinna Vinschen3-16/+70
2009-03-182009-03-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston6-25/+176
2009-03-17 * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): Handle NULL destinationCorinna Vinschen2-8/+17
2009-03-162009-03-16 Mark Mitchell <mark@codesourcery.com>Jeff Johnston4-17/+31
2009-03-15 * libc/include/sys/errno.h (ESTRPIPE): Define.Corinna Vinschen3-0/+14
2009-03-15 * libc/include/wchar.h (wcsdup, _wcsdup_r): Declare.Corinna Vinschen6-6/+91
2009-03-14 * libc/include/stdlib.h (_mkstemp_r, _mktemp_r): Move out ofCorinna Vinschen2-2/+7
2009-03-14 * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen4-3/+18
2009-03-12 * libc/time/time.tex (wcsftime.def): Include.Corinna Vinschen3-7/+20
2009-03-12 * libc/stdio/swscanf.c: Some documentation corrections.Corinna Vinschen2-3/+10
2009-03-12 * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen6-140/+210
2009-03-11 * libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.Corinna Vinschen7-22/+177
2009-03-11 * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen23-101/+2341
2009-03-10 * libc/machine/arm/arm_asm.h: Fix typo.Corinna Vinschen2-1/+5
2009-03-09 * libc/time/strftime.c: Adapt for dual-purpose use so not onlyCorinna Vinschen7-271/+771
2009-03-06 * libc/reent/reent.c (_reclaim_reent): Make a block from MP-relatedCorinna Vinschen2-4/+16
2009-03-06 * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen14-72/+2887