libxlsxwriter/third_party/minizip
2024-06-23 11:20:41 +01:00
..
configure.ac Apply diff-patch of zlib-distributed minizip code (v1.3 to v1.3.1) to vendored minizip 2024-02-03 20:13:39 +00:00
crypt.h Raw copy of minizip source files from zlib v1.3 release 2023-11-18 13:54:37 +00:00
ioapi.c Raw copy of minizip source files from zlib v1.3 release 2023-11-18 13:54:37 +00:00
ioapi.h minizip: remove c++ comment style from include files 2024-06-23 11:20:41 +01:00
iowin32.c Raw copy of minizip source files from zlib v1.3 release 2023-11-18 13:54:37 +00:00
iowin32.h Raw copy of minizip source files from zlib v1.3 release 2023-11-18 13:54:37 +00:00
make_vms.com Initial commit 2014-06-08 17:40:59 +01:00
Makefile Another fix for modified zconf.h on Gentoo. 2021-04-17 14:10:44 +01:00
Makefile.am Initial commit 2014-06-08 17:40:59 +01:00
Makefile.orig Apply diff-patch of zlib-distributed minizip code (v1.3 to v1.3.1) to vendored minizip 2024-02-03 20:13:39 +00:00
miniunz.c Apply diff-patch of zlib-distributed minizip code (v1.3 to v1.3.1) to vendored minizip 2024-02-03 20:13:39 +00:00
miniunzip.1 Initial commit 2014-06-08 17:40:59 +01:00
minizip.1 Initial commit 2014-06-08 17:40:59 +01:00
minizip.c Raw copy of minizip source files from zlib v1.3 release 2023-11-18 13:54:37 +00:00
minizip.pc.in Initial commit 2014-06-08 17:40:59 +01:00
MiniZip64_Changes.txt Raw copy of minizip source files from zlib v1.3 release 2023-11-18 13:54:37 +00:00
MiniZip64_info.txt Initial commit 2014-06-08 17:40:59 +01:00
mztools.c Raw copy of minizip source files from zlib v1.3 release 2023-11-18 13:54:37 +00:00
mztools.h Initial commit 2014-06-08 17:40:59 +01:00
README.txt Initial commit 2014-06-08 17:40:59 +01:00
unzip.c Apply diff-patch of zlib-distributed minizip code (v1.3 to v1.3.1) to vendored minizip 2024-02-03 20:13:39 +00:00
unzip.h Apply diff-patch of zlib-distributed minizip code (v1.3 to v1.3.1) to vendored minizip 2024-02-03 20:13:39 +00:00
zip.c Apply diff-patch of zlib-distributed minizip code (v1.3 to v1.3.1) to vendored minizip 2024-02-03 20:13:39 +00:00
zip.h minizip: remove c++ comment style from include files 2024-06-23 11:20:41 +01:00

The souce files in this directory are included in libxlsxwriter from the
contrib/minizip/ directory of zlib-1.2.8.

The files zip.h and ioapi.h have had a small number of comments modifed from
C++ to C style to avoid warnings with -pedantic -ansi.