Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard | Matt Kraai | 2002-04-15 | 1 | -0/+3 |
| | | | | | output. * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New. | ||||
* | * testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags. | Matt Kraai | 2002-03-27 | 1 | -1/+1 |
| | | | | * testsuite/gunzip/gunzip-reads-from-standard-input: Likewise. | ||||
* | * archival/bunzip2.c (bunzip2_main): Remove compressed file. | Matt Kraai | 2002-03-27 | 1 | -0/+3 |
| | | | | * testsuite/bunzip2/bunzip2-removes-compressed-file: New. | ||||
* | * archival/bunzip2.c: Include <unistd.h>. | Matt Kraai | 2002-03-27 | 1 | -0/+2 |
(bunzip2_main): Read data from standard input if FILE argument is `-' or omitted. * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. * testsuite/bunzip2/bunzip2-reads-from-standard-input: New. |