summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 2010-01-19 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2010-01-191-4/+15
* * libc/stdlib/wcstombs_r.c (_wcstombs_r): Handle invalid charactersCorinna Vinschen2010-01-191-3/+8
* * libc/locale/locale.c (loadlocale): Change comments to refer toCorinna Vinschen2010-01-171-2/+2
* * libc/locale/locale.c (loadlocale): Allow three characterCorinna Vinschen2010-01-171-2/+7
* * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen2010-01-173-2/+4
* * libc/include/sys/_default_fcntl.h (O_CLOEXEC): Define as _FNOINHERIT.Corinna Vinschen2010-01-142-0/+9
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid inCorinna Vinschen2010-01-141-2/+7
* 2010-01-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2010-01-111-11/+11
* 2010-01-11 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2010-01-111-0/+4
* * libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion ofCorinna Vinschen2010-01-102-0/+12
* Fix getsubopt declaration.Eric Blake2009-12-222-3/+4
* 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-12-171-0/+1
* 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-12-1776-4575/+5947
* 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-12-172-11/+11
* 2009-12-17 Jerker Back <jerker.back@gmail.com>Jeff Johnston2009-12-172-2/+7
* 2009-12-17 Jerker Back <jerker.back@gmail.com>Jeff Johnston2009-12-1711-45/+47
* 2009-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-12-172-13/+5
* 2009-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-12-171-1/+1
* 2009-12-17 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2009-12-172-15/+20
* 2009-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-12-171-0/+34
* 2009-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2009-12-161-0/+4
* 2009-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-12-161-5/+1
* 2009-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-12-161-1/+0
* 2009-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-12-163-165/+95
* 2009-12-15 Conny Marco Menebrocker <c-m-m@gmx.de>Jeff Johnston2009-12-152-7/+7
* 2009-12-14 Maxim Kuvyrkov <maxim@codesourcery.com>Jeff Johnston2009-12-141-0/+16
* 2009-12-10 Conny Marco Menebrocker <c-m-m@gmx.de>Jeff Johnston2009-12-1014-3880/+11715
* Fix some *at declarations.Eric Blake2009-12-083-2/+4
* 2009-12-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-12-033-3/+3
* Use NetBSD fix for CVE-2009-0689 security vulnerability.Corinna Vinschen2009-11-233-2/+11
* * libc/machine/rx/strncat.S (_strncat): Replace use of r6Nick Clifton2009-11-201-4/+4
* * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call toCorinna Vinschen2009-11-1814-19/+89
* 2009-11-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-11-171-0/+2
* * libc/include/ctype.h (__ctype_lookup): Fix precedence.Eric Blake2009-11-061-1/+1
* * libc/stdio/fflush.c (_fflush_r): Store old errno to check forCorinna Vinschen2009-10-301-10/+21
* newlib:Nick Clifton2009-10-2622-55/+6680
* Fix isalpha(0x100000001LL) and friends on 64-bit machines.Eric Blake2009-10-241-13/+21
* 2009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-20232-156733/+232419
* 2009-10-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-202-1/+6
* * libc/include/wchar.h (struct tm0: Declare as incomplete type.Corinna Vinschen2009-10-151-0/+4
* * libc/locale/nl_langinfo.c (nl_langinfo): Add Cygwin-specific temporaryCorinna Vinschen2009-10-151-0/+6
* * libc/include/sys/unistd.h: Add _PC*, _CS*, and _SC* constantsEric Blake2009-10-141-35/+65
* 2009-10-13 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-10-131-9/+3
* 2009-10-09 Dave Korn <dave.korn@artimi.com>Jeff Johnston2009-10-091-0/+1
* * libc/locale/locale.c (DEFAULT_LOCALE): New define.Corinna Vinschen2009-10-091-2/+14
* 2009-10-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-081-0/+2
* 2009-10-08 Eric Blake <ebb9@byu.net>Jeff Johnston2009-10-081-0/+2
* * libc/locale/nl_langinfo.c (nl_langinfo): Just return current localeCorinna Vinschen2009-10-071-0/+8
* * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Allow CESU-8 surrogateCorinna Vinschen2009-10-032-38/+35
* * libc/locale/locale.c (loadlocale): Allow "C." same as "C-" as localeCorinna Vinschen2009-09-291-2/+13