]> icculus.org git repositories - icculus/xz.git/commit
Add initial version of xz --list.
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 24 Jan 2010 21:50:54 +0000 (23:50 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 24 Jan 2010 21:50:54 +0000 (23:50 +0200)
commit0bc9eab243dee3be764b3530433a7fcdc3f7c6a1
tree694fda24e060ad34250224ab6088abc0c1e3bc95
parentdf254ce03be016e217b511e7acd5d493f9929ca5
Add initial version of xz --list.

This is a bit rough but should be useful for basic things.
Ideas (with detailed examples) about the output format are
welcome.

The output of --robot --list is not necessarily stable yet,
although I don't currently have any plans about changing it.

The man page hasn't been updated yet.
src/xz/Makefile.am
src/xz/list.c
src/xz/list.h [new file with mode: 0644]
src/xz/main.c
src/xz/private.h