about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* stdio: Fix clang warnings on testsAdhemerval Zanella2024-04-171-0/+5
* stdio: Suppress %Z format for clangAdhemerval Zanella2024-04-175-0/+35
* stdio: Fix tst-vfprintf-user-type on clangAdhemerval Zanella2024-04-171-1/+1
* stdio: Suppress clang warnings for tst-vprintf-width-i18n.cAdhemerval Zanella2024-04-171-0/+8
* stdio: Suppress clang warnings for tst-unlockedio.cAdhemerval Zanella2024-04-171-0/+4
* stdio: Suppress -Wformat only for gcc for tst-sprintf-errno.cAdhemerval Zanella2024-04-171-1/+1
* stdio: Disable attribute (optimize) if compiler does not support itAdhemerval Zanella2024-04-171-1/+7
* stdio: Disable clang warning on scanf13 testAdhemerval Zanella2024-04-171-0/+15
* stdio: Disable bug23-3 on clangAdhemerval Zanella2024-04-171-0/+5
* stdio: Fix -Wtautological-constant-out-of-range-compare on clangAdhemerval Zanella2024-04-171-1/+6
* Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella2024-04-171-1/+1
* 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