summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
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
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-05-20Fix strtold on 32-bit sparc (and probably others) (BZ #16965)Aurelien Jarno
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers
2014-05-14stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOCWill Newton
2014-05-012014-05-01 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2014-04-22[AArch64] Use GCC builtins to count leading/tailing zeros.Yufeng Zhang
2014-04-17stdlib/tst-setcontext.c: Check for clobbering of signal stackWill Newton
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers