Lines Matching +refs:cc +refs:check +refs:functions

34 - Correct incorrect inputs provided to the CRC functions
35 - Repair prototypes and exporting of new CRC functions
57 - Don't compute check value for raw inflate if asked to validate
63 - Make the names in functions declarations identical to definitions
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
105 - Fix crc32.c to compile local functions only if used
139 - Assure that deflateParams() will not switch functions mid-block
147 - Add crc32_z() and adler32_z() functions with size_t lengths
161 - Change check for a four-byte type back to hexadecimal
166 - Replace use of unsafe string functions with snprintf if available
176 - Fix configure check for veracity of compiler error return codes
207 - Remove runtime check in configure for four-byte integer type
365 - Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF
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()
425 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
426 - Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C
445 - Make *64 prototypes in gzguts.h consistent with functions
453 - Really provide prototypes for *64 functions when building without LFS
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
488 - Provide prototypes for *64 functions when building zlib without LFS
490 - Remove errno.h check in configure and vestigial errno code in zutil.h
516 - Remove *64 functions from win32/zlib.def (they're not 64-bit yet)
549 - Add *64 functions to zlib.map [Levin]
577 - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_
594 - Remove zlib version check in gzwrite()
612 - Replace use of errno in gz* with functions, support WinCE [Alves]
637 - Make shared object files in objs directory to work around old Sun cc
666 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
691 - Provide two versions of all functions that use the z_off_t type for
722 - Clean up compilation under Solaris SunStudio cc [Rowe, Reinholdtsen]
783 - Move declarations of gf2 functions to right place in crc32.c [Oberhumer]
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
842 - Add crc32_combine() and adler32_combine() functions
844 - Use zstreamp consistently in zlib.h (inflate_back functions)
902 - Update some interfaces in contrib for new zlib functions
923 - Fix configure to properly detect presence or lack of printf functions
942 - Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta]
951 - Use internal off_t counters in gz* functions to properly handle seeks
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
963 - Introduce ZLIB_WINAPI macro to allow the export of functions using
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"
1094 - Added inflateBack functions using a callback interface--even faster
1101 - Add deflateBound() and compressBound() functions
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)
1238 - added gzputs and gzgets functions
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
1301 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
1304 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
1310 - check Z_FINISH in inflate (thanks to Marc Schluper)
1320 - add EXPORT in all exported functions (for Windows DLL)
1326 A C++ I/O streams interface to the zlib gz* functions
1332 How to use compress(), uncompress() and the gz* functions from VB
1349 - assign numbers to the exported functions in zlib.def (for Windows DLL)
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)
1446 - prefix all global functions and types with z_ with -DZ_PREFIX
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)
1515 - don't use inline functions (problem with some gcc versions)
1522 - temporarily disable inline functions