Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-17 | spacing | Theo de Raadt | |
2005-04-17 | use correct functions names in warn() | Hans-Joerg Hoexer | |
ok deraadt millert | |||
2005-04-14 | use f{chown,chmod,utimes,chflags} instead; done with hshoexer, ok otto mickey | Theo de Raadt | |
2005-02-24 | remove docompress() completely in case of -DSMALL and | Moritz Jodeit | |
replace it with a better error message. ok millert@ henning@ | |||
2005-02-07 | In list mode (which implies test mode), do not forget to initialize | Otto Moerbeek | |
uncompressed_name. Spotted by markus@; ok hshoexer@ millert@ | |||
2005-01-27 | Compute compression ratio using signed arithmetic, since the compressed size | Otto Moerbeek | |
might be larger than the original, yielding negative percentages. Spotted by markus@ ok henning@ hshoexer@ | |||
2004-09-20 | Make "gunzip foo.bar" work when there is a foo.bar.gz file. | Todd C. Miller | |
OK otto@ | |||
2004-09-06 | set the xflags; form netbsd; millert@ deraadt@ otto@ ok | Michael Shalayeff | |
2004-07-29 | Don't set the output filename when in -t mode. Avoids an error when | Todd C. Miller | |
the input filename lacks a .gz. OK mickey@ | |||
2004-02-29 | don't stat(2) outfile in testmode; ok millert@, miod@ | Markus Friedl | |
2004-02-23 | knf | Theo de Raadt | |
2004-01-22 | Make exit code for "unknown suffix" and "name too long" match GNU gzip. | Todd C. Miller | |
Fixes an interaction with the perl CPAN module which checks the exit value. | |||
2004-01-22 | Remove 3 unused variables. | Todd C. Miller | |
2003-12-28 | fixes from wiz@netbsd; | Jason McIntyre | |
2003-12-28 | various doc fixes from wiz@netbsd; | Jason McIntyre | |
2003-12-16 | do not implement -L (print copyright) with SMALL | Henning Brauer | |
186 bytes more bytes we can waste elsewhere | |||
2003-12-16 | really don't implement unzip #ifdef SMALL | Henning Brauer | |
this was in the tested diffs but slipped through when committing unfortunately, sorry | |||
2003-12-16 | really don't do -V #ifdef SMALL | Henning Brauer | |
2003-12-16 | do not include rcsids with -DSMALL and as it is meaningless then do not | Henning Brauer | |
implement -V then. following a discussion with millert@ | |||
2003-12-16 | when we read the original file size from the gzp header in uncompress mode | Henning Brauer | |
and compare it to total_out to detect I/O errors we need to cast total_out to u_int32_t as the gzip header file is limited to that and total_out is now 64 bits. ok millert@ | |||
2003-12-16 | avoid name clash with newer libz; breaks on static archs | Henning Brauer | |
ok millert@ | |||
2003-12-09 | Fixes based on a patch from Moritz Jodeit; mickey@ OK | Todd C. Miller | |
o break out of inflate() when we hit an error o fix printf format #ifdef SMALL o add version string of nullopen.c to -V output o remove unnecessary initializations to 0 for variables cat and decomp o beautify -l output to make it line up with the heading | |||
2003-11-21 | Simplified support for concatenated files; similar to what zlib does. | Todd C. Miller | |
mickey@ OK | |||
2003-11-14 | Add support for inflating multiple concatenated file like GNU gzip does. | Todd C. Miller | |
Problem noticed by lebel@, OK mickey@ | |||
2003-10-01 | .Xr compress 3 and a typo; | Jason McIntyre | |
2003-09-05 | KNF nit pointed out by theo | Henning Brauer | |
2003-09-05 | dont error out when the input file is a symlink AND output goes to stdout | Henning Brauer | |
inspired by PR3409, ckuethe@ualberta.ca, tho fixed differently matches gnu gzip behaviour ok millert@ tedu@ deraadt@ | |||
2003-09-05 | - add gzcat to SYNOPSIS and DESCRIPTION | Jason McIntyre | |
- add -g flag to zcat in SYNOPSIS - .Nm cat -> .Xr cat 1 from myself and tedu@ | |||
2003-09-05 | we kind of need this new file from canacar | Theo de Raadt | |
2003-09-05 | add a null compressor from canacar@ that lets gzcat work with uncompressed | Ted Unangst | |
files. also introduce SMALLness that removes null and Z compressors to save floppy space. ok deraadt@ | |||
2003-08-16 | Update HISTORY section. Full gzip compat was added in 3.4 and the | Todd C. Miller | |
'g' stands for gratis. | |||
2003-08-06 | typo; | Jason McIntyre | |
2003-08-05 | spacing | Theo de Raadt | |
2003-08-03 | gnu gzip dir is now bye bye | Theo de Raadt | |
2003-08-03 | protos | Theo de Raadt | |
2003-08-02 | A new, BSD licensed znew(1). Some suggestions from krw@ and millert@. | Otto Moerbeek | |
ok millert@ krw@ | |||
2003-08-02 | Manual page for a new, BSD licensed znew(1). | Otto Moerbeek | |
ok jmc@ millert@ krw@ | |||
2003-08-02 | Better description of how uncompressed file name is generated. | Todd C. Miller | |
OK jmc@ | |||
2003-08-01 | cleanup; | Jason McIntyre | |
ok millert@ | |||
2003-07-31 | Wrap a long line | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | Welcome BSD gzexe(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | A new, BSD licensed gzexe(1). | Otto Moerbeek | |
ok millert@ krw@ | |||
2003-07-31 | The manual page for the new, BSD licensed gzexe(1). | Otto Moerbeek | |
ok jmc@ millert@ krw@ | |||
2003-07-29 | Instead of checking for "stdout" in decompress(), just do the check | Todd C. Miller | |
in list_stats(). Looks cleaner and we don't have to rely on any special flags being set. | |||
2003-07-29 | Bye bye GNU zforce(1), welcome BSD zforce(1). | Otto Moerbeek | |
2003-07-29 | BSD licensed manual page for zforce(1). Some suggestions by jmc@. | Otto Moerbeek | |
ok jmc@ | |||
2003-07-29 | Add $OpenBSD$ | Otto Moerbeek | |
ok millert@ | |||
2003-07-29 | A new, BSD licensed version of the zforce(1) script. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2003-07-29 | Check cat, not pipin when deciding whether or not to make use | Todd C. Miller | |
"stdout" as the filename in -l mode. Fixes "gzip -lN < foo.gz" | |||
2003-07-27 | Return FAILURE for "file would grow" case so the .gz file gets removed. | Todd C. Miller | |
Problem noticed by otto@ |