summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* * libm/math/ef_sqrt.c: Delete unused variable sign.Corinna Vinschen2010-03-057-13/+22
* 2010-03-02 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-03-023-0/+22
* * libc/xdr/README: Correct grammatical errors.Corinna Vinschen2010-03-026-21/+49
* * libc/xdr/Makefile.in: Regenerate.Corinna Vinschen2010-03-022-11/+27
* Add eXtensible Data Record (XDR) supportCorinna Vinschen2010-03-0246-14/+4995
* * libm/common/s_ilogb.c: Fix typo in comments that causes docCorinna Vinschen2010-02-262-3/+8
* * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen2010-02-264-103/+644
* * libc/locale/locale.c (loadlocale): Fix typo in comment.Corinna Vinschen2010-02-252-2/+6
* * libc/locale/locale.c: Throughout, extensively comment on theCorinna Vinschen2010-02-253-8/+42
* 2010-02-24 Charles Wilson <...>Jeff Johnston2010-02-24225-7547/+9688
* 2010-02-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-02-242-0/+5
* 2010-02-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-02-232-57/+7
* * libc/include/langinfo.h (_NL_TIME_DATE_FMT): Define new nl_itemCorinna Vinschen2010-02-223-0/+13
* * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2.Corinna Vinschen2010-02-1810-841/+1118
* * libc/locale/timelocal.h (struct lc_time_T): Add missing ERA-relatedCorinna Vinschen2010-02-184-11/+46
* * libc/ctype/iswblank.c (iswblank): Remove Unicode charactersCorinna Vinschen2010-02-173-4/+17
* * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Apply previous patch hereCorinna Vinschen2010-02-152-1/+6
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Drop printing a redundantCorinna Vinschen2010-02-152-1/+6
* 2010-02-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-02-112-4/+10
* 2010-02-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-02-113-10/+40
* 2010-02-09 Daniel Gutson <dgutson@codesourcery.com>Jeff Johnston2010-02-092-1/+7
* * libc/locale/lmessages.c (__messages_load_locale): Take additionalCorinna Vinschen2010-02-097-7/+60
* 2010-02-08 Josef Wolf <jw@raven.inka.de>Jeff Johnston2010-02-082-1/+6
* * libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.aliasCorinna Vinschen2010-02-072-26/+55
* * libc/locale/locale.c: Fix typo in documentation. Remove uselessCorinna Vinschen2010-02-072-42/+12
* * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.Corinna Vinschen2010-02-065-35/+216
* * libc/posix/telldir.c: Remove bogus nested prototype of lseek().Corinna Vinschen2010-02-062-1/+4
* * libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsetsCorinna Vinschen2010-02-052-13/+36
* * libc/stdio/vfprintf.c: Include locale.h also if _WANT_IO_C99_FORMATSCorinna Vinschen2010-02-053-76/+330
* * libc/stdlib/__atexit.c (__atexit_lock): Define a global lock for atexitChristopher Faylor2010-02-043-5/+25
* 2010-01-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-01-294-2/+21
* * libc/locale/nl_langinfo.c (nl_langinfo): Return "CP932" when usingCorinna Vinschen2010-01-242-0/+19
* * libc/locale/locale.c (loadlocale): Allow CP932 as alias for SJIS.Corinna Vinschen2010-01-232-9/+21
* * libc/locale/locale.c (loadlocale): Disable JIS entirely on Cygwin.Corinna Vinschen2010-01-232-1/+19
* * libc/locale/lmonetary.c (__monetary_load_locale): Take additionalCorinna Vinschen2010-01-2211-172/+302
* * libc/locale/nl_langinfo.c (nl_langinfo): On Cygwin, translateCorinna Vinschen2010-01-202-6/+24
* 2010-01-19 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2010-01-192-4/+20
* * libc/stdlib/wcstombs_r.c (_wcstombs_r): Handle invalid charactersCorinna Vinschen2010-01-192-3/+13
* * libc/locale/locale.c (loadlocale): Change comments to refer toCorinna Vinschen2010-01-172-2/+7
* * libc/locale/locale.c (loadlocale): Allow three characterCorinna Vinschen2010-01-172-2/+12
* * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen2010-01-174-2/+14
* * libc/include/sys/_default_fcntl.h (O_CLOEXEC): Define as _FNOINHERIT.Corinna Vinschen2010-01-143-0/+16
* Drop accidentally applied ChangeLog entry.Corinna Vinschen2010-01-141-10/+0
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid inCorinna Vinschen2010-01-142-2/+22
* 2010-01-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2010-01-112-11/+15
* 2010-01-11 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2010-01-112-0/+9
* * libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion ofCorinna Vinschen2010-01-103-8/+26
* Fix getsubopt declaration.Eric Blake2009-12-223-27/+33
* 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-12-172-0/+5
* 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-12-1784-6669/+9015