From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] netpbm Date: Fri, 4 Feb 2005 18:41:47 -0700 From: andrey mirtchovski In-Reply-To: <96fa1b48edef3f254b346628ac2174d8@collyer.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 0285c3a4-ead0-11e9-9d60-3106f5b1d025 > My tar.c is 994 lines currently, a little bigger than > /sys/src/cmd/tar.c at 795 lines. It looks like 102 lines are devoted > to dealing with compressed archives. how about the 128-character name limit which gnu tar has extensions for? e.g. (original p9 tar): plan9% touch `{perl -e 'print "A"x130'} plan9% tar cv AA* tar: name too long for tar header: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA plan9%