Age | Commit message (Expand) | Author | Files | Lines |
2017-09-21 | Fix BZ# 22180. | Paul Pluzhnikov | 1 | -2/+8 |
2017-09-20 | Fix BZ 14333 | Paul Pluzhnikov | 1 | -1/+8 |
2017-08-27 | 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -1/+3 |
2017-08-10 | Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone... | Mike FABIAN | 1 | -1/+1 |
2017-08-07 | Fix missing redirects in testsuite targets | Andreas Schwab | 1 | -3/+3 |
2017-06-12 | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 1 | -0/+1 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 1 | -7/+10 |
2017-05-04 | Fix network headers stdint.h namespace (bug 21455). | Joseph Myers | 1 | -1/+2 |
2017-01-20 | Fix environment traversal when an envvar value is empty | Siddhesh Poyarekar | 1 | -0/+3 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-12 | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 1 | -3/+4 |
2016-10-25 | Add tests for strfrom functions | Rajalakshmi Srinivasaraghavan | 1 | -1/+3 |
2016-10-25 | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 1 | -0/+7 |
2016-09-21 | Add <stdint.h> integer width macros. | Joseph Myers | 1 | -1/+2 |
2016-09-19 | Add <limits.h> integer width macros. | Joseph Myers | 1 | -1/+1 |
2016-06-06 | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 1 | -1/+11 |
2016-04-13 | Register extra test objects | Andreas Schwab | 1 | -0/+1 |
2016-04-04 | strfmon_l: Use specified locale for number formatting [BZ #19633] | Florian Weimer | 1 | -2/+4 |
2016-02-11 | [ARM] add missing -funwind-tables to test case (bug 19529) | Szabolcs Nagy | 1 | -0/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-11-24 | Refactor strtod parsing of NaN payloads. | Joseph Myers | 1 | -0/+1 |
2015-11-24 | Fix strtod ("NAN(I)") in Turkish locales (bug 19266). | Joseph Myers | 1 | -1/+3 |
2015-11-23 | Fix strtol in Turkish locales (bug 19242). | Joseph Myers | 1 | -2/+5 |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 1 | -0/+12 |
2015-07-23 | Also use l_tls_dtor_count to decide on object unload (BZ #18657) | Siddhesh Poyarekar | 1 | -1/+4 |
2015-07-07 | S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(... | Stefan Liebler | 1 | -0/+2 |
2015-05-08 | Bug 18125: Call exit after last linked context. | Carlos O'Donell | 1 | -1/+8 |
2015-03-12 | S/390: Fix setcontext/swapcontext which are not restoring sigmask. | Stefan Liebler | 1 | -5/+5 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 1 | -1/+0 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 1 | -0/+1 |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 1 | -1/+3 |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers | 1 | -5/+0 |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 1 | -12/+6 |
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-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-08-26 | Fix dependencies for stdlib/tst-tls-atexit | Andreas Schwab | 1 | -1/+1 |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 1 | -1/+1 |
2013-04-05 | More tests for external charater sequences representing NaNs. | Thomas Schwinge | 1 | -0/+1 |
2013-02-18 | C++11 thread_local destructors support | Siddhesh Poyarekar | 1 | -2/+10 |
2013-02-13 | Install stdlib-bsearch.h header | Ondrej Bilka | 1 | -1/+2 |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 1 | -1/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-11-02 | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | 1 | -1/+1 |
2012-10-30 | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 1 | -1/+4 |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -1/+1 |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 1 | -2/+2 |
2012-09-12 | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 1 | -0/+1 |