Module: wine Branch: master Commit: cfe8ee571dcd4c04737240ac985717c9f376b488 URL: https://gitlab.winehq.org/wine/wine/-/commit/cfe8ee571dcd4c04737240ac985717c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 8 10:50:33 2022 +0100
zlib: Import upstream release 1.2.13.
---
libs/zlib/LICENSE | 9 +-- libs/zlib/crc32.c | 33 +++++--- libs/zlib/deflate.c | 218 ++++++++++++++++++++++++++------------------------- libs/zlib/deflate.h | 4 +- libs/zlib/inflate.c | 7 +- libs/zlib/inftrees.c | 4 +- libs/zlib/inftrees.h | 2 +- libs/zlib/trees.c | 123 ++++++++++++++--------------- libs/zlib/zconf.h | 19 ++++- libs/zlib/zlib.h | 20 ++--- libs/zlib/zutil.c | 16 ++-- libs/zlib/zutil.h | 1 + 12 files changed, 241 insertions(+), 215 deletions(-)