aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio
AgeCommit message (Expand)AuthorFilesLines
2017-07-28stdio: Fix make rule overrideSebastian Huber2-10/+0
2017-06-30Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber1-1/+1
2017-06-30Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber1-0/+24
2017-06-30Add stdin_init(), stdout_init() and stderr_init()Sebastian Huber1-17/+33
2017-06-30Remove superfluous parameter from std()Sebastian Huber1-7/+6
2017-06-19Revert "Don't overread or write memory returned by _DTOA_R"Corinna Vinschen1-13/+12
2017-06-09Don't overread or write memory returned by _DTOA_RSilviu Baranga1-12/+13
2017-06-07Print sign of NaN values.Kito Cheng2-0/+8
2017-04-18Add __packed to struct ldieeeKito Cheng1-8/+9
2017-04-03Use enum __packed in favour of -fshort-enumsSebastian Huber3-41/+46
2017-02-06Unify names of all lock objectsFreddie Chopin1-6/+6
2016-12-152016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston1-2/+2
2016-10-22Fix a potential buffer overflow in wscanf familyCorinna Vinschen1-6/+8
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2-6/+4
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2-2/+2
2016-07-04Regenerate newlib MakefilesJon Turney1-3/+16
2016-03-17Feature test macros overhaul: stdio.hYaakov Selkowitz1-0/+1
2016-03-13setvbuf: Drop setting reent->__cleanupCorinna Vinschen1-1/+0
2016-03-12Update setvbuf to latest OpenBSD implementationCorinna Vinschen1-42/+75
2016-03-12Add __swhatbuf function from OpenBSDCorinna Vinschen2-49/+60
2016-02-08printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen1-7/+9
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev1-0/+1
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev1-3/+3
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen3-10/+20
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen1-1/+1
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-3/+3
2015-11-19Simplify the markup for sprintf and swprintf documentationJon Turney2-64/+71
2015-11-19Improve markup of sscanf and swscanf documentationJon Turney2-114/+237
2015-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston2-25/+21
2015-11-02Add missing semicolons to prototypes.Jeff Johnston2-12/+12
2015-08-03Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon1-7/+9
2015-07-02Prevent use of uninitialized file lockSebastian Huber2-4/+10
2015-06-29Regenerate Makefile.inJon TURNEY1-2/+0
2015-06-24Don't chew files which contain no documentation markupJon TURNEY1-2/+0
2015-06-24Fix mismatched parentheses in documentation.Jon TURNEY1-1/+1
2015-06-23Fix an inconsistent use of '.' in FUNCTIONJon TURNEY1-1/+1
2015-06-23Correct a non-ANSI prototype in SYNOPSISJon TURNEY1-1/+1
2015-06-23Fix makedoc markup used in texinfo sourceJon TURNEY1-1/+1
2014-12-18Implement BSD/GNU unlocked stdio extensions.Yaakov Selkowitz39-75/+1738
2014-12-18 * stdio.tex: Add menu entries for __fsetlocking and stdio_ext.Corinna Vinschen2-1/+3
2014-12-15* libc/include/stdio.h (__SNLK): Define.Yaakov Selkowitz5-7/+129
2014-12-11* libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.Yaakov Selkowitz4-0/+128
2014-11-20 * libc/stdio/nano-vfprintf_i.c (_printf_i): Use LONGINT when void* isCorinna Vinschen1-1/+3
2014-11-06 * libc/stdio/nano-vfprintf_i.c (_printf_i): Use Newlib approach toCorinna Vinschen1-9/+9
2014-10-29 * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.Corinna Vinschen1-4/+2
2014-09-05 * libc/stdio/findfp.c (_cleanup_r): Call _fflush_r when configurationCorinna Vinschen1-4/+9
2014-09-05 * libc/stdio/fwalk.c (_fwalk_reent): Remove redundant test.Corinna Vinschen1-5/+2
2014-08-14 * libc/stdio/findfp.c (std): Don't inline when optimizing for code size.Corinna Vinschen1-0/+4
2014-07-042014-07-04 Bin Cheng <bin.cheng@arm.com>Jeff Johnston28-221/+3386
2014-04-042014-04-04 Ashish Kapania <akapania@ti.com>Jeff Johnston1-1/+1