Lines Matching refs:avoid

95 - Change macro name in inflate.c to avoid collision in VxWorks
227 - Cast to char * in gzprintf to avoid warnings [Zinser]
261 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
354 - Change ON macro to Z_ARG to avoid application conflicts
364 - Have inflate() with Z_FINISH avoid the allocation of a window
402 - Use u4 type for crc_table to avoid conversion warnings
403 - Apply casts in zlib.h to avoid conversion warnings
531 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
611 - Change name of "write" variable in inffast.c to avoid library collisions
614 - Remove compressBound() call in deflate.c to avoid linking compress.o
662 - Add ush casts in trees.c to avoid pedantic runtime errors
674 - Clear bytes after deflate lookahead to avoid use of uninitialized data
683 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
787 - Add cast in trees.c t avoid a warning [Oberhumer]
816 - Add casts in crc32.c to avoid warnings [Oberhumer]
822 avoid implicit memcpy calls (portability for no-library compilation)
980 - Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip
991 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
1035 - Attempt to avoid warnings in crc32.c for pointer-int conversion
1040 - Change leave label to inf_leave in inflate.c and infback.c to avoid
1045 - More typecasting in deflate.c to avoid warnings
1056 - Expand use of NO_DUMMY_DECL to avoid all dummy structures
1151 - force windowBits > 8 to avoid a bug in the encoder for a window size
1173 - avoid some warnings with Borland C (Tom Tanner)
1231 - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler)
1245 - replace EXPORT with ZEXPORT to avoid conflict with other programs
1255 - in inftrees.c, avoid cc -O bug on HP (Farshid Elahi)
1256 - in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with
1274 - simplifying code of inflateSync to avoid gcc 2.8 bug
1277 - avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn)
1278 - fix test for shared library support to avoid compiler warnings
1283 - avoid warnings in gzio.c and deflate.c (Andreas Kleinert)
1302 - avoid signed/unsigned comparisons (Tim Wegner, Gilles Vollant)
1344 - Allow compilation of gzio with -DNO_DEFLATE to avoid the compression code
1356 - avoid "versionString"[0] (Borland bug)
1368 - Avoid expanded $Id. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
1371 - avoid useless assignment of s->check to itself in inflate_blocks_new
1373 - rename FOPEN as F_OPEN to avoid clash with /usr/include/sys/file.h
1392 - use z_error only for DEBUG (avoid problem with DLLs)
1410 - avoid reading uninitialized memory in example.c
1415 Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion]
1430 - avoid many warnings (unused variables, dead assignments, etc...)
1463 - avoid harmless warnings for Borland C++
1465 - avoid warning on fdopen (gzio.c) for HP cc -Aa
1471 - renamed ct_* as _tr_* to avoid conflict with applications
1475 - check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode)
1479 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc.
1492 - don't use unsized arrays to avoid silly warnings by Visual C++:
1516 - avoid complex expression in infcodes.c triggering Turbo C bug
1520 - avoid warning about (unused) pointer before start of array in deflate.c
1521 - avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c
1522 - avoid reserved word 'new' in trees.c
1570 - avoid many warnings for MSDOS
1571 - avoid the ERROR symbol which is used by MS Windows
1606 - avoid "zip" everywhere, use zlib instead of ziplib