Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-20 | Avoid internal error with --format=xz --lzma1. | Lasse Collin | 1 | -4/+12 | |
2009-07-04 | Make "xz --decompress --stdout --force" copy unrecognized | Lasse Collin | 1 | -35/+178 | |
files as is to standard output. This feature is needed to be more compatible with gzip's behavior. This was more complicated to implement than it sounds, because the way liblzma is able to return errors with files of only a few bytes in size. xz now has its own file type detection code and no longer uses lzma_auto_decoder(). | |||||
2009-06-26 | Updated comments to match renamed files. | Lasse Collin | 1 | -1/+1 | |
2009-06-26 | Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc] | Lasse Collin | 1 | -0/+488 | |
to avoid problems on systems with system headers with those names. |