third_party/zlib
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.
2012-01-21 Jonathan NiederAdd -I../.. -L../.. to CFLAGS for minizip and miniunzip.
2012-01-21 Mark AdlerRemove trailing space in contrib/minizip/minizip.c.
2012-01-21 Mark AdlerAvoid some warnings in contrib/minizip [Vollant].
2012-01-21 Mark AdlerProtect for long name and extra fields in contrib/miniz...
2012-01-21 Mark AdlerFix bug when compiling minizip with C++ [Vollant].
2012-01-21 Mark AdlerMinor cleanup up contrib/minizip/unzip.c [Vollant].
2012-01-21 Mark AdlerAvoid warning for no encryption in contrib/minizip...
2012-01-21 Mark AdlerMake version explicit in contrib/minizip/configure...
2012-01-19 Mark AdlerInclude io.h for Turbo C / Borland C on all platforms...
2012-01-17 Mark AdlerCorrect suggested usages in win32/Makefile.msc [שחר...
2012-01-17 Mark AdlerFix compilation of contrib/minizip on FreeBSD [Márquez].
2012-01-17 Mark AdlerFix contrib/minizip/zip.c for 64-bit architectures...
2012-01-17 Mark AdlerFix CMakeLists.txt for cross compilation [McClure].
2012-01-17 Mark AdlerHave ./configure use the compiler return code for error...
2012-01-17 Mark AdlerFix large-entry detection in minizip on 64-bit systems...
2012-01-17 Mark AdlerFix configure.ac for contrib/minizip [Schiffer].
2012-01-17 Mark AdlerFix function numbers for gzgetc_ in zlibvc.def files.
2012-01-17 Mark AdlerUpdate the Pascal interface in contrib/pascal.
2012-01-17 Mark AdlerChange version number to 1.2.6.
2012-01-16 Mark Adlerzlib 1.2.5.3
2012-01-14 Mark AdlerMake sure that no extra inserting is done if the strate...
2012-01-14 Mark AdlerInsert the first two strings in the hash table after...
2012-01-07 Mark AdlerWrite out all of the available bits when using Z_BLOCK.
next