summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * libc/include/sys/errno.h (ESTRPIPE): Define.Corinna Vinschen2009-03-152-0/+9
* * libc/include/wchar.h (wcsdup, _wcsdup_r): Declare.Corinna Vinschen2009-03-155-6/+83
* * libc/include/stdlib.h (_mkstemp_r, _mktemp_r): Move out ofCorinna Vinschen2009-03-141-2/+2
* * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen2009-03-143-3/+10
* * libc/time/time.tex (wcsftime.def): Include.Corinna Vinschen2009-03-122-7/+15
* * libc/stdio/swscanf.c: Some documentation corrections.Corinna Vinschen2009-03-121-2/+5
* * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen2009-03-125-140/+194
* * libc/include/wchar.h (wcscasecmp, wcsncasecmp): Declare.Corinna Vinschen2009-03-116-21/+167
* * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen2009-03-1122-100/+2306
* * libc/machine/arm/arm_asm.h: Fix typo.Corinna Vinschen2009-03-101-1/+1
* * libc/time/strftime.c: Adapt for dual-purpose use so not onlyCorinna Vinschen2009-03-096-271/+757
* * libc/reent/reent.c (_reclaim_reent): Make a block from MP-relatedCorinna Vinschen2009-03-061-4/+8
* * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen2009-03-0613-72/+2856
* * libc/locale/locale.c (_setlocale_r): New implementation based onCorinna Vinschen2009-03-0313-241/+430
* 2009-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-03-022-1/+8
* 2009-03-02 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2009-03-021-6/+32
* 2009-02-26 Brooks Moses <brooks@codesourcery.com>Jeff Johnston2009-02-261-1/+1
* 2009-02-26 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2009-02-262-2/+2
* 2009-02-25 Brooks Moses <brooks@codesourcery.com>Jeff Johnston2009-02-254-3/+7
* * mbtowc_r.c (_mbtowc_r): Remove conversion of 5 and 6 byte UTF-8Corinna Vinschen2009-02-252-144/+70
* * libc/stdio/open_memstream.c (stdint.h): Include.Kevin Buettner2009-02-251-0/+1
* 2009-02-23 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-02-235-60/+114
* * libc/include/wchar.h (mbsnrtowcs): Declare.Corinna Vinschen2009-02-198-123/+408
* 2009-02-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-02-183-17/+24
* * libc/stdio/open_memstream.c: Add open_wmemstream to doumentation.Corinna Vinschen2009-02-182-26/+105
* * libc/stdio/fputwc.c: Fix typo in man page info.Corinna Vinschen2009-02-161-2/+2
* 2009-02-12 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2009-02-125-7/+233
* 2009-02-05 Neal H. Walfield <neal@gnu.org>Jeff Johnston2009-02-051-8/+8
* 2009-01-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-01-281-2/+6
* 2009-01-21 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2009-01-226-4/+856
* 2009-01-19 Neal H. Walfield <neal@gnu.org>Jeff Johnston2009-01-192-20/+20
* 2009-01-12 Nathan Froyd <froydnj@codesourcery.com>Jeff Johnston2009-01-121-2/+0
* 2009-01-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-01-121-4/+0
* * libc/include/sys/stdio.h (_flockfile, _funlockfile): Fix typos.Kazu Hirata2009-01-081-2/+2
* 2009-01-05 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-01-051-1/+1
* 2008-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-12-2273-713/+717
* 2008-12-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-12-151-2/+0
* 2008-12-12 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-12-125-10/+204
* 2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2008-12-123-5/+5
* 2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2008-12-121-2/+2
* 2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2008-12-121-0/+7
* * libc/stdio/freopen.c: Add <string.h> for memset prototype.Corinna Vinschen2008-12-123-0/+3
* 2008-12-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-12-112-2/+2
* 2008-12-11 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Jeff Johnston2008-12-1110-14/+5507
* 2008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-12-1131-82/+120
* 2008-12-10 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2008-12-1029-1/+1385
* 2008-12-10 Joseph Myers <joseph@codesourcery.com>Jeff Johnston2008-12-101-17/+100
* * libc/include/sys/features.h (_POSIX_V6_ILP32_OFF32): Always define.Corinna Vinschen2008-12-041-3/+3
* 2008-11-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-11-282-1/+2
* 2008-11-27 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2008-11-271-1/+1