Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-27 | Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. | Lasse Collin | 1 | -1/+1 | |
2009-12-09 | Remove redefinition of _(msgid) macro from lzmainfo.c. | Lasse Collin | 1 | -7/+0 | |
2009-09-19 | Various changes. | Lasse Collin | 2 | -46/+24 | |
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-08-13 | Link lzmainfo against shared liblzma by default. | Lasse Collin | 1 | -2/+2 | |
2009-08-13 | Add lzmainfo for backward compatibility with LZMA Utils. | Lasse Collin | 3 | -0/+326 | |
lzmainfo now links against static liblzma. In contrast to other command line tools in XZ Utils, linking lzmainfo against static liblzma by default is dumb. This will be fixed once I have fixed some related issues in configure.ac. |