summaryrefslogtreecommitdiff
path: root/usr.bin/gzip
AgeCommit message (Expand)Author
2009-12-05apply a change from Xin LI <delphij@delphij.net> to avoid problems whenmrg
2009-10-11update version to today.mrg
2009-10-11avoid an overflow in suffix handling, from Xin LI <delphij@delphij.net>.mrg
2009-10-11add "pack" uncompression support, from Xin LI <delphij@delphij.net>mrg
2009-10-11fix support for multi-section bzip2 files, as created by pbzip2.mrg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-12fix sign-compare issueslukem
2009-04-01note that -n also stops the timestamp from being output.mrg
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-08-03WARNS=3skrll
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-082-clause my license.wiz
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27grep "-H" option (print the filename for each match) always printsnakayama
2008-04-27Our gzip does not have "-o" option.nakayama
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-01-31Apply fix from PR bin/35526 from Xin LI: fix typo in messagemartin
2006-11-13properly detect when the output fails (eg, full filesystem) and do notmrg
2006-10-25wrap a long linemrg
2006-10-13End a decompression when trailing garbage is found. It emits a warningmlelstv
2006-10-13Abort decompression with an error when EOF is reached on input. Themlelstv
2006-10-03Add standard TNF copyright boilerplate.simonb
2006-09-27redo the previous, based on a comment from and reviewed by christos.mrg
2006-09-27redo previous: move the EOF check back into non-dead code so that itmrg
2006-09-27Coverity CID 4073: Delete impossible code.christos
2006-07-13properly check the return value of read() & pread(). PR#26688.mrg
2006-05-12apply -Wno-pointer-sign with GCC4.mrg
2006-05-03- fix --.yamt
2005-12-13Remove unhandled H option from getopt() argument.wiz
2005-11-23Use of ``vflag'' should be protected by #ifndef SMALL.he
2005-11-22due to popular demand, don't warn about >4GB files not having theirmrg
2005-11-22apply a patch from onno van der linden in PR#32070 that fixesmrg
2005-09-30Fix typo reported by David A. Holland in PR 31422.wiz
2005-09-20apply a patch from christian biere:mrg
2005-09-15oops. fix previous by keeping the stat() inside #ifndef SMALL. pointedmrg
2005-09-15in file_compress() always stat() the input file. this patch avoidsmrg
2005-09-15fix signed/unsigned mismatch reported by Christian Biere in PR#31180mrg
2005-09-11Use better section header. From YOMURA Masanori in private mail.wiz
2005-08-28avoid an infinite loop while decompressing invalid gzip files.mrg
2005-06-02Fix numerous uninitalized variables.lukem
2005-02-22handle partial reads. PR/29484.yamt
2005-01-31Fix parsing of $GZIP so that not to overrun the end of string.enami
2004-12-08Fixed for PR#28581. If stdin is the input stream, fstat it and check if it'sjmc
2004-10-08Don't abort decompression if there are no bytes in the output bufferdsl
2004-09-11Count the output file size modulo 2^32 so that the check against the sizedsl
2004-09-05The last commit slightly increased the size of gzip - I had thought thatdsl
2004-09-04Set the XFL field of the gzip header to indicate maximum compression ordsl
2004-08-31Cast field width computed from pointer diff and ssize_t to int.he
2004-08-30Redo suffix handling so that gunzip xxx.tgx => xxx.tardsl