summaryrefslogtreecommitdiff
path: root/paxtest
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearPaul Eggert2023-01-063-3/+3
| | | | | | | UPDATE_COPYRIGHT_USE_INTERVALS=1 \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 \ gnulib/build-aux/update-copyright \ $(git ls-files | sed -e '/^gnulib$/d; /^COPYING$/d')
* Ignore-file cleanupPaul Eggert2022-06-121-4/+0
| | | | | Remove .cvsignore files, as we don’t use CVS any more. Update one .gitignore file to bootstrap-preferred form.
* Port better to non-GCC compilersPaul Eggert2021-02-271-2/+5
| | | | | | | | | Gnulib now defines _Noreturn for us on pre-C11 compilers, so use that instead of the less-portable __attribute__ ((noreturn)). * lib/system.h (__attribute__): Remove; no longer used. * paxlib/paxlib.h: Use _Noreturn instead of __attribute__ ((noreturn)). * paxtest/paxtest.c (dump): First arg is char *, not unsigned char *, to avoid type mismatch.
* paxtest: fix link issue and pacify GCC 10Paul Eggert2021-02-271-4/+12
| | | | | | * paxtest/paxtest.c (xalloc_die): Call exit explicitly, to pacify GCC 10. (fatal_exit): New function; otherwise paxtest doesn’t link.
* Use AM_CPPFLAGS rather than INCLUDES in Makefile.am'sMike Frysinger2012-12-011-1/+1
|
* Migrate to GitSergey Poznyakoff2009-03-072-3/+4
|
* Relicense under GPLv3Sergey Poznyakoff2007-06-273-6/+6
|
* Update FSF postal mail address.Paul Eggert2005-05-153-3/+3
|
* New fileSergey Poznyakoff2005-05-144-0/+142