summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to beKazu Hirata2010-06-091-5/+6
* 2010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-06-081-1/+9
* 2010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-06-081-0/+4
* 2010-06-04 Mark Mitchell <mark@codesourcery.com>Jeff Johnston2010-06-045-21/+81
* 2010-05-31 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston2010-05-311-2/+10
* * libc/string/strsignal.c (strsignal): Avoid duplicate case statement whereChristopher Faylor2010-05-181-1/+1
* 2010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-05-111-1/+1
* 2010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-05-111-0/+2
* 2010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2010-05-114-24/+293
* * libc/Makefile.am (stmp-sigset, stmp-iconvset, stmp-extra,DJ Delorie2010-05-062-40/+44
* * libc/locale/lctype.c: Include <string.h> and "setlocale.h".Corinna Vinschen2010-05-032-9/+14
* * libc/stdlib/wctob.c (wctob): Reorganize and fix WEOF check. RenameCorinna Vinschen2010-05-021-10/+8
* * libc/include/langinfo.h: Fix #endif positioning.Corinna Vinschen2010-04-301-1/+2
* Extend locale support to maintain wide char values of native stringsCorinna Vinschen2010-04-2818-163/+889
* * libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie2010-04-2229-11/+103
* 2010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston2010-04-062-6/+6
* * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrectCorinna Vinschen2010-04-061-3/+6
* 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2010-04-012-20/+105
* * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.Corinna Vinschen2010-03-272-9/+24
* * libc/include/sys/features.h: Allow for _XOPEN_SOURCE to have anCorinna Vinschen2010-03-171-3/+9
* 2010-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-03-091-25/+32
* * libm/math/ef_sqrt.c: Delete unused variable sign.Corinna Vinschen2010-03-055-11/+8
* 2010-03-02 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-03-022-0/+14
* * libc/xdr/README: Correct grammatical errors.Corinna Vinschen2010-03-025-21/+39
* * libc/xdr/Makefile.in: Regenerate.Corinna Vinschen2010-03-021-11/+23
* Add eXtensible Data Record (XDR) supportCorinna Vinschen2010-03-0242-14/+4934
* * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen2010-02-263-103/+611
* * libc/locale/locale.c (loadlocale): Fix typo in comment.Corinna Vinschen2010-02-251-1/+1
* * libc/locale/locale.c: Throughout, extensively comment on theCorinna Vinschen2010-02-252-8/+33
* 2010-02-24 Charles Wilson <...>Jeff Johnston2010-02-24197-5322/+6749
* 2010-02-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-02-241-0/+1
* 2010-02-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-02-231-57/+2
* * libc/include/langinfo.h (_NL_TIME_DATE_FMT): Define new nl_itemCorinna Vinschen2010-02-222-0/+6
* * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2.Corinna Vinschen2010-02-189-841/+1103
* * libc/locale/timelocal.h (struct lc_time_T): Add missing ERA-relatedCorinna Vinschen2010-02-183-11/+37
* * libc/ctype/iswblank.c (iswblank): Remove Unicode charactersCorinna Vinschen2010-02-172-4/+10
* * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Apply previous patch hereCorinna Vinschen2010-02-151-1/+1
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Drop printing a redundantCorinna Vinschen2010-02-151-1/+1
* 2010-02-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-02-111-4/+5
* 2010-02-09 Daniel Gutson <dgutson@codesourcery.com>Jeff Johnston2010-02-091-1/+2
* * libc/locale/lmessages.c (__messages_load_locale): Take additionalCorinna Vinschen2010-02-096-7/+44
* 2010-02-08 Josef Wolf <jw@raven.inka.de>Jeff Johnston2010-02-081-1/+1
* * libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.aliasCorinna Vinschen2010-02-071-26/+45
* * libc/locale/locale.c: Fix typo in documentation. Remove uselessCorinna Vinschen2010-02-071-42/+6
* * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.Corinna Vinschen2010-02-064-35/+198
* * libc/posix/telldir.c: Remove bogus nested prototype of lseek().Corinna Vinschen2010-02-061-1/+0
* * libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsetsCorinna Vinschen2010-02-051-13/+31
* * libc/stdio/vfprintf.c: Include locale.h also if _WANT_IO_C99_FORMATSCorinna Vinschen2010-02-052-76/+321
* * libc/stdlib/__atexit.c (__atexit_lock): Define a global lock for atexitChristopher Faylor2010-02-042-5/+17
* 2010-01-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-01-293-2/+15