summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Default stdio streams to text mode.Kaz Kylheku2017-11-161-2/+2
* stdio: Fix make rule overrideSebastian Huber2017-07-282-10/+0
* Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber2017-06-301-1/+1
* Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber2017-06-301-0/+24
* Add stdin_init(), stdout_init() and stderr_init()Sebastian Huber2017-06-301-17/+33
* Remove superfluous parameter from std()Sebastian Huber2017-06-301-7/+6
* Revert "Don't overread or write memory returned by _DTOA_R"Corinna Vinschen2017-06-191-13/+12
* Don't overread or write memory returned by _DTOA_RSilviu Baranga2017-06-091-12/+13
* Print sign of NaN values.Kito Cheng2017-06-072-0/+8
* Add __packed to struct ldieeeKito Cheng2017-04-181-8/+9
* Use enum __packed in favour of -fshort-enumsSebastian Huber2017-04-033-41/+46
* Unify names of all lock objectsFreddie Chopin2017-02-061-6/+6
* 2016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston2016-12-151-2/+2
* Fix a potential buffer overflow in wscanf familyCorinna Vinschen2016-10-221-6/+8
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-152-6/+4
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-152-2/+2
* Regenerate newlib MakefilesJon Turney2016-07-041-3/+16
* 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