summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* * libc/stdio/fflush.c (_fflush_r): Store old errno to check forCorinna Vinschen2009-10-302-10/+29
* * MAINTAINERS (ARM): Add myself as an ARM maintainer.Nick Clifton2009-10-272-0/+5
* newlib:Nick Clifton2009-10-2624-55/+6695
* Fix isalpha(0x100000001LL) and friends on 64-bit machines.Eric Blake2009-10-242-15/+30
* 2009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-20257-177950/+261901
* 2009-10-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-203-1/+13
* * libc/include/wchar.h (struct tm0: Declare as incomplete type.Corinna Vinschen2009-10-152-0/+8
* * libc/locale/nl_langinfo.c (nl_langinfo): Add Cygwin-specific temporaryCorinna Vinschen2009-10-152-0/+11
* * libc/include/sys/unistd.h: Add _PC*, _CS*, and _SC* constantsEric Blake2009-10-142-35/+70
* 2009-10-13 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-10-132-9/+9
* 2009-10-09 Dave Korn <dave.korn@artimi.com>Jeff Johnston2009-10-092-0/+6
* * libc/locale/locale.c (DEFAULT_LOCALE): New define.Corinna Vinschen2009-10-092-2/+20
* 2009-10-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-083-1/+9
* 2009-10-08 Eric Blake <ebb9@byu.net>Jeff Johnston2009-10-082-0/+8
* * libc/locale/nl_langinfo.c (nl_langinfo): Just return current localeCorinna Vinschen2009-10-072-0/+13
* * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Allow CESU-8 surrogateCorinna Vinschen2009-10-033-38/+42
* * libc/locale/locale.c (loadlocale): Allow "C." same as "C-" as localeCorinna Vinschen2009-09-292-3/+19
* * libc/stdlib/sb_charsets.c: Throughout, translate undefinedCorinna Vinschen2009-09-292-78/+83
* 2009-09-28 Michael Eager <eager@eagercon.com>Jeff Johnston2009-09-2820-2/+7326
* * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen2009-09-274-0/+27
* * libc/include/sys/unistd.h (execvpe, fexecve) [__CYGWIN__]:Eric Blake2009-09-262-0/+7
* * libc/include/sys/unistd.h (eaccess, euidaccess) [__CYGWIN__]:Eric Blake2009-09-252-0/+7
* * libc/locale/locale.c: Drop Cygwin-specific windows.h include.Corinna Vinschen2009-09-232-4/+6
* 2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-09-222-0/+8
* 2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-09-222-2/+7
* 2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-09-222-2/+7
* * libc/include/sys/unistd.h: Declare getpagesize as returning POSIX-mandatedChristopher Faylor2009-09-193-2/+8
* 2009-08-31 Takaki Makino <t@snowelm.com>Jeff Johnston2009-08-313-4/+10
* 2009-08-25 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2009-08-254-2/+11
* 2009-08-24 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2009-08-244-14/+143
* 2009-08-24 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2009-08-243-2/+10
* * libc/locale/locale.c (loadlocale): Throughout check charset stringCorinna Vinschen2009-08-212-11/+35
* iconv: match SUSv3 prototypeEric Blake2009-08-213-7/+13
* 2009-08-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-08-213-18/+8
* all-local should depend upon crt0, not all.Ralf Wildenhues2009-08-1953-129/+180
* * configure.in (newlib_cv_ldbl_eq_dbl): Rename cache variableRalf Wildenhues2009-08-193-53/+74
* Fix 'make info' to work again.Eric Blake2009-08-193-2/+9
* 2009-08-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-08-184-5/+13
* 2009-08-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-08-182-0/+11
* 2009-08-18 Eric Blake <ebb9@byu.net>Jeff Johnston2009-08-181-3/+7
* * libc/posix/popen.c (popen): Fix documented prototype.Eric Blake2009-08-182-1/+3
* Improve popen compatibility with glibc.Eric Blake2009-08-184-17/+89
* 2009-08-17 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-08-182-42/+15
* ChangeLog: Fix typo in "typo".Corinna Vinschen2009-08-131-1/+1
* * libc/stdio/mktemp.c (mkdtemp): Fix type in function name.Corinna Vinschen2009-08-132-2/+6
* 2009=08-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-08-126-7/+102
* 2009-08-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-08-102-2/+7
* 2009-07-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-07-292-1/+6
* * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Rework UTF-16 surrogateCorinna Vinschen2009-07-292-31/+39
* * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Fix incrementing n in caseCorinna Vinschen2009-07-282-8/+18