Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-24 | Fix an error in OpenVMS-specific code. | Lasse Collin | 1 | -1/+1 | |
Thanks to Jouk Jansen. | |||||
2009-09-22 | Better fixes for OpenVMS support. | Lasse Collin | 1 | -3/+16 | |
Thanks to Jouk Jansen. | |||||
2009-09-19 | Various changes. | Lasse Collin | 1 | -21/+22 | |
Separate a few reusable components from XZ Utils specific code. The reusable code is now in "tuklib" modules. A few more could be separated still, e.g. bswap.h. Fix some bugs in lzmainfo. Fix physmem and cpucores code on OS/2. Thanks to Elbert Pol for help. Add OpenVMS support into physmem. Add a few #ifdefs to ease building XZ Utils on OpenVMS. Thanks to Jouk Jansen for the original patch. | |||||
2009-06-27 | Silence a compiler warning on DOS-like systems. | Lasse Collin | 1 | -1/+4 | |
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/+716 | |
to avoid problems on systems with system headers with those names. |