summaryrefslogtreecommitdiff
path: root/cat/bsdcat.c
Commit message (Expand)AuthorAgeFilesLines
* Add space after version to fix all unit tests besides sparse testsBenjaminTrapani2018-01-201-1/+1
* Fix archive freeing bug in bsdcat.Joerg Sonnenberger2017-10-071-5/+12
* Explicitly free archive to reduce valgrind noise.Joerg Sonnenberger2016-12-061-0/+3
* cat: declare static variables and fix several compiler warningsMartin Matuska2016-05-111-6/+6
* Fix style.Michihiro NAKAJIMA2014-10-121-7/+7
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-15/+28
* Allow empty files (after filters) in bsdcat command.Sebastian Freundt2014-08-131-3/+14
* Exit with error status from bsdcat if any errors occurred.Mike Kazantsev2014-04-091-1/+3
* Return success exit code from "bsdcat --help" and print usage to stdout.Mike Kazantsev2014-04-091-5/+9
* Minor style correction in bsdcat.Mike Kazantsev2014-04-071-1/+2
* Minor cleanup of a redundant check in bsdcat cli parsing.Mike Kazantsev2014-04-061-1/+1
* Change bsdcat behavior to process as many files as possible.Mike Kazantsev2014-04-061-7/+11
* Use getopt() instead of getopt_long() in bsdcat for compatibility reasons.Mike Kazantsev2014-04-061-14/+9
* Add optional bsdcat tool.Mike Kazantsev2014-04-041-0/+116