home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip52.zip / ToDo < prev    next >
Text File  |  1996-04-21  |  4KB  |  103 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!
  8.  
  9.    o rewrite to use fread/fseek/etc.  [eventually: test
  10.      write(bytes) vs. fwrite(words), especially on Crays/Alphas]
  11.  
  12.     soon (in conjunction with multi-part handling, probably)
  13.  
  14.    o incorporate new backfill version of inflate()
  15.  
  16.     wait for zlib version
  17.  
  18.    o check NEXTBYTE for EOF in crypt.c, funzip.c and explode.c, too
  19.  
  20.     soon
  21.  
  22.    o use (simple!) configure script in combination with Unix Makefile
  23.  
  24.     someday
  25.  
  26.    o add option to force completely non-interactive operation (no queries
  27.      for overwrite/rename, password, etc.); also allow some sort of non-
  28.      interactive password provision?  (file? command-line? env. variable?)
  29.  
  30.     someday?
  31.  
  32.    o add testing of extra fields (if have CRC)
  33.  
  34.     later
  35.  
  36.    o rewrite to allow use as a filter
  37.  
  38.     way, way later...
  39.  
  40.    o add option to search zipfile contents for a string and print the
  41.      results? ("zipgrep" option--e.g., unzip -g or unzip -S) (easy for
  42.      fixed strings, hard for wildcards/true regex's)
  43.  
  44.     way, way later, if at all...probably use libregex
  45.  
  46.    o add -y "display symlinks" option to zipinfo?  various sorting options?
  47.      (-St date/time, -Sn name)?
  48.  
  49.     who knows
  50.  
  51.    o add "in-depth" option to zipinfo? (check local headers against
  52.      central, etc.)--make it a better debugging tool (or just create
  53.      zipfix)
  54.  
  55.     who knows (zip -F, -FF already exist)
  56.  
  57.  
  58. =======================================
  59.  
  60.    o miscellaneous little stuff:  whenever
  61.      --------------------------
  62.  
  63.  - decide whether to use WinGUI "skipping" diagnostics in extract.c
  64.  - combine "y/n/A/N" query/response stuff into unified section with query
  65.     function(s) (InputFn?)
  66.  - disable ^V code in remain mapname() routines
  67.  
  68.  - change DOS -f/-u stuff to use DOS API for getting filetimes, not stat()
  69.  
  70.  - add (-N?) option to lose all user input and/or switch to "(*input)()"
  71.    function, replaceable by UzpAltMain() param
  72.  - add -@ option to read from stdin (zip) or from file (PKZIP)?  (go32 built-in)
  73.  - add -oo option to overwrite OS/2 and DOS system and hidden files, too
  74.  - add option to compute MD5 checksum on files and/or on entire zipfile?
  75.  
  76.  - change filename-matching logic so case-insensitive if case-sensitive fails?
  77.  
  78.  - allow multiple dir creation with -d option? [Bob Maynard]
  79.  
  80.  - use gcc -pg, gprof to do profiling on unzip
  81.  
  82.  - Doug Patriarche (doug.patriarche.bvdhp01@nt.com) Northern Telecom Canada Ltd.
  83.     "I need to do a port of zip/unzip for Wind River Systems' VxWorks OS"
  84.     [GRR:  15 March 95 -> "early June"]
  85.  
  86.  
  87. Features from old BUGS file (mostly duplicates of other entries above):
  88.  
  89.  - ignore case for internal filename match on non-Unix systems, unless file-
  90.     specs enclosed in single quotes
  91.  - modify to decompress input stream if part of a pipe, but continue using
  92.     central directory if not (BIG job!)--extended local header capability
  93.  - add zipinfo option(s) to sort alphabetically, by date/time, in reverse, etc.
  94.  - when listing filenames, use '?' for non-printables? [Thomas Wolff, 92.6.1]
  95.  - add zipinfo "in-depth" option? (check local vs. central filenames, etc.)
  96.  - create zipcat program to concatenate zipfiles
  97.  - add -oo option (overwrite and override)?  no user queries (if bad password,
  98.     skip file; if disk full, take default action; if VMS special on non-VMS,
  99.     unpack anyway; etc.)
  100.  - add -Q[Q[Q]] option (quiet mode on comments, cautions, warnings and errors)?
  101.     forget -oo, or make synonym?  Default level -Q?
  102.  - add OS/2 .INF format helpfiles for UnZip and ZipInfo?
  103.