]> icculus.org git repositories - icculus/xz.git/commit
Demystified the "state" variable in LZMA code. Use the
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 21 Mar 2008 22:57:33 +0000 (00:57 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 21 Mar 2008 22:57:33 +0000 (00:57 +0200)
commit63b74d000eedaebb8485f623e56864ff5ab71064
tree6cdee417634eabd515282882783eeda0322178e4
parente6eb0a26757e851cef62b9440319a8e73b015cb9
Demystified the "state" variable in LZMA code. Use the
word literal instead of char for better consistency.
There are still some names with _char instead of _literal
in lzma_optimum, these may be changed later.

Renamed length coder variables.

This commit doesn't change the program logic.
src/liblzma/lzma/lzma_common.h
src/liblzma/lzma/lzma_decoder.c
src/liblzma/lzma/lzma_encoder.c
src/liblzma/lzma/lzma_encoder_getoptimum.c
src/liblzma/lzma/lzma_encoder_init.c
src/liblzma/lzma/lzma_encoder_private.h