busybox/archival
SASAKI Suguru 73fbe9dc86 tar: fix tar -T to add entries in the exact order as the input list
This fixes tar to order files in tarball correctly in this case:

$ touch 1 2 3; echo -e '1\n2\n3' | tar -T- -c | tar t
1
2
3

Signed-off-by: SASAKI Suguru <suguru@sonik.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2013-08-15 12:19:29 +02:00
..
libarchive *: change execl sentinels from NULL to (char*)0 2013-06-30 13:45:17 +02:00
ar.c
bbunzip_test2.sh
bbunzip_test3.sh
bbunzip_test.sh
bbunzip.c unpackers: by users' request, print compression percentage if -v and DESKTOP 2013-07-30 05:41:11 +02:00
bzip2.c
Config.src
cpio.c whitespace cleanup. no code changes 2013-01-14 15:57:44 +01:00
dpkg_deb.c
dpkg.c whitespace fixes. no code changes 2013-01-14 01:34:48 +01:00
gzip.c whitespace fixes. no code changes 2013-01-14 01:34:48 +01:00
Kbuild.src
lzop.c archival: note implicit dependencies between lzop & bbunzip 2013-03-03 00:48:53 -05:00
rpm2cpio.c
rpm.c rpm: unmap rpm file before working with next one 2013-02-20 16:01:48 +01:00
rpm.h
tar.c tar: fix tar -T to add entries in the exact order as the input list 2013-08-15 12:19:29 +02:00
unzip.c unzip: survive lack of CDF on non-streaming zip files 2013-07-21 02:31:08 +02:00