summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* 2010-02-24 Charles Wilson <...>Jeff Johnston2010-02-241-2/+1
* * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Apply previous patch hereCorinna Vinschen2010-02-151-1/+1
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Drop printing a redundantCorinna Vinschen2010-02-151-1/+1
* * libc/stdio/vfprintf.c: Include locale.h also if _WANT_IO_C99_FORMATSCorinna Vinschen2010-02-052-76/+321
* 2010-01-19 Andy Koppe <andy.koppe@gmail.com>Jeff Johnston2010-01-191-4/+15
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid inCorinna Vinschen2010-01-141-2/+7
* 2009-12-17 Jerker Back <jerker.back@gmail.com>Jeff Johnston2009-12-171-1/+1
* * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call toCorinna Vinschen2009-11-182-3/+8
* * libc/stdio/fflush.c (_fflush_r): Store old errno to check forCorinna Vinschen2009-10-301-10/+21
* 2009-10-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-201-102/+92
* 2009-08-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-08-211-16/+1
* * 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-121-0/+5
* Avoid a fault from locking a closed standard file.Eric Blake2009-07-221-0/+3
* Add mkdtemp, mkstemps.Eric Blake2009-07-031-27/+111
* Add fpurge.Eric Blake2009-07-034-9/+123
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen2009-06-161-5/+6
* 2009-04-24 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston2009-04-249-0/+39
* * libc/stdio/local.h (__chclass, __state_table, __action_table):Corinna Vinschen2009-04-221-3/+3
* * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen2009-03-141-0/+7
* * libc/stdio/swscanf.c: Some documentation corrections.Corinna Vinschen2009-03-121-2/+5
* * libc/stdio/swprintf.c (_swprintf_r, swprintf):Corinna Vinschen2009-03-124-88/+138
* * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen2009-03-1121-100/+2292
* * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen2009-03-0611-72/+2829
* * libc/stdio/open_memstream.c (stdint.h): Include.Kevin Buettner2009-02-251-0/+1
* 2009-02-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-02-181-3/+8
* * libc/stdio/open_memstream.c: Add open_wmemstream to doumentation.Corinna Vinschen2009-02-181-26/+102
* * libc/stdio/fputwc.c: Fix typo in man page info.Corinna Vinschen2009-02-161-2/+2
* 2009-01-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-01-281-2/+6
* 2009-01-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-01-121-4/+0
* 2009-01-05 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-01-051-1/+1
* 2008-12-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-12-151-2/+0
* 2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2008-12-123-5/+5
* * libc/stdio/freopen.c: Add <string.h> for memset prototype.Corinna Vinschen2008-12-123-0/+3
* 2008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-12-116-8/+9
* 2008-12-10 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2008-12-1026-1/+1347
* * libc/stdio/gets.c (_gets_r): Lock stdin here and callCorinna Vinschen2008-11-251-2/+7
* 2008-11-24 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-11-241-0/+1
* 2008-11-24 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-11-242-0/+2
* * libc/include/stdio.h (__SMOD): Remove definition of unused flag.Corinna Vinschen2008-11-244-6/+4
* 2008-10-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-10-3119-74/+146
* 2008-10-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-10-151-32/+38
* * configure: Regenerate for new libtool.Steve Ellcey2008-09-291-8/+20
* Fix 2008-04-14 regression in asprintf(ptr,"").Eric Blake2008-04-306-34/+46
* 2008-04-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-04-1420-29/+334
* 2008-03-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-03-111-1/+1
* 2008-03-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-03-111-0/+4
* 2008-03-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-03-073-0/+3
* Fix ftell bug after ungetc.Eric Blake2008-03-042-3/+8
* 2008-01-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-01-032-2/+2