aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu1-3/+3
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers5-5/+5
2015-08-06fix missing ctype.h includeMike Frysinger1-0/+1
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2015-07-24Mention dl_load_lock by name in the commentsSiddhesh Poyarekar1-9/+10
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar4-33/+146
2015-07-21Remove Linuxism from tst-tls-atexitSiddhesh Poyarekar2-43/+55
2015-07-16Whitespace fixup in cxa_thread_atexit_impl.cSiddhesh Poyarekar1-1/+1
2015-07-14Fix up typo in tst-tls-atexitSiddhesh Poyarekar1-1/+1
2015-07-14Whitespace fix in tst-tls-atexit.cSiddhesh Poyarekar1-1/+1
2015-07-10Remove unnecessary mutex locks from tst-tls-atexit test caseSiddhesh Poyarekar1-3/+0
2015-07-10Avoid boolean coercion in tst-tls-atexit test caseSiddhesh Poyarekar1-2/+2
2015-07-07S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2-1/+42
2015-06-17Fix fmtmsg addseverity namespace (bug 18539).Joseph Myers1-1/+2
2015-06-02Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath1-1/+5
2015-05-27Fix monetary.h commentMarko Myllynen1-2/+2
2015-05-26Fix monetary.h commentSiddhesh Poyarekar1-1/+1
2015-05-17Fix stdlib/tst-setcontext3 with dash [BZ#18418]Adhemerval Zanella1-4/+2
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra1-2/+0
2015-05-08Bug 18125: Call exit after last linked context.Carlos O'Donell3-1/+200
2015-04-19Better fix for setenv (..., NULL, ...)Paul Eggert1-1/+17
2015-04-10Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers3-2/+4680
2015-03-15* stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert1-9/+1
2015-03-13* stdlib/setenv.c (__add_to_environ):Paul Eggert1-1/+9
2015-03-12S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler2-5/+235
2015-01-07setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers1-0/+7
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers146-146/+146
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf2-2/+2
2014-12-29Fix a couple of -Wundef warnings.Chris Metcalf1-1/+1
2014-12-16Modify stdlib/tst-bsearch.c to use test-skeleton.cArjun Shankar1-12/+15
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar2-3/+3
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar1-0/+1
2014-11-13Use prototype definition for __strtol.Joseph Myers1-4/+1
2014-11-13Fix strtoll / strtoull namespace for 32-bit (bug 17594).Joseph Myers1-2/+7
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers1-3/+4
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar11-22/+55
2014-10-09Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers1-1/+1
2014-09-30stdlib/tst-strtod-round.c: Fix build on ARMWill Newton1-0/+3
2014-09-19stdlib/longlong.h: Add __udiv_w_sdiv prototype.Andreas Krebbel1-1/+2
2014-09-12Don't use a nested function in rpmatch.Roland McGrath1-30/+28
2014-09-10Turn on -Werror=implicit-function-declarationFlorian Weimer1-0/+2
2014-08-03tst-setcontext: fix styleMike Frysinger1-5/+5
2014-07-03stdlib/tst-strtod-overflow: Bump timeout up yetMaciej W. Rozycki1-1/+1
2014-06-20Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath1-1/+0
2014-06-20stdlib/tst-qsort2.c: Fix off-by-one argc interpretation errorMaciej W. Rozycki1-1/+1
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2-39/+41
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-5/+0
2014-05-20Fix strtold on 32-bit sparc (and probably others) (BZ #16965)Aurelien Jarno1-3/+8
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-12/+6
2014-05-14stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOCWill Newton1-1/+1