about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix stdlib.h rand_r namespace (bug 20074).Joseph Myers2016-05-171-1/+1
* Correct ttyslot header declaration conditions (bug 20051).Joseph Myers2016-05-171-0/+6
* Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux2016-04-151-12/+14
* Remove union wait [BZ #19613]Florian Weimer2016-04-141-46/+7
* Register extra test objectsAndreas Schwab2016-04-131-0/+1
* strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer2016-04-043-6/+225
* [ARM] add missing -funwind-tables to test case (bug 19529)Szabolcs Nagy2016-02-111-0/+1
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-4/+3
* longlong: fix sh -Wundef buildsMike Frysinger2016-01-071-2/+2
* longlong: add SH FDPIC supportAndrew Stubbs2016-01-071-0/+28
* longlong.h: Disable alpha umul_ppmm for old g++Richard Henderson2016-01-071-0/+4
* Make shebang interpreter directives consistentMarko Myllynen2016-01-072-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04162-162/+162
* Fix indentation.Steve Ellcey2015-12-111-2/+2
* Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers2015-12-041-0/+1
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-2411-48/+256
* Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers2015-11-244-3/+119
* Fix strtol in Turkish locales (bug 19242).Joseph Myers2015-11-234-6/+121
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-5/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-2014-140/+9
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-5/+2
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-201-2/+1
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-2011-31/+14
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-195-25/+10
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1622-70/+27