home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip21.zip / TODO < prev    next >
Text File  |  1996-04-22  |  3KB  |  62 lines

  1.  
  2. Main features still missing for next official version:
  3.  
  4. - multi disk zip files
  5. - echo "password" | zip -e archive.zip * should work (Kevin M. Fritz)
  6. - 32 bit file attributes
  7. - remove contractions from zip error messages, make them clearer (Steve)
  8. - display "[text]" for ascii files when not quiet (no -q) (Timo Salmi)
  9. - Wildcard matching issues (msg from Paul Kienitz)
  10. - does zipnote accept names with version number?
  11. - for a WORM, zip should create temp file only when updating; new archives
  12.   should be created directly.
  13. - APPNOTE.TXT specifies "4) The entries in the central directory may
  14.   not necessarily be in the same order that files appear in the zipfile"
  15.   but readzipfile() relies on same order.
  16. - on Mac, MPW C 3.3.1 requires #if (a || b)  ["#if a || b" taken as "#if a"]
  17. - on Unix, let -S be "include non-regular files without reading from them"
  18.   (as pkzip on Unix). This requires unzip support.
  19. - document exit codes
  20. - zip -l should do ebcdic->ascii translation on CMS and MVS
  21. - zip as subroutine (zdig/241)
  22. - accept k and M in zipsplit
  23. - store / (part of file name) as ! in OS/2 (problem only with -E ?)
  24.  
  25. Known bugs:
  26.  
  27. - On VMS, zip fails reading some files with "byte record too large for
  28.   user's buffer". You must use the "-V" option for such files.
  29.  
  30. - zip sometimes crashes on some versions of NetBSD (0.8, 0.9 and early
  31.   0.9-current), FreeBSD (<= 1.1) and BSDI (< 1.1) . This is due to a
  32.   bug in stdio.
  33.   Upgrading the stdio package in /usr/src/lib/libc/stdio should
  34.   fix the problem. See *BSD mirrors in src/lib/libc/stdio
  35.   You must at least replace setvbuf.o in libc.a with a newer version.
  36.  
  37. - on MSDOS, zip386.exe does not like "zip -bc: foo ..."
  38.  
  39. - on MSDOS, zip386.exe is sometimes much slower than zip.exe. This is
  40.   probably a problem with DJGPP (to be investigated).
  41.  
  42. - on NT with C shell, zip should not do file name expansion again.
  43.  
  44. - zip zipfile ... ignores existing zipfile if name does not have an extension
  45.   (except for the -A option, generally used on self-extracting files).
  46.  
  47. - For an sfx file without extension, "zip -A sfx" works but "zip sfx -A"
  48.   doesn't.
  49.  
  50. - When storing files in a zipfile (-0), zip marks all of them as binary.
  51.  
  52. - On VMS, indexed files are not restored correctly after zip -V and unzip.
  53.   (Don't know yet whether problem is in zip or unzip.)
  54.  
  55. - zip and unzip should use the same pattern matching rules, particularly
  56.   on MSDOS and OS/2. On OS/2, "zip foo *.*" should also match files
  57.   without extension.
  58.   Partially DONE (OS/2 "*.*" matches "*".)
  59.  
  60. - there should be a way to avoid updating archive members (only addition
  61.   of new files allowed)
  62.