aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2010-07-06 * libc/posix/rewinddir.c (rewinddir): Remove incorrect cast to off_t.Corinna Vinschen3-2/+6
2010-07-01 * libc/include/signal.h (sighandler_t): Add typedef.Corinna Vinschen1-0/+1
2010-07-012010-06-29 Antony King <antony.king@sr.com>Corinna Vinschen2-0/+38
2010-06-182010-06-18 Pavel Pisa <ppisa4lists@pikron.com>Jeff Johnston2-6/+2
2010-06-09 * libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to beKazu Hirata1-5/+6
2010-06-082010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+9
2010-06-082010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+4
2010-06-042010-06-04 Mark Mitchell <mark@codesourcery.com>Jeff Johnston5-21/+81
2010-05-312010-05-31 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston1-2/+10
2010-05-18* libc/string/strsignal.c (strsignal): Avoid duplicate case statement whereChristopher Faylor1-1/+1
2010-05-112010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2010-05-112010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+2
2010-05-112010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston4-24/+293
2010-05-06* libc/Makefile.am (stmp-sigset, stmp-iconvset, stmp-extra,DJ Delorie2-40/+44
2010-05-03 * libc/locale/lctype.c: Include <string.h> and "setlocale.h".Corinna Vinschen2-9/+14
2010-05-02 * libc/stdlib/wctob.c (wctob): Reorganize and fix WEOF check. RenameCorinna Vinschen1-10/+8
2010-04-30 * libc/include/langinfo.h: Fix #endif positioning.Corinna Vinschen1-1/+2
2010-04-28 Extend locale support to maintain wide char values of native stringsCorinna Vinschen18-163/+889
2010-04-22* libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie29-11/+103
2010-04-062010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston2-6/+6
2010-04-06 * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrectCorinna Vinschen1-3/+6
2010-04-012010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2-20/+105
2010-03-27 * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.Corinna Vinschen2-9/+24
2010-03-17 * libc/include/sys/features.h: Allow for _XOPEN_SOURCE to have anCorinna Vinschen1-3/+9
2010-03-092010-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-25/+32
2010-03-05 * libm/math/ef_sqrt.c: Delete unused variable sign.Corinna Vinschen5-11/+8
2010-03-022010-03-02 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2-0/+14
2010-03-02 * libc/xdr/README: Correct grammatical errors.Corinna Vinschen5-21/+39
2010-03-02 * libc/xdr/Makefile.in: Regenerate.Corinna Vinschen1-11/+23
2010-03-02 Add eXtensible Data Record (XDR) supportCorinna Vinschen42-14/+4934
2010-02-26 * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen3-103/+611
2010-02-25 * libc/locale/locale.c (loadlocale): Fix typo in comment.Corinna Vinschen1-1/+1
2010-02-25 * libc/locale/locale.c: Throughout, extensively comment on theCorinna Vinschen2-8/+33
2010-02-242010-02-24 Charles Wilson <...>Jeff Johnston197-5322/+6749
2010-02-242010-02-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2010-02-232010-02-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-57/+2
2010-02-22 * libc/include/langinfo.h (_NL_TIME_DATE_FMT): Define new nl_itemCorinna Vinschen2-0/+6
2010-02-18 * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2.Corinna Vinschen9-841/+1103
2010-02-18 * libc/locale/timelocal.h (struct lc_time_T): Add missing ERA-relatedCorinna Vinschen3-11/+37
2010-02-17 * libc/ctype/iswblank.c (iswblank): Remove Unicode charactersCorinna Vinschen2-4/+10
2010-02-15 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Apply previous patch hereCorinna Vinschen1-1/+1
2010-02-15 * libc/stdio/vfprintf.c (_VFPRINTF_R): Drop printing a redundantCorinna Vinschen1-1/+1
2010-02-112010-02-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-4/+5
2010-02-092010-02-09 Daniel Gutson <dgutson@codesourcery.com>Jeff Johnston1-1/+2
2010-02-09 * libc/locale/lmessages.c (__messages_load_locale): Take additionalCorinna Vinschen6-7/+44
2010-02-082010-02-08 Josef Wolf <jw@raven.inka.de>Jeff Johnston1-1/+1
2010-02-07 * libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.aliasCorinna Vinschen1-26/+45
2010-02-07 * libc/locale/locale.c: Fix typo in documentation. Remove uselessCorinna Vinschen1-42/+6
2010-02-06 * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.Corinna Vinschen4-35/+198
2010-02-06 * libc/posix/telldir.c: Remove bogus nested prototype of lseek().Corinna Vinschen1-1/+0