aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Fix vfwscanf(3) assignment suppression flag handling bugLucio Andrés Illanes Albornoz1-0/+1
2019-02-22stdio: drop unused O_TEXT handling on non-CygwinCorinna Vinschen1-4/+0
2018-12-13nano-vfprintf_float.c: Fix check if negative for nans.Jon Beniston1-1/+2
2018-08-29Use nanf("") instead of nanf(NULL)Keith Packard3-3/+3
2018-08-08newlib: fix various gcc warningsCorinna Vinschen1-1/+1
2018-07-17Print sign of NaN values to nano-vfprintf.Kumar Gala1-0/+2
2018-07-05Fix newlib functions perror()/psignal() not to use writev().Takashi Yano1-19/+21
2018-07-04Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano1-5/+27
2018-03-01Add global stdio streams support for reent small.Our Air Quality2-8/+14
2018-02-01Fix vprintf and vfscanf for GCC PR 14577Jon Beniston2-33/+24
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz18-306/+0
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz26-157/+157
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz1-1/+1
2018-01-17ansification: remove _DEFUNYaakov Selkowitz131-634/+317
2018-01-17ansification: remove _VOIDYaakov Selkowitz9-27/+27
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz7-13/+13
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz11-17/+17
2018-01-17ansification: remove _PTRYaakov Selkowitz20-42/+42
2018-01-17ansification: remove _PARAMSYaakov Selkowitz6-15/+15
2018-01-17ansification: remove _DOTSYaakov Selkowitz19-38/+38
2018-01-17ansification: remove _CONSTYaakov Selkowitz47-168/+168
2018-01-17ansification: remove _ANDYaakov Selkowitz114-525/+525
2018-01-09newlib: fvprintf: fix get_arg for !_MB_CAPABLEIvan Grokhotkov1-0/+2
2018-01-08fix incompatible pointer type for va_list in nano versions of printf and scan...Alexander Fedotov2-5/+24
2017-12-18newlib: ftello{64}: Handle appending stream without fflushingCorinna Vinschen1-7/+13
2017-12-18newlib: ftello{64}: Fix type of returned valueCorinna Vinschen1-4/+4
2017-12-07makedoc: make errors visibleJon Turney1-3/+3
2017-12-04newlib: vfwscanf: fix negation bug in %[ conversionCorinna Vinschen1-1/+1
2017-12-01newlib: vfscanf: Implement %l[Corinna Vinschen1-2/+88
2017-12-01newlib: vf[w]scanf: Fix conversion multibyte <-> wchar_tCorinna Vinschen2-25/+53
2017-12-01newlib: vf[w]scanf: Drop width computation mixupCorinna Vinschen2-70/+44
2017-12-01stdio: remove TRAD_SYNOPSISYaakov Selkowitz75-1022/+75
2017-11-30newlib: vf[w]scanf: Implement POSIX %m modifierCorinna Vinschen2-24/+448
2017-11-30newlib: vfwscanf: fix miscomputation of max field width in %[] caseCorinna Vinschen1-1/+1
2017-11-30newlib: vf[w]scanf: add validity checksCorinna Vinschen2-0/+37
2017-11-30newlib: vf[w]scanf: Use SIZE_MAX rather than ~0Corinna Vinschen2-4/+4
2017-11-30newlib: vfscanf: fix formattingCorinna Vinschen1-2/+2
2017-11-30newlib: vf[w]scanf: Only return from a single point to simplify cleanupCorinna Vinschen2-4/+2
2017-11-29newlib: [w]scanf: Fix behaviour on matching failureCorinna Vinschen2-22/+3
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