summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
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
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-10-06Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers
2015-09-23Use math_narrow_eval more consistently.Joseph Myers
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-06fix missing ctype.h includeMike Frysinger
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar
2015-07-24Mention dl_load_lock by name in the commentsSiddhesh Poyarekar
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar
2015-07-21Remove Linuxism from tst-tls-atexitSiddhesh Poyarekar
2015-07-16Whitespace fixup in cxa_thread_atexit_impl.cSiddhesh Poyarekar
2015-07-14Fix up typo in tst-tls-atexitSiddhesh Poyarekar
2015-07-14Whitespace fix in tst-tls-atexit.cSiddhesh Poyarekar