about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Add test for bug 29530Andreas Schwab2022-08-302-1/+43
* Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers2022-08-301-1/+2
* Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers2022-08-304-120/+44
* stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella2022-08-302-2/+115
* stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer2022-08-301-144/+182
* 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
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-2/+3
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-076-7/+99
* Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes2017-06-073-199/+116
* vfprintf.c: Refactor magic number 32 into EXTSIZ.Carlos O'Donell2017-05-081-25/+27
* getopt: clean up error reportingZack Weinberg2017-04-071-17/+61
* Change the order of function attributes in printf.hTulio Magno Quites Machado Filho2017-03-231-2/+2
* Another round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2017-03-221-0/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-2510-10/+10
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-252-0/+8
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-162-0/+2
* Fix testsuite build for GCC 7 -Wformat-truncation.Joseph Myers2017-01-112-2/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0193-93/+93
* Fix crypt snprintf namespace (bug 20829).Joseph Myers2016-11-162-0/+3