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
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz
2020-02-06Typo in license for newlib/libc/stdio/flags.cKeith Packard
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard
2020-01-29Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen
2019-11-18newlib: fix fseek optimization with SEEK_CURBastien Bouclet
2019-06-03Fix vfwscanf(3) assignment suppression flag handling bugLucio Andrés Illanes Albornoz
2019-02-22stdio: drop unused O_TEXT handling on non-CygwinCorinna Vinschen
2018-12-13nano-vfprintf_float.c: Fix check if negative for nans.Jon Beniston
2018-08-29Use nanf("") instead of nanf(NULL)Keith Packard
2018-08-08newlib: fix various gcc warningsCorinna Vinschen
2018-07-17Print sign of NaN values to nano-vfprintf.Kumar Gala
2018-07-05Fix newlib functions perror()/psignal() not to use writev().Takashi Yano
2018-07-04Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano
2018-03-02Add global stdio streams support for reent small.Our Air Quality
2018-02-01Fix vprintf and vfscanf for GCC PR 14577Jon Beniston
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _VOIDYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz
2018-01-17ansification: remove _PTRYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2018-01-17ansification: remove _DOTSYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2018-01-09newlib: fvprintf: fix get_arg for !_MB_CAPABLEIvan Grokhotkov
2018-01-08fix incompatible pointer type for va_list in nano versions of printf and scan...Alexander Fedotov
2017-12-18newlib: ftello{64}: Handle appending stream without fflushingCorinna Vinschen
2017-12-18newlib: ftello{64}: Fix type of returned valueCorinna Vinschen
2017-12-07makedoc: make errors visibleJon Turney
2017-12-04newlib: vfwscanf: fix negation bug in %[ conversionCorinna Vinschen
2017-12-01newlib: vfscanf: Implement %l[Corinna Vinschen
2017-12-01newlib: vf[w]scanf: Fix conversion multibyte <-> wchar_tCorinna Vinschen
2017-12-01newlib: vf[w]scanf: Drop width computation mixupCorinna Vinschen
2017-12-01stdio: remove TRAD_SYNOPSISYaakov Selkowitz
2017-11-30newlib: vf[w]scanf: Implement POSIX %m modifierCorinna Vinschen
2017-11-30newlib: vfwscanf: fix miscomputation of max field width in %[] caseCorinna Vinschen
2017-11-30newlib: vf[w]scanf: add validity checksCorinna Vinschen
2017-11-30newlib: vf[w]scanf: Use SIZE_MAX rather than ~0Corinna Vinschen
2017-11-30newlib: vfscanf: fix formattingCorinna Vinschen
2017-11-30newlib: vf[w]scanf: Only return from a single point to simplify cleanupCorinna Vinschen
2017-11-29newlib: [w]scanf: Fix behaviour on matching failureCorinna Vinschen
2017-07-28stdio: Fix make rule overrideSebastian Huber
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