Age | Commit message (Expand) | Author | Files | Lines |
2019-06-03 | Fix vfwscanf(3) assignment suppression flag handling bug | Lucio Andrés Illanes Albornoz | 1 | -0/+1 |
2019-02-22 | stdio: drop unused O_TEXT handling on non-Cygwin | Corinna Vinschen | 1 | -4/+0 |
2018-12-13 | nano-vfprintf_float.c: Fix check if negative for nans. | Jon Beniston | 1 | -1/+2 |
2018-08-29 | Use nanf("") instead of nanf(NULL) | Keith Packard | 3 | -3/+3 |
2018-08-08 | newlib: fix various gcc warnings | Corinna Vinschen | 1 | -1/+1 |
2018-07-17 | Print sign of NaN values to nano-vfprintf. | Kumar Gala | 1 | -0/+2 |
2018-07-05 | Fix newlib functions perror()/psignal() not to use writev(). | Takashi Yano | 1 | -19/+21 |
2018-07-04 | Fix a bug of perror()/psignal() that changes the orientation of stderr. | Takashi Yano | 1 | -5/+27 |
2018-03-01 | Add global stdio streams support for reent small. | Our Air Quality | 2 | -8/+14 |
2018-02-01 | Fix vprintf and vfscanf for GCC PR 14577 | Jon Beniston | 2 | -33/+24 |
2018-01-17 | ansification: remove _HAVE_STDC | Yaakov Selkowitz | 18 | -306/+0 |
2018-01-17 | ansification: remove _EXFUN, _EXFUN_NOTHROW | Yaakov Selkowitz | 26 | -157/+157 |
2018-01-17 | ansification: remove _EXFNPTR, _EXPARM | Yaakov Selkowitz | 1 | -1/+1 |
2018-01-17 | ansification: remove _DEFUN | Yaakov Selkowitz | 131 | -634/+317 |
2018-01-17 | ansification: remove _VOID | Yaakov Selkowitz | 9 | -27/+27 |
2018-01-17 | ansification: remove _DEFUN_VOID | Yaakov Selkowitz | 7 | -13/+13 |
2018-01-17 | ansification: remove _CAST_VOID | Yaakov Selkowitz | 11 | -17/+17 |
2018-01-17 | ansification: remove _PTR | Yaakov Selkowitz | 20 | -42/+42 |
2018-01-17 | ansification: remove _PARAMS | Yaakov Selkowitz | 6 | -15/+15 |
2018-01-17 | ansification: remove _DOTS | Yaakov Selkowitz | 19 | -38/+38 |
2018-01-17 | ansification: remove _CONST | Yaakov Selkowitz | 47 | -168/+168 |
2018-01-17 | ansification: remove _AND | Yaakov Selkowitz | 114 | -525/+525 |
2018-01-09 | newlib: fvprintf: fix get_arg for !_MB_CAPABLE | Ivan Grokhotkov | 1 | -0/+2 |
2018-01-08 | fix incompatible pointer type for va_list in nano versions of printf and scan... | Alexander Fedotov | 2 | -5/+24 |
2017-12-18 | newlib: ftello{64}: Handle appending stream without fflushing | Corinna Vinschen | 1 | -7/+13 |
2017-12-18 | newlib: ftello{64}: Fix type of returned value | Corinna Vinschen | 1 | -4/+4 |
2017-12-07 | makedoc: make errors visible | Jon Turney | 1 | -3/+3 |
2017-12-04 | newlib: vfwscanf: fix negation bug in %[ conversion | Corinna Vinschen | 1 | -1/+1 |
2017-12-01 | newlib: vfscanf: Implement %l[ | Corinna Vinschen | 1 | -2/+88 |
2017-12-01 | newlib: vf[w]scanf: Fix conversion multibyte <-> wchar_t | Corinna Vinschen | 2 | -25/+53 |
2017-12-01 | newlib: vf[w]scanf: Drop width computation mixup | Corinna Vinschen | 2 | -70/+44 |
2017-12-01 | stdio: remove TRAD_SYNOPSIS | Yaakov Selkowitz | 75 | -1022/+75 |
2017-11-30 | newlib: vf[w]scanf: Implement POSIX %m modifier | Corinna Vinschen | 2 | -24/+448 |
2017-11-30 | newlib: vfwscanf: fix miscomputation of max field width in %[] case | Corinna Vinschen | 1 | -1/+1 |
2017-11-30 | newlib: vf[w]scanf: add validity checks | Corinna Vinschen | 2 | -0/+37 |
2017-11-30 | newlib: vf[w]scanf: Use SIZE_MAX rather than ~0 | Corinna Vinschen | 2 | -4/+4 |
2017-11-30 | newlib: vfscanf: fix formatting | Corinna Vinschen | 1 | -2/+2 |
2017-11-30 | newlib: vf[w]scanf: Only return from a single point to simplify cleanup | Corinna Vinschen | 2 | -4/+2 |
2017-11-29 | newlib: [w]scanf: Fix behaviour on matching failure | Corinna Vinschen | 2 | -22/+3 |
2017-07-28 | stdio: Fix make rule override | Sebastian Huber | 2 | -10/+0 |
2017-06-30 | Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS | Sebastian Huber | 1 | -1/+1 |
2017-06-30 | Introduce _REENT_GLOBAL_STDIO_STREAMS | Sebastian Huber | 1 | -0/+24 |
2017-06-30 | Add stdin_init(), stdout_init() and stderr_init() | Sebastian Huber | 1 | -17/+33 |
2017-06-30 | Remove superfluous parameter from std() | Sebastian Huber | 1 | -7/+6 |
2017-06-19 | Revert "Don't overread or write memory returned by _DTOA_R" | Corinna Vinschen | 1 | -13/+12 |
2017-06-09 | Don't overread or write memory returned by _DTOA_R | Silviu Baranga | 1 | -12/+13 |
2017-06-07 | Print sign of NaN values. | Kito Cheng | 2 | -0/+8 |
2017-04-18 | Add __packed to struct ldieee | Kito Cheng | 1 | -8/+9 |
2017-04-03 | Use enum __packed in favour of -fshort-enums | Sebastian Huber | 3 | -41/+46 |
2017-02-06 | Unify names of all lock objects | Freddie Chopin | 1 | -6/+6 |