summaryrefslogtreecommitdiff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst-sprintf-errno: Update Hurd message lengthSamuel Thibault2022-09-171-1/+1
* tst-sprintf-errno: Update Hurd message outputSamuel Thibault2022-09-111-1/+1
* errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab2022-09-081-0/+8
* Add test for bug 29530Andreas Schwab2022-08-292-0/+41
* libio: Avoid RMW of flags2 outside lock (BZ #27842)Wilco Dijkstra2022-06-101-1/+0
* stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer2022-05-241-18/+3
* stdio-common: Move union printf_arg int <printf.h>Florian Weimer2022-05-241-23/+0
* stdio-common: Add printf specifier registry to <printf.h>Florian Weimer2022-05-244-14/+1
* stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer2022-05-232-0/+80
* __printf_fphex always uses LC_NUMERICFlorian Weimer2022-05-231-19/+11
* vfprintf: Consolidate some multibyte/wide character processingFlorian Weimer2022-05-231-87/+43
* vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer2022-05-232-499/+517
* stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer2022-05-232-0/+98
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-133-5/+20
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-137-18/+89
* stdio: Split __get_errname definition from errlist.cAdhemerval Zanella2022-04-153-36/+64
* stdio-common: Add wide stream coverage to tst-vfprintf-user-typeFlorian Weimer2022-03-181-27/+93
* 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-01122-122/+122
* stdio-common: Fix %m sprintf test output for GNU/HurdSamuel Thibault2021-12-271-0/+10
* stdio: Implement %#m for vfprintf and related functionsFlorian Weimer2021-12-233-6/+116
* Support C2X printf %b, %BJoseph Myers2021-11-107-21/+193