455 Commits (47cb41295751ee1b1b7e0acbfb847ea24324d5aa)
 

Author SHA1 Message Date
Mark Adler aef4174dd2 Remove unused variable in infback9.c. 13 years ago
Birunthan Mohanathas f51cc49c94 Fix comment typos in unzip.h and unzip.c. 13 years ago
Thomas Roß d0c7331258 Update copyright year in win32/zlib1.rc. 13 years ago
Thomas Roß 486ef7b4b4 Fix CMake compilation of static lib for MSVC2010 x64. 13 years ago
Mark Adler bfac156463 Fix configure check for veracity of compiler error return codes. 13 years ago
Mark Adler 977e108047 Delete "--version" file if created by "ar --version" [Richard G.]. 13 years ago
Mark Adler 148b8f630c Cleaner check for whether libtool is Apple or not on Darwin. 13 years ago
Mark Adler a72bcd5607 On Darwin, only use /usr/bin/libtool if libtool is not Apple. 13 years ago
Mark Adler f947435b30 Use _snprintf for snprintf under Microsoft C in test/minigzip.c. 13 years ago
Mark Adler 25e4a3da55 Use _snprintf for snprinf in Microsoft C. 13 years ago
Mark Adler ee026accde Correct comment in deflate.h. 13 years ago
Mark Adler dca9e1d6f3 Add inflateGetDictionary() function. 13 years ago
Mark Adler eb90f6a568 Fix bug in 'F' mode for gzopen(). 13 years ago
Mark Adler 0a2c92bc66 Eliminate use of mktemp in Makefile (not always available). 13 years ago
Mark Adler 6a181356bd Fix gzgetc undefine when Z_PREFIX set [Turk]. 13 years ago
Mark Adler 3a8e3bd9e5 Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]. 13 years ago
Mark Adler c58f7ab28d Replace use of unsafe string functions with snprintf if available. 13 years ago
Mark Adler 2689b3cceb Change version number to 1.2.7.1. 13 years ago
Mark Adler 30a1c7065d zlib 1.2.7 13 years ago
Mark Adler 1b09651f89 Add instructions to win32/Makefile.gcc for shared install [Torri]. 13 years ago
Mark Adler dee3d4ae36 Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]. 13 years ago
Daniel Snider 4373bac37e Fix the path to zlib.map in CMakeLists.txt. 13 years ago
Mark Adler 816e34e1b5 Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]. 13 years ago
Mark Adler dbcdbf8c41 Fix location of executable for finding a four-byte integer. 13 years ago
Mark Adler 6c9bd474aa Fix type mismatch between get_crc_table() and crc_table. 13 years ago
Mark Adler 1be1179083 Avoid race condition for parallel make (-j) running example. 13 years ago
Mark Adler cc538ebf79 Remove -R. from Solaris shared build (possible security issue). 13 years ago
Mark Adler 6635b78987 Update ./configure for Solaris, support --64 [Mooney]. 13 years ago
Mark Adler 3fb77ac08b Add more comments to configure. 13 years ago
jK ba04838a74 Fix contrib/minizip compilation in the MinGW environment. 13 years ago
Birunthan Mohanathas 11f4065ea9 Remove gzflags from zlibvc.def in vc9 and vc10. 13 years ago
Mark Adler a5d803b7ef Attempt to convert the wchar_t path in gzopen_w() for errors. 13 years ago
Mark Adler 04afd39fcc Fix syntax error in gzlib.c. 13 years ago
Peter Kuemmel 2bd5bd78a6 Look in build directory for zlib.pc in CMakeLists.txt. 13 years ago
Mark Adler 8e16df2c3f More fixes for gzopen_w(). 13 years ago
Mark Adler a1af6e96e3 Fix gzopen_w() type and add #include for the type. 13 years ago
Peter Kuemmel 2c42538c2e Add source directory in CMakeLists.txt for building examples. 13 years ago
Peter Kuemmel 49b5d79a3b Rename zconf.h in CMakeLists.txt to move it out of the way. 13 years ago
Mark Adler dbe0bed739 Add gzopen_w() in Windows for wide character path names. 13 years ago
Mark Adler a3881cc745 Recognize clang as gcc. 13 years ago
Mark Adler da32fd2892 Improve inflate() documentation on the use of Z_FINISH. 13 years ago
Mark Adler 50a1738fcb Make sure that unistd.h is included before using _LFS64_LARGEFILE. 13 years ago
Mark Adler b18595d4c6 Repair some damage caused by -Wundef allowance. 13 years ago
Mark Adler cb1c1a363e Avoid the use of the -u option with mktemp. 13 years ago
Mark Adler 8dc21b17a6 Allow the use of -Wundef when compiling or using zlib. 13 years ago
Mark Adler 9c08a82246 Move obsolete emx makefile to old [Truta]. 13 years ago
Mark Adler 142f051fb2 Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta]. 13 years ago
Christoph J. Thompson 39c7ed14ac If using cmake with MSVC, add the source directory to the includes. 13 years ago
Christoph J. Thompson c1e84b258c Include version symbols for cmake builds. 13 years ago
Christoph J. Thompson cd71ef3021 Build both a static and a shared version of zlib with cmake. 13 years ago