summaryrefslogtreecommitdiff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-2/+2
* libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella2016-04-291-1/+117
* libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2016-04-262-1/+72
* vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer2016-04-253-5/+121
* Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler2016-04-141-6/+5
* strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer2016-04-041-19/+33
* Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy2016-03-311-4/+10
* Silence some false positive warnings for gcc 4.7Chris Metcalf2016-01-211-0/+10
* Make shebang interpreter directives consistentMarko Myllynen2016-01-072-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0491-91/+91
* Fix indentation.Steve Ellcey2015-12-111-1/+1
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-194-24/+10
* vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer2015-10-171-40/+10
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-168-32/+13
* Remove -fexceptions configure test.Joseph Myers2015-10-151-12/+12
* vfscanf: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-10-151-125/+231
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+13
* BZ#18872: Don't conditionalize build rules for test program.Roland McGrath2015-10-081-2/+0
* stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead ofPaul Pluzhnikov2015-10-071-3/+1
* Cleanup a few cases where isinf is used to get the signbit to improve the rea...Wilco Dijkstra2015-09-183-25/+17
* Fix BZ #18872 -- memory leak in printf_positional.Paul Pluzhnikov2015-09-163-1/+90
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-085-5/+5
* Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers2015-09-032-0/+2
* fix non-portable `echo -n` usageMike Frysinger2015-08-091-1/+1
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-064-8/+20
* libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella2015-07-161-2/+2
* Modify several tests to use test-skeleton.cArjun Shankar2015-07-151-2/+5
* Replace %ld with %jd and cast to intmax_tH.J. Lu2015-07-111-4/+8
* libio: Update tst-fmemopen2.cAdhemerval Zanella2015-07-081-17/+203
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-083-2/+208
* Fix syslog dprintf namespace (bug 18534).Joseph Myers2015-06-171-1/+2
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-033-6/+6
* vfprintf: Remove label name switching for the jump tableFlorian Weimer2015-05-211-17/+4
* vfprintf: Introduce printf_positional functionFlorian Weimer2015-05-211-347/+369
* vfprintf: Move jump table definition and the macros out of functionFlorian Weimer2015-05-211-65/+64
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-1/+1
* vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer2015-03-061-11/+11
* vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer2015-03-061-3/+6
* vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer2015-03-061-18/+5
* CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-062-6/+39
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0288-88/+88
* Fix some warnings in the absence of FP round/exception supportChris Metcalf2014-12-301-1/+1
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-301-4/+7
* Get rid of format warning in bug-vfprintf-nargs.c.Stefan Liebler2014-12-171-1/+2
* Modify stdio-common/tst-fseek.c to use test-skeleton.cArjun Shankar2014-12-161-2/+6
* stdio-common/Makefile: readd bug26 testcaseAllan McRae2014-12-161-1/+1
* stdio-common: Include <libc-internal.h> in some testsAdhemerval Zanella2014-12-152-0/+2
* CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law2014-12-155-3/+190
* Eliminate -Wno-format from printf/scanf tests.Roland McGrath2014-12-118-13/+58
* Disable -Wdeprecated-declarations for register_printf_function calls in tst-p...Joseph Myers2014-12-101-0/+7