Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | |
I used these shell commands: ../glibc/scripts/update-copyrights $PWD/../gnulib/build-aux/update-copyright (cd ../glibc && git commit -am"[this commit message]") and then ignored the output, which consisted lines saying "FOO: warning: copyright statement not found" for each of 6694 files FOO. I then removed trailing white space from benchtests/bench-pthread-locks.c and iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c, to work around this diagnostic from Savannah: remote: *** pre-commit check failed ... remote: *** error: lines with trailing whitespace found remote: error: hook declined to update refs/heads/master | |||
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2019-10-08 | posix/tst-wordexp-nocmd: Fix diagnostics output in test | Florian Weimer | |
2019-10-08 | wordexp: Split out command execution tests from posix/wordexp-test | Florian Weimer | |
Once wordexp switches to posix_spawn, testing for command execution based on fork handlers will not work anymore. Therefore, move these subtests into a new test, posix/tst-wordexp-nocmd, which uses a different form of command execution detection, based on PID namespaces. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> |