aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2009-10-03 * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Allow CESU-8 surrogateCorinna Vinschen3-38/+42
2009-09-29 * libc/locale/locale.c (loadlocale): Allow "C." same as "C-" as localeCorinna Vinschen2-3/+19
2009-09-29 * libc/stdlib/sb_charsets.c: Throughout, translate undefinedCorinna Vinschen2-78/+83
2009-09-282009-09-28 Michael Eager <eager@eagercon.com>Jeff Johnston20-2/+7326
2009-09-27 * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen4-0/+27
2009-09-26* libc/include/sys/unistd.h (execvpe, fexecve) [__CYGWIN__]:Eric Blake2-0/+7
2009-09-25* libc/include/sys/unistd.h (eaccess, euidaccess) [__CYGWIN__]:Eric Blake2-0/+7
2009-09-23 * libc/locale/locale.c: Drop Cygwin-specific windows.h include.Corinna Vinschen2-4/+6
2009-09-222009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2-0/+8
2009-09-222009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2-2/+7
2009-09-222009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2-2/+7
2009-09-19* libc/include/sys/unistd.h: Declare getpagesize as returning POSIX-mandatedChristopher Faylor3-2/+8
2009-08-312009-08-31 Takaki Makino <t@snowelm.com>Jeff Johnston3-4/+10
2009-08-252009-08-25 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston4-2/+11
2009-08-242009-08-24 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston4-14/+143
2009-08-242009-08-24 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston3-2/+10
2009-08-21 * libc/locale/locale.c (loadlocale): Throughout check charset stringCorinna Vinschen2-11/+35
2009-08-21iconv: match SUSv3 prototypeEric Blake3-7/+13
2009-08-212009-08-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston3-18/+8
2009-08-19all-local should depend upon crt0, not all.Ralf Wildenhues53-129/+180
2009-08-19 * configure.in (newlib_cv_ldbl_eq_dbl): Rename cache variableRalf Wildenhues3-53/+74
2009-08-19Fix 'make info' to work again.Eric Blake3-2/+9
2009-08-182009-08-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-5/+13
2009-08-182009-08-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+11
2009-08-182009-08-18 Eric Blake <ebb9@byu.net>Jeff Johnston1-3/+7
2009-08-18* libc/posix/popen.c (popen): Fix documented prototype.Eric Blake2-1/+3
2009-08-18Improve popen compatibility with glibc.Eric Blake4-17/+89
2009-08-182009-08-17 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2-42/+15
2009-08-13ChangeLog: Fix typo in "typo".Corinna Vinschen1-1/+1
2009-08-13 * libc/stdio/mktemp.c (mkdtemp): Fix type in function name.Corinna Vinschen2-2/+6
2009-08-122009=08-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston6-7/+102
2009-08-102009-08-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+7
2009-07-292009-07-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+6
2009-07-29 * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Rework UTF-16 surrogateCorinna Vinschen2-31/+39
2009-07-28 * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Fix incrementing n in caseCorinna Vinschen2-8/+18
2009-07-22Avoid a fault from locking a closed standard file.Eric Blake2-5/+14
2009-07-092009-07-09 Craig Howland <howland@LGSInnovations.com>Jeff Johnston22-34/+67
2009-07-062009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2-0/+8
2009-07-03Add mkdtemp, mkstemps.Eric Blake3-29/+126
2009-07-03Add fpurge.Eric Blake6-10/+138
2009-06-232009-06-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+8
2009-06-192009-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2-1/+6
2009-06-18 * libc/locale/locale.c (loadlocale): Add handling of "@cjknarrow"Corinna Vinschen2-27/+73
2009-06-172009-06-17 Michael Eager <eager@eagercon.com>Jeff Johnston4-1/+78
2009-06-16 * libc/include/locale.h (struct lconv): Add missing members requiredCorinna Vinschen3-0/+15
2009-06-16 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen5-28/+58
2009-06-162009-06-16 Craig Howland <howland@LGSInnovations.com>Jeff Johnston3-2/+8
2009-06-162009-06-16 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2-15/+18
2009-06-09 * libc/ctype/tolower.c (tolower): Cast conversion result fromCorinna Vinschen3-2/+8
2009-06-03 * libc/string/wcwidth.c: Optimize for speed.Corinna Vinschen4-4/+112