]> icculus.org git repositories - icculus/xz.git/commit
Beta was supposed to be API stable but I had forgot to rename
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 17 Jan 2009 12:24:25 +0000 (14:24 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 17 Jan 2009 12:24:25 +0000 (14:24 +0200)
commit128586213f77c9bd82b7e9a62927f6d0c3769d85
tree8ba0f622dfead2768646f6f38990e3ae0b52fba2
parentb056379490be5c584c264a967f0540041a163a1e
Beta was supposed to be API stable but I had forgot to rename
lzma_memlimit_encoder and lzma_memlimit_decoder to
lzma_raw_encoder_memlimit and lzma_raw_decoder_memlimit. :-(
Now it is fixed. Hopefully it doesn't cause too much trouble
to those who already thought API is stable.
src/liblzma/api/lzma/filter.h
src/liblzma/common/easy.c
src/liblzma/common/filter_common.c
src/liblzma/common/filter_common.h
src/liblzma/common/filter_decoder.c
src/liblzma/common/filter_encoder.c
src/liblzma/common/stream_decoder.c
src/xz/process.c