Age | Commit message (Expand) | Author | Files | Lines |
2024-05-19 | Pass -nostdlib -nostartfiles together with -r [BZ #31753] | H.J. Lu | 1 | -1/+2 |
2024-05-02 | Add a test to check for duplicate definitions in the static library | Gabi Falk | 1 | -0/+7 |
2024-04-30 | Make sure INSTALL is ASCII plaintext again | Mark Wielaard | 1 | -1/+1 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2023-11-03 | Format test results closer to what DejaGnu does | Maxim Kuvyrkov | 1 | -4/+7 |
2023-10-23 | test-container: disable ld.so system cache on DSO detection | Simon Chopin | 1 | -2/+2 |
2023-07-20 | scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3 | Adhemerval Zanella | 1 | -2/+2 |
2023-06-29 | Switch to UTF-8 for INSTALL | Paul Eggert | 1 | -1/+1 |
2023-06-29 | Make sure INSTALL is ASCII plaintext | Siddhesh Poyarekar | 1 | -1/+1 |
2023-06-26 | Fix tests-clean Makefile target (bug 30545) | Maxim Kuvyrkov | 1 | -1/+4 |
2023-06-02 | Add lint-makefiles Makefile linting test. | Carlos O'Donell | 1 | -0/+10 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-06-05 | grep: egrep -> grep -E, fgrep -> grep -F | Sam James | 1 | -2/+2 |
2022-06-02 | testrun.sh: Support passing strace and valgrind arguments | Florian Weimer | 1 | -5/+6 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-09-10 | testrun.sh: Add support for --tool=rpctrace | Sergey Bugaev | 1 | -2/+7 |
2021-06-28 | Install shared objects under their ABI names | Florian Weimer | 1 | -6/+0 |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 1 | -1/+1 |
2021-05-25 | testrun.sh: Improve --help message | Lucas A. M. Magalhaes | 1 | -2/+7 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-09-24 | Set locale related environment variables in debugglibc.sh | Arjun Shankar | 1 | -0/+9 |
2020-04-30 | test-container: Support $(complocaledir) and mkdirp. | Carlos O'Donell | 1 | -0/+3 |
2020-01-09 | Drop dependency of dist target on ChangeLog | Siddhesh Poyarekar | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-12-04 | Do not use ld.so to open statically linked programs in debugglibc.sh | Gabriel F. T. Gomes | 1 | -2/+14 |
2019-12-04 | Attach to test in container from debugglibc.sh | Gabriel F. T. Gomes | 1 | -0/+20 |
2019-11-05 | Fix run-one-test so that it runs elf tests | Arjun Shankar | 1 | -1/+1 |
2019-10-24 | Install charmaps uncompressed in testroot | DJ Delorie | 1 | -1/+8 |
2019-10-22 | Fix testroot.pristine creation copying dynamic linker. | Joseph Myers | 1 | -2/+2 |
2019-10-18 | Add run-one-test convenience target and makefile help text | DJ Delorie | 1 | -2/+20 |
2019-10-02 | Enable passing arguments to the inferior in debugglibc.sh | Arjun Shankar | 1 | -8/+22 |
2019-09-30 | Add helper script for glibc debugging | Gabriel F. T. Gomes | 1 | -1/+157 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-07-29 | test-container: Install with $(sorted-subdirs) [BZ #24794] | Tulio Magno Quites Machado Filho | 1 | -1/+1 |
2019-07-23 | test-container: Install with $(all-subdirs) [BZ #24794] | Tulio Magno Quites Machado Filho | 1 | -1/+2 |
2019-07-23 | test-container: Avoid copying unintended system libraries | Tulio Magno Quites Machado Filho | 1 | -2/+2 |
2019-02-16 | Add check for missing wrapper headers | Florian Weimer | 1 | -2/+7 |
2019-02-04 | testrun.sh: Exit in case of incorrect argument | Matthew Malcomson | 1 | -0/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-12-04 | Stop test-in-container trying to run other-OS binaries. | Joseph Myers | 1 | -0/+2 |
2018-09-26 | Remove leading space from testrun.sh | Andreas Schwab | 1 | -1/+1 |
2018-08-22 | Add test-in-container infrastructure. | DJ Delorie | 1 | -0/+56 |
2018-07-04 | testrun.sh: Implement --tool=strace, --tool=valgrind | Florian Weimer | 1 | -6/+49 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-10-05 | Remove add-ons mechanism. | Joseph Myers | 1 | -2/+1 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 1 | -2/+2 |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers | 1 | -51/+0 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-09-23 | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg | 1 | -0/+23 |
2016-08-02 | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 1 | -1/+2 |