Mark Adler
288f108031
Remove old assembler code in which bugs have manifested.
...
In addition, there is not sufficient gain from the inflate
assembler code to warrant its inclusion.
2017-10-12 20:27:14 -07:00
Mark Adler
7d60b86782
Change version number to 1.2.11.1.
2017-01-15 22:46:03 -08:00
Mark Adler
cacf7f1d4e
zlib 1.2.11
2017-01-15 09:29:40 -08:00
Mark Adler
c38a2603ce
Delete user-specific Visual Studio project files.
2017-01-15 09:07:14 -08:00
Mark Adler
11ceaed751
Change version number to 1.2.10.1.
2017-01-15 09:07:08 -08:00
Mark Adler
4a090adef8
zlib 1.2.10
2017-01-02 18:21:29 -08:00
Mark Adler
20e472546e
Change version number to zlib 1.2.9.1.
2017-01-01 22:24:17 -08:00
Mark Adler
6bdca5060d
Fix some stray 1.2.8.1 version numbers.
2017-01-01 22:23:41 -08:00
Mark Adler
2fa463bacf
zlib 1.2.9
2016-12-31 23:37:10 -08:00
Mark Adler
14e3194e1e
Update Visual Studio project files (AraHaan).
2016-12-31 18:57:48 -08:00
Mark Adler
d6f0da2fa3
Fix character encoding and link in contrib README.
2016-12-30 20:00:51 -08:00
Mark Adler
03614c56ad
Fix some typos.
2016-10-30 08:49:01 -07:00
Mark Adler
70a8763b71
Fix typo in blast.c.
2016-07-10 11:43:17 -07:00
Mark Adler
799c87c0d8
Improve contrib/blast to return unused bytes. Fix the test code
...
to report the count of unused bytes at the end correctly. Add the
ability to provide initial input to blast().
2013-08-24 10:36:32 -07:00
Mark Adler
89e335abb4
Fix contrib/minizip to permit unzipping with desktop API [Zouzou].
2013-08-03 18:13:23 -07:00
Mark Adler
ceeb615f46
Change version number to 1.2.8.1.
2013-05-02 23:12:54 -07:00
Mark Adler
5b5da45640
Fix mixed line endings in contrib/vstudio.
2013-04-28 17:22:27 -07:00
Mark Adler
b4d802825a
Clean up contrib/vstudio [Roß].
2013-04-28 15:57:11 -07:00
Mark Adler
5481269e1f
Update contrib/minizip/iowin32.c for Windows RT [Vollant].
2013-04-28 15:57:11 -07:00
Mark Adler
e8fee0ea7b
Change version number to 1.2.8.
2013-04-28 15:57:10 -07:00
Mark Adler
c714072020
Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc.
2013-04-13 19:33:28 -07:00
Mark Adler
388a285cb8
Change version number to 1.2.7.3.
2013-04-13 18:58:46 -07:00
Mark Adler
8a93f49c86
Change version number to 1.2.7.2.
2013-04-13 08:08:57 -07:00
Enrico Weigelt, metux IT service
318a5e190e
Add man pages for minizip and miniunzip.
2013-03-24 16:28:41 -07:00
Mark Adler
0aac8cf7c4
Clean up the addition of gzvprintf.
2013-03-23 23:47:15 -07:00
Mark Adler
f0546c8e34
Clean up the addition of inflateGetDictionary.
2013-03-23 23:32:58 -07:00
Mark Adler
dd5d0940e9
Add vc11 and vc12 build files to contrib/vstudio.
2013-03-22 17:38:37 -07:00
Fredrik Orderud
79a7058be4
Simplify contrib/vstudio/vc10 with 'd' suffix.
2013-02-23 23:44:00 -08:00
takacsd
63ba7582b8
Fix types in contrib/minizip to match result of get_crc_table().
2013-02-23 23:32:30 -08:00
Jason Williams
00dfee0b2e
Fix casting error in contrib/testzlib/testzlib.c.
2013-02-23 23:28:45 -08:00
Greg Domjan
b116fb588d
Add contrib/vstudio/vc10 pre-build step for static only.
...
Also correct typo for 64-bit debug build.
2013-02-23 22:56:32 -08:00
Mark Adler
10056909c0
Check for invalid code length codes in contrib/puff.
...
Without this fix, it would be possible to construct inputs to puff
that would cause it to segfault.
2013-01-21 10:17:45 -08:00
Mark Adler
b6c5057ca1
Fix comparisons of differently signed integers in contrib/blast.
2012-10-24 22:50:23 -07:00
Mark Adler
b8522e0264
Add note to contrib/blast to use binary mode in stdio.
2012-10-24 22:47:37 -07:00
Mark Adler
62d6112a79
Clean up the usage of z_const and respect const usage within zlib.
...
This patch allows zlib to compile cleanly with the -Wcast-qual gcc
warning enabled, but only if ZLIB_CONST is defined, which adds
const to next_in and msg in z_stream and in the in_func prototype.
A --const option is added to ./configure which adds -DZLIB_CONST
to the compile flags, and adds -Wcast-qual to the compile flags
when ZLIBGCCWARN is set in the environment.
2012-08-13 00:02:40 -07:00
Mark Adler
aef4174dd2
Remove unused variable in infback9.c.
2012-07-08 16:48:36 -07:00
Birunthan Mohanathas
f51cc49c94
Fix comment typos in unzip.h and unzip.c.
2012-07-08 16:34:08 -07:00
Mark Adler
dca9e1d6f3
Add inflateGetDictionary() function.
2012-05-26 23:25:35 -07:00
Mark Adler
2689b3cceb
Change version number to 1.2.7.1.
2012-05-02 22:38:26 -07:00
jK
ba04838a74
Fix contrib/minizip compilation in the MinGW environment.
2012-03-26 20:17:41 -07:00
Birunthan Mohanathas
11f4065ea9
Remove gzflags from zlibvc.def in vc9 and vc10.
2012-03-22 22:24:52 -07:00
Mark Adler
dbe0bed739
Add gzopen_w() in Windows for wide character path names.
2012-03-16 20:53:09 -07:00
Mark Adler
e3ba2a10ca
Fix contrib/vstudio project link errors [Mohanathas].
2012-03-04 09:46:25 -08:00
Mark Adler
d81e7213b7
Restore gzgetc_ for backward compatibility with 1.2.6.
2012-02-18 14:15:17 -08:00
Mark Adler
455adc3029
Expunge gzgetc_ from configuration files.
2012-02-13 23:34:48 -08:00
Mark Adler
72e2c8f088
Change version number to 1.2.7.
2012-02-12 16:15:47 -08:00
Mark Adler
fc68b60086
Minor cleanup in contrib/minizip/zip.c [Vollant].
2012-02-04 10:14:13 -08:00
Mark Adler
55b8b5fec1
Put gzflags() functionality back in zutil.c.
...
gzflags() was put in gzwrite.c in order to be compiled exactly the
same as gzprintf(), so that it was guaranteed to return the correct
information. However that causes a static linkage to zlib to bring
in many routines that are often not used. All that is required to
duplicate the compilation environment of gzprintf() is to include
gzguts.h. So that is now done in zutil.c to assure that the correct
flags are returned.
2012-02-01 23:25:34 -08:00
Mark Adler
7b3f71ba5f
Change version number to 1.2.6.1.
2012-01-29 21:15:24 -08:00
Jonathan Nieder
32d8a5379e
Add an --enable-demos option to contrib/minizip/configure.
...
This makes build-testing and installing the minizip/miniunzip programs
as simple as "autoreconf -if && ./configure --enable-demos && make &&
make install". Without --enable-demos, the makefile will only build
and install the library, as before. Helped by Mike Frysinger.
minizip/miniunzip were not intended to be general-purpose installed
utilities, but they can be useful from time to time as a lightweight
substitute for zip/unzip. You can also use them to quickly test that
the library installation procedure worked.
2012-01-21 17:15:48 -08:00