Lines Matching refs:fix

215 - fix ld error: unable to find version dependency 'ZLIB_1.2.5'
256 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
331 - Remove attempt to run under bash or ksh since have better NetBSD fix
747 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
873 and fix some method prototypes [Truta]
1046 of 256 bytes. (A complete fix will be available in 1.1.5).
1049 - fix "an inflate input buffer bug that shows up on rare but persistent
1051 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1052 - fix gzseek(..., SEEK_SET) in write mode
1053 - fix crc check after a gzeek (Frank Faubert)
1054 - fix miniunzip when the last entry in a zip file is itself a zip file
1068 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
1074 - fix maketree.c compilation error (Glenn, Mark)
1080 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane)
1081 - fix maketree.c to allow clean compilation of inffixed.h (Mark)
1082 - fix parameter check in deflateCopy (Gunther Nikl)
1094 - fix test for errno.h in configure (Tim Newsham)
1102 - fix gzeof on non-compressed files (Allan Schrum)
1103 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
1116 - fix macros _tr_tally_* in deflate.h for debug mode (Glenn Randers-Pehrson)
1137 - fix gzseek for files in transparent mode (Mark Diekhans)
1156 - fix check for presence of directories in "make install" (Ian Willis)
1160 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
1172 - fix test for shared library support to avoid compiler warnings
1185 - fix gzseek which was broken in write mode
1187 - fix configure for Linux (Chun-Chung Chen)
1192 - for contrib/untgz, fix makedir() and improve Makefile
1198 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
1257 - fix suffix check for "minigzip -d foo.gz"
1271 - fix configure if CC is already equal to gcc
1310 - fix array overlay in deflate.c which sometimes caused bad compressed data
1311 - fix inflate bug with empty stored block
1312 - fix MSDOS medium model which was broken in 0.99
1313 - fix deflateParams() which could generate bad compressed data.
1322 - fix configure for QNX
1326 - fix the Watcom fix for 32 bit mode (define FAR as empty)
1370 - fix typo in Make_vms.com (f$trnlnm -> f$getsyi)
1377 - fix error checking in gzread
1392 - fix MSDOS small and medium model (now easier to adapt to any compiler)
1394 - fix the final (:-) bug for deflate with flush (output was correct but
1403 - fix deflate with flush (could sometimes generate bad output)
1404 - fix deflateReset (zlib header was incorrectly suppressed)
1424 - fix inflate memory leak for segmented architectures
1439 - fix sync search logic in inflateSync
1487 - fix some MSDOS compilation problems