Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-12 | Update tuklib base headers to include stdbool.h. | Lasse Collin | 1 | -1/+1 | |
2009-09-22 | Avoid non-standard preprocessor construct. | Lasse Collin | 1 | -4/+7 | |
Thanks to Jouk Jansen. | |||||
2009-09-21 | Make sure that TUKLIB_DOSLIKE doesn't get defined on Cygwin. | Lasse Collin | 1 | -1/+2 | |
Thanks to Charles Wilson. | |||||
2009-09-19 | Various changes. | Lasse Collin | 1 | -0/+67 | |
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. |