summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
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
2015-07-10Remove unnecessary mutex locks from tst-tls-atexit test caseSiddhesh Poyarekar
2015-07-10Avoid boolean coercion in tst-tls-atexit test caseSiddhesh Poyarekar
2015-07-07S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler
2015-06-17Fix fmtmsg addseverity namespace (bug 18539).Joseph Myers
2015-06-02Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath
2015-05-27Fix monetary.h commentMarko Myllynen
2015-05-26Fix monetary.h commentSiddhesh Poyarekar
2015-05-17Fix stdlib/tst-setcontext3 with dash [BZ#18418]Adhemerval Zanella
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra
2015-05-08Bug 18125: Call exit after last linked context.Carlos O'Donell
2015-04-19Better fix for setenv (..., NULL, ...)Paul Eggert
2015-04-10Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers
2015-03-15* stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert
2015-03-13* stdlib/setenv.c (__add_to_environ):Paul Eggert
2015-03-12S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler
2015-01-07setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf
2014-12-29Fix a couple of -Wundef warnings.Chris Metcalf
2014-12-16Modify stdlib/tst-bsearch.c to use test-skeleton.cArjun Shankar
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-11-13Use prototype definition for __strtol.Joseph Myers
2014-11-13Fix strtoll / strtoull namespace for 32-bit (bug 17594).Joseph Myers
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-10-09Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers
2014-09-30stdlib/tst-strtod-round.c: Fix build on ARMWill Newton
2014-09-19stdlib/longlong.h: Add __udiv_w_sdiv prototype.Andreas Krebbel
2014-09-12Don't use a nested function in rpmatch.Roland McGrath
2014-09-10Turn on -Werror=implicit-function-declarationFlorian Weimer
2014-08-03tst-setcontext: fix styleMike Frysinger
2014-07-03stdlib/tst-strtod-overflow: Bump timeout up yetMaciej W. Rozycki
2014-06-20Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath
2014-06-20stdlib/tst-qsort2.c: Fix off-by-one argc interpretation errorMaciej W. Rozycki
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers