aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19stdio-common: Add __translated_number_widthFlorian Weimer
2022-12-19stdio-common: Add __printf_function_invokeFlorian Weimer
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer
2022-12-19locale: Implement struct grouping_iteratorFlorian Weimer
2022-11-21stdio-common: Add missing dependencies (bug 29780)Andreas Schwab
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-09-08errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab
2022-08-29Add test for bug 29530Andreas Schwab
2022-05-23stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella
2022-03-17stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer
2022-03-17stdio-common: Re-flow and sort Makefile variablesFlorian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer
2021-11-10Support C2X printf %b, %BJoseph Myers
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-09-29string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella
2020-07-09Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers
2020-07-09Fix double free in __printf_fp_l (bug 26214).Joseph Myers
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella
2020-07-07Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers
2020-03-20stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-07-02ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-06-29vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer
2017-06-29vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer
2017-06-29vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-04-26libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella