Lines Matching refs:Add
13 - Add warnings when compiling with assembler code
30 - Add --warn (-w) option to ./configure for more compiler warnings
33 - Add --debug (-d) option to ./configure to define ZLIB_DEBUG
35 - Add uncompress2() function, which returns the input size used
38 - Add gzfread(), duplicating the interface of fread()
39 - Add gzfwrite(), duplicating the interface of fwrite()
40 - Add deflateGetDictionary() function
44 - Add crc32_z() and adler32_z() functions with size_t lengths
60 - Add casts in gzwrite.c for pointer differences
68 - Add inflateGetDictionary() function
85 - Add note to contrib/blast to use binary mode in stdio
91 - Add _tr_flush_bits to the external symbols prefixed by --zprefix
92 - Add contrib/vstudio/vc10 pre-build step for static only
98 - Add TOP support to win32/Makefile.msc
101 - Add vc11 and vc12 build files to contrib/vstudio
102 - Add gzvprintf() as an undocumented function in zlib
105 - Add casts and consts to ease user conversion to C++
106 - Add man pages for minizip and miniunzip
126 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
129 - Add ability to choose the builder in make_vms.com [Schweda]
130 - Add DESTDIR support to mingw32 win32/Makefile.gcc
143 - Add gzopen_w() in Windows for wide character path names
145 - Add source directory in CMakeLists.txt for building examples
156 - Add instructions to win32/Makefile.gcc for shared install [Torri]
189 - Add -I../.. -L../.. to CFLAGS for minizip and miniunzip
190 - Add missing libs to minizip linker command
191 - Add support for VPATH builds in contrib/minizip
192 - Add an --enable-demos option to contrib/minizip/configure
193 - Add the generation of configure.log by ./configure
219 - Add assertions to fill_window() in deflate.c to match comments
237 - Add a transparent write mode to gzopen() when 'T' is in the mode
240 - Add a ./config --solo option to make zlib subset with no library use
241 - Add undocumented inflateResetKeep() function for CAB file decoding
242 - Add --cover option to ./configure for gcc coverage testing
243 - Add #define ZLIB_CONST option to use const in the z_stream interface
244 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
246 - Add files in contrib/minizip to aid in building libminizip
256 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
271 - Add full coverage test for puff in contrib/puff/Makefile
274 - Add libz.a dependency to shared in Makefile.in for parallel builds
277 - Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen]
278 - Add solaris* to Linux* in configure to allow gcc use [Groffen]
279 - Add *bsd* to Linux* case in configure [Bar-Lev]
280 - Add inffast.obj to dependencies in win32/Makefile.msc
283 - Add test to configure for GNU C looking for gcc in output of $cc -v
284 - Add zlib.pc generation to win32/Makefile.gcc [Weigelt]
286 - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
291 - Add updated as400 support (removed from old) [Monnerat]
298 - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller]
300 - Add deflatePending() function to return the amount of pending output
302 - Add a check in configure for stdarg.h, use for gzprintf()
304 - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler]
306 - Add debug records in assmebler code [Londer]
308 - Add --archs option, use of libtool to configure for Mac OS X [Borstel]
322 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
333 - Add diagnostic messages when using CROSS_PREFIX in configure
343 - Add -shared load option for MinGW in configure [Bowler]
349 - Add consistent carriage returns to readme.txt's in masmx86 and masmx64
360 - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
371 - Add check for shell to configure and invoke another shell if needed
378 - Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev]
379 - Add DLL install in win32/makefile.gcc [Bar-Lev]
382 - Add cross-compilation prefixes to configure [Bar-Lev]
392 - Add zlib.3.pdf to distribution
397 - Add distclean to dummy Makefile for convenience
412 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
425 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
446 - Add *64 functions to zlib.map [Levin]
449 - Add --64 option to ./configure to use -m64 with gcc
466 - Add zconf.in.h to allow recovery from configure modification [Weigelt]
469 - Add *BSD and DragonFly to Linux case in configure [gentoo 123571]
474 - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_
489 - Add checks on len in gzread() and gzwrite()
490 - Add error message for no more room for gzungetc()
499 - Add space after #if in zutil.h for some compilers
502 - Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown]
503 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
504 - Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding
512 - Add CMake build script and input file [Lowman]
516 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
529 - Add zlib2ansi script for C++ compilation [Marquess]
530 - Add _FILE_OFFSET_BITS=64 test to make test (when applicable)
531 - Add AMD64 assembler code for longest match to contrib [Teterin]
536 - Add rc option to ar in Makefile.in for when ./configure not run
537 - Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*
544 - Add pigz.c (parallel implementation of gzip) to examples/
547 - Add inflateReset2() function to work like inflateEnd()/inflateInit2()
556 - Add ush casts in trees.c to avoid pedantic runtime errors
561 - Add puff compile option to permit invalid distance-too-far streams
562 - Add puff TEST command options, ability to read piped input
574 - Add Z_TREES flush option to inflate() to return at end of trees
575 - Add inflateMark() to return current state information for random access
576 - Add Makefile for NintendoDS to contrib [Costa]
577 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
583 - Add compile option to permit invalid distance-too-far streams
584 - Add inflateUndermine() function which is required to enable above
586 - Add testing of shared library in make test, if shared library built
593 - Add a --uname= option to configure to perhaps help with cross-compiling
602 - Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt]
605 - Add watcom directory with OpenWatcom make files [Daniel]
611 - Add some FAQ entries about the contrib directory
615 - Add comments to zlib.h about gzerror() usage [Brown]
621 - Add pkgconfig support [Weigelt]
635 - Add pkgconfig support [Weigelt]
636 - Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
638 - Add a document that explains the new text detection scheme to
640 - Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta]
649 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
659 - Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson]
670 - Add inflatePrime() function for starting inflation at bit boundary
676 - Add zran.c example of compressed data random access to examples
681 - Add cast in trees.c t avoid a warning [Oberhumer]
689 - Add ia64 support to configure for HP-UX [Smith]
690 - Add error return to gzread() for format or i/o error [Levin]
698 - Add the deflateTune() function to adjust internal compression parameters
699 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
701 - Add C++ wrapper in infback9.h [Donais]
705 - Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer]
707 - Add gzdirect() function to indicate transparent reads
710 - Add casts in crc32.c to avoid warnings [Oberhumer]
711 - Add contrib/masmx64 [Vollant]
718 - Add INFLATE_STRICT to check distances against zlib header
721 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
722 - Add updated make_vms.com [Coghlan], update README
725 - Add FAQ entry and comments in deflate.c on uninitialized memory access
726 - Add Solaris 9 make options in configure [Gilbert]
737 - Add deflateSetHeader() and gz_header structure for custom gzip headers
738 - Add inflateGetheader() to retrieve gzip headers
739 - Add crc32_combine() and adler32_combine() functions
740 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
744 - Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson]
752 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
758 - Add contrib/dotzlib [Ravn]
768 - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE)
769 - Add limited multitasking protection to DYNAMIC_CRC_TABLE
770 - Add NO_vsnprintf for VMS in zutil.h [Mozilla]
772 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
781 - Add projects/README.projects [Truta]
782 - Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta]
786 - Add OS/2 to exe builds in configure [Poltorak]
795 - Add a note to puff.c on no distance codes case.
801 - Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta]
807 - Add experimental NO_DIVIDE #define in adler32.c
811 - Add deflatePrime() function for appending in the middle of a byte
812 - Add contrib/gzappend for an example of appending to a stream
818 - Add example to contrib/visual-basic.txt [Michael B.]
819 - Add -p to mkdir's in Makefile.in [vda]
821 - Add AS400 support [Monnerat]
822 - Add a little Cygwin support [Wilson]
829 - Add build support for Amiga [Nikl]
831 - Add dylib building for Mac OS X in configure and Makefile.in
841 - Add contrib/infback9 with deflate64 decoding (unsupported)
843 - Add pragma for fdopen on MVS [van Burik]
846 - Add OF to inflateBackEnd() declaration in zlib.h
850 - Add Z_BLOCK flush option to return from inflate at block boundary
854 - Add condition so old NO_DEFLATE define still works for compatibility
864 - Add contrib/ada [Anisimkov]
867 - Add contrib/masm686 [Truta]
895 - Add type casts around strlen in example.c [Truta]
904 - Add info about the use of ASMV, ASMINF and ZLIB_WINAPI in
914 - Add gzip wrapper option to deflateInit2 using windowBits
915 - Add updated QNX rule in configure and qnx directory [Bonnefoy]
918 - Add casting to sizeof() in gzio.c and minigzip.c
928 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
930 - Add AIX to configure, remove aix directory [Bakker]
931 - Add some casts to minigzip.c
938 - Add zlibCompileFlags() function to return compilation information
942 - Add some Windows CE target adjustments [Mai]
944 - Add zlib.3 [Rodgers]
946 - Add zlib_dll_FAQ.txt to contrib [Truta]
947 - Add UL to some constants [Truta]
958 - Add gzclearerr() function [Souza]
959 - Add gzungetc() function
962 - Add Z_RLE strategy for run-length encoding [Truta]
972 - Add some casts in inffast.c
978 - Add "check" target to Makefile.in that does the same thing as "test"
979 - Add "mostlyclean" and "maintainer-clean" targets to Makefile.in
982 - Add msdos and win32 directories with makefiles [Truta]
998 - Add deflateBound() and compressBound() functions
1013 - Add aix/ with approach for compiling shared library on AIX
1014 - Add HP-UX support for shared libraries in configure
1015 - Add OpenUNIX support for shared libraries in configure
1033 - Add some FAQs (and even answers) to the FAQ
1034 - Add contrib/inflate86/ for x86 faster inflate
1035 - Add contrib/blast/ for PKWare Data Compression Library decompression
1036 - Add contrib/puff/ simple inflate for deflate format description
1240 - Add EXPORT keyword for check_func (needed for Windows DLL)