summaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2016-01-21Silence some false positive warnings for gcc 4.7Chris Metcalf
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-11 Fix indentation.Steve Ellcey
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-17vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-15Remove -fexceptions configure test.Joseph Myers
2015-10-15vfscanf: Use struct scratch_buffer instead of extend_allocaFlorian Weimer
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-10-08BZ#18872: Don't conditionalize build rules for test program.Roland McGrath
2015-10-07stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead ofPaul Pluzhnikov
2015-09-18Cleanup a few cases where isinf is used to get the signbit to improve the rea...Wilco Dijkstra
2015-09-16Fix BZ #18872 -- memory leak in printf_positional.Paul Pluzhnikov
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-03Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers
2015-08-09fix non-portable `echo -n` usageMike Frysinger
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar
2015-07-16libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella
2015-07-15Modify several tests to use test-skeleton.cArjun Shankar
2015-07-11Replace %ld with %jd and cast to intmax_tH.J. Lu
2015-07-08libio: Update tst-fmemopen2.cAdhemerval Zanella
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella
2015-06-17Fix syslog dprintf namespace (bug 18534).Joseph Myers
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra
2015-05-21vfprintf: Remove label name switching for the jump tableFlorian Weimer
2015-05-21vfprintf: Introduce printf_positional functionFlorian Weimer
2015-05-21vfprintf: Move jump table definition and the macros out of functionFlorian Weimer
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra
2015-03-06vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer
2015-03-06vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer
2015-03-06vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer
2015-02-06CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-17Get rid of format warning in bug-vfprintf-nargs.c.Stefan Liebler
2014-12-16Modify stdio-common/tst-fseek.c to use test-skeleton.cArjun Shankar
2014-12-16stdio-common/Makefile: readd bug26 testcaseAllan McRae
2014-12-15stdio-common: Include <libc-internal.h> in some testsAdhemerval Zanella
2014-12-15CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law
2014-12-11Eliminate -Wno-format from printf/scanf tests.Roland McGrath
2014-12-10Disable -Wdeprecated-declarations for register_printf_function calls in tst-p...Joseph Myers
2014-12-10Disable -Wdiv-by-zero for some tests in stdio-common/tst-unlockedio.c.Joseph Myers
2014-12-10Add macros for diagnostic control, use for scanf %a tests.Joseph Myers
2014-11-27Fix stdio-common/tst-fmemopen.c format warnings.Joseph Myers
2014-11-25Fix warning in stdio-common/tst-printf-round.c.Joseph Myers
2014-11-24Fix perror fileno namespace (bug 17633).Joseph Myers
2014-11-12Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers
2014-11-05libio: Refactor tst-fmemopen to use test-skeleton.cAdhemerval Zanella