]> icculus.org git repositories - icculus/xz.git/commit
Don't read compressed data from a terminal or write it
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 13 Jan 2010 17:10:25 +0000 (19:10 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 13 Jan 2010 17:10:25 +0000 (19:10 +0200)
commit3ffd5d81a43210c8da56da5c5b3637d3f8bc63c7
treeb6322fb646dab29760b5631df6d8ff10ca829f46
parent23ac2c44c3ac76994825adb7f9a8f719f78b5ee4
Don't read compressed data from a terminal or write it
to a terminal even if --force is specified.

It just seems more reasonable this way.

The new behavior matches bzip2. The old one matched gzip.
src/xz/main.c
src/xz/util.c