summaryrefslogtreecommitdiff
path: root/tests/test-sigabbrev_np.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* sigabbrev_np, sigdescr_np: Fix compilation error on Linux/alpha, part 2.Bruno Haible2021-08-291-1/+1
| | | | | * tests/test-sigabbrev_np.c (main): Fix syntax error. * tests/test-sigdescr_np.c (main): Likewise.
* sigabbrev_np, sigdescr_np: Fix compilation error on Linux/alpha.Bruno Haible2021-08-281-1/+1
| | | | | | | | * lib/sigabbrev_np.c (sigabbrev_np): When SIGINFO and SIGPWR have the same value, give precendence to SIGPWR. * lib/sigdescr_np.c (sigdescr_np): Likewise. * tests/test-sigabbrev_np.c (main): Likewise. * tests/test-sigdescr_np.c (main): Likewise.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* sigabbrev_np: Add tests.Bruno Haible2020-08-211-0/+251
* tests/test-sigabbrev_np.c: New file. * modules/sigabbrev_np-tests: New file.