Age | Commit message (Expand) | Author |
2017-05-08 | vfprintf.c: Refactor magic number 32 into EXTSIZ. | Carlos O'Donell |
2017-04-07 | getopt: clean up error reporting | Zack Weinberg |
2017-03-23 | Change the order of function attributes in printf.h | Tulio Magno Quites Machado Filho |
2017-03-22 | Another round of inclusion fixes for _ISOMAC testsuite. | Zack Weinberg |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-02-25 | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg |
2017-02-25 | Clean up conditionals for declaration of gets. | Zack Weinberg |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg |
2017-01-11 | Fix testsuite build for GCC 7 -Wformat-truncation. | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-11-16 | Fix crypt snprintf namespace (bug 20829). | Joseph Myers |
2016-11-01 | Fix warning from latest GCC in tst-printf.c | Steve Ellcey |
2016-10-26 | Use read_int in vfscanf | Gabriel F. T. Gomes |
2016-09-02 | vfscanf: Avoid multiple reads of multi-byte character width | Florian Weimer |
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-29 | libio: Fix fmemopen append mode failure (BZ# 20012) | Adhemerval Zanella |
2016-04-26 | libio: Update internal fmemopen position after write (BZ #20005) | Adhemerval Zanella |
2016-04-25 | vfprintf: Fix memory with large width and precision [BZ #19931] | Florian Weimer |
2016-04-14 | Fix strfmon_l: Use specified locale for number formatting [BZ #19633] | Stefan Liebler |
2016-04-04 | strfmon_l: Use specified locale for number formatting [BZ #19633] | Florian Weimer |
2016-03-31 | Increase internal precision of ldbl-128ibm decimal printf [BZ #19853] | Paul E. Murphy |
2016-01-21 | Silence some false positive warnings for gcc 4.7 | Chris Metcalf |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-11 | Fix indentation. | Steve Ellcey |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers |
2015-10-17 | vfprintf: Rewrite printf_positional to use struct scratch_buffer | Florian Weimer |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers |
2015-10-15 | Remove -fexceptions configure test. | Joseph Myers |
2015-10-15 | vfscanf: Use struct scratch_buffer instead of extend_alloca | Florian Weimer |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab |
2015-10-08 | BZ#18872: Don't conditionalize build rules for test program. | Roland McGrath |
2015-10-07 | stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead of | Paul Pluzhnikov |
2015-09-18 | Cleanup a few cases where isinf is used to get the signbit to improve the rea... | Wilco Dijkstra |
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-09-03 | Don't include <bits/stdio-lock.h> from installed <libio.h>. | Joseph Myers |
2015-08-09 | fix non-portable `echo -n` usage | Mike Frysinger |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2015-07-16 | libio: Fix fmemopen 'w' mode with provided buffer | Adhemerval Zanella |
2015-07-15 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2015-07-11 | Replace %ld with %jd and cast to intmax_t | H.J. Lu |
2015-07-08 | libio: Update tst-fmemopen2.c | Adhemerval Zanella |
2015-07-08 | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella |
2015-06-17 | Fix syslog dprintf namespace (bug 18534). | Joseph Myers |
2015-06-03 | This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t... | Wilco Dijkstra |
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 |