Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | zlib info header is 32-bit; handle for localtime() call; ok millert | Theo de Raadt | |
2012-09-30 | When outputting to stdout and compressing would grow the file, exit | Todd C. Miller | |
normally instead of with a value of 2. Also avoids unlinking the file "stdout" in the current directory in this case. OK miod@ sthen@ henning@ beck@ | |||
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre | |
references into a STANDARDS section; | |||
2012-08-21 | flesh out the rfc sections; | Jason McIntyre | |
2011-09-22 | Remove the rcsid which were intentionally skipped in the "purge of 2009" | Theo de Raadt | |
because the -V command printed them... gut the -V (and -L, while there) to be silent. ok miod jsg | |||
2011-03-05 | Fix potential crash when GZIP variable set and more than 512 command | Todd C. Miller | |
line args specified. Closes PR 6573. OK deraadt@ | |||
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre | |
2010-07-28 | Truncate output file when compressing. OK deraadt@ | Todd C. Miller | |
2010-07-22 | document exit returns; from daniel dickman | Jason McIntyre | |
2010-07-01 | if you want usenet archives from 1985, you'll have to look elsewhere | Ted Unangst | |
2010-03-27 | remove irrelevant man page; ok deraadt | Jason McIntyre | |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2009-11-11 | memory leak with #ifdef SMALL, found by parfait | Theo de Raadt | |
ok jsg | |||
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado | |
ok jmc@ | |||
2009-04-18 | allow -V (show version) in decompression mode; ok millert@ | Christian Weisgerber | |
2009-02-10 | STANDARDS: | Jason McIntyre | |
mark these utilities as being either optional (SD/FR/UP); or as being compliant only with XPG4 (XSI); strip.1 and talk.1 are tweaked purely for consistency; thanks otto for feedback | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-02-08 | some minor corrections for the STANDARDS section; | Jason McIntyre | |
2008-10-08 | For "gunzip -N", the name stored in the gzip header has no directory, | Todd C. Miller | |
so write the uncompressed file in the same directory we would use were the -N option not specified. Closes PR 5224 | |||
2008-08-20 | Use and report errors that inflate(3) can return, instead of | Marco Pfatschbacher | |
aborting silently, and pretending everything went alright. This lets gzip(1) (especially gzip -t) detect truncated archives and curruptions that violate the structure of the zlib format. Unquiet compress(1) in zless/zmore, so the user has a chance to see errors on corrupted archives. OK millert@, markus@ | |||
2008-08-07 | spacing. | Igor Sobrado | |
2008-07-27 | an enum specifier is more elegant than a set of #defines; | Igor Sobrado | |
storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok pyr@ | |||
2008-07-05 | each utility must have its own usage and an unique set of options. | Igor Sobrado | |
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@ | |||
2008-02-25 | For the -l flag, set testmode to 1 instead of incrementing it. Fixes | Todd C. Miller | |
a bogus error message problem when the -t and -l flags are used together. OK miod@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre | |
- note which options are extensions to POSIX | |||
2007-05-20 | since less(1) and more(1) are the same point, don;t list them both | Jason McIntyre | |
in SEE ALSO; | |||
2007-05-20 | Add support for zmore being called as zless, | Jonathan Gray | |
same behaviour but pager defaults to less instead of more. Incorporating feedback from millert@ and jmc@ ok millert@ simon@ | |||
2007-04-04 | oops, tweak previous here too; | Jason McIntyre | |
2007-04-04 | tweak previous; | Jason McIntyre | |
2007-04-04 | Rename "nosave" variable to "storename" in hopes of clarifying | Todd C. Miller | |
the code a bit. OK otto@ | |||
2007-04-04 | Clarify the behavior of the -N and -n flags. | Todd C. Miller | |
2007-04-03 | Fix PR 5417; gunzip should set the timestamp based on the | Todd C. Miller | |
compressed file by default. OK otto@ | |||
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 | |
OK jmc@ and millert@. | |||
2007-01-24 | split compress(1) into compress(1) and gzip(1), as suggested by millert; | Jason McIntyre | |
ok/help millert otto | |||
2007-01-18 | We don't want to use GZIP for compress. Only examine GZIP environment | Todd C. Miller | |
variable when invoked as gzip, gunzip, gzcat, etc. OK otto@ | |||
2006-12-01 | Fix two bugs: stdin is processed and the current working dir is not | Otto Moerbeek | |
readable and having a file named '-'. PR 5301 and 5302. Diff from Vadim Vygonets, with some changes from me. ok millert@ | |||
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre | |
tweaked by mickey/krw ok deraadt | |||
2006-03-13 | Remove dependence on /dev/stdin and /dev/stdout | Todd C. Miller | |
Deal correctly with compressing both stdin and regular files OK jaredy@ deraadt@ | |||
2005-09-30 | Ensure we do not compress files we need for decompressing by also | Otto Moerbeek | |
checking hard links. From Andrew Dalgleish. ok deraadt@ | |||
2005-08-25 | Prevent zs_stackp from going past the end of zs_htab. May happen | Todd C. Miller | |
for corrupted files. Based on a diff from miod@; OK mickey@ | |||
2005-07-22 | - sort options and sync usage() | Jason McIntyre | |
- reword CAVEATS whilst here | |||
2005-07-22 | somehow we managed to document the exit status of these apps twice, | Jason McIntyre | |
in slightly different ways: merge it all into one bit; RETURN VALUES section header removed since strictly speaking this is not for section one apps; help from otto@ | |||
2005-07-22 | - make synopsis agree with DESCRIPTION | Jason McIntyre | |
- tidy up CAVEATS | |||
2005-07-22 | add -g to gzcat synopsis: although it's not necessary, it matches how | Jason McIntyre | |
we describe gzip itself; update the description of -g to reflect this; | |||
2005-07-22 | add some z* utils to SEE ALSO; | Jason McIntyre | |
formatting tweak; | |||
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 | |
help + ok jaredy@ | |||
2005-07-11 | Don't set timestamps created from stack garbage when compressing | Todd C. Miller | |
from stdin. Based on a patch from marc@ |