aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2009-04-09 * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB.Corinna Vinschen7-92/+94
2009-04-09 * libc/stdlib/local.h (__mbtowc): Declare extern.Corinna Vinschen1-3/+4
2009-04-09 * libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but alsoCorinna Vinschen3-5/+39
2009-04-062009-04-06 Mike Burgess <wizardsguild@earthlink.net>Jeff Johnston1-10/+9
2009-04-062009-04-06 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2-5/+5
2009-04-06 * libc/locale/locale.c (loadlocale): Set mbc_max to 3 for EUCJP.Corinna Vinschen1-1/+1
2009-04-04 * libc/stdlib/wcstombs.c: Fix datatypes in documentation.Corinna Vinschen1-3/+3
2009-04-04 * libc/include/stdio.h (_ELIDABLE_INLINE): Move definition from here...Corinna Vinschen2-22/+22
2009-04-032009-04-03 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston1-0/+2
2009-04-032009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston1-2/+7
2009-04-032009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston1-3/+10
2009-04-032009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston1-8/+29
2009-04-032009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston1-3/+3
2009-04-02 * libc/ctype/ctype_c.c: Move inclusion of ctype_iso.h andCorinna Vinschen2-11/+35
2009-03-31 * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.cCorinna Vinschen12-91/+1106
2009-03-26 * libc/locale/locale.c (loadlocale): Revert to charset "GBK" insteadCorinna Vinschen1-2/+2
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 Vinschen3-2/+6
2009-03-252009-03-25 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-0/+2
2009-03-252009-03-25 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston1-6/+28
2009-03-252009-03-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-15/+19
2009-03-25 * libc/locale/locale.c (loadlocale): Only change __wctomb and __mbtowcCorinna Vinschen1-24/+31
2009-03-25 * libc/locale/locale.c (loadlocale): Rename charset "GBK" toCorinna Vinschen1-3/+3
2009-03-24 * libc/locale/locale.c (loadlocale): Rename charset "CP949" toCorinna Vinschen1-24/+30
2009-03-24 * libc/locale/locale.c (loadlocale): Allow charset starting with 'e'Corinna Vinschen1-0/+1
2009-03-242009-03-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen21-2196/+3299
2009-03-232009-03-23 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston1-1/+20
2009-03-23 * libc/locale/locale.c (loadlocale): Fix typo in language andCorinna Vinschen1-4/+4
2009-03-202009-03-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-3/+33
2009-03-19 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Return EILSEQ in case of anCorinna Vinschen2-16/+61
2009-03-182009-03-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston1-0/+2
2009-03-17 * libc/stdlib/mbstowcs_r.c (_mbstowcs_r): Handle NULL destinationCorinna Vinschen1-8/+12
2009-03-162009-03-16 Mark Mitchell <mark@codesourcery.com>Jeff Johnston3-17/+20
2009-03-15 * libc/include/sys/errno.h (ESTRPIPE): Define.Corinna Vinschen2-0/+9
2009-03-15 * libc/include/wchar.h (wcsdup, _wcsdup_r): Declare.Corinna Vinschen5-6/+83
2009-03-14 * libc/include/stdlib.h (_mkstemp_r, _mktemp_r): Move out ofCorinna Vinschen1-2/+2
2009-03-14 * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen3-3/+10
2009-03-12 * libc/time/time.tex (wcsftime.def): Include.Corinna Vinschen2-7/+15
2009-03-12 * libc/stdio/swscanf.c: Some documentation corrections.Corinna Vinschen1-2/+5
2009-03-12 * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen5-140/+194
2009-03-11 * libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.Corinna Vinschen6-21/+167
2009-03-11 * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen22-100/+2306
2009-03-10 * libc/machine/arm/arm_asm.h: Fix typo.Corinna Vinschen1-1/+1
2009-03-09 * libc/time/strftime.c: Adapt for dual-purpose use so not onlyCorinna Vinschen6-271/+757
2009-03-06 * libc/reent/reent.c (_reclaim_reent): Make a block from MP-relatedCorinna Vinschen1-4/+8
2009-03-06 * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen13-72/+2856
2009-03-03 * libc/locale/locale.c (_setlocale_r): New implementation based onCorinna Vinschen13-241/+430
2009-03-022009-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+8
2009-03-022009-03-02 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston1-6/+32