Lines Matching +refs:cc +refs:check +refs:some +refs:feature

52 - Avoid some conversion warnings in gzread.c and gzwrite.c
57 - Don't compute check value for raw inflate if asked to validate
69 - Fix a bug that can crash deflate on some input when using Z_FIXED
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
291 - Avoid some warnings in contrib/minizip [Vollant]
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()
602 - Add space after #if in zutil.h for some compilers
637 - Make shared object files in objs directory to work around old Sun cc
714 - Add some FAQ entries about the contrib directory
722 - Clean up compilation under Solaris SunStudio cc [Rowe, Reinholdtsen]
746 - Fix compressBound(), was low for some pathological cases [Fearnley]
750 - Fix some warnings in examples/gzlog.c and examples/zran.c (it seems
769 - Clean up some text files (carriage returns, trailing space)
774 - Avoid some Visual C warnings in deflate.c
777 - Fix some spelling errors in comments [Betts]
785 - Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [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
902 - Update some interfaces in contrib for new zlib functions
903 - Update zlib version number in some contrib entries
911 - Possibly faster on some processors (let me know if it is)
918 - Improve some indentation in zconf.h [Truta]
928 - Correct some debug formats in contrib/infback9
933 - Remove some directories in old that have been updated to 1.2
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
976 and fix some method prototypes [Truta]
1034 - Add some casts to minigzip.c
1045 - Add some Windows CE target adjustments [Mai]
1050 - Add UL to some constants [Truta]
1060 - Allow TOO_FAR check to be turned off at compile time [Truta]
1075 - Add some casts in inffast.c
1081 - Add "check" target to Makefile.in that does the same thing as "test"
1105 - Check for some malloc() failures in gzio.c
1111 - Remove MAX #define in trees.c (conflicted with some libraries)
1119 - Use $cc instead of gcc to build shared library
1124 - Update configure to check for snprintf or vsnprintf functions and their
1136 - Add some FAQs (and even answers) to the FAQ
1142 - ZFREE was repeated on same allocation on some error conditions
1145 - Returned incorrect error (Z_MEM_ERROR) on some invalid data
1156 - fix crc check after a gzeek (Frank Faubert)
1170 - avoid some warnings with Borland C (Tom Tanner)
1185 - fix parameter check in deflateCopy (Gunther Nikl)
1189 . Make_vms.com: fixed some typos
1190 . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists
1204 - some simplifications and slight speed-up to the inflate code (Mark)
1222 compression ratio on some files. This also allows inlining _tr_tally for
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)
1265 - include sys/types.h to get off_t on some systems (Marc Lehmann & QingLong)
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
1305 gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code)
1310 - check Z_FINISH in inflate (thanks to Marc Schluper)
1317 (this feature was not implemented anyway in 1.0.4)
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
1380 - Removed some vestigial code in inflate
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)
1515 - don't use inline functions (problem with some gcc versions)
1590 - fix some MSDOS compilation problems