]> icculus.org git repositories - icculus/xz.git/commit
Added lzma_easy_buffer_encode(). Splitted easy.c into small
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 17 Feb 2009 08:43:00 +0000 (10:43 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 17 Feb 2009 08:43:00 +0000 (10:43 +0200)
commit489a3dbaa0465f04400804e956a1cfbbee3654a2
tree9456c3fde0e0fdae8e006799338f41dd34508487
parent7494816ab08d82f4d6409788825930c4e43cfd0d
Added lzma_easy_buffer_encode(). Splitted easy.c into small
pieces to avoid unneeded dependencies making statically
linked applications bigger than needed.
dos/Makefile
src/liblzma/common/easy_buffer_encoder.c [new file with mode: 0644]
src/liblzma/common/easy_decoder_memusage.c [new file with mode: 0644]
src/liblzma/common/easy_encoder.c [moved from src/liblzma/common/easy.c with 69% similarity]
src/liblzma/common/easy_encoder_memusage.c [new file with mode: 0644]
src/liblzma/common/easy_preset.c [new file with mode: 0644]
src/liblzma/common/easy_preset.h [new file with mode: 0644]
windows/Makefile