about summary refs log tree commit diff
path: root/stdio-common/Makefile
Commit message (Expand)AuthorAgeFilesLines
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-101-0/+1
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-011-2/+2
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-2/+3
* localedata: Use consistent values for grouping and mon_groupingMike FABIAN2024-01-251-0/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-211-0/+5
* C2x scanf %wN, %wfN supportJoseph Myers2023-09-281-0/+1
* vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella2023-07-061-0/+3
* Exclude routines from fortificationFrédéric Bérat2023-07-051-1/+14
* C2x printf %wN, %wfN support (bug 24466)Joseph Myers2023-06-191-0/+1
* stdio-common: Adjust tests in MakefileCarlos O'Donell2023-05-181-22/+22
* stdio-common: Reformat Makefile.Carlos O'Donell2023-05-161-10/+20
* stdio-common: tests: don't double-define _FORTIFY_SOURCESam James2023-03-271-1/+1
* C2x scanf binary constant handlingJoseph Myers2023-03-021-0/+22
* stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella2023-02-141-0/+3
* Account for grouping in printf width (bug 30068)Carlos O'Donell2023-02-061-0/+2
* libio: Update number of written bytes in dprintf implementationFlorian Weimer2023-01-311-0/+1
* Account for octal marker in %#o formatAndreas Schwab2023-01-301-0/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* stdio-common: Add __translated_number_widthFlorian Weimer2022-12-191-0/+1
* stdio-common: Add __printf_function_invokeFlorian Weimer2022-12-191-0/+2
* stdio-common: Introduce buffers for implementing printfFlorian Weimer2022-12-191-0/+16
* locale: Implement struct grouping_iteratorFlorian Weimer2022-12-191-1/+8
* stdio-common: Add missing dependencies (bug 29780)Andreas Schwab2022-11-211-2/+4
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+2
* errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab2022-09-081-0/+8
* Add test for bug 29530Andreas Schwab2022-08-291-0/+2
* stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer2022-05-231-0/+3
* stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer2022-05-231-0/+3
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-131-1/+13
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-131-1/+19
* stdio: Split __get_errname definition from errlist.cAdhemerval Zanella2022-04-151-0/+1
* stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer2022-03-171-0/+1
* stdio-common: Re-flow and sort Makefile variablesFlorian Weimer2022-03-171-66/+217
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* stdio: Implement %#m for vfprintf and related functionsFlorian Weimer2021-12-231-1/+3
* Support C2X printf %b, %BJoseph Myers2021-11-101-1/+2
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-5/+10
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-2/+2
* string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella2020-09-291-1/+2
* Fix memory leak in __printf_fp_l (bug 26215).Joseph Myers2020-07-091-3/+8
* Fix double free in __printf_fp_l (bug 26214).Joseph Myers2020-07-091-3/+8
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-071-0/+11
* Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers2020-07-071-1/+2
* stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella2020-03-201-2/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-031-7/+7