summaryrefslogtreecommitdiff
path: root/usr.bin/compress/compress.h
AgeCommit message (Expand)Author
2021-01-18Move definition of pmode to main.c instead of a compress.h. Avoids linkermortimer
2016-09-03start pulling apart some function pointers that take too many parametersTed Unangst
2011-09-22Remove the rcsid which were intentionally skipped in the "purge of 2009"Theo de Raadt
2008-08-07spacing.Igor Sobrado
2008-07-27an enum specifier is more elegant than a set of #defines;Igor Sobrado
2008-07-05each utility must have its own usage and an unique set of options.Igor Sobrado
2005-06-26be a bit more carefull not writing to the stream after the timestampsOtto Moerbeek
2003-09-05add a null compressor from canacar@ that lets gzcat work with uncompressedTed Unangst
2003-07-17o implement -l, -n and -N (including setting outfile + mtime)Todd C. Miller
2003-07-11Move magic number checking into main.c and make it work whenTodd C. Miller
2003-06-03three four killsMichael Shalayeff
2002-12-08grop long option names, like gzip.Michael Shalayeff
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1997-07-06do gzipMichael Shalayeff