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
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
2014-01-17 Introduce _STDIO_BSD_SEMANTICS flag to switch fclose/exit file flushingCorinna Vinschen
2013-12-19 * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Fix fetching decimal_point inCorinna Vinschen
2013-12-18 * vfscanf.c (BUF): Change definition to take multibyte decimal pointCorinna Vinschen
2013-11-262013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill
2013-11-182013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill
2013-11-04 * libc/stdio/fvwrite.c: Allow writing in larger chunks for fullyCorinna Vinschen
2013-10-31 * libc/stdio/fvwrite.h: change type of uio_resid from int to size_t toCorinna Vinschen
2013-10-23 * libc/include/stdio.h (funopen): Change prototype ofCorinna Vinschen
2013-08-12 * libc/configure.in (--enable-newlib-wchar-orient): Remove.Corinna Vinschen
2013-07-09 * libc/stdio/fwalk.c (_fwalk): Remove redundant test.Corinna Vinschen
2013-06-19 * acconfig.h (_UNBUF_STREAM_OPT): Undefine.Corinna Vinschen
2013-04-302013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston
2013-04-252013-04-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill
2013-04-12 * acconfig.h (_WCHAR_ORIENT): UndefCorinna Vinschen
2013-04-102013-04-10 Bin Cheng <bin.cheng@arm.com>Jeff Johnston
2013-04-08 * libc/stdio/vfieeefp.h (ldieee): Fix typo.Matthew Gretton-Dann
2013-03-27 * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine.Corinna Vinschen
2013-03-262013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill
2013-03-15 * newlib/libc/stdio/findfp.c (glue_with_file): New.Corinna Vinschen
2013-01-12 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Add code to correctly handleCorinna Vinschen