Age | Commit message (Expand) | Author | Files | Lines |
2016-04-29 | libio: Fix fmemopen append mode failure (BZ# 20012) | Adhemerval Zanella | 1 | -1/+117 |
2016-04-26 | libio: Update internal fmemopen position after write (BZ #20005) | Adhemerval Zanella | 2 | -1/+72 |
2016-04-25 | vfprintf: Fix memory with large width and precision [BZ #19931] | Florian Weimer | 3 | -5/+121 |
2016-04-14 | Fix strfmon_l: Use specified locale for number formatting [BZ #19633] | Stefan Liebler | 1 | -6/+5 |
2016-04-04 | strfmon_l: Use specified locale for number formatting [BZ #19633] | Florian Weimer | 1 | -19/+33 |
2016-03-31 | Increase internal precision of ldbl-128ibm decimal printf [BZ #19853] | Paul E. Murphy | 1 | -4/+10 |
2016-01-21 | Silence some false positive warnings for gcc 4.7 | Chris Metcalf | 1 | -0/+10 |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen | 2 | -2/+2 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 91 | -91/+91 |
2015-12-11 | Fix indentation. | Steve Ellcey | 1 | -1/+1 |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 4 | -24/+10 |
2015-10-17 | vfprintf: Rewrite printf_positional to use struct scratch_buffer | Florian Weimer | 1 | -40/+10 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 8 | -32/+13 |
2015-10-15 | Remove -fexceptions configure test. | Joseph Myers | 1 | -12/+12 |
2015-10-15 | vfscanf: Use struct scratch_buffer instead of extend_alloca | Florian Weimer | 1 | -125/+231 |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 1 | -0/+13 |
2015-10-08 | BZ#18872: Don't conditionalize build rules for test program. | Roland McGrath | 1 | -2/+0 |
2015-10-07 | stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead of | Paul Pluzhnikov | 1 | -3/+1 |
2015-09-18 | Cleanup a few cases where isinf is used to get the signbit to improve the rea... | Wilco Dijkstra | 3 | -25/+17 |
2015-09-16 | Fix BZ #18872 -- memory leak in printf_positional. | Paul Pluzhnikov | 3 | -1/+90 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 5 | -5/+5 |
2015-09-03 | Don't include <bits/stdio-lock.h> from installed <libio.h>. | Joseph Myers | 2 | -0/+2 |
2015-08-09 | fix non-portable `echo -n` usage | Mike Frysinger | 1 | -1/+1 |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar | 4 | -8/+20 |
2015-07-16 | libio: Fix fmemopen 'w' mode with provided buffer | Adhemerval Zanella | 1 | -2/+2 |
2015-07-15 | Modify several tests to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2015-07-11 | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 1 | -4/+8 |
2015-07-08 | libio: Update tst-fmemopen2.c | Adhemerval Zanella | 1 | -17/+203 |
2015-07-08 | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella | 3 | -2/+208 |
2015-06-17 | Fix syslog dprintf namespace (bug 18534). | Joseph Myers | 1 | -1/+2 |
2015-06-03 | This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t... | Wilco Dijkstra | 3 | -6/+6 |
2015-05-21 | vfprintf: Remove label name switching for the jump table | Florian Weimer | 1 | -17/+4 |
2015-05-21 | vfprintf: Introduce printf_positional function | Florian Weimer | 1 | -347/+369 |
2015-05-21 | vfprintf: Move jump table definition and the macros out of function | Florian Weimer | 1 | -65/+64 |
2015-05-15 | Remove various ABS macros and replace uses with fabs (or in one case abs) | Wilco Dijkstra | 1 | -1/+1 |
2015-03-06 | vfprintf: Define WORK_BUFFER_SIZE | Florian Weimer | 1 | -11/+11 |
2015-03-06 | vfprintf: Introduce JUMP_TABLE_BASE_LABEL | Florian Weimer | 1 | -3/+6 |
2015-03-06 | vfprintf: Introduce THOUSANDS_SEP_T | Florian Weimer | 1 | -18/+5 |
2015-02-06 | CVE-2015-1472: wscanf allocates too little memory | Paul Pluzhnikov | 2 | -6/+39 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 88 | -88/+88 |
2014-12-30 | Fix some warnings in the absence of FP round/exception support | Chris Metcalf | 1 | -1/+1 |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 1 | -4/+7 |
2014-12-17 | Get rid of format warning in bug-vfprintf-nargs.c. | Stefan Liebler | 1 | -1/+2 |
2014-12-16 | Modify stdio-common/tst-fseek.c to use test-skeleton.c | Arjun Shankar | 1 | -2/+6 |
2014-12-16 | stdio-common/Makefile: readd bug26 testcase | Allan McRae | 1 | -1/+1 |
2014-12-15 | stdio-common: Include <libc-internal.h> in some tests | Adhemerval Zanella | 2 | -0/+2 |
2014-12-15 | CVE-2012-3406: Stack overflow in vfprintf [BZ #16617] | Jeff Law | 5 | -3/+190 |
2014-12-11 | Eliminate -Wno-format from printf/scanf tests. | Roland McGrath | 8 | -13/+58 |
2014-12-10 | Disable -Wdeprecated-declarations for register_printf_function calls in tst-p... | Joseph Myers | 1 | -0/+7 |
2014-12-10 | Disable -Wdiv-by-zero for some tests in stdio-common/tst-unlockedio.c. | Joseph Myers | 1 | -0/+13 |