summaryrefslogtreecommitdiff
path: root/usr.bin/gzip
AgeCommit message (Expand)Author
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
2004-07-16Instead of placing largish buffers on the stack, use malloc/free.he
2004-07-12fix "gzip -lv a.gz" after gzip.c 1.46.yamt
2004-07-12another warn -> warnx.yamt
2004-07-12in check_outfile() if the outfile exists and -f was given just delete it.mrg
2004-07-11fix descriptor leaks on error.yamt
2004-07-11- in gz_uncompress() be sure to do the crc/len recalculation insigned.mrg
2004-07-11check the suffix of the input file ala GNU gzip, and error about itmrg
2004-07-11move the crc/len code into their own state's to properly allow the buffermrg
2004-07-11- check for trunated input.mrg
2004-07-11don't assume Z_STREAM_END means end-of-file. fixes PR#26234.mrg
2004-07-10tailing \n is not needed for vwarn().yamt
2004-07-03fix "zcat -f" on normal files. fixes PR#26145mrg
2004-06-22if there are zero bytes to output, this isn't an error. it's probablymrg
2004-06-07handle_pathname: if it's stdin, return after handling it, rather thanmrg
2004-06-06- maybe restore the timestampmrg
2004-06-05explicitly lseek() to offset 10 to read the original name. fixes amrg
2004-05-25use "zcat -fq" not just plain "zcat". this lets zgrep work on nonmrg
2004-05-25- fix "gzip -t" to not output anything by default. PR#25507mrg
2004-05-21WARNS=3: add some const poisoning, and sort out local variableagc
2004-05-17Fix a reference to stale storage on the stack - malloc the new fileagc
2004-05-06Always initialise savename. Fix gzip -c core dump on sparc (and probablybouyer
2004-05-01Remove typeset line, since sh(1) does not support it.wiz
2004-04-27clean up file descriptor handling. don't lose them...mrg
2004-04-27- the default compression level in GNU gzip is 6 not 5; copy that default.mrg
2004-04-27quote pattern when passing to grep, so that paterns containingjdolecek
2004-04-27crank version.mrg