Age | Commit message (Collapse) | Author |
|
because the -V command printed them... gut the -V (and -L, while there)
to be silent.
ok miod jsg
|
|
|
|
storing the program mode variable (pmode) as a global let us have
a more consistent prototype for usage().
changes suggested by pyr@.
ok pyr@
|
|
diff written by millert based on a previous one by me;
millert's diff has a much better style and adds support for different
sets of options for each utility.
ok millert@
|
|
have been set. ok deraadt@
|
|
files.
also introduce SMALLness that removes null and Z compressors to save floppy
space.
ok deraadt@
|
|
o make -v behave like GNU gzip for compress/decompress stats
o write a full gzip header w/ mtime and file name
o for -t/-l just don't write data instead of writing to /dev/null
o exit code is now more consistent with GNU gzip
o a crc error on decompress no longer causes unlink(outfile)
mickey@ OK
|
|
decompressing from a pipe. Currently assumes that magic numbers
are 2 bytes but this is relatively easy to change as needed in the
future. Discussed w/ mickey@
|
|
|
|
add most of the gzip's options (a few unimplemented yet).
some cleaning, etc.
millert@ ok
|
|
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
|
|