zlib/contrib/minizip
Mark Adler 7e6f0784cc Remedy conflict between libzip and minizip zip.h.
minizip.pc.in would add @include@/minizip to the include path,
which would permit simply #include <zip.h> to use minizip. However
that conflicts with the zip.h from libzip that is put in the root
include directory. This now does not add /minizip to the include
path. Now when using pkg-config, #include <minizip/zip.h> must be
used, where #include <zip.h> would be used for libzip. This is an
incompatible change with the previous state. Users of minizip and
pkg-config will need to update their code. #include <unzip.h> will
need to be updated to #include <minizip/unzip.h> as well.
2024-06-04 09:36:01 -07:00
..
configure.ac Replace autotools macro AC_HELP_STRING with AS_HELP_STRING. 2024-04-29 18:14:17 -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 Correct repeated words in source file comments and a readme. 2023-11-14 18:44:32 -08:00
iowin32.c Avert minizip warnings for MSVC. 2024-03-29 12:20:37 -07:00
iowin32.h Remove K&R function definitions from contrib/minizip. 2023-04-15 22:56:37 -07:00
make_vms.com Improve detection of UNIX-style systems in minizip. 2024-03-16 11:18:50 -07:00
Makefile Permit changing minizip Makefile optimization with CFLAGS. 2024-03-09 23:53:44 -08:00
Makefile.am Fix contrib/minizip compilation in the MinGW environment. 2012-03-26 20:17:41 -07:00
miniunz.c Avert minizip warnings for MSVC. 2024-03-29 12:20:37 -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 Avert minizip warnings for MSVC. 2024-03-29 12:20:37 -07:00
minizip.pc.in Remedy conflict between libzip and minizip zip.h. 2024-06-04 09:36:01 -07:00
mztools.c Avert minizip warnings for MSVC. 2024-03-29 12:20:37 -07:00
mztools.h Fix bug when compiling minizip with C++ [Vollant]. 2012-01-21 11:58:35 -08:00
skipset.h Avoid conversion warning on 32-bit architectures in minizip. 2024-03-22 22:47:36 -07:00
unzip.c Avert minizip warnings for MSVC. 2024-03-29 12:20:37 -07:00
unzip.h Note termination of returned strings in contrib/minizip/unzip.h. 2024-01-23 12:00:26 -08:00
zip.c Avoid signed shift in minizip zip.c. 2024-03-12 13:40:57 -07:00
zip.h Add zipAlreadyThere() to minizip zip.c to help avoid duplicates. 2024-03-10 00:37:23 -08:00