xz-analysis-mirror/src/liblzma
Lasse Collin 1b4675cebf Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT.
LZMA_TIMED_OUT is *internally* used as a value for lzma_ret
enumeration. Previously it was #defined to 32 and cast to lzma_ret.
That way it wasn't visible in the public API, but this was hackish.

Now the public API has eight LZMA_RET_INTERNALx members and
LZMA_TIMED_OUT is #defined to LZMA_RET_INTERNAL1. This way
the code is cleaner overall although the public API has a few
extra mysterious enum members.
2019-06-24 23:25:41 +03:00
..
api Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT. 2019-06-24 23:25:41 +03:00
check liblzma: Disable external SHA-256 by default. 2016-03-13 20:21:49 +02:00
common Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT. 2019-06-24 23:25:41 +03:00
delta liblzma: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
lz liblzma: Remove incorrect uses of lzma_attribute((__unused__)). 2019-06-24 22:50:36 +03:00
lzma liblzma: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
rangecoder liblzma: Remove incorrect #ifdef from range_common.h. 2018-02-06 18:02:48 +02:00
simple liblzma: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
Makefile.am Bump version to 5.3.0alpha and soname to 5.3.99. 2015-03-30 22:44:02 +03:00
liblzma.map Bump the version number to 5.3.1alpha. 2018-04-29 18:58:19 +03:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
validate_map.sh liblzma: Use symbol versioning. 2011-05-28 15:55:39 +03:00