Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-30Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber
2017-06-30Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber
2017-06-30Add stdin_init(), stdout_init() and stderr_init()Sebastian Huber
2017-06-30Remove superfluous parameter from std()Sebastian Huber
2017-06-19Revert "Don't overread or write memory returned by _DTOA_R"Corinna Vinschen
2017-06-09Don't overread or write memory returned by _DTOA_RSilviu Baranga
2017-06-07Print sign of NaN values.Kito Cheng
2017-04-18Add __packed to struct ldieeeKito Cheng
2017-04-03Use enum __packed in favour of -fshort-enumsSebastian Huber
2017-02-07Unify names of all lock objectsFreddie Chopin
2016-12-152016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston
2016-10-22Fix a potential buffer overflow in wscanf familyCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-07-04Regenerate newlib MakefilesJon Turney
2016-03-18Feature test macros overhaul: stdio.hYaakov Selkowitz
2016-03-13setvbuf: Drop setting reent->__cleanupCorinna Vinschen
2016-03-13Update setvbuf to latest OpenBSD implementationCorinna Vinschen
2016-03-13Add __swhatbuf function from OpenBSDCorinna Vinschen
2016-02-08printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen
2015-11-19Simplify the markup for sprintf and swprintf documentationJon Turney
2015-11-19Improve markup of sscanf and swscanf documentationJon Turney
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-11-03Add missing semicolons to prototypes.Jeff Johnston
2015-08-03Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon
2015-07-02Prevent use of uninitialized file lockSebastian Huber
2015-06-29Regenerate Makefile.inJon TURNEY
2015-06-24Don't chew files which contain no documentation markupJon TURNEY
2015-06-24Fix mismatched parentheses in documentation.Jon TURNEY
2015-06-23Fix an inconsistent use of '.' in FUNCTIONJon TURNEY
2015-06-23Correct a non-ANSI prototype in SYNOPSISJon TURNEY
2015-06-23Fix makedoc markup used in texinfo sourceJon TURNEY
2014-12-18Implement BSD/GNU unlocked stdio extensions.Yaakov Selkowitz
2014-12-18 * stdio.tex: Add menu entries for __fsetlocking and stdio_ext.Corinna Vinschen
2014-12-15* libc/include/stdio.h (__SNLK): Define.Yaakov Selkowitz
2014-12-11* libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.Yaakov Selkowitz
2014-11-20 * libc/stdio/nano-vfprintf_i.c (_printf_i): Use LONGINT when void* isCorinna Vinschen
2014-11-06 * libc/stdio/nano-vfprintf_i.c (_printf_i): Use Newlib approach toCorinna Vinschen
2014-10-29 * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.Corinna Vinschen
2014-09-05 * libc/stdio/findfp.c (_cleanup_r): Call _fflush_r when configurationCorinna Vinschen
2014-09-05 * libc/stdio/fwalk.c (_fwalk_reent): Remove redundant test.Corinna Vinschen
2014-08-14 * libc/stdio/findfp.c (std): Don't inline when optimizing for code size.Corinna Vinschen
2014-07-042014-07-04 Bin Cheng <bin.cheng@arm.com>Jeff Johnston
2014-04-052014-04-04 Ashish Kapania <akapania@ti.com>Jeff Johnston
2014-02-20 * libc/stdio/open_memstream.c (internal_open_memstream_r): InitializeCorinna Vinschen