]> icculus.org git repositories - icculus/xz.git/commit
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 19 Nov 2008 21:52:24 +0000 (23:52 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 19 Nov 2008 21:52:24 +0000 (23:52 +0200)
commit1880a3927b23f265f63b2adb86fbdb81ea09eb06
tree2fe1b65d21f81b28f46eb707378d97f553e99ee1
parente114502b2bc371e4a45449832cb69be036360722
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
lzma, unlzma, and lzcat in "make install" for backwards
compatibility with LZMA Utils 4.32.x; I'm not sure if this
should be the default though.
28 files changed:
configure.ac
po/POTFILES.in
src/Makefile.am
src/xz/Makefile.am [moved from src/lzma/Makefile.am with 69% similarity]
src/xz/args.c [moved from src/lzma/args.c with 100% similarity]
src/xz/args.h [moved from src/lzma/args.h with 100% similarity]
src/xz/hardware.c [moved from src/lzma/hardware.c with 100% similarity]
src/xz/hardware.h [moved from src/lzma/hardware.h with 100% similarity]
src/xz/io.c [moved from src/lzma/io.c with 100% similarity]
src/xz/io.h [moved from src/lzma/io.h with 100% similarity]
src/xz/list.c [moved from src/lzma/list.c with 100% similarity]
src/xz/main.c [moved from src/lzma/main.c with 100% similarity]
src/xz/main.h [moved from src/lzma/main.h with 100% similarity]
src/xz/message.c [moved from src/lzma/message.c with 100% similarity]
src/xz/message.h [moved from src/lzma/message.h with 100% similarity]
src/xz/options.c [moved from src/lzma/options.c with 100% similarity]
src/xz/options.h [moved from src/lzma/options.h with 100% similarity]
src/xz/private.h [moved from src/lzma/private.h with 100% similarity]
src/xz/process.c [moved from src/lzma/process.c with 100% similarity]
src/xz/process.h [moved from src/lzma/process.h with 100% similarity]
src/xz/suffix.c [moved from src/lzma/suffix.c with 100% similarity]
src/xz/suffix.h [moved from src/lzma/suffix.h with 100% similarity]
src/xz/util.c [moved from src/lzma/util.c with 100% similarity]
src/xz/util.h [moved from src/lzma/util.h with 100% similarity]
src/xzdec/Makefile.am [moved from src/lzmadec/Makefile.am with 81% similarity]
src/xzdec/xzdec.c [moved from src/lzmadec/lzmadec.c with 99% similarity]
tests/test_compress.sh
tests/test_files.sh