Lines Matching full:instead
88 - Deprecate Z_ASCII; use Z_TEXT instead [Truta]
225 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
240 - Use SYS16BIT instead of __32BIT__ to distinguish between
351 - Use malloc() instead of calloc() in zutil.c if int big enough
356 - Use $cc instead of gcc to build shared library
360 - Use libz.a instead of -lz in Makefile (assure use of compiled library)
401 - use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks)
432 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
484 . ZALLOC the length list in inflate_trees_fixed() instead of using stack
485 . ZALLOC the value area for huft_build() instead of using stack
492 - install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann)
493 - read_buf buf parameter of type Bytef* instead of charf*
503 - use constant arrays for the static trees in trees.c instead of computing
520 - use Tracev instead of Trace in infblock.c
546 - return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress()
584 - use $(SHAREDLIB) instead of libz.so in Makefile.in (for HPUX)
599 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
601 - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
608 - use NO_ERRNO_H instead of enumeration of operating systems with errno.h
629 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
632 - return OK instead
643 - Bytef is define's instead of typedef'd only for Borland C
654 - Bytef is define'd instead of typedef'ed (work around Borland bug)
677 - suppress Makefile.qnx, use configure instead
687 - use zlib-1.0/* instead of zlib/* inside the tar.gz
704 - use exec_prefix instead of prefix for libz.a
713 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc...
714 - use Z_BINARY instead of BINARY
840 - avoid "zip" everywhere, use zlib instead of ziplib.
853 - use Z_FINISH instead of deflateEnd to finish compression.