summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer2015-10-191-1/+9
* 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
* S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2015-07-072-1/+42
* Fix fmtmsg addseverity namespace (bug 18539).Joseph Myers2015-06-171-1/+2
* Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath2015-06-021-1/+5
* Fix monetary.h commentMarko Myllynen2015-05-271-2/+2
* Fix monetary.h commentSiddhesh Poyarekar2015-05-261-1/+1
* Fix stdlib/tst-setcontext3 with dash [BZ#18418]Adhemerval Zanella2015-05-171-4/+2
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-2/+0
* Bug 18125: Call exit after last linked context.Carlos O'Donell2015-05-083-1/+200
* Better fix for setenv (..., NULL, ...)Paul Eggert2015-04-191-1/+17
* Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers2015-04-103-2/+4680
* * stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert2015-03-151-9/+1
* * stdlib/setenv.c (__add_to_environ):Paul Eggert2015-03-131-1/+9
* S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler2015-03-122-5/+235
* setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers2015-01-071-0/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02146-146/+146
* Fix some warnings in the absence of FP round/exception supportChris Metcalf2014-12-302-2/+2
* Fix a couple of -Wundef warnings.Chris Metcalf2014-12-291-1/+1
* Modify stdlib/tst-bsearch.c to use test-skeleton.cArjun Shankar2014-12-161-12/+15
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-242-3/+3
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-0/+1
* Use prototype definition for __strtol.Joseph Myers2014-11-131-4/+1
* Fix strtoll / strtoull namespace for 32-bit (bug 17594).Joseph Myers2014-11-131-2/+7
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-121-3/+4
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-0511-22/+55
* Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers2014-10-091-1/+1
* stdlib/tst-strtod-round.c: Fix build on ARMWill Newton2014-09-301-0/+3
* stdlib/longlong.h: Add __udiv_w_sdiv prototype.Andreas Krebbel2014-09-191-1/+2
* Don't use a nested function in rpmatch.Roland McGrath2014-09-121-30/+28
* Turn on -Werror=implicit-function-declarationFlorian Weimer2014-09-101-0/+2
* tst-setcontext: fix styleMike Frysinger2014-08-031-5/+5
* stdlib/tst-strtod-overflow: Bump timeout up yetMaciej W. Rozycki2014-07-031-1/+1
* Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath2014-06-201-1/+0
* stdlib/tst-qsort2.c: Fix off-by-one argc interpretation errorMaciej W. Rozycki2014-06-201-1/+1
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-062-39/+41
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-5/+0
* Fix strtold on 32-bit sparc (and probably others) (BZ #16965)Aurelien Jarno2014-05-201-3/+8
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-12/+6
* stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOCWill Newton2014-05-141-1/+1
* 2014-05-01 Steve Ellcey <sellcey@mips.com>Steve Ellcey2014-05-011-2/+2
* [AArch64] Use GCC builtins to count leading/tailing zeros.Yufeng Zhang2014-04-221-0/+16
* stdlib/tst-setcontext.c: Check for clobbering of signal stackWill Newton2014-04-171-0/+21