about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07114-114/+114
* Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes2019-06-272-13/+63
* Break lines before not after operators, batch 4.Joseph Myers2019-03-071-22/+22
* hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault2019-02-271-1/+3
* Add some spaces before '('.Joseph Myers2019-02-273-6/+6
* Break some lines before not after operators.Joseph Myers2019-02-223-15/+15
* Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes2019-02-211-7/+9
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-0314-72/+447
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01108-108/+108
* Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes2018-12-071-0/+14
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-4/+0
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-055-4/+56
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-0513-2370/+2410
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-4/+0
* Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg2018-12-057-39/+6
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-0516-3073/+3178
* Disable -Wformat-overflow= warnings for some printf tests.Joseph Myers2018-11-012-0/+29
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-172-2/+0
* error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer2018-08-141-6/+10
* Avoid insecure usage of tmpnam in tests.Joseph Myers2018-07-183-11/+33
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-055-3/+242
* stdio-common/tst-printf.c: Remove part under a non-free license [BZ #23363]Florian Weimer2018-07-032-114/+2
* ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes2018-07-023-2/+97
* Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers2018-06-267-10/+17
* Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers2018-06-193-17/+71
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-212-2/+2
* Remove _IO_file_flags define.Zack Weinberg2018-02-211-2/+2
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-2110-50/+25
* Remove some unnecessary redefinitions of std symbols.Zack Weinberg2018-02-052-8/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0196-96/+96
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-241-1/+0
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-12/+12
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-162-2/+2
* stdio-common: Use array_length and array_end macrosFlorian Weimer2017-11-0214-42/+47
* [BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7Tulio Magno Quites Machado Filho2017-10-132-0/+12
* linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella2017-09-013-10/+44
* stdio-common: Remove internal_function attributeFlorian Weimer2017-08-312-5/+2
* Hide internal printf functions [BZ #18822/21986]H.J. Lu2017-08-222-2/+2
* Consolidate non cancellable write callAdhemerval Zanella2017-08-181-1/+1
* Remove __long_double_t.Joseph Myers2017-08-071-1/+1
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-2/+2
* vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-typeFlorian Weimer2017-06-292-4/+8
* vfprintf: Reuse work_buffer in group_numberFlorian Weimer2017-06-291-29/+38
* vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer2017-06-291-40/+28
* _i18n_number_rewrite: Use struct scratch_bufferFlorian Weimer2017-06-291-14/+9
* vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer2017-06-291-1/+1
* vfprintf: Add test case for multi-byte/wide strings and precisionFlorian Weimer2017-06-292-0/+544
* vfprintf: Add test case for user-defined types and format specifiersFlorian Weimer2017-06-292-1/+219
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-1/+1
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-141-17/+14