summaryrefslogtreecommitdiff
path: root/usr.bin/compress
AgeCommit message (Expand)Author
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
2008-02-25For the -l flag, set testmode to 1 instead of incrementing it. FixesTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-05-20since less(1) and more(1) are the same point, don;t list them bothJason McIntyre
2007-05-20Add support for zmore being called as zless,Jonathan Gray
2007-04-04oops, tweak previous here too;Jason McIntyre
2007-04-04tweak previous;Jason McIntyre
2007-04-04Rename "nosave" variable to "storename" in hopes of clarifyingTodd C. Miller
2007-04-04Clarify the behavior of the -N and -n flags.Todd C. Miller
2007-04-03Fix PR 5417; gunzip should set the timestamp based on theTodd C. Miller
2007-03-19Fix check for failed read, and add another one; okay millert@Pedro Martelletto
2007-01-31Document $GZIP environment variable.Ray Lai
2007-01-24split compress(1) into compress(1) and gzip(1), as suggested by millert;Jason McIntyre
2007-01-18We don't want to use GZIP for compress. Only examine GZIP environmentTodd C. Miller
2006-12-01Fix two bugs: stdin is processed and the current working dir is notOtto Moerbeek
2006-05-26remove references to CRTs where they no longer make sense;Jason McIntyre
2006-03-13Remove dependence on /dev/stdin and /dev/stdoutTodd C. Miller
2005-09-30Ensure we do not compress files we need for decompressing by alsoOtto Moerbeek
2005-08-25Prevent zs_stackp from going past the end of zs_htab. May happenTodd C. Miller
2005-07-22- sort options and sync usage()Jason McIntyre
2005-07-22somehow we managed to document the exit status of these apps twice,Jason McIntyre
2005-07-22- make synopsis agree with DESCRIPTIONJason McIntyre
2005-07-22add -g to gzcat synopsis: although it's not necessary, it matches howJason McIntyre
2005-07-22add some z* utils to SEE ALSO;Jason McIntyre
2005-07-22add zcat and gzcat to NAME;Jason McIntyre
2005-07-22sort synopsis and options list; sync usage() (as best we can);Jason McIntyre
2005-07-11Don't set timestamps created from stack garbage when compressingTodd C. Miller
2005-06-26be a bit more carefull not writing to the stream after the timestampsOtto Moerbeek
2005-04-17spacingTheo de Raadt
2005-04-17use correct functions names in warn()Hans-Joerg Hoexer
2005-04-14use f{chown,chmod,utimes,chflags} instead; done with hshoexer, ok otto mickeyTheo de Raadt
2005-02-24remove docompress() completely in case of -DSMALL andMoritz Jodeit
2005-02-07In list mode (which implies test mode), do not forget to initializeOtto Moerbeek
2005-01-27Compute compression ratio using signed arithmetic, since the compressed sizeOtto Moerbeek
2004-09-20Make "gunzip foo.bar" work when there is a foo.bar.gz file.Todd C. Miller
2004-09-06set the xflags; form netbsd; millert@ deraadt@ otto@ okMichael Shalayeff
2004-07-29Don't set the output filename when in -t mode. Avoids an error whenTodd C. Miller
2004-02-29don't stat(2) outfile in testmode; ok millert@, miod@Markus Friedl
2004-02-23knfTheo de Raadt
2004-01-22Make exit code for "unknown suffix" and "name too long" match GNU gzip.Todd C. Miller
2004-01-22Remove 3 unused variables.Todd C. Miller
2003-12-28fixes from wiz@netbsd;Jason McIntyre
2003-12-28various doc fixes from wiz@netbsd;Jason McIntyre
2003-12-16do not implement -L (print copyright) with SMALLHenning Brauer
2003-12-16really don't implement unzip #ifdef SMALLHenning Brauer
2003-12-16really don't do -V #ifdef SMALLHenning Brauer
2003-12-16do not include rcsids with -DSMALL and as it is meaningless then do notHenning Brauer
2003-12-16when we read the original file size from the gzp header in uncompress modeHenning Brauer