Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-24 | liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c. | Lasse Collin | 1 | -1/+0 | |
This file only generates fastpos_table.c. It isn't built as a part of liblzma. | |||||
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -12/+5 | |
Some minor documentation cleanups were made at the same time. | |||||
2008-01-15 | Revised the fastpos code. It now uses the slightly faster | Lasse Collin | 1 | -0/+63 | |
table-based version from LZMA SDK 4.57. This should be fast on most systems. A simpler and smaller alternative version is also provided. On some CPUs this can be even a little faster than the default table-based version (see comments in fastpos.h), but on most systems the table-based code is faster. |