about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Hide internal printf functions [BZ #18822/21986]H.J. Lu2017-08-221-8/+1
* Remove internal_function attribute from string-to-float functionsFlorian Weimer2017-08-131-1/+0
* Adapt test case data to the changes in the thousands separatorsMike FABIAN2017-08-123-10/+10
* Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN2017-08-102-11/+11
* Remove __long_double_t.Joseph Myers2017-08-071-1/+1
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-3/+3
* Fix the return type of the getentropy stubAurelien Jarno2017-08-031-1/+1
* Provide an additional macro expansion for F128 in stdlib/tst-strtod.hGabriel F. T. Gomes2017-06-221-1/+5
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-2011-24/+24
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-209-30/+13
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-141-37/+25
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-125-29/+59
* Correct an outdated comment in stdlib/errno.h.Zack Weinberg2017-06-101-1/+1
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-073-0/+19
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-071-1/+2
* float128: Extend the power of ten tablesPaul E. Murphy2017-06-072-6/+16
* Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MINGabriel F. T. Gomes2017-06-011-6/+2
* Add reallocarray functionDennis Wölfing2017-05-301-0/+11
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-4/+5
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-115-108/+235
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+2
* Do not use wildcard symbol names for public versions in Versions files.Joseph Myers2017-04-201-1/+5
* malloc: Turn cfree into a compatibility symbolFlorian Weimer2017-04-181-5/+0
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-163-48/+0
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-132-16/+4
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-252-2/+7
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-162-0/+2
* Fix environment traversal when an envvar value is emptySiddhesh Poyarekar2017-01-202-0/+61
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01180-180/+180
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-1/+1
* Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes2016-12-141-1/+1
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-126-3/+354
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-18/+8
* Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.Joseph Myers2016-11-111-0/+9
* Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers2016-10-284-18/+44
* Add tests for strfrom functionsRajalakshmi Srinivasaraghavan2016-10-254-1/+305
* Refactor strtod testsRajalakshmi Srinivasaraghavan2016-10-255-22/+19
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-258-1/+247
* Add <stdint.h> integer width macros.Joseph Myers2016-09-212-1/+187
* Add <limits.h> integer width macros.Joseph Myers2016-09-192-1/+88
* Add tst-wcstod-roundPaul E. Murphy2016-08-192-199/+243
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-1/+1
* quick_exit tests: Do not use C++ headersFlorian Weimer2016-06-092-15/+38
* Bug 20198: quick_exit should not call destructors.Carlos O'Donell2016-06-067-8/+132
* Refactor tst-strtod-round.c for type-generic-nessPaul E. Murphy2016-05-254-4360/+3596
* Refactor tst-strtod-round.cPaul E. Murphy2016-05-243-12357/+12403
* Refactor tst-strtod6.cPaul E. Murphy2016-05-231-65/+34
* Refactor bug-strtod2.c to be type genericPaul E. Murphy2016-05-231-18/+29
* Refactor bug-strtod.c to better test new types.Paul E. Murphy2016-05-232-65/+89
* Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094).Joseph Myers2016-05-171-1/+1