Age | Commit message (Expand) | Author | Files | Lines |
2015-03-15 | * stdlib/setenv.c (__add_to_environ): Revert previous change. | Paul Eggert | 1 | -9/+1 |
2015-03-13 | * stdlib/setenv.c (__add_to_environ): | Paul Eggert | 1 | -1/+9 |
2015-03-12 | S/390: Fix setcontext/swapcontext which are not restoring sigmask. | Stefan Liebler | 2 | -5/+235 |
2015-01-07 | setenv fix memory leak when setting large, duplicate string (BZ #17658) | Eric Biggers | 1 | -0/+7 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 146 | -146/+146 |
2014-12-30 | Fix some warnings in the absence of FP round/exception support | Chris Metcalf | 2 | -2/+2 |
2014-12-29 | Fix a couple of -Wundef warnings. | Chris Metcalf | 1 | -1/+1 |
2014-12-16 | Modify stdlib/tst-bsearch.c to use test-skeleton.c | Arjun Shankar | 1 | -12/+15 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 2 | -3/+3 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 1 | -0/+1 |
2014-11-13 | Use prototype definition for __strtol. | Joseph Myers | 1 | -4/+1 |
2014-11-13 | Fix strtoll / strtoull namespace for 32-bit (bug 17594). | Joseph Myers | 1 | -2/+7 |
2014-11-12 | Fix qsort_r namespace (bug 17571). | Joseph Myers | 1 | -3/+4 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 11 | -22/+55 |
2014-10-09 | Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132). | Joseph Myers | 1 | -1/+1 |
2014-09-30 | stdlib/tst-strtod-round.c: Fix build on ARM | Will Newton | 1 | -0/+3 |
2014-09-19 | stdlib/longlong.h: Add __udiv_w_sdiv prototype. | Andreas Krebbel | 1 | -1/+2 |
2014-09-12 | Don't use a nested function in rpmatch. | Roland McGrath | 1 | -30/+28 |
2014-09-10 | Turn on -Werror=implicit-function-declaration | Florian Weimer | 1 | -0/+2 |
2014-08-03 | tst-setcontext: fix style | Mike Frysinger | 1 | -5/+5 |
2014-07-03 | stdlib/tst-strtod-overflow: Bump timeout up yet | Maciej W. Rozycki | 1 | -1/+1 |
2014-06-20 | Clean up HAVE_CONFIG_H and STDC_HEADERS. | Roland McGrath | 1 | -1/+0 |
2014-06-20 | stdlib/tst-qsort2.c: Fix off-by-one argc interpretation error | Maciej W. Rozycki | 1 | -1/+1 |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 2 | -39/+41 |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers | 1 | -5/+0 |
2014-05-20 | Fix strtold on 32-bit sparc (and probably others) (BZ #16965) | Aurelien Jarno | 1 | -3/+8 |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 1 | -12/+6 |
2014-05-14 | stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOC | Will Newton | 1 | -1/+1 |
2014-05-01 | 2014-05-01 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 1 | -2/+2 |
2014-04-22 | [AArch64] Use GCC builtins to count leading/tailing zeros. | Yufeng Zhang | 1 | -0/+16 |
2014-04-17 | stdlib/tst-setcontext.c: Check for clobbering of signal stack | Will Newton | 1 | -0/+21 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -7/+7 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+2 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -2/+4 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 1 | -15/+14 |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers | 1 | -2/+2 |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 2 | -15/+15 |
2014-02-11 | Remove unused variable from stdlib/setenv.c | Ondřej Bílka | 1 | -1/+0 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 7 | -17/+17 |
2014-02-10 | Fix previous commit. | Ondřej Bílka | 1 | -0/+5 |
2014-02-10 | Deduplicate setenv. | Ondřej Bílka | 1 | -72/+3 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 146 | -146/+146 |
2013-12-04 | Update longlong.h from GCC. | Joseph Myers | 1 | -13/+44 |
2013-11-18 | Properly handle unavailable elements in LC_MONETARY category | Andreas Schwab | 1 | -11/+11 |
2013-11-13 | Fix strtod rounding of half the least subnormal (bug 16151). | Joseph Myers | 3 | -1/+297 |
2013-10-30 | Remove code from div that is by C99 obsolete. Fixes bug 15799 | Ondřej Bílka | 3 | -66/+0 |
2013-09-19 | Fix buffer overrun in strtod_l | Liubov Dmitrieva | 1 | -1/+1 |
2013-09-09 | Fix memory leak in stdlib/isomac.c | Allan McRae | 1 | -0/+1 |
2013-08-30 | Fix then/than typos. | Ondřej Bílka | 1 | -2/+2 |
2013-08-29 | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge | 3 | -11/+29 |