aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-05-18stdio-common: Adjust tests in MakefileCarlos O'Donell1-22/+22
2023-05-16stdio-common: Reformat Makefile.Carlos O'Donell1-10/+20
2023-03-27stdio-common: tests: don't double-define _FORTIFY_SOURCESam James1-1/+1
2023-03-02C2x scanf binary constant handlingJoseph Myers1-0/+22
2023-02-14stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella1-0/+3
2023-02-06Account for grouping in printf width (bug 30068)Carlos O'Donell1-0/+2
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer1-0/+1
2023-01-30Account for octal marker in %#o formatAndreas Schwab1-0/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-12-19stdio-common: Add __translated_number_widthFlorian Weimer1-0/+1
2022-12-19stdio-common: Add __printf_function_invokeFlorian Weimer1-0/+2
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer1-0/+16
2022-12-19locale: Implement struct grouping_iteratorFlorian Weimer1-1/+8
2022-11-21stdio-common: Add missing dependencies (bug 29780)Andreas Schwab1-2/+4
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+2
2022-09-08errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab1-0/+8
2022-08-29Add test for bug 29530Andreas Schwab1-0/+2
2022-05-23stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer1-0/+3
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer1-0/+3
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella1-1/+13
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella1-1/+19
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella1-0/+1
2022-03-17stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer1-0/+1
2022-03-17stdio-common: Re-flow and sort Makefile variablesFlorian Weimer1-66/+217
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer1-1/+3
2021-11-10Support C2X printf %b, %BJoseph Myers1-1/+2
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-5/+10
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-2/+2
2020-09-29string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella1-1/+2
2020-07-09Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers1-3/+8
2020-07-09Fix double free in __printf_fp_l (bug 26214).Joseph Myers1-3/+8
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella1-0/+11
2020-07-07Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers1-1/+2
2020-03-20stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella1-2/+7
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg1-7/+7
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-1/+5
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-1/+2
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg1-1/+2
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer1-1/+2
2018-07-02ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes1-2/+8
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers1-0/+7
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers1-0/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-12/+12