X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=3a3e76bae9192015399aef8ab6cb7e84044fef24;hb=3471e27de87bb81abd6aa67f4391d3fce9a35437;hp=1335e632d18b22326f8a6e46486f7160600b12aa;hpb=23f33f1ad8f0a20de5cfcf473ba813c5731ea97b;p=debian%2Fgzip diff --git a/TODO b/TODO index 1335e63..3a3e76b 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,15 @@ TODO file for gzip. Some of the planned features include: +- Remove some of the old porting cruft. since we no longer support + FIXME-2011: in mid to late 2011, remove the following directories: + amiga, atari, msdos, nt, os2, vms + +- Separate out the shell scripts like gzexe into a new little package; + these scripts are less used and less reliable and should be optional. + +- Internationalize by using gettext and setlocale. + - Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) @@ -50,9 +59,26 @@ Some of the planned features include: failure of a complete sector. Each block could be extracted independently, but this reduces the compression ratio. + For one possible approach to this, please see: + + http://www.samba.org/netfilter/diary/gzip.rsync.patch + - Use a larger window size to deal with some large redundant files that 'compress' currently handles better than gzip. - Implement the -e (encrypt) option. - + Send comments to . + + +======================================================================== + +Copyright (C) 1999, 2001, 2006, 2009-2016 Free Software Foundation, Inc. +Copyright (C) 1992, 1993 Jean-loup Gailly + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license is included in the ``GNU Free +Documentation License'' file as part of this distribution.