| Age | Commit message (Expand) | Author |
| 2009-12-05 | apply a change from Xin LI <delphij@delphij.net> to avoid problems when | mrg |
| 2009-10-11 | update version to today. | mrg |
| 2009-10-11 | avoid an overflow in suffix handling, from Xin LI <delphij@delphij.net>. | mrg |
| 2009-10-11 | add "pack" uncompression support, from Xin LI <delphij@delphij.net> | mrg |
| 2009-10-11 | fix support for multi-section bzip2 files, as created by pbzip2. | mrg |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-04-12 | fix sign-compare issues | lukem |
| 2009-04-01 | note that -n also stops the timestamp from being output. | mrg |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-08-03 | WARNS=3 | skrll |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-05-08 | 2-clause my license. | wiz |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-27 | grep "-H" option (print the filename for each match) always prints | nakayama |
| 2008-04-27 | Our gzip does not have "-o" option. | nakayama |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-01-31 | Apply fix from PR bin/35526 from Xin LI: fix typo in message | martin |
| 2006-11-13 | properly detect when the output fails (eg, full filesystem) and do not | mrg |
| 2006-10-25 | wrap a long line | mrg |
| 2006-10-13 | End a decompression when trailing garbage is found. It emits a warning | mlelstv |
| 2006-10-13 | Abort decompression with an error when EOF is reached on input. The | mlelstv |
| 2006-10-03 | Add standard TNF copyright boilerplate. | simonb |
| 2006-09-27 | redo the previous, based on a comment from and reviewed by christos. | mrg |
| 2006-09-27 | redo previous: move the EOF check back into non-dead code so that it | mrg |
| 2006-09-27 | Coverity CID 4073: Delete impossible code. | christos |
| 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 |