1. 07 6月, 2022 1 次提交
  2. 11 3月, 2021 1 次提交
  3. 09 9月, 2020 1 次提交
  4. 30 4月, 2012 1 次提交
    • M
      Fix type mismatch between get_crc_table() and crc_table. · 6c9bd474
      Mark Adler 提交于
      crc_table is made using a four-byte integer (when that can be
      determined).  However get_crc_table() returned a pointer to an
      unsigned long, which could be eight bytes.  This fixes that by
      creating a new z_crc_t type for the crc_table.
      
      This type is also used for the BYFOUR crc calculations that depend
      on a four-byte type.  The four-byte type can now be determined by
      ./configure, which also solves a problem where ./configure --solo
      would never use BYFOUR.  No the Z_U4 #define indicates that four-
      byte integer was found either by ./configure or by zconf.h.
      6c9bd474
  5. 12 9月, 2011 1 次提交
  6. 10 9月, 2011 1 次提交