On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) wrote:
> its seems that gunzip does not works with uppercase suffixes...
Thank you for the report. That is a bug, indeed. Here is a small reproducer:
$ :|gzip > kT && gzip -d -S T kT
gzip: kT: unknown suffix -- ignored
I have a fix and will p
On Sun, Oct 29, 2017 at 6:51 AM, Jim Meyering wrote:
> On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) wrote:
>> its seems that gunzip does not works with uppercase suffixes...
>
> Thank you for the report. That is a bug, indeed. Here is a small reproducer:
>
> $ :|gzip > kT && gzip -d -S T kT
On Sun, Oct 29, 2017 at 7:09 AM, Meo Bogliolo
wrote:
> On 29/10/2017 15:06 , Jim Meyering wrote:
>>
>> On Sun, Oct 29, 2017 at 6:51 AM, Jim Meyering wrote:
>>>
>>> On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) wrote:
its seems that gunzip does not works with uppercase suffixes...
>>
On 29/10/2017 15:06 , Jim Meyering wrote:
On Sun, Oct 29, 2017 at 6:51 AM, Jim Meyering wrote:
On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) wrote:
its seems that gunzip does not works with uppercase suffixes...
Thank you for the report. That is a bug, indeed. Here is a small reproducer:
On Fri, Oct 27, 2017 at 7:27 PM, Bruno Haible wrote:
> On AIX 7.1, with xlc, in 64-bit mode, 1 test fails: unpack-valid.
> Logs attached.
Thanks a lot. This appears to have afflicted a few other types of systems, too.
This test used `printf '\x1f\x1e...' >test.z` to create a test input,
but some