zlib/contrib/minizip
Mark Adler 15c45adb76 Fix decision on the emission of Zip64 end records in minizip.
The appnote says that if the number of entries in the end record
is 0xffff, then the actual number of entries will be found in the
Zip64 end record. Therefore if the number of entries is equal to
0xffff, it can't be in the end record by itself, since that is an
instruction to get the number from the Zip64 end record. This code
would just store 0xffff in the end record in that case, not making
a Zip64 end record. This commit fixes that.
2023-11-07 15:46:41 -08:00
..
configure.ac Change version number on develop branch to 1.3.0.1. 2023-08-18 13:23:07 -07:00
crypt.h Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
ioapi.c Support Haiku in minizip. 2023-08-03 11:17:07 -07:00
ioapi.h Support Haiku in minizip. 2023-08-03 11:17:07 -07:00
iowin32.c Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
iowin32.h Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
make_vms.com zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
Makefile Clean up minizip to reduce warnings for testing. 2022-01-01 14:55:47 -08:00
Makefile.am Fix contrib/minizip compilation in the MinGW environment. 2012-03-26 20:17:41 -07:00
miniunz.c Update miniunz version. 2023-08-20 11:38:03 -07:00
miniunzip.1 Add man pages for minizip and miniunzip. 2013-03-24 16:28:41 -07:00
MiniZip64_Changes.txt Fix typos found by codespell in minizip 2023-07-29 23:44:25 -07:00
MiniZip64_info.txt zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
minizip.1 Add man pages for minizip and miniunzip. 2013-03-24 16:28:41 -07:00
minizip.c Avoid uninitialized and unused warnings in contrib/minizip. 2023-08-17 22:35:43 -07:00
minizip.pc.in Add files in contrib/minizip to aid in building libminizip. 2011-11-13 12:42:47 -08:00
mztools.c Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
mztools.h Fix bug when compiling minizip with C++ [Vollant]. 2012-01-21 11:58:35 -08:00
unzip.c Remove redundant includes in minizip. 2023-08-13 17:46:47 -07:00
unzip.h Fix typos found by codespell in minizip 2023-07-29 23:44:25 -07:00
zip.c Fix decision on the emission of Zip64 end records in minizip. 2023-11-07 15:46:41 -08:00
zip.h Fix typos found by codespell in minizip 2023-07-29 23:44:25 -07:00