summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-14Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-11-11Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.Joseph Myers
2016-10-28Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers
2016-10-25Add tests for strfrom functionsRajalakshmi Srinivasaraghavan
2016-10-25Refactor strtod testsRajalakshmi Srinivasaraghavan
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes
2016-09-21Add <stdint.h> integer width macros.Joseph Myers
2016-09-19Add <limits.h> integer width macros.Joseph Myers
2016-08-19Add tst-wcstod-roundPaul E. Murphy
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-06-09quick_exit tests: Do not use C++ headersFlorian Weimer
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell
2016-05-25Refactor tst-strtod-round.c for type-generic-nessPaul E. Murphy
2016-05-24Refactor tst-strtod-round.cPaul E. Murphy
2016-05-23Refactor tst-strtod6.cPaul E. Murphy
2016-05-23Refactor bug-strtod2.c to be type genericPaul E. Murphy
2016-05-23Refactor bug-strtod.c to better test new types.Paul E. Murphy
2016-05-17Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094).Joseph Myers
2016-05-17Fix stdlib.h rand_r namespace (bug 20074).Joseph Myers
2016-05-17Correct ttyslot header declaration conditions (bug 20051).Joseph Myers
2016-04-15Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-04-13Register extra test objectsAndreas Schwab
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer
2016-02-11[ARM] add missing -funwind-tables to test case (bug 19529)Szabolcs Nagy
2016-01-15Fix build failures with -DDEBUG.Martin Sebor
2016-01-07longlong: fix sh -Wundef buildsMike Frysinger
2016-01-07longlong: add SH FDPIC supportAndrew Stubbs
2016-01-07longlong.h: Disable alpha umul_ppmm for old g++Richard Henderson
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-11 Fix indentation.Steve Ellcey
2015-12-04Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-11-24Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers
2015-11-23Fix strtol in Turkish locales (bug 19242).Joseph Myers
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers