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
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
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