Age | Commit message (Expand) | Author |
2007-03-19 | Fix check for failed read, and add another one; okay millert@ | Pedro Martelletto |
2007-01-31 | Document $GZIP environment variable. | Ray Lai |
2007-01-24 | split compress(1) into compress(1) and gzip(1), as suggested by millert; | Jason McIntyre |
2007-01-18 | We don't want to use GZIP for compress. Only examine GZIP environment | Todd C. Miller |
2006-12-01 | Fix two bugs: stdin is processed and the current working dir is not | Otto Moerbeek |
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre |
2006-03-13 | Remove dependence on /dev/stdin and /dev/stdout | Todd C. Miller |
2005-09-30 | Ensure we do not compress files we need for decompressing by also | Otto Moerbeek |
2005-08-25 | Prevent zs_stackp from going past the end of zs_htab. May happen | Todd C. Miller |
2005-07-22 | - sort options and sync usage() | Jason McIntyre |
2005-07-22 | somehow we managed to document the exit status of these apps twice, | Jason McIntyre |
2005-07-22 | - make synopsis agree with DESCRIPTION | Jason McIntyre |
2005-07-22 | add -g to gzcat synopsis: although it's not necessary, it matches how | Jason McIntyre |
2005-07-22 | add some z* utils to SEE ALSO; | Jason McIntyre |
2005-07-22 | add zcat and gzcat to NAME; | Jason McIntyre |
2005-07-22 | sort synopsis and options list; sync usage() (as best we can); | Jason McIntyre |
2005-07-11 | Don't set timestamps created from stack garbage when compressing | Todd C. Miller |
2005-06-26 | be a bit more carefull not writing to the stream after the timestamps | Otto Moerbeek |
2005-04-17 | spacing | Theo de Raadt |
2005-04-17 | use correct functions names in warn() | Hans-Joerg Hoexer |
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 |
2005-02-07 | In list mode (which implies test mode), do not forget to initialize | Otto Moerbeek |
2005-01-27 | Compute compression ratio using signed arithmetic, since the compressed size | Otto Moerbeek |
2004-09-20 | Make "gunzip foo.bar" work when there is a foo.bar.gz file. | Todd C. Miller |
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 |
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 |
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 |
2003-12-16 | really don't implement unzip #ifdef SMALL | Henning Brauer |
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 |
2003-12-16 | when we read the original file size from the gzp header in uncompress mode | Henning Brauer |
2003-12-16 | avoid name clash with newer libz; breaks on static archs | Henning Brauer |
2003-12-09 | Fixes based on a patch from Moritz Jodeit; mickey@ OK | Todd C. Miller |
2003-11-21 | Simplified support for concatenated files; similar to what zlib does. | Todd C. Miller |
2003-11-14 | Add support for inflating multiple concatenated file like GNU gzip does. | Todd C. Miller |
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 |
2003-09-05 | - add gzcat to SYNOPSIS and DESCRIPTION | Jason McIntyre |
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 |
2003-08-16 | Update HISTORY section. Full gzip compat was added in 3.4 and the | Todd C. Miller |
2003-08-06 | typo; | Jason McIntyre |