bug#18239: z suffix

2014-08-10 Thread Sam Geeraerts
I would like to point out a bug that has already been reported last year [1]. Observed behaviour: $ echo foo > test $ gzip --suffix z test $ ls testz testz $ gzip -d --suffix z testz gzip: testz: unknown suffix -- ignored Expected behaviour: $ gzip -d --suffix z testz $ ls test test From the c

bug#18239: z suffix

2014-08-10 Thread Paul Eggert
Sam Geeraerts wrote: I've attached a patch that makes it work for me. Thanks for re-reporting that. I didn't see a patch in your email, but I installed one (attached); please give it a try. From c52abdff05fa197539e162f070e14c0bbeab5e18 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 10

bug#18242: Fwd: -d -S does not work when extension does not start with dot

2014-08-10 Thread Paul Eggert
Thanks for reporting this last year. The bug should be fixed now. Please see: http://bugs.gnu.org/18239