]> git.ipfire.org Git - thirdparty/glibc.git/history - stdio-common
aarch64: Use memcpy_simd as the default memcpy
[thirdparty/glibc.git] / stdio-common /
2022-08-30  Andreas SchwabAdd test for bug 29530
2022-08-30  Joseph MyersFix memmove call in vfprintf-internal.c:group_number
2022-08-30  Joseph MyersRemove most vfprintf width/precision-dependent allocati...
2022-08-30  Adhemerval Zanellastdio: Add tests for printf multibyte convertion leak...
2022-08-30  Florian Weimerstdio: Remove memory leak from multibyte convertion...
2018-07-18  Joseph MyersAvoid insecure usage of tmpnam in tests.
2018-07-05  Florian WeimerAdd renameat2 function [BZ #17662]
2018-07-03  Florian Weimerstdio-common/tst-printf.c: Remove part under a non...
2018-07-02  Gabriel F. T. Gomesldbl-128ibm-compat: Add printf_size
2018-06-26  Joseph MyersFix hardcoded /tmp paths in testing (bug 13888).
2018-06-19  Joseph MyersFix scanf rounding of negative floating-point numbers...
2018-02-21  Zack WeinbergRemove miscellaneous debris from libio.
2018-02-21  Zack WeinbergRemove _IO_file_flags define.
2018-02-21  Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-06  Zack WeinbergRemove some unnecessary redefinitions of std symbols.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-24  Zack WeinbergDeprecate external use of libio.h and _G_config.h.
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-11-16  Siddhesh PoyarekarPrefer https for Sourceware links
2017-11-02  Florian Weimerstdio-common: Use array_length and array_end macros
2017-10-13  Tulio Magno Quites... [BZ #22142] powerpc: Fix the carry bit on mpn_[add...
2017-09-01  Adhemerval Zanellalinux: Implement tmpfile with O_TMPFILE (BZ#21530)
2017-08-31  Florian Weimerstdio-common: Remove internal_function attribute
2017-08-22  H.J. LuHide internal printf functions [BZ #18822/21986]
2017-08-18  Adhemerval ZanellaConsolidate non cancellable write call
2017-08-07  Joseph MyersRemove __long_double_t.
2017-08-07  Andreas SchwabFix missing redirects in testsuite targets
2017-06-29  Florian Weimervfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf...
2017-06-29  Florian Weimervfprintf: Reuse work_buffer in group_number
2017-06-29  Florian Weimervfprintf: Use struct scratch_buffer for positional...
2017-06-29  Florian Weimer_i18n_number_rewrite: Use struct scratch_buffer
2017-06-29  Florian Weimervfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds
2017-06-29  Florian Weimervfprintf: Add test case for multi-byte/wide strings...
2017-06-29  Florian Weimervfprintf: Add test case for user-defined types and...
2017-06-21  Zack WeinbergUse locale_t, not __locale_t, throughout glibc
2017-06-14  Zack WeinbergRemove __need_IOV_MAX and __need_FOPEN_MAX.
2017-06-08  Zack WeinbergRemove __need macros from stdio.h and wchar.h.
2017-06-07  Gabriel F. T. Gomesfloat128: Add strfromf128
2017-06-07  Gabriel F. T. GomesRemove duplicated code from __printf_fp_l, __printf_fph...
2017-05-08  Carlos O'Donellvfprintf.c: Refactor magic number 32 into EXTSIZ.
2017-04-07  Zack Weinberggetopt: clean up error reporting
2017-03-23  Tulio Magno Quites... Change the order of function attributes in printf.h
2017-03-22  Zack WeinbergAnother round of inclusion fixes for _ISOMAC testsuite.
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-25  Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-25  Zack WeinbergClean up conditionals for declaration of gets.
2017-02-16  Zack WeinbergAdd missing header files throughout the testsuite.
2017-01-11  Joseph MyersFix testsuite build for GCC 7 -Wformat-truncation.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-11-16  Joseph MyersFix crypt snprintf namespace (bug 20829).
2016-11-01  Steve EllceyFix warning from latest GCC in tst-printf.c
2016-10-26  Gabriel F. T. GomesUse read_int in vfscanf
2016-09-02  Florian Weimervfscanf: Avoid multiple reads of multi-byte character...
2016-09-02  Florian Weimervfprintf: Avoid creating a VLA which complicates stack...
2016-06-23  Florian Weimerlibio: Implement vtable verification [BZ #20191]
2016-04-29  Adhemerval Zanellalibio: Fix fmemopen append mode failure (BZ# 20012)
2016-04-26  Adhemerval Zanellalibio: Update internal fmemopen position after write...
2016-04-25  Florian Weimervfprintf: Fix memory with large width and precision...
2016-04-14  Stefan LieblerFix strfmon_l: Use specified locale for number formatti...
2016-04-04  Florian Weimerstrfmon_l: Use specified locale for number formatting...
2016-03-31  Paul E. MurphyIncrease internal precision of ldbl-128ibm decimal...
2016-01-21  Chris MetcalfSilence some false positive warnings for gcc 4.7
2016-01-07  Marko MyllynenMake shebang interpreter directives consistent
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-11  Steve Ellcey Fix indentation.
2015-10-19  Joseph MyersConvert 69 more function definitions to prototype style...
2015-10-17  Florian Weimervfprintf: Rewrite printf_positional to use struct scrat...
2015-10-16  Joseph MyersConvert 703 function definitions to prototype style.
2015-10-15  Joseph MyersRemove -fexceptions configure test.
2015-10-15  Florian Weimervfscanf: Use struct scratch_buffer instead of extend_alloca
2015-10-12  Andreas SchwabAdd dependencies on needed locales in each subdir tests...
2015-10-08  Roland McGrathBZ#18872: Don't conditionalize build rules for test...
2015-10-08  Paul Pluzhnikovstdio-common/tst-printf-bz18872.sh: Use attribute optim...
2015-09-18  Wilco DijkstraCleanup a few cases where isinf is used to get the...
2015-09-16  Paul PluzhnikovFix BZ #18872 -- memory leak in printf_positional.
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-09-03  Joseph MyersDon't include <bits/stdio-lock.h> from installed <libio.h>.
2015-08-09  Mike Frysingerfix non-portable `echo -n` usage
2015-08-06  Arjun ShankarModify several tests to use test-skeleton.c
2015-07-16  Adhemerval Zanellalibio: Fix fmemopen 'w' mode with provided buffer
2015-07-15  Arjun ShankarModify several tests to use test-skeleton.c
2015-07-11  H.J. LuReplace %ld with %jd and cast to intmax_t
2015-07-08  Adhemerval Zanellalibio: Update tst-fmemopen2.c
2015-07-08  Adhemerval Zanellalibio: fmemopen rewrite to POSIX compliance
2015-06-17  Joseph MyersFix syslog dprintf namespace (bug 18534).
2015-06-03  Wilco DijkstraThis patch renames all uses of __isinf*, __isnan*,...
2015-05-21  Florian Weimervfprintf: Remove label name switching for the jump...
2015-05-21  Florian Weimervfprintf: Introduce printf_positional function
2015-05-21  Florian Weimervfprintf: Move jump table definition and the macros...
2015-05-15  Wilco DijkstraRemove various ABS macros and replace uses with fabs...
2015-03-06  Florian Weimervfprintf: Define WORK_BUFFER_SIZE
2015-03-06  Florian Weimervfprintf: Introduce JUMP_TABLE_BASE_LABEL
2015-03-06  Florian Weimervfprintf: Introduce THOUSANDS_SEP_T
2015-02-06  Paul PluzhnikovCVE-2015-1472: wscanf allocates too little memory
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30  Chris MetcalfFix some warnings in the absence of FP round/exception...
2014-12-30  H.J. LuReplace %ld with %jd and cast to intmax_t
2014-12-17  Stefan LieblerGet rid of format warning in bug-vfprintf-nargs.c.
2014-12-16  Arjun ShankarModify stdio-common/tst-fseek.c to use test-skeleton.c
2014-12-16  Allan McRaestdio-common/Makefile: readd bug26 testcase
next