aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2017-08-13Remove internal_function attribute from string-to-float functionsFlorian Weimer1-1/+0
2017-08-12Adapt test case data to the changes in the thousands separatorsMike FABIAN3-10/+10
2017-08-10Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN2-11/+11
2017-08-07Remove __long_double_t.Joseph Myers1-1/+1
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-3/+3
2017-08-03Fix the return type of the getentropy stubAurelien Jarno1-1/+1
2017-06-22Provide an additional macro expansion for F128 in stdlib/tst-strtod.hGabriel F. T. Gomes1-1/+5
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg11-24/+24
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg9-30/+13
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg1-37/+25
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy5-29/+59
2017-06-10Correct an outdated comment in stdlib/errno.h.Zack Weinberg1-1/+1
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes3-0/+19
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes1-1/+2
2017-06-07float128: Extend the power of ten tablesPaul E. Murphy2-6/+16
2017-06-01Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MINGabriel F. T. Gomes1-6/+2
2017-05-30Add reallocarray functionDennis Wölfing1-0/+11
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-4/+5
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg5-108/+235
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-1/+2
2017-04-20Do not use wildcard symbol names for public versions in Versions files.Joseph Myers1-1/+5
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer1-5/+0
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers3-48/+0
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2-16/+4
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2-2/+7
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg2-0/+2
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar2-0/+61
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers180-180/+180
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-1/+1
2016-12-14Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes1-1/+1
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer6-3/+354
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer1-18/+8
2016-11-11Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.Joseph Myers1-0/+9
2016-10-28Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers4-18/+44
2016-10-25Add tests for strfrom functionsRajalakshmi Srinivasaraghavan4-1/+305
2016-10-25Refactor strtod testsRajalakshmi Srinivasaraghavan5-22/+19
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes8-1/+247
2016-09-21Add <stdint.h> integer width macros.Joseph Myers2-1/+187
2016-09-19Add <limits.h> integer width macros.Joseph Myers2-1/+88
2016-08-19Add tst-wcstod-roundPaul E. Murphy2-199/+243
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-1/+1
2016-06-09quick_exit tests: Do not use C++ headersFlorian Weimer2-15/+38
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell7-8/+132
2016-05-25Refactor tst-strtod-round.c for type-generic-nessPaul E. Murphy4-4360/+3596
2016-05-24Refactor tst-strtod-round.cPaul E. Murphy3-12357/+12403
2016-05-23Refactor tst-strtod6.cPaul E. Murphy1-65/+34
2016-05-23Refactor bug-strtod2.c to be type genericPaul E. Murphy1-18/+29
2016-05-23Refactor bug-strtod.c to better test new types.Paul E. Murphy2-65/+89
2016-05-17Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094).Joseph Myers1-1/+1
2016-05-17Fix stdlib.h rand_r namespace (bug 20074).Joseph Myers1-1/+1