third_party/zlib
2012-06-10 Mark AdlerFix configure check for veracity of compiler error...
2012-06-10 Mark AdlerDelete "--version" file if created by "ar --version...
2012-06-10 Mark AdlerCleaner check for whether libtool is Apple or not on...
2012-06-10 Mark AdlerOn Darwin, only use /usr/bin/libtool if libtool is...
2012-06-03 Mark AdlerUse _snprintf for snprintf under Microsoft C in test...
2012-06-03 Mark AdlerUse _snprintf for snprinf in Microsoft C.
2012-06-02 Mark AdlerCorrect comment in deflate.h.
2012-05-27 Mark AdlerAdd inflateGetDictionary() function.
2012-05-23 Mark AdlerFix bug in 'F' mode for gzopen().
2012-05-20 Mark AdlerEliminate use of mktemp in Makefile (not always available).
2012-05-18 Mark AdlerFix gzgetc undefine when Z_PREFIX set [Turk].
2012-05-04 Mark AdlerAvoid including stddef.h on Windows for Z_SOLO compile...
2012-05-03 Mark AdlerReplace use of unsafe string functions with snprintf...
2012-05-03 Mark AdlerChange version number to 1.2.7.1.
2012-05-03 Mark Adlerzlib 1.2.7
2012-05-03 Mark AdlerAdd instructions to win32/Makefile.gcc for shared insta...
2012-05-02 Mark AdlerForce the native libtool in Mac OS X to avoid GNU libto...
2012-04-30 Daniel SniderFix the path to zlib.map in CMakeLists.txt.
2012-04-30 Mark AdlerFix parsing of version with "-" in CMakeLists.txt ...
2012-04-30 Mark AdlerFix location of executable for finding a four-byte...
2012-04-29 Mark AdlerFix type mismatch between get_crc_table() and crc_table.
2012-04-23 Mark AdlerAvoid race condition for parallel make (-j) running...
2012-04-23 Mark AdlerRemove -R. from Solaris shared build (possible security...
2012-04-23 Mark AdlerUpdate ./configure for Solaris, support --64 [Mooney].
2012-04-01 Mark AdlerAdd more comments to configure.
2012-03-27 jKFix contrib/minizip compilation in the MinGW environment.
2012-03-23 Birunthan MohanathasRemove gzflags from zlibvc.def in vc9 and vc10.
2012-03-18 Mark AdlerAttempt to convert the wchar_t path in gzopen_w() for...
2012-03-18 Mark AdlerFix syntax error in gzlib.c.
2012-03-18 Peter KuemmelLook in build directory for zlib.pc in CMakeLists.txt.
2012-03-18 Mark AdlerMore fixes for gzopen_w().
2012-03-18 Mark AdlerFix gzopen_w() type and add #include for the type.
2012-03-18 Peter KuemmelAdd source directory in CMakeLists.txt for building...
2012-03-18 Peter KuemmelRename zconf.h in CMakeLists.txt to move it out of...
2012-03-17 Mark AdlerAdd gzopen_w() in Windows for wide character path names.
2012-03-15 Mark AdlerRecognize clang as gcc.
2012-03-14 Mark AdlerImprove inflate() documentation on the use of Z_FINISH.
2012-03-14 Mark AdlerMake sure that unistd.h is included before using _LFS64...
2012-03-14 Mark AdlerRepair some damage caused by -Wundef allowance.
2012-03-14 Mark AdlerAvoid the use of the -u option with mktemp.
2012-03-14 Mark AdlerAllow the use of -Wundef when compiling or using zlib.
2012-03-13 Mark AdlerMove obsolete emx makefile to old [Truta].
2012-03-13 Mark AdlerRemove unneeded EXTRA_CFLAGS from win32/Makefile.gcc...
2012-03-13 Christoph J... If using cmake with MSVC, add the source directory...
2012-03-11 Christoph J... Include version symbols for cmake builds.
2012-03-11 Christoph J... Build both a static and a shared version of zlib with...
2012-03-11 Christoph J... Generate and install the pkg-config file with cmake.
2012-03-11 Christoph J... Allow overriding the default install locations for...
2012-03-11 Mark AdlerUpdate copyright years in gzlib.c.
2012-03-10 Mark AdlerFix comments in win32/Makefile.gcc for proper usage.
2012-03-10 Mark AdlerAvoid warnings when O_CLOEXEC or O_EXCL are not defined.
2012-03-10 Nathan Phillip... Add DESTDIR support to mingw32 win32/Makefile.gcc.
2012-03-10 Mark AdlerAdd ability to choose the builder in make_vms.com ...
2012-03-04 Mark AdlerMake sure that O_EXCL is used portably.
2012-03-04 Mark AdlerFix contrib/vstudio project link errors [Mohanathas].
2012-03-04 Mark AdlerFix bug in test/minigzip.c for configure --solo.
2012-03-03 Mark AdlerAdd "x" (O_EXCL) and "e" (O_CLOEXEC) modes support...
2012-03-03 Mark AdlerFix bug in gzclose_w() when gzwrite() fails to allocate...
2012-03-03 Mark AdlerSimplify test and use of gcc hidden attribute.
2012-03-03 Mark AdlerDon't use library or built-in byte swaps.
2012-03-03 Mark AdlerFix make_vms.com for VAX [Zinser].
2012-03-03 Mark AdlerCast to char * in gzprintf to avoid warnings [Zinser].
2012-02-20 Mark AdlerAvoid using __int64 for gcc or solo compilation.
2012-02-20 Mark AdlerImprove the detection of no hidden visibility attribute.
2012-02-20 Mark AdlerDo not use the visibility attribute if NO_VIZ defined.
2012-02-20 Mark AdlerUpdate version numbers and year in win32/README-WIN32...
2012-02-19 Mark AdlerUse __WATCOMC__ instead of __WATCOM__.
2012-02-18 Mark AdlerInclude unistd.h for Watcom C.
2012-02-18 Mark AdlerRequire gcc 4.0 or later on Mac OS X to use the hidden...
2012-02-18 Török EdwinFix build with non-GNU make on Solaris.
2012-02-18 Mark AdlerRestore gzgetc_ for backward compatibility with 1.2.6.
2012-02-18 Mark AdlerTest for existence of strerror.
2012-02-18 Mark AdlerReplace use of memmove() with a simple copy for portabi...
2012-02-14 Mark AdlerExpunge gzgetc_ from configuration files.
2012-02-14 Mark AdlerRemove unnecessary include for byte swap built-in ...
2012-02-13 Mark AdlerDon't use built-in byte swaps if compiled solo.
2012-02-13 Mark AdlerChange version number to 1.2.7.
2012-02-12 Mark Adlerzlib 1.2.6.1
2012-02-11 Mark AdlerFix minor typo in zlib.h comments [Rześniowiecki].
2012-02-11 Mark AdlerUse optimized byte swap operations for Microsoft and...
2012-02-11 Mark AdlerRemove unnecessary gzgetc_ function.
2012-02-05 Mark AdlerUpdate make_vms.com [Zinser].
2012-02-04 Mark AdlerMinor cleanup in contrib/minizip/zip.c [Vollant].
2012-02-04 Mark AdlerUse name in GCC_CLASSIC as C compiler for coverage...
2012-02-02 Mark AdlerAvoid library header include in crc32.c for Z_SOLO.
2012-02-02 Mark AdlerPut gzflags() functionality back in zutil.c.
2012-02-02 Mark AdlerInclude gz_header definition when compiling zlib solo.
2012-01-31 Mark AdlerFix problem with ./configure --prefix and gzgetc macro.
2012-01-30 Mark AdlerInclude io.h in gzguts.h for Microsoft compilers.
2012-01-30 Mark AdlerAvoid the use of the Objective-C reserved name "id".
2012-01-30 Mark AdlerChange version number to 1.2.6.1.
2012-01-29 Mark Adlerzlib 1.2.6
2012-01-29 Mark AdlerCorrect in zlib.map when deflateResetKeep was added.
2012-01-29 Mark AdlerUse the -m option on ldconfig for BSD systems [Tobias].
2012-01-29 Mark AdlerHave gzputc return the character written instead of...
2012-01-29 Mark AdlerExit when required parameters not provided to win32...
2012-01-28 Mark AdlerAdd the generation of configure.log by ./configure.
2012-01-22 Jonathan NiederAdd an --enable-demos option to contrib/minizip/configure.
2012-01-21 Jonathan NiederAdd support for VPATH builds in contrib/minizip.
2012-01-21 Jonathan NiederAdd missing libs to minizip linker command.
next