Re: [osol-discuss] lib interface for reading/writting compressed files directly

2006-03-18 Thread Joerg Schilling
Yann POUPET <[EMAIL PROTECTED]> wrote: > I was looking for an oss-bit-size bug/RFE to work on, and saw this one : > > *tar* tar needs 'z' functionality > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6267081 > > The basic idea is to implement -z (and why not -j) options to tar, like

Re: [osol-discuss] lib interface for reading/writting compressed files directly

2006-03-18 Thread Casper . Dik
>The basic idea is to implement -z (and why not -j) options to tar, like >gnu-tar does. > >I had a look at tar.c, and it seems the modifications needed are a bit more >complicated than usual oss-bit-size bugs/RFE, at least to me, but that's an interesting task and I think it'd be usefull. My

[osol-discuss] lib interface for reading/writting compressed files directly

2006-03-18 Thread Yann POUPET
Hello, I was looking for an oss-bit-size bug/RFE to work on, and saw this one : *tar* tar needs 'z' functionality http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6267081 The basic idea is to implement -z (and why not -j) options to tar, like gnu-tar does. I had a look at tar.c, and