aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
9 daysFix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell1-9/+25
2024-05-24Revert "Test fscanf of long double without <stdio.h>"H.J. Lu3-39/+0
2024-05-24Test fscanf of long double without <stdio.h>H.J. Lu3-0/+39
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella8-12/+196
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2-2/+2
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers6-16/+17
2024-01-25localedata: Use consistent values for grouping and mon_groupingMike FABIAN2-4/+69
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert181-181/+181
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2-0/+10
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-2/+0
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers4-0/+552
2023-08-15fxprintf: Get rid of allocaJoe Simmons-Talbott1-8/+6
2023-08-01vfprintf-internal: Get rid of alloca.Joe Simmons-Talbott2-1/+152
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella3-17/+115
2023-07-05Exclude routines from fortificationFrédéric Bérat1-1/+14
2023-06-22stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat2-11/+12
2023-06-19C2x scanf %b supportJoseph Myers2-4/+212
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers7-15/+799
2023-06-13tests: replace fgets by xfgetsFrederic Berat1-7/+4
2023-06-13tests: replace fread by xfreadFrederic Berat5-9/+20
2023-06-06tests: fix warn unused result on asprintf callsFrédéric Bérat3-5/+8
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov6-10/+10
2023-06-01tests: fix warn unused resultsFrédéric Bérat3-8/+23
2023-06-01tests: replace ftruncate by xftruncateFrédéric Bérat1-1/+2
2023-05-18stdio-common: Adjust tests in MakefileCarlos O'Donell6-22/+22
2023-05-16stdio-common: Reformat Makefile.Carlos O'Donell1-10/+20
2023-04-03stdio-common: Fix building when !IS_IN (libc)Sergey Bugaev1-0/+2
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2-52/+4
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto1-39/+0
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto3-5/+10
2023-03-27stdio-common: tests: don't double-define _FORTIFY_SOURCESam James1-1/+1
2023-03-14Update printf %b/%B C2x supportJoseph Myers1-0/+53
2023-03-02C2x scanf binary constant handlingJoseph Myers14-0/+530
2023-02-14stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella2-0/+41
2023-02-06Account for grouping in printf width (bug 30068)Carlos O'Donell3-5/+73
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer2-0/+46
2023-01-30Account for octal marker in %#o formatAndreas Schwab3-0/+56
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers162-162/+162
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer1-0/+6
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer1-0/+4
2022-12-19libio: Convert __vdprintf_internal to buffersFlorian Weimer1-0/+4
2022-12-19libio: Convert __vasprintf_internal to buffersFlorian Weimer1-0/+4
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer1-0/+4
2022-12-19stdio-common: Add lock optimization to vfprintf and vfwprintfFlorian Weimer1-0/+8
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer5-1135/+720
2022-12-19stdio-common: Add __translated_number_widthFlorian Weimer2-0/+43
2022-12-19stdio-common: Add __printf_function_invokeFlorian Weimer4-0/+104
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer27-0/+1241
2022-12-19locale: Implement struct grouping_iteratorFlorian Weimer4-1/+461