Lines Matching refs:added
197 - Correct in zlib.map when deflateResetKeep was added
1062 - added a FAQ file
1085 . zutil.c, zutil.h: added "const" for zmem*
1097 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
1105 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny)
1109 - added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert)
1121 - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier)
1135 - added gzputs and gzgets functions
1140 - added compress2 in zconf.h, zlib.def, zlib.dnt
1161 - added compress2() to allow setting the compression level
1191 - added man page zlib.3 (Rick Rodgers)
1218 - added Makefile.nt (thanks to Stephen Williams)
1219 - added the unsupported "contrib" directory:
1234 - added test for gzseek and gztell in example.c
1243 - added support for FUJITSU UXP/DS (thanks to Toshiaki Nomura)
1245 - added -soname for Linux in configure (Chun-Chung Chen,
1260 - added makelcc.bat for lcc-win32 (Tom St Denis)
1294 - added memcmp for non STDC compilers
1300 - added Windows DLL support
1301 - added a function zlibVersion (for the DLL support)
1307 - added algorithm.doc
1315 - added an INDEX file
1319 - added -ansi for IRIX in configure
1379 - added reference to Perl interface in README
1381 - added get_crc_table
1382 - added a dimension to all arrays (Borland C can't count).
1405 - added support for VMS
1438 - added "make install"
1442 - added support for DJGPP
1449 - added a test of inflateSync in example.c
1453 - added Makefiles for Microsoft C, Turbo C, Borland C++
1457 - added fast inflate (inffast.c)
1481 - added minigzip.c
1482 - added gzdopen to reopen a file descriptor as gzFile
1483 - added transparent reading of non-gziped files in gzread.
1493 - added opaque object for zalloc and zfree.
1494 - added deflateReset and inflateReset
1495 - added a variable zlib_version for consistency checking.
1503 - added adler32 and crc32
1505 - added the method parameter for deflateInit2.
1506 - added inflateInit2
1514 - added Z_HUFFMAN_ONLY
1515 - added gzerror()