Mark Adler
e011d8c164
Add deflateUsed() function to get the used bits in the last byte.
...
This returns the number of used bits in the last byte of a stream
that has just been compressed with deflate.
8 months ago
Mark Adler
b14484997a
Fix version numbers in vstudio definition files.
...
They can only have a major and a minor version.
1 year ago
Mark Adler
9f0f2d4f9f
Change version number on develop branch to 1.3.1.1.
1 year ago
Mark Adler
51b7f2abda
zlib 1.3.1
1 year ago
Mark Adler
8988e03256
Update version numbers and year in contrib/vstudio/vc17.
2 years ago
Mark Adler
60bfe641af
Rename contrib/vstudio/vc143 to vc17.
...
This makes it consistent with the other vstudio projects, which
use the version number.
2 years ago
AraHaan
d7de5971f4
Add VS2022 project files.
...
Also replaced Itanium with ARM and ARM64 configurations.
2 years ago
Mark Adler
4c5a81c2ae
Remove carriage returns from contrib/vstudio/readme.txt.
2 years ago
Mark Adler
3a98b57e55
Change version number on develop branch to 1.3.0.1.
2 years ago
Mark Adler
09155eaa2f
zlib 1.3
2 years ago
Mark Adler
41fda48fc2
Change version number on develop branch to 1.2.13.1.
2 years ago
Mark Adler
04f42ceca4
zlib 1.2.13
2 years ago
Mark Adler
d0704a8201
Remove deleted assembler code references.
...
The code was removed, but the builds that used the code were not
updated. This fixes that. Thanks to Adenilson and toxieainc for
the patches.
2 years ago
Mark Adler
a4c17581d8
Change version number on develop branch to 1.2.12.1.
3 years ago
Mark Adler
21767c654d
zlib 1.2.12
3 years ago
Mark Adler
7d60b86782
Change version number to 1.2.11.1.
8 years ago
Mark Adler
cacf7f1d4e
zlib 1.2.11
8 years ago
Mark Adler
c38a2603ce
Delete user-specific Visual Studio project files.
8 years ago
Mark Adler
11ceaed751
Change version number to 1.2.10.1.
8 years ago
Mark Adler
4a090adef8
zlib 1.2.10
8 years ago
Mark Adler
20e472546e
Change version number to zlib 1.2.9.1.
8 years ago
Mark Adler
6bdca5060d
Fix some stray 1.2.8.1 version numbers.
8 years ago
Mark Adler
2fa463bacf
zlib 1.2.9
8 years ago
Mark Adler
14e3194e1e
Update Visual Studio project files (AraHaan).
8 years ago
Mark Adler
ceeb615f46
Change version number to 1.2.8.1.
12 years ago
Mark Adler
5b5da45640
Fix mixed line endings in contrib/vstudio.
12 years ago
Mark Adler
b4d802825a
Clean up contrib/vstudio [Roß].
12 years ago
Mark Adler
e8fee0ea7b
Change version number to 1.2.8.
12 years ago
Mark Adler
c714072020
Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc.
12 years ago
Mark Adler
388a285cb8
Change version number to 1.2.7.3.
12 years ago
Mark Adler
8a93f49c86
Change version number to 1.2.7.2.
12 years ago
Mark Adler
0aac8cf7c4
Clean up the addition of gzvprintf.
12 years ago
Mark Adler
f0546c8e34
Clean up the addition of inflateGetDictionary.
12 years ago
Mark Adler
dd5d0940e9
Add vc11 and vc12 build files to contrib/vstudio.
12 years ago
Fredrik Orderud
79a7058be4
Simplify contrib/vstudio/vc10 with 'd' suffix.
12 years ago
Greg Domjan
b116fb588d
Add contrib/vstudio/vc10 pre-build step for static only.
...
Also correct typo for 64-bit debug build.
12 years ago
Mark Adler
dca9e1d6f3
Add inflateGetDictionary() function.
13 years ago
Mark Adler
2689b3cceb
Change version number to 1.2.7.1.
13 years ago
Birunthan Mohanathas
11f4065ea9
Remove gzflags from zlibvc.def in vc9 and vc10.
13 years ago
Mark Adler
dbe0bed739
Add gzopen_w() in Windows for wide character path names.
13 years ago
Mark Adler
e3ba2a10ca
Fix contrib/vstudio project link errors [Mohanathas].
13 years ago
Mark Adler
d81e7213b7
Restore gzgetc_ for backward compatibility with 1.2.6.
13 years ago
Mark Adler
455adc3029
Expunge gzgetc_ from configuration files.
13 years ago
Mark Adler
72e2c8f088
Change version number to 1.2.7.
13 years ago
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.
13 years ago
Mark Adler
7b3f71ba5f
Change version number to 1.2.6.1.
13 years ago
Mark Adler
ce0ca940c2
Fix function numbers for gzgetc_ in zlibvc.def files.
13 years ago
Mark Adler
0ddfbd2346
Change version number to 1.2.6.
13 years ago
Mark Adler
3d85f02a09
Restore gzgetc function for binary compatibility.
...
Newly compiled applications will use the gzgetc macro.
13 years ago
Mark Adler
df60b50769
Change version numbers to 1.2.5.3.
13 years ago