1. 03 May, 2012 2 commits
  2. 02 May, 2012 1 commit
  3. 30 Apr, 2012 3 commits
  4. 29 Apr, 2012 1 commit
    • Mark Adler's avatar
      Fix type mismatch between get_crc_table() and crc_table. · 6c9bd474
      Mark Adler authored
      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. 23 Apr, 2012 3 commits
  6. 01 Apr, 2012 1 commit
  7. 27 Mar, 2012 1 commit
  8. 23 Mar, 2012 1 commit
  9. 18 Mar, 2012 7 commits
  10. 17 Mar, 2012 1 commit
  11. 15 Mar, 2012 1 commit
  12. 14 Mar, 2012 5 commits
  13. 13 Mar, 2012 3 commits
  14. 11 Mar, 2012 5 commits
  15. 10 Mar, 2012 4 commits
  16. 04 Mar, 2012 1 commit