about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-108-12/+196
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-012-2/+2
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-016-16/+17
* localedata: Use consistent values for grouping and mon_groupingMike FABIAN2024-01-252-4/+69
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01181-181/+181
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-212-0/+10
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-301-2/+0
* C2x scanf %wN, %wfN supportJoseph Myers2023-09-284-0/+552
* fxprintf: Get rid of allocaJoe Simmons-Talbott2023-08-151-8/+6
* vfprintf-internal: Get rid of alloca.Joe Simmons-Talbott2023-08-012-1/+152
* vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella2023-07-063-17/+115
* Exclude routines from fortificationFrédéric Bérat2023-07-051-1/+14
* stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat2023-06-222-11/+12
* C2x scanf %b supportJoseph Myers2023-06-192-4/+212
* C2x printf %wN, %wfN support (bug 24466)Joseph Myers2023-06-197-15/+799
* tests: replace fgets by xfgetsFrederic Berat2023-06-131-7/+4
* tests: replace fread by xfreadFrederic Berat2023-06-135-9/+20
* tests: fix warn unused result on asprintf callsFrédéric Bérat2023-06-063-5/+8
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-026-10/+10
* tests: fix warn unused resultsFrédéric Bérat2023-06-013-8/+23
* tests: replace ftruncate by xftruncateFrédéric Bérat2023-06-011-1/+2
* stdio-common: Adjust tests in MakefileCarlos O'Donell2023-05-186-22/+22
* stdio-common: Reformat Makefile.Carlos O'Donell2023-05-161-10/+20
* stdio-common: Fix building when !IS_IN (libc)Sergey Bugaev2023-04-031-0/+2
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-272-52/+4
* libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto2023-03-271-39/+0
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-273-5/+10
* stdio-common: tests: don't double-define _FORTIFY_SOURCESam James2023-03-271-1/+1
* Update printf %b/%B C2x supportJoseph Myers2023-03-141-0/+53
* C2x scanf binary constant handlingJoseph Myers2023-03-0214-0/+530
* stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella2023-02-142-0/+41
* Account for grouping in printf width (bug 30068)Carlos O'Donell2023-02-063-5/+73
* libio: Update number of written bytes in dprintf implementationFlorian Weimer2023-01-312-0/+46
* Account for octal marker in %#o formatAndreas Schwab2023-01-303-0/+56
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06162-162/+162
* libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2022-12-191-0/+6
* libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer2022-12-191-0/+4
* libio: Convert __vdprintf_internal to buffersFlorian Weimer2022-12-191-0/+4
* libio: Convert __vasprintf_internal to buffersFlorian Weimer2022-12-191-0/+4
* libio: Convert __vsprintf_internal to buffersFlorian Weimer2022-12-191-0/+4
* stdio-common: Add lock optimization to vfprintf and vfwprintfFlorian Weimer2022-12-191-0/+8
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-195-1135/+720
* stdio-common: Add __translated_number_widthFlorian Weimer2022-12-192-0/+43
* stdio-common: Add __printf_function_invokeFlorian Weimer2022-12-194-0/+104
* stdio-common: Introduce buffers for implementing printfFlorian Weimer2022-12-1927-0/+1241
* locale: Implement struct grouping_iteratorFlorian Weimer2022-12-194-1/+461
* 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
* Fix missing NUL terminator in stdio-common/scanf13 testSzabolcs Nagy2022-10-281-0/+1