Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-26 | Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc] | Lasse Collin | 1 | -57/+0 | |
to avoid problems on systems with system headers with those names. | |||||
2009-06-26 | Rename process_file() to coder_run(). | Lasse Collin | 1 | -3/+2 | |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -10/+3 | |
Some minor documentation cleanups were made at the same time. | |||||
2009-02-05 | Various code cleanups the the xz command line tool. | Lasse Collin | 1 | -9/+1 | |
It now builds with MinGW. | |||||
2008-12-27 | Some xz command line tool improvements. | Lasse Collin | 1 | -0/+3 | |
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -0/+70 | |
lzma, unlzma, and lzcat in "make install" for backwards compatibility with LZMA Utils 4.32.x; I'm not sure if this should be the default though. |