Lines Matching refs:instead
74 - Use __WATCOMC__ instead of __WATCOM__
152 - Have gzputc return the character written instead of the argument
232 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
301 - Move z_off64_t to public interface, use instead of off64_t
316 - Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt]
420 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
432 - Remove zlibdefs.h completely -- modify zconf.h instead
475 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
544 - Use ftello() and fseeko() if available instead of ftell() and fseek()
557 - Remove zconf.in.h and instead create a new zlibdefs.h file
705 - Deprecate Z_ASCII; use Z_TEXT instead [Truta]
842 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
857 - Use SYS16BIT instead of __32BIT__ to distinguish between
968 - Use malloc() instead of calloc() in zutil.c if int big enough
973 - Use $cc instead of gcc to build shared library
977 - Use libz.a instead of -lz in Makefile (assure use of compiled library)
1018 - use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks)
1049 - use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
1101 . ZALLOC the length list in inflate_trees_fixed() instead of using stack
1102 . ZALLOC the value area for huft_build() instead of using stack
1109 - install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann)
1110 - read_buf buf parameter of type Bytef* instead of charf*
1120 - use constant arrays for the static trees in trees.c instead of computing
1137 - use Tracev instead of Trace in infblock.c
1163 - return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress()
1201 - use $(SHAREDLIB) instead of libz.so in Makefile.in (for HPUX)
1216 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
1218 - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
1225 - use NO_ERRNO_H instead of enumeration of operating systems with errno.h
1246 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
1249 - return OK instead of BUF_ERROR if previous deflate call returned with
1260 - Bytef is define's instead of typedef'd only for Borland C
1271 - Bytef is define'd instead of typedef'ed (work around Borland bug)
1294 - suppress Makefile.qnx, use configure instead
1304 - use zlib-1.0/* instead of zlib/* inside the tar.gz
1321 - use exec_prefix instead of prefix for libz.a
1330 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc...
1331 - use Z_BINARY instead of BINARY
1457 - avoid "zip" everywhere, use zlib instead of ziplib.
1470 - use Z_FINISH instead of deflateEnd to finish compression.