Lines Matching refs:fix
172 - fix ld error: unable to find version dependency 'ZLIB_1.2.5'
213 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
288 - Remove attempt to run under bash or ksh since have better NetBSD fix
704 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
830 and fix some method prototypes [Truta]
1003 of 256 bytes. (A complete fix will be available in 1.1.5).
1006 - fix "an inflate input buffer bug that shows up on rare but persistent
1008 - fix gzread and gztell for concatenated .gz files (Didier Le Botlan)
1009 - fix gzseek(..., SEEK_SET) in write mode
1010 - fix crc check after a gzeek (Frank Faubert)
1011 - fix miniunzip when the last entry in a zip file is itself a zip file
1025 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
1031 - fix maketree.c compilation error (Glenn, Mark)
1037 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane)
1038 - fix maketree.c to allow clean compilation of inffixed.h (Mark)
1039 - fix parameter check in deflateCopy (Gunther Nikl)
1051 - fix test for errno.h in configure (Tim Newsham)
1059 - fix gzeof on non-compressed files (Allan Schrum)
1060 - add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs)
1073 - fix macros _tr_tally_* in deflate.h for debug mode (Glenn Randers-Pehrson)
1094 - fix gzseek for files in transparent mode (Mark Diekhans)
1113 - fix check for presence of directories in "make install" (Ian Willis)
1117 - fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
1129 - fix test for shared library support to avoid compiler warnings
1142 - fix gzseek which was broken in write mode
1144 - fix configure for Linux (Chun-Chung Chen)
1149 - for contrib/untgz, fix makedir() and improve Makefile
1155 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
1214 - fix suffix check for "minigzip -d foo.gz"
1228 - fix configure if CC is already equal to gcc
1267 - fix array overlay in deflate.c which sometimes caused bad compressed data
1268 - fix inflate bug with empty stored block
1269 - fix MSDOS medium model which was broken in 0.99
1270 - fix deflateParams() which could generated bad compressed data.
1279 - fix configure for QNX
1283 - fix the Watcom fix for 32 bit mode (define FAR as empty)
1327 - fix typo in Make_vms.com (f$trnlnm -> f$getsyi)
1334 - fix error checking in gzread
1349 - fix MSDOS small and medium model (now easier to adapt to any compiler)
1351 - fix the final (:-) bug for deflate with flush (output was correct but
1360 - fix deflate with flush (could sometimes generate bad output)
1361 - fix deflateReset (zlib header was incorrectly suppressed)
1381 - fix inflate memory leak for segmented architectures
1396 - fix sync search logic in inflateSync
1444 - fix some MSDOS compilation problems