Age | Commit message (Expand) | Author |
2014-12-16 | Modify stdlib/tst-bsearch.c to use test-skeleton.c | Arjun Shankar |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar |
2014-11-13 | Use prototype definition for __strtol. | Joseph Myers |
2014-11-13 | Fix strtoll / strtoull namespace for 32-bit (bug 17594). | Joseph Myers |
2014-11-12 | Fix qsort_r namespace (bug 17571). | Joseph Myers |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2014-10-09 | Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132). | Joseph Myers |
2014-09-30 | stdlib/tst-strtod-round.c: Fix build on ARM | Will Newton |
2014-09-19 | stdlib/longlong.h: Add __udiv_w_sdiv prototype. | Andreas Krebbel |
2014-09-12 | Don't use a nested function in rpmatch. | Roland McGrath |
2014-09-10 | Turn on -Werror=implicit-function-declaration | Florian Weimer |
2014-08-03 | tst-setcontext: fix style | Mike Frysinger |
2014-07-03 | stdlib/tst-strtod-overflow: Bump timeout up yet | Maciej W. Rozycki |
2014-06-20 | Clean up HAVE_CONFIG_H and STDC_HEADERS. | Roland McGrath |
2014-06-20 | stdlib/tst-qsort2.c: Fix off-by-one argc interpretation error | Maciej W. Rozycki |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers |
2014-05-20 | Fix strtold on 32-bit sparc (and probably others) (BZ #16965) | Aurelien Jarno |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers |
2014-05-14 | stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOC | Will Newton |
2014-05-01 | 2014-05-01 Steve Ellcey <sellcey@mips.com> | Steve Ellcey |
2014-04-22 | [AArch64] Use GCC builtins to count leading/tailing zeros. | Yufeng Zhang |
2014-04-17 | stdlib/tst-setcontext.c: Check for clobbering of signal stack | Will Newton |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers |
2014-02-11 | Remove unused variable from stdlib/setenv.c | Ondřej Bílka |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-02-10 | Fix previous commit. | Ondřej Bílka |
2014-02-10 | Deduplicate setenv. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-04 | Update longlong.h from GCC. | Joseph Myers |
2013-11-18 | Properly handle unavailable elements in LC_MONETARY category | Andreas Schwab |
2013-11-13 | Fix strtod rounding of half the least subnormal (bug 16151). | Joseph Myers |
2013-10-30 | Remove code from div that is by C99 obsolete. Fixes bug 15799 | Ondřej Bílka |
2013-09-19 | Fix buffer overrun in strtod_l | Liubov Dmitrieva |
2013-09-09 | Fix memory leak in stdlib/isomac.c | Allan McRae |
2013-08-30 | Fix then/than typos. | Ondřej Bílka |
2013-08-29 | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge |
2013-08-29 | Fix typos. | Ondřej Bílka |
2013-08-26 | Fix dependencies for stdlib/tst-tls-atexit | Andreas Schwab |
2013-08-21 | Fix typos. | Ondřej Bílka |
2013-06-14 | Make tst-strtod-round use ROUNDING_TESTS. | Joseph Myers |
2013-06-13 | Rework tst-strtod-round handling of inexact results. | Joseph Myers |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers |