summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* 2009-04-17 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston2009-04-178-1184/+1119
* 2009-04-16 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston2009-04-162-2/+7
* 2009-04-16 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-164-4/+61
* 2009-04-16 Hans-Peter Nilsson <hp@axis.com>Jeff Johnston2009-04-162-2/+12
* 2009-04-16 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-1668-1183/+4141
* Add new binutils target: moxieNick Clifton2009-04-162-2/+2
* * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB.Corinna Vinschen2009-04-098-92/+110
* * libc/stdlib/local.h (__mbtowc): Declare extern.Corinna Vinschen2009-04-092-3/+19
* * libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but alsoCorinna Vinschen2009-04-093-5/+39
* 2009-04-08 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-083-4/+9
* 2009-04-06 Mike Burgess <wizardsguild@earthlink.net>Jeff Johnston2009-04-062-10/+13
* 2009-04-06 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-063-5/+10
* * libc/locale/locale.c (loadlocale): Set mbc_max to 3 for EUCJP.Corinna Vinschen2009-04-062-1/+5
* * libc/stdlib/wcstombs.c: Fix datatypes in documentation.Corinna Vinschen2009-04-042-3/+7
* * libc/include/stdio.h (_ELIDABLE_INLINE): Move definition from here...Corinna Vinschen2009-04-043-22/+27
* 2009-04-03 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-04-032-0/+7
* 2009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-032-2/+11
* 2009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-032-3/+15
* 2009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-032-8/+34
* 2009-04-03 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2009-04-032-3/+8
* 2009-04-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-04-035-18/+250
* * libc/ctype/ctype_c.c: Move inclusion of ctype_iso.h andCorinna Vinschen2009-04-023-11/+45
* * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.cCorinna Vinschen2009-03-3113-91/+1141
* * libc/locale/locale.c (loadlocale): Revert to charset "GBK" insteadCorinna Vinschen2009-03-262-2/+7
* Revert erroneously checked in files.Corinna Vinschen2009-03-263-36/+23
* * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Mark TAB as blank character.Corinna Vinschen2009-03-264-2/+13
* 2009-03-25 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-03-253-47/+163
* 2009-03-25 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-03-2535-655/+1454
* 2009-03-25 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2009-03-252-6/+33
* 2009-03-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-03-254-15/+26
* * libc/locale/locale.c (loadlocale): Only change __wctomb and __mbtowcCorinna Vinschen2009-03-252-24/+36
* * 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