index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
compress
/
compress.h
Age
Commit message (
Expand
)
Author
2021-01-18
Move definition of pmode to main.c instead of a compress.h. Avoids linker
mortimer
2016-09-03
start pulling apart some function pointers that take too many parameters
Ted Unangst
2011-09-22
Remove the rcsid which were intentionally skipped in the "purge of 2009"
Theo de Raadt
2008-08-07
spacing.
Igor Sobrado
2008-07-27
an enum specifier is more elegant than a set of #defines;
Igor Sobrado
2008-07-05
each utility must have its own usage and an unique set of options.
Igor Sobrado
2005-06-26
be a bit more carefull not writing to the stream after the timestamps
Otto Moerbeek
2003-09-05
add a null compressor from canacar@ that lets gzcat work with uncompressed
Ted Unangst
2003-07-17
o implement -l, -n and -N (including setting outfile + mtime)
Todd C. Miller
2003-07-11
Move magic number checking into main.c and make it work when
Todd C. Miller
2003-06-03
three four kills
Michael Shalayeff
2002-12-08
grop long option names, like gzip.
Michael Shalayeff
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1997-07-06
do gzip
Michael Shalayeff