xz/src/liblzma/rangecoder
Lasse Collin 4572d53e16 liblzma: Fix a comment and RC_SYMBOLS_MAX.
The comment didn't match the value of RC_SYMBOLS_MAX and the value
itself was slightly larger than actually needed. The only harm
about this was that memory usage was a few bytes larger.
2020-03-02 13:54:33 +02:00
..
Makefile.inc Build system fixes 2009-06-30 17:09:57 +03:00
price.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
price_table.c Remove lzma_init() and other init functions from liblzma API. 2008-12-31 00:30:49 +02:00
price_tablegen.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
range_common.h liblzma: Remove incorrect #ifdef from range_common.h. 2018-02-06 18:02:48 +02:00
range_decoder.h liblzma: Check that the first byte of range encoded data is 0x00. 2012-06-28 10:47:49 +03:00
range_encoder.h liblzma: Fix a comment and RC_SYMBOLS_MAX. 2020-03-02 13:54:33 +02:00