Lines Matching full:avoid

34 - Add zipAlreadyThere() to minizip zip.c to help avoid duplicates
37 - Avoid out-of-bounds pointer arithmetic in inflateCopy()
101 - Avoid a conversion error in gzseek when off_t type too small
103 - Avoid some conversion warnings in gzread.c and gzwrite.c
110 - Avoid the use of ptrdiff_t
111 - Avoid an undefined behavior of memcpy() in gzappend()
112 - Avoid undefined behaviors of memcpy() in gz*printf()
113 - Avoid an undefined behavior of memcpy() in _tr_stored_block()
139 - Avoid adding empty gzip member after gzflush with Z_FINISH
143 - Change macro name in inflate.c to avoid collision in VxWorks
163 - Avoid warnings on snprintf() return value
179 - Avoid uninitialized access by gzclose_w()
218 - Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]
233 - Avoid shift equal to bits in type (caused endless loop)
274 - Avoid using __int64 for gcc or solo compilation
275 - Cast to char * in gzprintf to avoid warnings [Zinser]
294 - Avoid the use of the -u option with mktemp
305 - Avoid race condition for parallel make (-j) running example
309 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
313 - Avoid the use of the Objective-C reserved name "id"
318 - Avoid library header include in crc32.c for Z_SOLO
338 - Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]
342 - Avoid some warnings in contrib/minizip [Vollant]
361 - Avoid extraneous empty blocks when doing empty flushes
371 - Avoid searching past window for Z_RLE strategy
402 - Change ON macro to Z_ARG to avoid application conflicts
412 - Have inflate() with Z_FINISH avoid the allocation of a window
416 - Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF
422 - Avoid symbolic argument to chmod in Makefile.in
446 - Avoid deflate sensitivity to volatile input data
447 - Avoid division in adler32_combine for NO_DIVIDE
450 - Use u4 type for crc_table to avoid conversion warnings
451 - Apply casts in zlib.h to avoid conversion warnings
475 - Avoid mkdir objs race condition in Makefile.in [Bowler]
495 - Avoid use of undefined symbols in #if with && and ||
516 - Avoid initialization of structures with variables in puff.c
529 - Avoid errors on non-LFS systems when applications define LFS macros
559 - Avoid use of "eof" parameter in trees.c to not shadow library variable
579 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
586 - Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
597 - Avoid comparison problem when sizeof(int) == sizeof(z_off64_t)
606 - Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
622 - Avoid warnings in configure tests that hide functionality [Weigelt]
625 - Avoid access of uninitialized data for first inflateReset2 call [Gomes]
632 - Avoid void * arithmetic in gzread.c and gzwrite.c
634 - Avoid unused parameter warning in inflate.c
635 - Avoid signed-unsigned comparison warning in inflate.c
659 - Change name of "write" variable in inffast.c to avoid library collisions
662 - Remove compressBound() call in deflate.c to avoid linking compress.o
710 - Add ush casts in trees.c to avoid pedantic runtime errors
722 - Clear bytes after deflate lookahead to avoid use of uninitialized data
731 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
767 - Avoid extraneous reads after EOF in gzio.c [Brown]
825 - Avoid some Visual C warnings in deflate.c
826 - Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit
835 - Add cast in trees.c t avoid a warning [Oberhumer]
836 - Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [Oberhumer]
864 - Add casts in crc32.c to avoid warnings [Oberhumer]
870 avoid implicit memcpy calls (portability for no-library compilation)
901 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
1026 - Avoid inclusion of the nonstandard <memory.h> in contrib/iostream,
1028 - Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip
1030 - Avoid the use of backslash (\) in contrib/minizip [Vollant]
1039 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
1083 - Attempt to avoid warnings in crc32.c for pointer-int conversion
1088 - Change leave label to inf_leave in inflate.c and infback.c to avoid
1093 - More typecasting in deflate.c to avoid warnings
1104 - Expand use of NO_DUMMY_DECL to avoid all dummy structures
1197 - Avoid accesses before window for invalid distances with inflate window
1199 - force windowBits > 8 to avoid a bug in the encoder for a window size
1221 - avoid some warnings with Borland C (Tom Tanner)
1279 - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler)
1293 - replace EXPORT with ZEXPORT to avoid conflict with other programs
1302 - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8
1303 - in inftrees.c, avoid cc -O bug on HP (Farshid Elahi)
1304 - in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with
1322 - simplifying code of inflateSync to avoid gcc 2.8 bug
1325 - avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn)
1326 - fix test for shared library support to avoid compiler warnings
1331 - avoid warnings in gzio.c and deflate.c (Andreas Kleinert)
1350 - avoid signed/unsigned comparisons (Tim Wegner, Gilles Vollant)
1392 - Allow compilation of gzio with -DNO_DEFLATE to avoid the compression code
1404 - avoid "versionString"[0] (Borland bug)
1416 - Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion
1419 - avoid useless assignment of s->check to itself in inflate_blocks_new
1421 - rename FOPEN as F_OPEN to avoid clash with /usr/include/sys/file.h
1440 - use z_error only for DEBUG (avoid problem with DLLs)
1458 - avoid reading uninitialized memory in example.c
1463 Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion]
1478 - avoid many warnings (unused variables, dead assignments, etc...)
1511 - avoid harmless warnings for Borland C++
1513 - avoid warning on fdopen (gzio.c) for HP cc -Aa
1519 - renamed ct_* as _tr_* to avoid conflict with applications
1523 - check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode)
1527 - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc.
1540 - don't use unsized arrays to avoid silly warnings by Visual C++:
1564 - avoid complex expression in infcodes.c triggering Turbo C bug
1568 - avoid warning about (unused) pointer before start of array in deflate.c
1569 - avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c
1570 - avoid reserved word 'new' in trees.c
1618 - avoid many warnings for MSDOS
1619 - avoid the ERROR symbol which is used by MS Windows
1654 - avoid "zip" everywhere, use zlib instead of ziplib