about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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