Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-19 | Implemented LZMA_SYNC_FLUSH support to the Subblock encoder. | Lasse Collin | 1 | -11/+18 | |
The API for handing Subfilters was changed to make it consistent with LZMA_SYNC_FLUSH. A few sanity checks were added for Subfilter handling. Some small bugs were fixed. More comments were added. | |||||
2008-01-16 | Added lzma_memlimit_count(). | Lasse Collin | 1 | -0/+10 | |
2008-01-06 | Introduced compatibility with systems that have pre-C99 | Lasse Collin | 1 | -14/+26 | |
or no inttypes.h. This is useful when the compiler has good enough support for C99, but libc headers don't. Changed liblzma API so that sys/types.h and inttypes.h have to be #included before #including lzma.h. On systems that don't have C99 inttypes.h, it's the problem of the applications to provide the required types and macros before #including lzma.h. If lzma.h defined the missing types and macros, it could conflict with third-party applications whose configure has detected that the types are missing and defined them in config.h already. An alternative would have been introducing lzma_uint32 and similar types, but that would just be an extra pain on modern systems. | |||||
2008-01-05 | Fix typo in comment (INT64_MAX -> UINT64_MAX). | Lasse Collin | 1 | -1/+1 | |
2007-12-10 | Bumped version number to 4.42.3alpha. | Lasse Collin | 1 | -1/+1 | |
2007-12-09 | Imported to git. | Lasse Collin | 25 | -0/+3679 | |