1. 08 10月, 2011 1 次提交
    • M
      Add undocumented inflateResetKeep() function for CAB file decoding. · 77b47d55
      Mark Adler 提交于
      The Microsoft CAB file format compresses each block with completed
      deflate streams that depend on the sliding window history of the
      previous block in order to decode.  inflateResetKeep() does what
      inflateReset() does, except the sliding window history from the
      previous inflate operation is retained.
      77b47d55
  2. 03 10月, 2011 1 次提交
    • M
      Merge vestigial vsnprintf determination from zutil.h to gzguts.h. · 00c836e3
      Mark Adler 提交于
      This also moves some of the same from zconf.h to gzguts.h. A new
      function, gzflags(), was created to pass the compilation flags
      related to vsnprintf usage back to zlibCompileFlags() in zutil.c.
      In the process, various compiler configuration files were updated
      to include gzflags(), as well as the new gzgetc_() function added
      when the gzgetc() macro was introduced in a previous patch.
      00c836e3
  3. 02 10月, 2011 1 次提交
  4. 12 9月, 2011 1 次提交
  5. 10 9月, 2011 14 次提交