• Robert Sprowson's avatar
    Update to zlib 1.2.5.3, plus modifications · 717cf300
    Robert Sprowson authored
    Detail:
      zlib 1.2.5.3 update:
      - README, c/*, h/*, doc/* - Updated to zlib 1.2.5.3
      - c/example - Deleted
      Changes compared to the official zlib distribution:
      - h/zutil - Use OS_CODE of 0x0d for RISC OS, as decreed by rfc1952
      - c/gzlib, c/gzread, c/gzwrite, h/zconf, h/zlib, h/gzguts - Reintroduced ability to use ISO file access functions instead of POSIX ones, to allow the library to be easily used with Norcroft. Added gzgetheader() and gzputheader() functions to allow easy read/write of gzip file headers via the gzip file interface
      Testing:
      - Added a BASIC test of the ZLib_GZ* SWIs
      - Noted how to drive minigzip (now in test\ in the official distribution)
      - c/minigzip moved with test code
      - Add dummy gzdopen() to c/modlib to satisfy minigzip
    717cf300