Yann Collet
42a22af78b
fix zlibWrapper for Visual Studio
...
As per https://github.com/facebook/zstd/issues/1800#issuecomment-545945050 ,
Visual does not support `ssize_t` type,
which is an issue for `gzread.c`.
Added a work around, suggested by @bluenlive
Note : I have not been able to confirm the problem,
so this is a blind fix.
This seems safe outside of Visual, since it is gated by _MSC_VER macro.
2019-10-24 15:19:05 -07:00
Yann Collet
cb18fffe65
enforce C90 compatibility for zlibWrapper
2019-09-24 17:50:58 -07:00
Yann Collet
32fb407c9d
updated a bunch of headers
...
for the new license
2017-08-18 16:52:05 -07:00
Przemyslaw Skibinski
957a6d596b
updated link to copyright notice
2017-01-18 19:04:00 +01:00
Przemyslaw Skibinski
c3a04deda2
fixed clang warnings in gzread.c and gzwrite.c
2017-01-18 14:36:10 +01:00
Przemyslaw Skibinski
5735fd74ee
gzread.c updated to zlib 1.2.11
2017-01-18 12:14:01 +01:00
Yann Collet
9ceb49e097
fixed zlib_wrapper conversion warnings
2016-12-22 15:26:33 +01:00
Przemyslaw Skibinski
622d741a67
updated zlib copyright notice
2016-12-13 19:44:07 +01:00
Przemyslaw Skibinski
dc2fe75732
gzread.c: improved comments
2016-12-01 11:56:20 +01:00
Przemyslaw Skibinski
f0d7da79de
updated headers in gz* files
2016-11-29 18:02:34 +01:00
Przemyslaw Skibinski
0feb24a2fa
gzread.c, gzwrite.c: gz_statep is union
2016-11-29 16:05:52 +01:00
Przemyslaw Skibinski
c77befef81
make gz* functions compatible with zlib 1.2.3+
2016-11-28 14:09:26 +01:00
Przemyslaw Skibinski
3bf9a72d95
experimental support for gz* functions
2016-11-24 18:26:30 +01:00