Commit Graph

  • bfac156463 Fix configure check for veracity of compiler error return codes. Mark Adler 2012-06-09 22:42:24 -0700
  • 977e108047 Delete "--version" file if created by "ar --version" [Richard G.]. Mark Adler 2012-06-09 19:47:55 -0700
  • 148b8f630c Cleaner check for whether libtool is Apple or not on Darwin. Mark Adler 2012-06-09 22:58:06 -0700
  • a72bcd5607 On Darwin, only use /usr/bin/libtool if libtool is not Apple. Mark Adler 2012-06-09 19:15:36 -0700
  • d03e5dba60 Updated copyright year. Thomas Roß 2012-06-07 01:25:36 +0200
  • ff78c11fd8 Fixed compilation of static lib for MSVC2010 x64. Thomas Roß 2012-06-07 01:23:32 +0200
  • a585ddc0cc Fix comment mistakes in unzip.h and unzip.c Birunthan Mohanathas 2012-06-06 20:34:32 +0300
  • e8ba7bb57f Fix comment mistakes in unzip.c Birunthan Mohanathas 2012-06-06 20:30:39 +0300
  • f947435b30 Use _snprintf for snprintf under Microsoft C in test/minigzip.c. Mark Adler 2012-06-03 16:28:06 -0700
  • 25e4a3da55 Use _snprintf for snprinf in Microsoft C. Mark Adler 2012-06-03 12:45:55 -0700
  • ee026accde Correct comment in deflate.h. Mark Adler 2012-06-02 10:16:43 -0700
  • dca9e1d6f3 Add inflateGetDictionary() function. Mark Adler 2012-05-26 10:37:17 -0700
  • eb90f6a568 Fix bug in 'F' mode for gzopen(). Mark Adler 2012-05-22 22:31:19 -0700
  • 0a2c92bc66 Eliminate use of mktemp in Makefile (not always available). Mark Adler 2012-05-20 11:32:13 -0700
  • 6a181356bd Fix gzgetc undefine when Z_PREFIX set [Turk]. Mark Adler 2012-05-17 21:13:23 -0700
  • 7456671a55 Fixed linker warning for VS2010 x86 about not set machine type. Thomas Roß 2012-05-13 16:42:52 +0200
  • c1f790cd71 Fixed VS2010 x64 linker error for static lib. Thomas Ro 2012-05-10 01:08:23 +0200
  • 3a8e3bd9e5 Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]. Mark Adler 2012-05-03 21:23:45 -0700
  • b1c597ce62 Restore gzflags symbol for ABI compatibility Mark Brown 2012-05-03 10:27:58 +0100
  • c4f2163592 Restore gzflags symbol for ABI compatibility Mark Brown 2012-05-03 10:27:58 +0100
  • c58f7ab28d Replace use of unsafe string functions with snprintf if available. Mark Adler 2012-05-02 23:18:38 -0700
  • 2689b3cceb Change version number to 1.2.7.1. Mark Adler 2012-05-02 22:38:26 -0700
  • 30a1c7065d zlib 1.2.7 v1.2.7 Mark Adler 2012-05-02 20:32:41 -0700
  • 1b09651f89 Add instructions to win32/Makefile.gcc for shared install [Torri]. Mark Adler 2012-05-02 20:17:59 -0700
  • dee3d4ae36 Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]. Mark Adler 2012-05-01 21:17:08 -0700
  • 4373bac37e Fix the path to zlib.map in CMakeLists.txt. Daniel Snider 2012-04-03 09:26:07 -0500
  • 816e34e1b5 Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]. Mark Adler 2012-04-29 21:15:12 -0700
  • c55eadfa23 Merge 02dd24d3f9 into dbcdbf8c41 GitHub Merge Button 2012-04-29 19:20:29 -0700
  • dbcdbf8c41 Fix location of executable for finding a four-byte integer. Mark Adler 2012-04-29 18:23:46 -0700
  • 6c9bd474aa Fix type mismatch between get_crc_table() and crc_table. Mark Adler 2012-04-29 16:18:12 -0700
  • 1be1179083 Avoid race condition for parallel make (-j) running example. Mark Adler 2012-04-22 22:58:06 -0700
  • cc538ebf79 Remove -R. from Solaris shared build (possible security issue). Mark Adler 2012-04-22 18:41:11 -0700
  • 6635b78987 Update ./configure for Solaris, support --64 [Mooney]. Mark Adler 2012-04-22 18:27:41 -0700
  • 02dd24d3f9 Fix the path to zlib.map. Daniel Snider 2012-04-03 09:26:07 -0500
  • ce4f1dcc74 Fix parsing of zlib.h for version number. Daniel Snider 2012-04-03 09:24:30 -0500
  • 3fb77ac08b Add more comments to configure. Mark Adler 2012-04-01 08:46:37 -0700
  • ba04838a74 Fix contrib/minizip compilation in the MinGW environment. jK 2012-03-26 20:18:13 +0200
  • c240dafdb7 fix: compile and install minizip's iowin32.h/c in MinGW enviroments, too jK 2012-03-26 20:18:13 +0200
  • efbf189b73 fix: compile and install minizip's iowin32.h/c in MinGW enviroments, too jK 2012-03-26 20:18:13 +0200
  • 11f4065ea9 Remove gzflags from zlibvc.def in vc9 and vc10. Birunthan Mohanathas 2012-03-22 18:22:01 +0200
  • 53e611de92 Removed gzflags from zlibvc.def Birunthan Mohanathas 2012-03-22 18:22:01 +0200
  • 582e73bbe2 Fixed contrib/vstudio builds (removed non-existent gzflags from exports) Birunthan Mohanathas 2012-03-22 18:13:19 +0200
  • ad366774ea Merge branch 'develop' of github.com:madler/zlib Birunthan Mohanathas 2012-03-22 17:48:51 +0200
  • a5d803b7ef Attempt to convert the wchar_t path in gzopen_w() for errors. Mark Adler 2012-03-18 14:52:31 -0700
  • 04afd39fcc Fix syntax error in gzlib.c. Mark Adler 2012-03-18 14:25:00 -0700
  • 2bd5bd78a6 Look in build directory for zlib.pc in CMakeLists.txt. Peter Kuemmel 2012-03-18 13:21:24 +0100
  • 8e16df2c3f More fixes for gzopen_w(). Mark Adler 2012-03-18 09:29:44 -0700
  • e424b2957c find generated pc file also in build dir Peter Kuemmel 2012-03-18 13:21:24 +0100
  • a1af6e96e3 Fix gzopen_w() type and add #include for the type. Mark Adler 2012-03-17 21:42:30 -0700
  • 2c42538c2e Add source directory in CMakeLists.txt for building examples. Peter Kuemmel 2012-03-17 19:57:44 +0100
  • 49b5d79a3b Rename zconf.h in CMakeLists.txt to move it out of the way. Peter Kuemmel 2012-03-17 19:56:03 +0100
  • 1acc29febd add source dir to search path, to build the examples Peter Kuemmel 2012-03-17 19:57:44 +0100
  • f96967615c rename zconf automatically when building out-of-source Peter Kuemmel 2012-03-17 19:56:03 +0100
  • dbe0bed739 Add gzopen_w() in Windows for wide character path names. Mark Adler 2012-03-16 20:53:09 -0700
  • a3881cc745 Recognize clang as gcc. Mark Adler 2012-03-14 23:14:13 -0700
  • da32fd2892 Improve inflate() documentation on the use of Z_FINISH. Mark Adler 2012-03-14 11:16:22 -0700
  • 50a1738fcb Make sure that unistd.h is included before using _LFS64_LARGEFILE. Mark Adler 2012-03-14 10:30:41 -0700
  • b18595d4c6 Repair some damage caused by -Wundef allowance. Mark Adler 2012-03-14 09:18:15 -0700
  • cb1c1a363e Avoid the use of the -u option with mktemp. Mark Adler 2012-03-14 08:34:50 -0700
  • 8dc21b17a6 Allow the use of -Wundef when compiling or using zlib. Mark Adler 2012-03-13 23:19:38 -0700
  • 9c08a82246 Move obsolete emx makefile to old [Truta]. Mark Adler 2012-03-12 22:21:24 -0700
  • 142f051fb2 Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta]. Mark Adler 2012-03-12 22:18:36 -0700
  • 39c7ed14ac If using cmake with MSVC, add the source directory to the includes. Christoph J. Thompson 2012-03-12 17:31:58 +0100
  • c1e84b258c Include version symbols for cmake builds. Christoph J. Thompson 2012-03-11 10:19:06 +0100
  • cd71ef3021 Build both a static and a shared version of zlib with cmake. Christoph J. Thompson 2012-03-11 10:17:57 +0100
  • ca6e7a0d55 Generate and install the pkg-config file with cmake. Christoph J. Thompson 2012-03-11 10:17:16 +0100
  • f8867924c1 Allow overriding the default install locations for cmake. Christoph J. Thompson 2012-03-11 10:15:31 +0100
  • 5d5befa4c3 Update copyright years in gzlib.c. Mark Adler 2012-03-10 22:24:08 -0800
  • e076ca8e62 Fix comments in win32/Makefile.gcc for proper usage. Mark Adler 2012-03-10 09:58:37 -0800
  • e2abd78a98 Avoid warnings when O_CLOEXEC or O_EXCL are not defined. Mark Adler 2012-03-10 09:54:08 -0800
  • 9f4d9052dc Add DESTDIR support to mingw32 win32/Makefile.gcc. Nathan Phillip Brink 2012-03-09 01:29:46 +0000
  • 2cd90d2bf5 Add ability to choose the builder in make_vms.com [Schweda]. Mark Adler 2012-03-09 18:43:50 -0800
  • c18afa8b74 Add DESTDIR support to mingw32 Makefile.gcc. Nathan Phillip Brink 2012-03-09 01:29:46 +0000
  • 1fd22d4428 Merge 8cb74965f4 into e75de023b6 GitHub Merge Button 2012-03-05 06:13:00 -0800
  • 8cb74965f4 replaced all lingering pre-ANSI C function defs - assume all K&R compilers of pre-C89 days have gone the way of the dodo. Ger Hobbelt 2012-03-05 12:58:19 +0100
  • 2e04ce0915 Make sure that O_EXCL is used portably. Mark Adler 2012-03-04 11:26:25 -0800
  • bca35485fa Merge branch 'develop' of github.com:madler/zlib Birunthan Mohnathas 2012-03-04 20:42:31 +0200
  • e3ba2a10ca Fix contrib/vstudio project link errors [Mohanathas]. Mark Adler 2012-03-04 09:46:25 -0800
  • 41a18e1d7e Fix bug in test/minigzip.c for configure --solo. Mark Adler 2012-03-03 22:43:15 -0800
  • 755c41dc4b Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen(). Mark Adler 2012-03-03 10:24:44 -0800
  • 53bfe01cea Fix bug in gzclose_w() when gzwrite() fails to allocate memory. Mark Adler 2012-03-03 09:28:00 -0800
  • dab7531ecc Simplify test and use of gcc hidden attribute. Mark Adler 2012-03-03 00:20:00 -0800
  • 2547c6c81f Don't use library or built-in byte swaps. Mark Adler 2012-03-03 00:03:30 -0800
  • 513dfcc00e Fix make_vms.com for VAX [Zinser]. Mark Adler 2012-03-02 23:50:17 -0800
  • 05de38d11e Cast to char * in gzprintf to avoid warnings [Zinser]. Mark Adler 2012-03-02 23:47:42 -0800
  • 45811d5ee5 Reverted testzlib.vcxproj fix Birunthan Mohnathas 2012-02-25 18:47:51 +0200
  • 3ee761a1c2 Automated assembly building with vc10. Birunthan Mohnathas 2012-02-24 16:02:09 +0200
  • 08cae8dca2 Merge 477ea93d72 into e75de023b6 GitHub Merge Button 2012-02-24 02:36:37 -0800
  • 477ea93d72 - Fixed contrib/vstudio/vc10/testzlib.vcxproj project linker errors - Fixed MSB8012 warnings for vc10 projects - Changed testzlibdll output from testzlib.exe to testzlibdll.exe Birunthan Mohnathas 2012-02-24 12:33:49 +0200
  • 80f3e39eb8 Avoid using __int64 for gcc or solo compilation. Mark Adler 2012-02-20 09:24:30 -0800
  • 3f4339b61b Improve the detection of no hidden visibility attribute. Mark Adler 2012-02-19 23:31:55 -0800
  • e6d2a8471b Do not use the visibility attribute if NO_VIZ defined. Mark Adler 2012-02-19 22:45:10 -0800
  • 8435052a6b Update version numbers and year in win32/README-WIN32.txt. Mark Adler 2012-02-19 22:36:40 -0800
  • d63c888039 Use __WATCOMC__ instead of __WATCOM__. Mark Adler 2012-02-18 23:11:49 -0800
  • 10fca844b1 Include unistd.h for Watcom C. Mark Adler 2012-02-18 15:21:13 -0800
  • a75d6ea070 Require gcc 4.0 or later on Mac OS X to use the hidden attribute. Mark Adler 2012-02-18 15:19:44 -0800
  • 660103339f Fix build with non-GNU make on Solaris. Török Edwin 2012-02-14 12:50:18 +0200
  • d81e7213b7 Restore gzgetc_ for backward compatibility with 1.2.6. Mark Adler 2012-02-18 14:10:20 -0800
  • 6838df9246 Test for existence of strerror. Mark Adler 2012-02-18 13:55:09 -0800
  • d1714a57c5 Replace use of memmove() with a simple copy for portability. Mark Adler 2012-02-18 08:19:59 -0800