home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip540.zip / ToDo < prev    next >
Text File  |  1998-11-11  |  5KB  |  135 lines

  1. ================================
  2. For UnZip 6.0/6.1/who knows:
  3. ================================
  4.  
  5.    o add multi-part zipfile handling
  6.  
  7.         top of the list for 6.0!
  8.  
  9.    o add new low-level, binary API; rewrite "normal" (command-line) UnZip
  10.      to use it
  11.  
  12.         very soon (maybe 6.1)
  13.  
  14.    o use (simple!) configure script in combination with Unix Makefile
  15.  
  16.         very soon (6.0 or 6.1)
  17.  
  18.    o MSDOS/WIN32/others: detection of "reserved" names (= names of character
  19.      devices, or system extensions that look like a characters device driver);
  20.      with the goal of emitting "meaningful" error messages and/or rename
  21.      queries.
  22.      (Currently, these reserved names are catched as "non-deletable files".)
  23.  
  24.    o redesign "file exists -- is newer/older -- overwrite/skip/rename"
  25.      logic in extract.c and the corresponding system specific mapname()
  26.      services; to prevent superfluous decryption key prompts for entry
  27.      that will be skipped, later.
  28.  
  29.    o rewrite to use fread/fseek/etc.  [eventually: test
  30.      write(bytes) vs. fwrite(words), especially on Crays/Alphas]
  31.  
  32.         soon (probably in conjunction with multi-part handling)
  33.  
  34.    o incorporate new backfill version of inflate()
  35.  
  36.         wait for zlib version
  37.  
  38.    o check NEXTBYTE for EOF in crypt.c, funzip.c and explode.c, too
  39.  
  40.         whenever
  41.  
  42.    o add option to force completely non-interactive operation (no queries
  43.      for overwrite/rename, password, etc.); also allow some sort of non-
  44.      interactive password provision?  (file? command-line? env. variable?)
  45.  
  46.         someday?
  47.  
  48.    o add testing of extra fields (if have CRC)
  49.  
  50.         later
  51.  
  52.    o rewrite to allow use as a filter
  53.  
  54.         way, way later...
  55.  
  56.    o add Unix hard-link support?
  57.  
  58.         way, way later...
  59.  
  60.    o add option to search zipfile contents for a string and print the
  61.      results? ("zipgrep" option--e.g., unzip -g or unzip -S) (easy for
  62.      fixed strings, hard for wildcards/true regex's)
  63.  
  64.         way, way later, if at all...probably use libregex
  65.  
  66.    o add -y "display symlinks" option to zipinfo?  various sorting options?
  67.      (-St date/time, -Sn name)?
  68.  
  69.         who knows
  70.  
  71.    o add "in-depth" option to zipinfo? (check local headers against
  72.      central, etc.)--make it a better debugging tool (or just create
  73.      zipfix)
  74.  
  75.         who knows (zip -F, -FF already exist)
  76.  
  77. Some maintance or OS specific topics for 6.0 release:
  78.  
  79.    * add "unix-style-path -> partitioned-dataset filename" conversion to MVS port
  80.  
  81.    * should we add support for (null) entry names (empty entry name field), to
  82.      conform to the PKWARE specification?
  83.  
  84.  
  85. =======================================
  86.  
  87. Requested features:
  88.  
  89.  - extract or exclude on basis of UID [Armin Bub, Armin.Bub@bk.bosch.de, 970904]
  90.  
  91. =======================================
  92.  
  93.    o miscellaneous little stuff:  whenever
  94.      --------------------------
  95.  
  96.  - change DOS -f/-u stuff to use DOS API for getting filetimes, not stat()
  97.  
  98.  - add (-N?) option to lose all user input and/or switch to "(*input)()"
  99.    function, replaceable by UzpAltMain() param
  100.  - add -@ option to read from stdin (zip) or from file (PKZIP)?  (go32 built-in)
  101.  - add -oo option to overwrite OS/2 and DOS system and hidden files, too
  102.  - add option to compute MD5 checksum on files and/or on entire zipfile?
  103.  
  104.  - decide whether to use WinGUI "skipping" diagnostics in extract.c
  105.  - combine "y/n/A/N" query/response stuff into unified section with query
  106.     function(s) (InputFn?)
  107.  - disable ^V code in remaining mapname() routines
  108.  
  109.  - change filename-matching logic so case-insensitive if case-sensitive fails?
  110.  
  111.  - allow multiple dir creation with -d option? [Bob Maynard]
  112.  
  113.  - use gcc -pg, gprof to do profiling on unzip
  114.  
  115.  - Doug Patriarche (doug.patriarche.bvdhp01@nt.com) Northern Telecom Canada Ltd.
  116.     "I need to do a port of zip/unzip for Wind River Systems' VxWorks OS"
  117.     [GRR:  15 March 95 -> "early June"]
  118.  
  119.  
  120. Features from old BUGS file (mostly duplicates of other entries above):
  121.  
  122.  - ignore case for internal filename match on non-Unix systems, unless file-
  123.     specs enclosed in single quotes
  124.  - modify to decompress input stream if part of a pipe, but continue using
  125.     central directory if not (BIG job!)--extended local header capability
  126.  - add zipinfo option(s) to sort alphabetically, by date/time, in reverse, etc.
  127.  - when listing filenames, use '?' for non-printables? [Thomas Wolff, 92.6.1]
  128.  - add zipinfo "in-depth" option? (check local vs. central filenames, etc.)
  129.  - create zipcat program to concatenate zipfiles
  130.  - add -oo option (overwrite and override)?  no user queries (if bad password,
  131.     skip file; if disk full, take default action; if VMS special on non-VMS,
  132.     unpack anyway; etc.)
  133.  - add -Q[Q[Q]] option (quiet mode on comments, cautions, warnings and errors)?
  134.     forget -oo, or make synonym?  Default level -Q?
  135.