aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-25localedata: Use consistent values for grouping and mon_groupingMike FABIAN
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers
2023-08-15fxprintf: Get rid of allocaJoe Simmons-Talbott
2023-08-01vfprintf-internal: Get rid of alloca.Joe Simmons-Talbott
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-22stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat
2023-06-19C2x scanf %b supportJoseph Myers
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers
2023-06-13tests: replace fgets by xfgetsFrederic Berat
2023-06-13tests: replace fread by xfreadFrederic Berat
2023-06-06tests: fix warn unused result on asprintf callsFrédéric Bérat
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01tests: fix warn unused resultsFrédéric Bérat
2023-06-01tests: replace ftruncate by xftruncateFrédéric Bérat
2023-05-18stdio-common: Adjust tests in MakefileCarlos O'Donell
2023-05-16stdio-common: Reformat Makefile.Carlos O'Donell
2023-04-03stdio-common: Fix building when !IS_IN (libc)Sergey Bugaev
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-27stdio-common: tests: don't double-define _FORTIFY_SOURCESam James
2023-03-14Update printf %b/%B C2x supportJoseph Myers
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-02-14stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella
2023-02-06Account for grouping in printf width (bug 30068)Carlos O'Donell
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer
2023-01-30Account for octal marker in %#o formatAndreas Schwab
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer
2022-12-19libio: Convert __vdprintf_internal to buffersFlorian Weimer
2022-12-19libio: Convert __vasprintf_internal to buffersFlorian Weimer
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer
2022-12-19stdio-common: Add lock optimization to vfprintf and vfwprintfFlorian Weimer
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer
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-10-28Fix missing NUL terminator in stdio-common/scanf13 testSzabolcs Nagy
2022-09-17tst-sprintf-errno: Update Hurd message lengthSamuel Thibault