aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio
AgeCommit message (Expand)AuthorFilesLines
2010-03-02 Add eXtensible Data Record (XDR) supportCorinna Vinschen1-0/+2
2010-02-242010-02-24 Charles Wilson <...>Jeff Johnston1-2/+1
2010-02-15 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Apply previous patch hereCorinna Vinschen1-1/+1
2010-02-15 * libc/stdio/vfprintf.c (_VFPRINTF_R): Drop printing a redundantCorinna Vinschen1-1/+1
2010-02-05 * libc/stdio/vfprintf.c: Include locale.h also if _WANT_IO_C99_FORMATSCorinna Vinschen2-76/+321
2010-01-192010-01-19 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston1-4/+15
2010-01-14 * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid inCorinna Vinschen1-2/+7
2009-12-172009-12-17 Jerker Back <jerker.back@gmail.com>Jeff Johnston1-1/+1
2009-11-18 * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call toCorinna Vinschen2-3/+8
2009-10-30 * libc/stdio/fflush.c (_fflush_r): Store old errno to check forCorinna Vinschen1-10/+21
2009-10-202009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-102/+92
2009-08-212009-08-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-16/+1
2009-08-13 * libc/stdio/mktemp.c (mkdtemp): Fix type in function name.Corinna Vinschen1-1/+1
2009-08-122009=08-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+5
2009-07-22Avoid a fault from locking a closed standard file.Eric Blake1-0/+3
2009-07-03Add mkdtemp, mkstemps.Eric Blake1-27/+111
2009-07-03Add fpurge.Eric Blake4-9/+123
2009-06-16 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen1-5/+6
2009-04-242009-04-24 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston9-0/+39
2009-04-22 * libc/stdio/local.h (__chclass, __state_table, __action_table):Corinna Vinschen1-3/+3
2009-03-14 * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen1-0/+7
2009-03-12 * libc/stdio/swscanf.c: Some documentation corrections.Corinna Vinschen1-2/+5
2009-03-12 * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen4-88/+138
2009-03-11 * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen21-100/+2292
2009-03-06 * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen11-72/+2829
2009-02-25 * libc/stdio/open_memstream.c (stdint.h): Include.Kevin Buettner1-0/+1
2009-02-182009-02-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+8
2009-02-18 * libc/stdio/open_memstream.c: Add open_wmemstream to doumentation.Corinna Vinschen1-26/+102
2009-02-16 * libc/stdio/fputwc.c: Fix typo in man page info.Corinna Vinschen1-2/+2
2009-01-282009-01-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+6
2009-01-122009-01-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-4/+0
2009-01-052009-01-05 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-1/+1
2008-12-152008-12-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+0
2008-12-122008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston3-5/+5
2008-12-12 * libc/stdio/freopen.c: Add <string.h> for memset prototype.Corinna Vinschen3-0/+3
2008-12-112008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston6-8/+9
2008-12-102008-12-10 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston26-1/+1347
2008-11-25 * libc/stdio/gets.c (_gets_r): Lock stdin here and callCorinna Vinschen1-2/+7
2008-11-242008-11-24 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-0/+1
2008-11-242008-11-24 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2-0/+2
2008-11-24 * libc/include/stdio.h (__SMOD): Remove definition of unused flag.Corinna Vinschen4-6/+4
2008-10-312008-10-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston19-74/+146
2008-10-152008-10-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-32/+38
2008-09-29 * configure: Regenerate for new libtool.Steve Ellcey1-8/+20
2008-04-30Fix 2008-04-14 regression in asprintf(ptr,"").Eric Blake6-34/+46
2008-04-142008-04-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston20-29/+334
2008-03-112008-03-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2008-03-112008-03-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+4
2008-03-072008-03-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+3
2008-03-04Fix ftell bug after ungetc.Eric Blake2-3/+8