summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+12
* Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer2015-10-061-1/+9
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-2/+2
* Use math_narrow_eval more consistently.Joseph Myers2015-09-231-8/+5
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-3/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-085-5/+5
* fix missing ctype.h includeMike Frysinger2015-08-061-0/+1
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
* Mention dl_load_lock by name in the commentsSiddhesh Poyarekar2015-07-241-9/+10
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-234-33/+146
* Remove Linuxism from tst-tls-atexitSiddhesh Poyarekar2015-07-212-43/+55
* Whitespace fixup in cxa_thread_atexit_impl.cSiddhesh Poyarekar2015-07-161-1/+1
* Fix up typo in tst-tls-atexitSiddhesh Poyarekar2015-07-141-1/+1
* Whitespace fix in tst-tls-atexit.cSiddhesh Poyarekar2015-07-141-1/+1
* Remove unnecessary mutex locks from tst-tls-atexit test caseSiddhesh Poyarekar2015-07-101-3/+0
* Avoid boolean coercion in tst-tls-atexit test caseSiddhesh Poyarekar2015-07-101-2/+2