tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can save
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 25 Nov 2006 23:56:50 +0000 (23:56 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 25 Nov 2006 23:56:50 +0000 (23:56 -0000)
commit7725d0ff5c3dd6209c0813344347431109bc6a7d
tree7b6bbba9c73e1e8a2c10d9cafde28ce49125f914
parent2d27e4ccbbc29d6ec1b907849984cec30f24e734
tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can save
long names now. We were able to read such tars, but not create.
+275 bytes. Without FEATURE_TAR_GNU_EXTENSIONS: -25 bytes.

We still cannot unpack Linux kernels, but not for long ;)
archival/tar.c