Lines Matching +refs:cc +refs:check +refs:includes

57 - Don't compute check value for raw inflate if asked to validate
83 - Don't bother computing check value after successful inflateSync()
87 - Explicitly note that the 32-bit check values are 32 bits
104 - Check for cc masquerading as gcc or clang in configure
161 - Change check for a four-byte type back to hexadecimal
176 - Fix configure check for veracity of compiler error return codes
207 - Remove runtime check in configure for four-byte integer type
239 - If using cmake with MSVC, add the source directory to the includes
386 - Add test to configure for GNU C looking for gcc in output of $cc -v
405 - Add a check in configure for stdarg.h, use for gzprintf()
474 - Add check for shell to configure and invoke another shell if needed
477 - Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE
490 - Remove errno.h check in configure and vestigial errno code in zutil.h
594 - Remove zlib version check in gzwrite()
637 - Make shared object files in objs directory to work around old Sun cc
722 - Clean up compilation under Solaris SunStudio cc [Rowe, Reinholdtsen]
800 - Fix crc check bug in gzread() after gzungetc() [Heiner]
821 - Add INFLATE_STRICT to check distances against zlib header
839 - Fix inflate header crc check bug for file names and comments
952 - Perform more rigorous check for distance-too-far in inffast.c
956 - Replace size_t with ptrdiff_t in crc32.c, and check for correct size
1060 - Allow TOO_FAR check to be turned off at compile time [Truta]
1081 - Add "check" target to Makefile.in that does the same thing as "test"
1119 - Use $cc instead of gcc to build shared library
1124 - Update configure to check for snprintf or vsnprintf functions and their
1156 - fix crc check after a gzeek (Frank Faubert)
1185 - fix parameter check in deflateCopy (Gunther Nikl)
1210 - do not wrap extern "C" around system includes (Tom Lane)
1249 . Simplify Z_FINISH check in inflate()
1252 - in inftrees.c, avoid cc -O bug on HP (Farshid Elahi)
1259 - fix check for presence of directories in "make install" (Ian Willis)
1269 - check return code of example in "make test" and display result
1277 - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit)
1297 - check gzseek in write mode in example.c
1310 - check Z_FINISH in inflate (thanks to Marc Schluper)
1360 - fix suffix check for "minigzip -d foo.gz"
1366 - check for unistd.h in configure (for off_t)
1367 - remove useless check parameter in inflate_blocks_free
1368 - avoid useless assignment of s->check to itself in inflate_blocks_new
1400 - better check for 16-bit mode MSC (avoids problem with Symantec)
1462 - avoid warning on fdopen (gzio.c) for HP cc -Aa
1472 - check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode)