aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
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
2022-09-11tst-sprintf-errno: Update Hurd message outputSamuel Thibault
2022-09-08errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab
2022-08-29Add test for bug 29530Andreas Schwab
2022-06-10libio: Avoid RMW of flags2 outside lock (BZ #27842)Wilco Dijkstra
2022-05-24stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer
2022-05-24stdio-common: Move union printf_arg int <printf.h>Florian Weimer
2022-05-24stdio-common: Add printf specifier registry to <printf.h>Florian Weimer
2022-05-23stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer
2022-05-23__printf_fphex always uses LC_NUMERICFlorian Weimer
2022-05-23vfprintf: Consolidate some multibyte/wide character processingFlorian Weimer
2022-05-23vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella
2022-03-18stdio-common: Add wide stream coverage to tst-vfprintf-user-typeFlorian Weimer
2022-03-17stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer
2022-03-17stdio-common: Re-flow and sort Makefile variablesFlorian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-27stdio-common: Fix %m sprintf test output for GNU/HurdSamuel Thibault
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer
2021-11-10Support C2X printf %b, %BJoseph Myers
2021-11-08Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers
2021-10-04Fix stdio-common tests for GCC 12 -WaddressJoseph Myers
2021-09-23vfprintf: Unify argument handling in process_argFlorian Weimer
2021-09-23vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-23hurd: Fix errlist error mappingSamuel Thibault
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer
2021-05-10linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella