summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * libc/stdlib/sb_charsets.c: Throughout, translate undefinedCorinna Vinschen2009-09-291-78/+78
* 2009-09-28 Michael Eager <eager@eagercon.com>Jeff Johnston2009-09-2818-2/+7295
* * libc/locale/locale.c (lc_ctype_charset): Set to "UTF-8" on Cygwin.Corinna Vinschen2009-09-273-0/+17
* * libc/include/sys/unistd.h (execvpe, fexecve) [__CYGWIN__]:Eric Blake2009-09-261-0/+2
* * libc/include/sys/unistd.h (eaccess, euidaccess) [__CYGWIN__]:Eric Blake2009-09-251-0/+2
* * libc/locale/locale.c: Drop Cygwin-specific windows.h include.Corinna Vinschen2009-09-231-4/+1
* 2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-09-221-0/+4
* * libc/include/sys/unistd.h: Declare getpagesize as returning POSIX-mandatedChristopher Faylor2009-09-192-2/+2
* 2009-08-25 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2009-08-253-2/+3
* 2009-08-24 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2009-08-243-14/+132
* 2009-08-24 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2009-08-242-2/+4
* * libc/locale/locale.c (loadlocale): Throughout check charset stringCorinna Vinschen2009-08-211-11/+29
* iconv: match SUSv3 prototypeEric Blake2009-08-212-7/+8
* 2009-08-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-08-211-16/+1
* all-local should depend upon crt0, not all.Ralf Wildenhues2009-08-1950-125/+126
* Fix 'make info' to work again.Eric Blake2009-08-192-2/+4
* 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-181-1/+1
* Improve popen compatibility with glibc.Eric Blake2009-08-183-17/+78
* 2009-08-17 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-08-181-42/+10
* * libc/stdio/mktemp.c (mkdtemp): Fix type in function name.Corinna Vinschen2009-08-131-1/+1
* 2009=08-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-08-125-7/+89
* 2009-08-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-08-101-2/+2
* 2009-07-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-07-291-1/+1
* * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Rework UTF-16 surrogateCorinna Vinschen2009-07-291-31/+31
* * libc/stdlib/mbtowc_r.c (__utf8_mbtowc): Fix incrementing n in caseCorinna Vinschen2009-07-281-8/+13
* Avoid a fault from locking a closed standard file.Eric Blake2009-07-221-0/+3
* 2009-07-09 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-07-092-9/+4
* 2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2009-07-061-0/+3
* Add mkdtemp, mkstemps.Eric Blake2009-07-032-29/+117
* Add fpurge.Eric Blake2009-07-035-9/+127
* 2009-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2009-06-191-1/+1
* * libc/locale/locale.c (loadlocale): Add handling of "@cjknarrow"Corinna Vinschen2009-06-181-27/+67
* 2009-06-17 Michael Eager <eager@eagercon.com>Jeff Johnston2009-06-173-1/+71
* * libc/include/locale.h (struct lconv): Add missing members requiredCorinna Vinschen2009-06-162-0/+8
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen2009-06-164-28/+46
* 2009-06-16 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-06-162-2/+2
* 2009-06-16 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-06-161-15/+11
* * libc/ctype/tolower.c (tolower): Cast conversion result fromCorinna Vinschen2009-06-092-2/+2
* * libc/string/wcwidth.c: Optimize for speed.Corinna Vinschen2009-06-033-4/+97
* 2009-06-02 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2009-06-021-5/+0
* * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.Corinna Vinschen2009-06-023-9/+12
* 2009-05-27 Neal H. Walfield <neal@gnu.org>Jeff Johnston2009-05-271-1/+5
* 2009-05-15 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-05-151-14/+40
* * libc/string/local.h: New file.Corinna Vinschen2009-05-153-11/+251
* * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definitionCorinna Vinschen2009-05-1410-61/+29