aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers2-0/+3
2016-11-01Fix warning from latest GCC in tst-printf.cSteve Ellcey1-0/+5
2016-10-26Use read_int in vfscanfGabriel F. T. Gomes1-8/+5
2016-09-02vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer1-12/+12
2016-09-02vfprintf: Avoid creating a VLA which complicates stack managementFlorian Weimer1-1/+1
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-2/+2
2016-04-29libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella1-1/+117
2016-04-26libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2-1/+72
2016-04-25vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer3-5/+121
2016-04-14Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler1-6/+5
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer1-19/+33
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy1-4/+10
2016-01-21Silence some false positive warnings for gcc 4.7Chris Metcalf1-0/+10
2016-01-07Make shebang interpreter directives consistentMarko Myllynen2-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers91-91/+91
2015-12-11 Fix indentation.Steve Ellcey1-1/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers4-24/+10
2015-10-17vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer1-40/+10
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers8-32/+13
2015-10-15Remove -fexceptions configure test.Joseph Myers1-12/+12
2015-10-15vfscanf: Use struct scratch_buffer instead of extend_allocaFlorian Weimer1-125/+231
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab1-0/+13
2015-10-08BZ#18872: Don't conditionalize build rules for test program.Roland McGrath1-2/+0
2015-10-07stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead ofPaul Pluzhnikov1-3/+1
2015-09-18Cleanup a few cases where isinf is used to get the signbit to improve the rea...Wilco Dijkstra3-25/+17
2015-09-16Fix BZ #18872 -- memory leak in printf_positional.Paul Pluzhnikov3-1/+90
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers5-5/+5
2015-09-03Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers2-0/+2
2015-08-09fix non-portable `echo -n` usageMike Frysinger1-1/+1
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar4-8/+20
2015-07-16libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella1-2/+2
2015-07-15Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2015-07-11Replace %ld with %jd and cast to intmax_tH.J. Lu1-4/+8
2015-07-08libio: Update tst-fmemopen2.cAdhemerval Zanella1-17/+203
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella3-2/+208
2015-06-17Fix syslog dprintf namespace (bug 18534).Joseph Myers1-1/+2
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra3-6/+6
2015-05-21vfprintf: Remove label name switching for the jump tableFlorian Weimer1-17/+4
2015-05-21vfprintf: Introduce printf_positional functionFlorian Weimer1-347/+369
2015-05-21vfprintf: Move jump table definition and the macros out of functionFlorian Weimer1-65/+64
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra1-1/+1
2015-03-06vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer1-11/+11
2015-03-06vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer1-3/+6
2015-03-06vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer1-18/+5
2015-02-06CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2-6/+39
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers88-88/+88
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf1-1/+1
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu1-4/+7
2014-12-17Get rid of format warning in bug-vfprintf-nargs.c.Stefan Liebler1-1/+2
2014-12-16Modify stdio-common/tst-fseek.c to use test-skeleton.cArjun Shankar1-2/+6