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 | -2/+2 | |
to avoid problems on systems with system headers with those names. | |||||
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 | -5/+13 | |
It now builds with MinGW. | |||||
2009-01-31 | Add LZMA_API to liblzma API headers. It's useful at least | Lasse Collin | 1 | -0/+1 | |
on Windows. sysdefs.h no longer #includes lzma.h, so lzma.h has to be #included separately where needed. | |||||
2009-01-07 | Use pthread_sigmask() instead of sigprocmask() when pthreads | Lasse Collin | 1 | -0/+1 | |
are enabled. | |||||
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -0/+52 | |
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. |