Module: wine Branch: master Commit: 13e02608da51b82c89815df9f0282c99e57781a5 URL: https://gitlab.winehq.org/wine/wine/-/commit/13e02608da51b82c89815df9f0282c9...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Sep 30 13:33:19 2023 +0200
zlib: Import upstream release 1.3.
---
libs/zlib/adler32.c | 32 +-- libs/zlib/crc32.c | 248 ++++++++-------------- libs/zlib/deflate.c | 569 +++++++++++++++++++++------------------------------ libs/zlib/deflate.h | 16 +- libs/zlib/inffast.c | 5 +- libs/zlib/inffast.h | 2 +- libs/zlib/inflate.c | 129 +++--------- libs/zlib/inftrees.c | 17 +- libs/zlib/inftrees.h | 6 +- libs/zlib/trees.c | 528 ++++++++++++++++++++--------------------------- libs/zlib/zconf.h | 8 +- libs/zlib/zlib.h | 379 +++++++++++++++++----------------- libs/zlib/zutil.c | 60 ++---- libs/zlib/zutil.h | 20 +- 14 files changed, 820 insertions(+), 1199 deletions(-)