summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Add missing checks for __SNLK flagCorinna Vinschen2015-12-083-10/+20
* Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen2015-12-081-1/+1
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-201-3/+3
* Simplify the markup for sprintf and swprintf documentationJon Turney2015-11-192-64/+71
* Improve markup of sscanf and swscanf documentationJon Turney2015-11-192-114/+237
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-022-25/+21
* Add missing semicolons to prototypes.Jeff Johnston2015-11-022-12/+12
* Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2015-08-031-7/+9
* Prevent use of uninitialized file lockSebastian Huber2015-07-022-4/+10
* Regenerate Makefile.inJon TURNEY2015-06-291-2/+0
* Don't chew files which contain no documentation markupJon TURNEY2015-06-241-2/+0
* Fix mismatched parentheses in documentation.Jon TURNEY2015-06-241-1/+1
* Fix an inconsistent use of '.' in FUNCTIONJon TURNEY2015-06-231-1/+1
* Correct a non-ANSI prototype in SYNOPSISJon TURNEY2015-06-231-1/+1
* Fix makedoc markup used in texinfo sourceJon TURNEY2015-06-231-1/+1
* Implement BSD/GNU unlocked stdio extensions.Yaakov Selkowitz2014-12-1839-75/+1738
* * stdio.tex: Add menu entries for __fsetlocking and stdio_ext.Corinna Vinschen2014-12-182-1/+3
* * libc/include/stdio.h (__SNLK): Define.Yaakov Selkowitz2014-12-155-7/+129
* * libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.Yaakov Selkowitz2014-12-114-0/+128
* * libc/stdio/nano-vfprintf_i.c (_printf_i): Use LONGINT when void* isCorinna Vinschen2014-11-201-1/+3
* * libc/stdio/nano-vfprintf_i.c (_printf_i): Use Newlib approach toCorinna Vinschen2014-11-061-9/+9
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.Corinna Vinschen2014-10-291-4/+2
* * libc/stdio/findfp.c (_cleanup_r): Call _fflush_r when configurationCorinna Vinschen2014-09-051-4/+9
* * libc/stdio/fwalk.c (_fwalk_reent): Remove redundant test.Corinna Vinschen2014-09-051-5/+2
* * libc/stdio/findfp.c (std): Don't inline when optimizing for code size.Corinna Vinschen2014-08-141-0/+4
* 2014-07-04 Bin Cheng <bin.cheng@arm.com>Jeff Johnston2014-07-0428-221/+3386
* 2014-04-04 Ashish Kapania <akapania@ti.com>Jeff Johnston2014-04-041-1/+1
* * libc/stdio/open_memstream.c (internal_open_memstream_r): InitializeCorinna Vinschen2014-02-201-0/+1
* Introduce _STDIO_BSD_SEMANTICS flag to switch fclose/exit file flushingCorinna Vinschen2014-01-174-6/+36
* * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Fix fetching decimal_point inCorinna Vinschen2013-12-191-5/+6
* * vfscanf.c (BUF): Change definition to take multibyte decimal pointCorinna Vinschen2013-12-182-21/+86
* 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill2013-11-2614-56/+70
* 2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill2013-11-1825-133/+134
* * libc/stdio/fvwrite.c: Allow writing in larger chunks for fullyCorinna Vinschen2013-11-041-15/+12
* * libc/stdio/fvwrite.h: change type of uio_resid from int to size_t toCorinna Vinschen2013-10-311-1/+1
* * libc/include/stdio.h (funopen): Change prototype ofCorinna Vinschen2013-10-238-23/+29
* * libc/configure.in (--enable-newlib-wchar-orient): Remove.Corinna Vinschen2013-08-122-183/+133
* * libc/stdio/fwalk.c (_fwalk): Remove redundant test.Corinna Vinschen2013-07-091-5/+2
* * acconfig.h (_UNBUF_STREAM_OPT): Undefine.Corinna Vinschen2013-06-192-0/+8
* 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-04-2923-67/+111
* 2013-04-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-04-252-0/+14
* * acconfig.h (_WCHAR_ORIENT): UndefCorinna Vinschen2013-04-124-133/+193
* 2013-04-10 Bin Cheng <bin.cheng@arm.com>Jeff Johnston2013-04-103-0/+11
* * libc/stdio/vfieeefp.h (ldieee): Fix typo.Matthew Gretton-Dann2013-04-081-1/+1
* * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine.Corinna Vinschen2013-03-276-10/+293
* 2013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-03-263-10/+15
* * newlib/libc/stdio/findfp.c (glue_with_file): New.Corinna Vinschen2013-03-151-9/+13
* * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Add code to correctly handleCorinna Vinschen2013-01-111-8/+30
* 2012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-12-201-9/+37
* * libc/stdio/puts.c (_puts_r): Fix typo in previous patch. Add localCorinna Vinschen2012-12-181-5/+6