packaging: renamed linaro-glibc.spec -> glibc.spec
[platform/upstream/glibc.git] / stdio-common /
2024-01-25 Mike FABIANlocaledata: Use consistent values for grouping and...
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-11-21 Adhemerval Zanellaelf: Fix _dl_debug_vdprintf to work before self-relocation
2023-10-30 Adhemerval Zanellacrypt: Remove libcrypt support
2023-09-28 Joseph MyersC2x scanf %wN, %wfN support
2023-08-15 Joe Simmons-Talbottfxprintf: Get rid of alloca
2023-08-01 Joe Simmons-Talbottvfprintf-internal: Get rid of alloca.
2023-07-06 Adhemerval Zanellavfscanf-internal: Remove potentially unbounded allocas
2023-07-05 Frédéric BératExclude routines from fortification
2023-06-22 Frederic Beratstdio-common: tests: Incorrect maxlen parameter for...
2023-06-19 Joseph MyersC2x scanf %b support
2023-06-19 Joseph MyersC2x printf %wN, %wfN support (bug 24466)
2023-06-13 Frederic Berattests: replace fgets by xfgets
2023-06-13 Frederic Berattests: replace fread by xfread
2023-06-06 Frédéric Bérattests: fix warn unused result on asprintf calls
2023-06-02 Paul PluzhnikovFix a few more typos I missed in previous round --...
2023-06-02 Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-06-01 Frédéric Bérattests: fix warn unused results
2023-06-01 Frédéric Bérattests: replace ftruncate by xftruncate
2023-05-18 Carlos O'Donellstdio-common: Adjust tests in Makefile
2023-05-16 Carlos O'Donellstdio-common: Reformat Makefile.
2023-04-02 Sergey Bugaevstdio-common: Fix building when !IS_IN (libc)
2023-03-27 Adhemerval Zanella... libio: Remove the usage of __libc_IO_vtables
2023-03-27 Adhemerval Zanella... libio: Do not autogenerate stdio_lim.h
2023-03-27 Adhemerval Zanella... Move libc_freeres_ptrs and libc_subfreeres to hidden...
2023-03-27 Sam Jamesstdio-common: tests: don't double-define _FORTIFY_SOURCE
2023-03-14 Joseph MyersUpdate printf %b/%B C2x support
2023-03-02 Joseph MyersC2x scanf binary constant handling
2023-02-14 Adhemerval Zanellastdio: Do not ignore posix_spawn error on popen (BZ...
2023-02-06 Carlos O'DonellAccount for grouping in printf width (bug 30068)
2023-01-31 Florian Weimerlibio: Update number of written bytes in dprintf implem...
2023-01-30 Andreas SchwabAccount for octal marker in %#o format
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-12-19 Florian Weimerlibio: Convert __vswprintf_internal to buffers (bug...
2022-12-19 Florian Weimerlibio: Convert __obstack_vprintf_internal to buffers...
2022-12-19 Florian Weimerlibio: Convert __vdprintf_internal to buffers
2022-12-19 Florian Weimerlibio: Convert __vasprintf_internal to buffers
2022-12-19 Florian Weimerlibio: Convert __vsprintf_internal to buffers
2022-12-19 Florian Weimerstdio-common: Add lock optimization to vfprintf and...
2022-12-19 Florian Weimerstdio-common: Convert vfprintf and related functions...
2022-12-19 Florian Weimerstdio-common: Add __translated_number_width
2022-12-19 Florian Weimerstdio-common: Add __printf_function_invoke
2022-12-19 Florian Weimerstdio-common: Introduce buffers for implementing printf
2022-12-19 Florian Weimerlocale: Implement struct grouping_iterator
2022-11-21 Andreas Schwabstdio-common: Add missing dependencies (bug 29780)
2022-11-01 Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-10-28 Szabolcs NagyFix missing NUL terminator in stdio-common/scanf13...
2022-09-17 Samuel Thibaulttst-sprintf-errno: Update Hurd message length
2022-09-11 Samuel Thibaulttst-sprintf-errno: Update Hurd message output
2022-09-08 Andreas Schwaberrlist: add missing entry for EDEADLOCK (bug 29545)
2022-08-29 Andreas SchwabAdd test for bug 29530
2022-06-10 Wilco Dijkstralibio: Avoid RMW of flags2 outside lock (BZ #27842)
2022-05-24 Florian Weimerstdio-common: Simplify printf_unknown interface in...
2022-05-24 Florian Weimerstdio-common: Move union printf_arg int <printf.h>
2022-05-24 Florian Weimerstdio-common: Add printf specifier registry to <printf.h>
2022-05-23 Florian Weimerstdio-common: Add tst-memstream-string for open_memstre...
2022-05-23 Florian Weimer__printf_fphex always uses LC_NUMERIC
2022-05-23 Florian Weimervfprintf: Consolidate some multibyte/wide character...
2022-05-23 Florian Weimervfprintf: Move argument processing into vfprintf-proces...
2022-05-23 Florian Weimerstdio-common: Add tst-vfprintf-width-i18n to cover...
2022-05-13 Adhemerval Zanellastdio: Remove the usage of $(fno-unit-at-a-time) for...
2022-05-13 Adhemerval Zanellastdio: Remove the usage of $(fno-unit-at-a-time) for...
2022-04-15 Adhemerval Zanellastdio: Split __get_errname definition from errlist.c
2022-03-18 Florian Weimerstdio-common: Add wide stream coverage to tst-vfprintf...
2022-03-17 Florian Weimerstdio-common: Generate ja_JP.EUC-JP locale
2022-03-17 Florian Weimerstdio-common: Re-flow and sort Makefile variables
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-27 Samuel Thibaultstdio-common: Fix %m sprintf test output for GNU/Hurd
2021-12-23 Florian Weimerstdio: Implement %#m for vfprintf and related functions
2021-11-10 Joseph MyersSupport C2X printf %b, %B
2021-11-08 Joseph MyersFix memmove call in vfprintf-internal.c:group_number
2021-10-04 Joseph MyersFix stdio-common tests for GCC 12 -Waddress
2021-09-23 Florian Weimervfprintf: Unify argument handling in process_arg
2021-09-23 Florian Weimervfprintf: Handle floating-point cases outside of proces...
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-23 Samuel Thibaulthurd: Fix errlist error mapping
2021-07-22 Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-07-07 Florian Weimerlibio: Replace internal _IO_getdelim symbol with __getdelim
2021-06-01 Florian Weimerstdio-common: Remove _IO_vfwscanf
2021-05-11 Adhemerval Zanellalinux: Move funlockfile/_IO_funlockfile into libc
2021-05-11 Adhemerval Zanellalinux: Move ftrylockfile/_IO_ftrylockfile into libc
2021-05-11 Adhemerval Zanellalinux: Move flockfile/_IO_flockfile into libc
2021-05-06 Martin SeborAnnotate additional APIs with GCC attribute access.
2021-05-03 Alyssa Rossstdio: fix vfscanf with matches longer than INT_MAX...
2021-03-31 Alejandro Colomar... stdio-common/printf-prs.c: Reword comment
2021-02-05 Siddhesh Poyarekarprintf: Add smoke tests for long double
2021-02-03 Mike Hommeystdio-common: Add a few double formatting tests [BZ...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-11-12 Siddhesh Poyarekartests: Remove NULL check for an array
2020-10-08 Andreas Schwab__vfscanf_internal: fix aliasing violation (bug 26690)
2020-10-08 Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-09-29 Adhemerval Zanellastring: Fix strerrorname_np return value [BZ #26555]
2020-07-09 Joseph MyersFix memory leak in __printf_fp_l (bug 26215).
2020-07-09 Joseph MyersFix double free in __printf_fp_l (bug 26214).
2020-07-07 Adhemerval Zanellastring: Add strerrorname_np and strerrordesc_np
2020-07-07 Adhemerval Zanellastring: Add sigabbrev_np and sigdescr_np
2020-07-07 Adhemerval Zanellasignal: Move sys_errlist to a compat symbol
2020-07-07 Adhemerval Zanellasignal: Move sys_siglist to a compat symbol
2020-07-07 Joseph MyersRemove most vfprintf width/precision-dependent allocati...
2020-04-30 Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
next