about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-7/+7
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-2/+4
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-15/+14
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-2/+2
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-122-15/+15
* Remove unused variable from stdlib/setenv.cOndřej Bílka2014-02-111-1/+0
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-107-17/+17
* Fix previous commit.Ondřej Bílka2014-02-101-0/+5
* Deduplicate setenv.Ondřej Bílka2014-02-101-72/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01146-146/+146
* Update longlong.h from GCC.Joseph Myers2013-12-041-13/+44
* Properly handle unavailable elements in LC_MONETARY categoryAndreas Schwab2013-11-181-11/+11
* Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers2013-11-133-1/+297
* Remove code from div that is by C99 obsolete. Fixes bug 15799Ondřej Bílka2013-10-303-66/+0
* Fix buffer overrun in strtod_lLiubov Dmitrieva2013-09-191-1/+1
* Fix memory leak in stdlib/isomac.cAllan McRae2013-09-091-0/+1