aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-17Correct ttyslot header declaration conditions (bug 20051).Joseph Myers1-0/+6
2016-04-15Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux1-12/+14
2016-04-14Remove union wait [BZ #19613]Florian Weimer1-46/+7
2016-04-13Register extra test objectsAndreas Schwab1-0/+1
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer3-6/+225
2016-02-11[ARM] add missing -funwind-tables to test case (bug 19529)Szabolcs Nagy1-0/+1
2016-01-15Fix build failures with -DDEBUG.Martin Sebor1-4/+3
2016-01-07longlong: fix sh -Wundef buildsMike Frysinger1-2/+2
2016-01-07longlong: add SH FDPIC supportAndrew Stubbs1-0/+28
2016-01-07longlong.h: Disable alpha umul_ppmm for old g++Richard Henderson1-0/+4
2016-01-07Make shebang interpreter directives consistentMarko Myllynen2-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers162-162/+162
2015-12-11 Fix indentation.Steve Ellcey1-2/+2
2015-12-04Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers1-0/+1
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers11-48/+256
2015-11-24Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers4-3/+119
2015-11-23Fix strtol in Turkish locales (bug 19242).Joseph Myers4-6/+121
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers1-5/+1
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers14-140/+9
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-5/+2
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers1-2/+1
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers11-31/+14