summaryrefslogtreecommitdiff
path: root/libarchive_fe/err.h
Commit message (Collapse)AuthorAgeFilesLines
* Add printf attributes to the printflike functions used in tests and fixzoulasc2020-01-231-2/+7
| | | | | | the format errors. Closes #1318
* Refactor lafe_setprogname slightly to avoid the repeated logic about default ↵Tim Kientzle2013-12-191-1/+1
| | | | handling
* Hide *lafe_progname and provide getter/setter instead.Jean-Yves Migeon2013-09-061-2/+3
| | | | | This factorizes some code between binaries like bsdtar, bsdcpio, and the soon-to-be mtree.
* Allow format string checking with GCC.Joerg Sonnenberger2012-02-281-2/+10
|
* Teach it to compiler and analyzer that function `lafe_errc' is no return.Michihiro NAKAJIMA2009-11-091-1/+8
| | | | | | Found by Clang Static Analyzer. SVN-Revision: 1626
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-0/+34
SVN-Revision: 1118