Age | Commit message (Expand) | Author |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-05 | Add __v*printf_internal with flags arguments | Zack Weinberg |
2018-02-21 | Remove miscellaneous debris from libio. | Zack Weinberg |
2018-02-21 | Remove _IO_file_flags define. | Zack Weinberg |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg |
2018-02-05 | Remove some unnecessary redefinitions of std symbols. | Zack Weinberg |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-11-02 | stdio-common: Use array_length and array_end macros | Florian Weimer |
2017-08-31 | stdio-common: Remove internal_function attribute | Florian Weimer |
2017-06-29 | vfprintf: Reuse work_buffer in group_number | Florian Weimer |
2017-06-29 | vfprintf: Use struct scratch_buffer for positional arguments allocation | Florian Weimer |
2017-06-29 | vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds | Florian Weimer |
2017-06-07 | float128: Add strfromf128 | Gabriel F. T. Gomes |
2017-05-08 | vfprintf.c: Refactor magic number 32 into EXTSIZ. | Carlos O'Donell |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-09-02 | vfprintf: Avoid creating a VLA which complicates stack management | Florian Weimer |
2016-06-23 | libio: Implement vtable verification [BZ #20191] | Florian Weimer |
2016-04-25 | vfprintf: Fix memory with large width and precision [BZ #19931] | Florian Weimer |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-17 | vfprintf: Rewrite printf_positional to use struct scratch_buffer | Florian Weimer |
2015-09-16 | Fix BZ #18872 -- memory leak in printf_positional. | Paul Pluzhnikov |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-05-21 | vfprintf: Remove label name switching for the jump table | Florian Weimer |
2015-05-21 | vfprintf: Introduce printf_positional function | Florian Weimer |
2015-05-21 | vfprintf: Move jump table definition and the macros out of function | Florian Weimer |
2015-03-06 | vfprintf: Define WORK_BUFFER_SIZE | Florian Weimer |
2015-03-06 | vfprintf: Introduce JUMP_TABLE_BASE_LABEL | Florian Weimer |
2015-03-06 | vfprintf: Introduce THOUSANDS_SEP_T | Florian Weimer |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-15 | CVE-2012-3406: Stack overflow in vfprintf [BZ #16617] | Jeff Law |
2014-05-01 | Correctly handle %p in wprintf (BZ #16890) | Andreas Schwab |
2014-03-17 | Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings" | Will Newton |
2014-03-17 | Fix _IO_JUMPS_OFFSET -Wundef warnings | Will Newton |
2014-01-07 | Fix integer overflow in vfwprintf. Fixes bug 14286. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-10-11 | Fix fwrite() reading beyond end of buffer in error path | Eric Biggers |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers |
2013-03-05 | Replace __builtin_expect(..., 0) with __glibc_unlikely(). | Paul Pluzhnikov |
2013-03-05 | * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't | Paul Pluzhnikov |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-11-16 | printf should return negative value on error | Siddhesh Poyarekar |
2012-09-28 | 2012-09-28 Andreas Schwab <schwab@linux-m68k.org> | Jeff Law |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab |
2012-04-02 | Tighten up vfprintf width, precision, and total length overflow handling. | David S. Miller |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu |
2012-03-06 | Formatting fixes | Ulrich Drepper |
2012-03-05 | 2012-03-02 Kees Cook <keescook@chromium.org> | Kees Cook |