README
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:6k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. Notes about MS-DOS executables and compilers:
  2.  - Borland start-up code is reported to switch the screen mode auto-
  3.    matically if it's not 80 columns (or possibly 40) and either 25, 43 
  4.    or 50 lines.  In particular, extended modes such as 100x40 are not
  5.    retained.
  6.  - Borland start-up code also uses interrupt 1Ah, causing incorrect
  7.    behavior (including lock-ups) on some Japanese MS-DOS machines such
  8.    as the Fujitsu FMR series, which lack this interrupt.
  9.  - Some(?) Borland compilers are apparently incapable of putting static
  10.    data into far memory; this means all of UnZip's strings are in near
  11.    memory, and there is not enough room to enable ZipInfo in the small
  12.    memory model.  The medium memory model is the default for now, but
  13.    it may be necessary in some cases to use the large model.
  14.  - Older Borland compilers do not understand source files with Unix
  15.    line-endings (LF rather than CR/LF).  Use "flip" or a similar utility
  16.    to convert the line endings before compiling.
  17.  - The Borland 5.00 compiler is simply too buggy to use on WizUnZip, both
  18.    16-bit and 32-bit versions, and we recommend avoiding it for now even
  19.    on the commmand-line version of UnZip.
  20.  - Microsoft C 5.1 large-model code is more than an order of magnitude
  21.    slower than the identical code compiled with MSC 6 or 7 (a factor of
  22.    15 in our tests, actually).  This may be due to a lousy optimizer or
  23.    lousy libraries; regardless, since UnZip is hovering at the doorstep
  24.    of the large memory model, we recommend upgrading to a later version
  25.    of the compiler.
  26. For these reasons, Info-ZIP's distributed versions of the 16-bit MS-DOS 
  27. executables are compiled with MSC 6 or 7.
  28.  - djgpp 2.x (currently 2.01) is no longer distributed with the go32 extender.
  29.    Instead, a 2K stub bound into the executable searches for a DPMI server;
  30.    if none is found, it loads the default DPMI server while executing UnZip.
  31.    Both djgpp 1.x and 2.x are capable of substituting a list of files in an
  32.    ASCII file (say, `foo') on the command line; for example, "unzip archive
  33.    @foo" will extract from `archive' all of the files listed in `foo'.  Note,
  34.    however, that djgpp 2.x is considerably slower than 1.x at file extraction
  35.    (roughly twice as slow, in fact); see proginfo/perform.dos in the UnZip 5.3
  36.    source distribution for details.
  37.  - djgpp 2.0's long-filename support is somewhat flaky; users should upgrade
  38.    to version 2.01 instead.
  39.  - The default wildcard ("globbing") behavior of djgpp 1.x/go32 is disabled
  40.    by default in UnZip, but this can be overridden if the GO32 environment
  41.    variable is set to "glob".  This will cause UnZip to fail with various
  42.    odd errors about "filename not matched" and the like; to avoid this, set
  43.    the GO32 variable to "noglob" or unset it altogether.  (The documented
  44.    method of avoiding this by quoting wildcards with single quotes was 
  45.    buggy in djgpp 1.11 but is reported fixed in 1.12; not tested.)
  46.  - djgpp 1.x's handling of timezones, necessary for the correct conversion of
  47.    MS-DOS file times to those used in the Unix-like C library, is completely
  48.    broken in djgpp 1.12 and probably earlier versions as well.  It is fixed
  49.    (or very close to it) in the 1.12m4 patch release and reportedly in the
  50.    2.x series, so be sure to use one of those when compiling.  Otherwise
  51.    UnZip's -f and -u (freshen/update) functions will not work correctly.
  52.    It is reportedly necessary to set the TZDIR environment variable correctly
  53.    with 1.12m4; for example, add `set TZDIR=c:/djgpp/zoneinfo' or similar to
  54.    autoexec.bat.
  55.  - djgpp 1.x/go32 executables, when run in a DOS box under OS/2 *and* extrac-
  56.    ting to an HPFS disk *and* overwriting existing files (intentionally, that
  57.    is), do not set the files' timestamps correctly.  Instead, the timestamps
  58.    remain set to whatever the original files' stamps were.  This is a pretty
  59.    obscure bug, but it does *not* occur in the 16-bit version so it seems
  60.    to be go32's fault somehow.
  61.  - According to notes found in another package, there was a known conflict
  62.    between djgpp 1.x's go32 extender and QEMM's DPMI; this was apparently
  63.    fixed in QEMM 7.04/QDPMI 1.05, but if you still have an older version
  64.    (1.03 or 1.01), add "set GO32=nodpmi" to your autoexec.bat to avoid the
  65.    conflict.)
  66.  - [For Zip only, the djgpp/go32 extender goes nuts with the copying and/or
  67.    deletion of some sort of a temporary file (swap file?) after compression
  68.    is finished; this can take 30 seconds or more and really hurts perfor-
  69.    mance.  It doesn't affect UnZip, apparently.]
  70.  - [Also apparently for Zip only, djgpp/go32 is reported to have problems
  71.    when EMM386 is set to NOEMS; it sometimes gives the error message, "CPU
  72.    must be in REAL mode (not V86 mode) to run this program without VCPI.
  73.    (If you are using an EMS emulator, make sure that EMS isn't disabled)"
  74.    Sometimes Zip works correctly, however, possibly due to other software
  75.    having been run previously.]
  76.  - emx+gcc's DOS extender does not understand DPMI, and while there is an
  77.    alternative extender called RSX available (found in dpmigcc4.zip as of
  78.    August 1994), its setup is somewhat kludgy when the local memory manager
  79.    supports both DPMI and VCPI (or something else).  It's also not yet as
  80.    widely known or available as djgpp.
  81.  - The free PMODE/W extender, used in conjunction with executables compiled
  82.    with Watcom C 10.x and run in an OS/2 DOS box, appears to use up some
  83.    critical DPMI resource and will fail to run after a few dozen executions
  84.    ("PMODE/W: DPMI error" and/or SYS 3176).  Some newer versions of PMODE/W,
  85.    in combination with "unzip -v" on certain zipfiles (e.g., APMTST.ZIP from
  86.    IBM/EWS), fail immediately (SYS 3176).  And on some OS/2 systems, *any*
  87.    use of the PMODE/W executables causes the machine to lock up.
  88.  - PMODE/W is also reported to lock up pure DOS systems if QEMM is running.
  89.  - At least older versions of PMODE/W, used in conjunction with Microsoft's
  90.    EMM386, cause UnZip to start up extremely slowly.  (This problem does not
  91.    occur with QEMM.)
  92. For these reasons Info-ZIP's distributed 32-bit MS-DOS executables will 
  93. probably be compiled with djgpp 2.01, mainly because of its nice long-filename
  94. support when running in a Win32 DOS box.  The cwsdpmi DPMI server will be
  95. bundled if necessary.
  96. GRR 970330