| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132). | Joseph Myers | 2014-10-09 | 1 | -1/+1 |
* | stdlib/tst-strtod-round.c: Fix build on ARM | Will Newton | 2014-09-30 | 1 | -0/+3 |
* | stdlib/longlong.h: Add __udiv_w_sdiv prototype. | Andreas Krebbel | 2014-09-19 | 1 | -1/+2 |
* | Don't use a nested function in rpmatch. | Roland McGrath | 2014-09-12 | 1 | -30/+28 |
* | Turn on -Werror=implicit-function-declaration | Florian Weimer | 2014-09-10 | 1 | -0/+2 |
* | tst-setcontext: fix style | Mike Frysinger | 2014-08-03 | 1 | -5/+5 |
* | stdlib/tst-strtod-overflow: Bump timeout up yet | Maciej W. Rozycki | 2014-07-03 | 1 | -1/+1 |
* | Clean up HAVE_CONFIG_H and STDC_HEADERS. | Roland McGrath | 2014-06-20 | 1 | -1/+0 |
* | stdlib/tst-qsort2.c: Fix off-by-one argc interpretation error | Maciej W. Rozycki | 2014-06-20 | 1 | -1/+1 |
* | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 2014-06-06 | 2 | -39/+41 |
* | Include LOCPATH in default test environment. | Joseph Myers | 2014-06-04 | 1 | -5/+0 |
* | Fix strtold on 32-bit sparc (and probably others) (BZ #16965) | Aurelien Jarno | 2014-05-20 | 1 | -3/+8 |
* | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 2014-05-16 | 1 | -12/+6 |
* | stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOC | Will Newton | 2014-05-14 | 1 | -1/+1 |
* | 2014-05-01 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2014-05-01 | 1 | -2/+2 |
* | [AArch64] Use GCC builtins to count leading/tailing zeros. | Yufeng Zhang | 2014-04-22 | 1 | -0/+16 |
* | stdlib/tst-setcontext.c: Check for clobbering of signal stack | Will Newton | 2014-04-17 | 1 | -0/+21 |
* | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 2014-03-06 | 1 | -7/+7 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -2/+2 |
* | Generate .test-result files for tests with special rules. | Joseph Myers | 2014-02-21 | 1 | -2/+4 |
* | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 2014-02-21 | 1 | -15/+14 |
* | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers | 2014-02-13 | 1 | -2/+2 |
* | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 2014-02-12 | 2 | -15/+15 |
* | Remove unused variable from stdlib/setenv.c | Ondřej Bílka | 2014-02-11 | 1 | -1/+0 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 7 | -17/+17 |
* | Fix previous commit. | Ondřej Bílka | 2014-02-10 | 1 | -0/+5 |
* | Deduplicate setenv. | Ondřej Bílka | 2014-02-10 | 1 | -72/+3 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 146 | -146/+146 |
* | Update longlong.h from GCC. | Joseph Myers | 2013-12-04 | 1 | -13/+44 |
* | Properly handle unavailable elements in LC_MONETARY category | Andreas Schwab | 2013-11-18 | 1 | -11/+11 |
* | Fix strtod rounding of half the least subnormal (bug 16151). | Joseph Myers | 2013-11-13 | 3 | -1/+297 |
* | Remove code from div that is by C99 obsolete. Fixes bug 15799 | Ondřej Bílka | 2013-10-30 | 3 | -66/+0 |
* | Fix buffer overrun in strtod_l | Liubov Dmitrieva | 2013-09-19 | 1 | -1/+1 |
* | Fix memory leak in stdlib/isomac.c | Allan McRae | 2013-09-09 | 1 | -0/+1 |
* | Fix then/than typos. | Ondřej Bílka | 2013-08-30 | 1 | -2/+2 |
* | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge | 2013-08-29 | 3 | -11/+29 |
* | Fix typos. | Ondřej Bílka | 2013-08-29 | 1 | -1/+1 |
* | Fix dependencies for stdlib/tst-tls-atexit | Andreas Schwab | 2013-08-26 | 1 | -1/+1 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 1 | -1/+1 |
* | Make tst-strtod-round use ROUNDING_TESTS. | Joseph Myers | 2013-06-14 | 1 | -9/+30 |
* | Rework tst-strtod-round handling of inexact results. | Joseph Myers | 2013-06-13 | 2 | -45/+723 |
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 6 | -6/+6 |
* | Avoid use of "register" as optimization hint. | Joseph Myers | 2013-06-07 | 7 | -26/+25 |
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 1 | -1/+1 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 1 | -2/+2 |
* | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 2013-05-31 | 1 | -1/+1 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 4 | -0/+4 |
* | BZ#15380: Fix initstate error return | Andreas Jaeger | 2013-04-29 | 1 | -2/+3 |
* | Fix guards for qecvt | Andreas Jaeger | 2013-04-27 | 2 | -7/+4 |
* | More tests for external charater sequences representing NaNs. | Thomas Schwinge | 2013-04-05 | 2 | -0/+16 |