Lines Matching +full:01 +full:- +full:win32
10 1. Is zlib Y2K-compliant?
17 file win32/DLL_FAQ.txt in the zlib distribution.
22 * http://marknelson.us/1997/01/01/zlib-engine/
23 * win32/DLL_FAQ.txt in the zlib distribution
37 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be
58 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte
101 can #include <zlib.h>, it's there. The -lz option will probably link to
141 on the other hand was designed for in-memory and communication channel
151 21. Is zlib thread-safe?
153 Yes. However any library routines that zlib uses and any application-
154 provided memory allocation routines must also be thread-safe. zlib's gz*
179 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
193 25. Will zlib work on a big-endian or little-endian architecture, and can I
198 26. Will zlib work on a 64-bit machine?
200 Yes. It has been tested on 64-bit machines, and has no dependence on any
201 data types being limited to 32-bits in length. If you have any
277 1.1.3 and before were subject to a double-free vulnerability, and versions
288 35. I get this or that compiler or source-code scanner warning when I crank it
289 up to maximally-pedantic. Can't you guys write proper code?
319 http://www.info-zip.org/