| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 2015-10-12 | 1 | -0/+12 |
* | Also use l_tls_dtor_count to decide on object unload (BZ #18657) | Siddhesh Poyarekar | 2015-07-23 | 1 | -1/+4 |
* | S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(... | Stefan Liebler | 2015-07-07 | 1 | -0/+2 |
* | Bug 18125: Call exit after last linked context. | Carlos O'Donell | 2015-05-08 | 1 | -1/+8 |
* | S/390: Fix setcontext/swapcontext which are not restoring sigmask. | Stefan Liebler | 2015-03-12 | 1 | -5/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+0 |
* | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 2014-11-19 | 1 | -0/+1 |
* | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 2014-06-06 | 1 | -1/+3 |
* | Include LOCPATH in default test environment. | Joseph Myers | 2014-06-04 | 1 | -5/+0 |
* | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 2014-05-16 | 1 | -12/+6 |
* | 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 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Fix dependencies for stdlib/tst-tls-atexit | Andreas Schwab | 2013-08-26 | 1 | -1/+1 |
* | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 2013-05-31 | 1 | -1/+1 |
* | More tests for external charater sequences representing NaNs. | Thomas Schwinge | 2013-04-05 | 1 | -0/+1 |
* | C++11 thread_local destructors support | Siddhesh Poyarekar | 2013-02-18 | 1 | -2/+10 |
* | Install stdlib-bsearch.h header | Ondrej Bilka | 2013-02-13 | 1 | -1/+2 |
* | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 2013-01-11 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | 2012-11-02 | 1 | -1/+1 |
* | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 2012-10-30 | 1 | -1/+4 |
* | Define and use $(run-built-tests). | Joseph Myers | 2012-10-24 | 1 | -1/+1 |
* | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 1 | -2/+2 |
* | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 2012-09-12 | 1 | -0/+1 |
* | Fix strtod rounding (bug 3479). | Joseph Myers | 2012-08-27 | 1 | -1/+1 |
* | Fix strtod integer/buffer overflow (bug 14459). | Joseph Myers | 2012-08-27 | 1 | -1/+1 |
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 1 | -4/+2 |
* | Rename __secure_getenv to secure_getenv | Florian Weimer | 2012-07-25 | 1 | -1/+3 |
* | Fix test-suite failues with -Wl,--as-needed | Allan McRae | 2012-05-02 | 1 | -0/+1 |
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -3/+0 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Fix locking problem in fmtmsg | Ulrich Drepper | 2012-01-16 | 1 | -2/+3 |
* | Fix FPU context handling in getcontext on x86-64. | Ulrich Drepper | 2011-04-17 | 1 | -2/+9 |
* | Remove tst-sigcontext test. | Ulrich Drepper | 2009-12-24 | 1 | -1/+1 |
* | Additional setcontext(), etc. conformance tests. | Maciej W. Rozycki | 2009-12-24 | 1 | -1/+2 |
* | * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and | Ulrich Drepper | 2009-03-08 | 1 | -2/+3 |
* | * stdlib/Makefile (tests): Add tst-unsetenv1. | Ulrich Drepper | 2008-12-02 | 1 | -1/+1 |
* | [BZ #5774] | Ulrich Drepper | 2008-03-08 | 1 | -1/+1 |
* | * stdlib/Makefile (aux): Add tens_in_limb. | Ulrich Drepper | 2008-03-08 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid | Ulrich Drepper | 2008-01-09 | 1 | -2/+4 |
* | 2007-10-04 Jakub Jelinek | Ulrich Drepper | 2007-10-05 | 1 | -1/+1 |
* | * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0. | Ulrich Drepper | 2007-08-03 | 1 | -1/+2 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -4/+0 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -0/+4 |
* | Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ... | Ulrich Drepper | 2007-01-11 | 1 | -1/+2 |
* | * posix/execvp.c: Include alloca.h. | Ulrich Drepper | 2007-01-03 | 1 | -1/+2 |
* | * stdlib/Makefile (tests): Add tst-makecontext. | Ulrich Drepper | 2006-12-19 | 1 | -1/+2 |