[PATCH] gzip: add "--keep" option to keep original files unchanged

2013-02-09 Thread Rodrigo Campos
By default it is disabled to keep everything working as before. And as a shortcut "-K", instead of "-k", is used to avoid overlapping with pkzip (although pkzip is not being used right now) Also, this patch changes "--stdout" which "Write output on standard output; keep original files unchanged" t

[PATCH] gzip: add "--keep" option to keep original files unchanged

2013-02-09 Thread Rodrigo Campos
By default it is disabled to keep everything working as before. And as a shortcut "-K", instead of "-k", is used to avoid overlapping with pkzip (although pkzip is not being used right now) Also, this patch changes "--stdout" which "Write output on standard output; keep original files unchanged" t