| Age | Commit message (Expand) | Author |
| 2006-07-13 | properly check the return value of read() & pread(). PR#26688. | mrg |
| 2006-05-12 | apply -Wno-pointer-sign with GCC4. | mrg |
| 2006-05-03 | - fix --. | yamt |
| 2005-12-13 | Remove unhandled H option from getopt() argument. | wiz |
| 2005-11-23 | Use of ``vflag'' should be protected by #ifndef SMALL. | he |
| 2005-11-22 | due to popular demand, don't warn about >4GB files not having their | mrg |
| 2005-11-22 | apply a patch from onno van der linden in PR#32070 that fixes | mrg |
| 2005-09-30 | Fix typo reported by David A. Holland in PR 31422. | wiz |
| 2005-09-20 | apply a patch from christian biere: | mrg |
| 2005-09-15 | oops. fix previous by keeping the stat() inside #ifndef SMALL. pointed | mrg |
| 2005-09-15 | in file_compress() always stat() the input file. this patch avoids | mrg |
| 2005-09-15 | fix signed/unsigned mismatch reported by Christian Biere in PR#31180 | mrg |
| 2005-09-11 | Use better section header. From YOMURA Masanori in private mail. | wiz |
| 2005-08-28 | avoid an infinite loop while decompressing invalid gzip files. | mrg |
| 2005-06-02 | Fix numerous uninitalized variables. | lukem |
| 2005-02-22 | handle partial reads. PR/29484. | yamt |
| 2005-01-31 | Fix parsing of $GZIP so that not to overrun the end of string. | enami |
| 2004-12-08 | Fixed for PR#28581. If stdin is the input stream, fstat it and check if it's | jmc |
| 2004-10-08 | Don't abort decompression if there are no bytes in the output buffer | dsl |
| 2004-09-11 | Count the output file size modulo 2^32 so that the check against the size | dsl |
| 2004-09-05 | The last commit slightly increased the size of gzip - I had thought that | dsl |
| 2004-09-04 | Set the XFL field of the gzip header to indicate maximum compression or | dsl |
| 2004-08-31 | Cast field width computed from pointer diff and ssize_t to int. | he |
| 2004-08-30 | Redo suffix handling so that gunzip xxx.tgx => xxx.tar | dsl |
| 2004-07-16 | Instead of placing largish buffers on the stack, use malloc/free. | he |
| 2004-07-12 | fix "gzip -lv a.gz" after gzip.c 1.46. | yamt |
| 2004-07-12 | another warn -> warnx. | yamt |
| 2004-07-12 | in check_outfile() if the outfile exists and -f was given just delete it. | mrg |
| 2004-07-11 | fix descriptor leaks on error. | yamt |
| 2004-07-11 | - in gz_uncompress() be sure to do the crc/len recalculation insigned. | mrg |
| 2004-07-11 | check the suffix of the input file ala GNU gzip, and error about it | mrg |
| 2004-07-11 | move the crc/len code into their own state's to properly allow the buffer | mrg |
| 2004-07-11 | - check for trunated input. | mrg |
| 2004-07-11 | don't assume Z_STREAM_END means end-of-file. fixes PR#26234. | mrg |
| 2004-07-10 | tailing \n is not needed for vwarn(). | yamt |
| 2004-07-03 | fix "zcat -f" on normal files. fixes PR#26145 | mrg |
| 2004-06-22 | if there are zero bytes to output, this isn't an error. it's probably | mrg |
| 2004-06-07 | handle_pathname: if it's stdin, return after handling it, rather than | mrg |
| 2004-06-06 | - maybe restore the timestamp | mrg |
| 2004-06-05 | explicitly lseek() to offset 10 to read the original name. fixes a | mrg |
| 2004-05-25 | use "zcat -fq" not just plain "zcat". this lets zgrep work on non | mrg |
| 2004-05-25 | - fix "gzip -t" to not output anything by default. PR#25507 | mrg |
| 2004-05-21 | WARNS=3: add some const poisoning, and sort out local variable | agc |
| 2004-05-17 | Fix a reference to stale storage on the stack - malloc the new file | agc |
| 2004-05-06 | Always initialise savename. Fix gzip -c core dump on sparc (and probably | bouyer |
| 2004-05-01 | Remove typeset line, since sh(1) does not support it. | wiz |
| 2004-04-27 | clean 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-27 | quote pattern when passing to grep, so that paterns containing | jdolecek |
| 2004-04-27 | crank version. | mrg |