Alexandre Julliard : libs: Import upstream code from zlib 1.2.11.

Alexandre Julliard julliard at winehq.org
Mon Oct 18 16:16:27 CDT 2021


Module: wine
Branch: master
Commit: 2929aa3c749809f7b6d28e8cd3406179058703a0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2929aa3c749809f7b6d28e8cd3406179058703a0

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Oct 18 11:07:38 2021 +0200

libs: Import upstream code from zlib 1.2.11.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure             |   27 +
 configure.ac          |    5 +
 libs/zlib/LICENSE     |   29 +
 libs/zlib/Makefile.in |   12 +
 libs/zlib/adler32.c   |  186 +++++
 libs/zlib/crc32.c     |  442 ++++++++++
 libs/zlib/crc32.h     |  441 ++++++++++
 libs/zlib/deflate.c   | 2163 +++++++++++++++++++++++++++++++++++++++++++++++++
 libs/zlib/deflate.h   |  349 ++++++++
 libs/zlib/inffast.c   |  323 ++++++++
 libs/zlib/inffast.h   |   11 +
 libs/zlib/inffixed.h  |   94 +++
 libs/zlib/inflate.c   | 1561 +++++++++++++++++++++++++++++++++++
 libs/zlib/inflate.h   |  125 +++
 libs/zlib/inftrees.c  |  304 +++++++
 libs/zlib/inftrees.h  |   62 ++
 libs/zlib/trees.c     | 1203 +++++++++++++++++++++++++++
 libs/zlib/trees.h     |  128 +++
 libs/zlib/zconf.h     |  534 ++++++++++++
 libs/zlib/zlib.h      | 1912 +++++++++++++++++++++++++++++++++++++++++++
 libs/zlib/zutil.c     |  325 ++++++++
 libs/zlib/zutil.h     |  271 +++++++
 22 files changed, 10507 insertions(+)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=2929aa3c749809f7b6d28e8cd3406179058703a0



More information about the wine-cvs mailing list