summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Arrange for text mode on stdin, stdout and stderr.Kaz Kylheku2016-09-171-4/+6
* Default stdio streams to text mode.Kaz Kylheku2016-07-121-2/+2
* Feature test macros overhaul: stdio.hYaakov Selkowitz2016-03-171-0/+1
* setvbuf: Drop setting reent->__cleanupCorinna Vinschen2016-03-131-1/+0
* Update setvbuf to latest OpenBSD implementationCorinna Vinschen2016-03-121-42/+75
* Add __swhatbuf function from OpenBSDCorinna Vinschen2016-03-122-49/+60
* printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen2016-02-081-7/+9
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev2016-02-081-0/+1
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev2016-02-081-3/+3
* 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