Lines Matching refs:Add

10 - Add LIT_MEM define to use more memory for a small deflate speedup
12 - Add bounds checking to ERR_MSG() macro, used by zError()
28 - Add minizip testing to Makefile
30 - Add memory sanitizer to configure (--memory)
59 - Add address checking in clang to -w option of configure
69 - Add legal disclaimer to README
80 - Add gznorm.c example, which normalizes gzip files
82 - Add tables for crc32_combine(), to speed it up by a factor of 200
83 - Add crc32_combine_gen() and crc32_combine_op() for fast combines
88 - Add use of the ARMv8 crc32 instructions when requested
103 - Add fallthrough comments for gcc
119 - Add warnings when compiling with assembler code
136 - Add --warn (-w) option to ./configure for more compiler warnings
139 - Add --debug (-d) option to ./configure to define ZLIB_DEBUG
141 - Add uncompress2() function, which returns the input size used
144 - Add gzfread(), duplicating the interface of fread()
145 - Add gzfwrite(), duplicating the interface of fwrite()
146 - Add deflateGetDictionary() function
150 - Add crc32_z() and adler32_z() functions with size_t lengths
166 - Add casts in gzwrite.c for pointer differences
174 - Add inflateGetDictionary() function
191 - Add note to contrib/blast to use binary mode in stdio
197 - Add _tr_flush_bits to the external symbols prefixed by --zprefix
198 - Add contrib/vstudio/vc10 pre-build step for static only
204 - Add TOP support to win32/Makefile.msc
207 - Add vc11 and vc12 build files to contrib/vstudio
208 - Add gzvprintf() as an undocumented function in zlib
211 - Add casts and consts to ease user conversion to C++
212 - Add man pages for minizip and miniunzip
232 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
235 - Add ability to choose the builder in make_vms.com [Schweda]
236 - Add DESTDIR support to mingw32 win32/Makefile.gcc
249 - Add gzopen_w() in Windows for wide character path names
251 - Add source directory in CMakeLists.txt for building examples
262 - Add instructions to win32/Makefile.gcc for shared install [Torri]
295 - Add -I../.. -L../.. to CFLAGS for minizip and miniunzip
296 - Add missing libs to minizip linker command
297 - Add support for VPATH builds in contrib/minizip
298 - Add an --enable-demos option to contrib/minizip/configure
299 - Add the generation of configure.log by ./configure
325 - Add assertions to fill_window() in deflate.c to match comments
343 - Add a transparent write mode to gzopen() when 'T' is in the mode
346 - Add a ./config --solo option to make zlib subset with no library use
347 - Add undocumented inflateResetKeep() function for CAB file decoding
348 - Add --cover option to ./configure for gcc coverage testing
349 - Add #define ZLIB_CONST option to use const in the z_stream interface
350 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
352 - Add files in contrib/minizip to aid in building libminizip
362 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
377 - Add full coverage test for puff in contrib/puff/Makefile
380 - Add libz.a dependency to shared in Makefile.in for parallel builds
383 - Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen]
384 - Add solaris* to Linux* in configure to allow gcc use [Groffen]
385 - Add *bsd* to Linux* case in configure [Bar-Lev]
386 - Add inffast.obj to dependencies in win32/Makefile.msc
389 - Add test to configure for GNU C looking for gcc in output of $cc -v
390 - Add zlib.pc generation to win32/Makefile.gcc [Weigelt]
392 - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
397 - Add updated as400 support (removed from old) [Monnerat]
404 - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller]
406 - Add deflatePending() function to return the amount of pending output
408 - Add a check in configure for stdarg.h, use for gzprintf()
410 - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler]
412 - Add debug records in assembler code [Londer]
414 - Add --archs option, use of libtool to configure for Mac OS X [Borstel]
428 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
439 - Add diagnostic messages when using CROSS_PREFIX in configure
449 - Add -shared load option for MinGW in configure [Bowler]
455 - Add consistent carriage returns to readme.txt's in masmx86 and masmx64
466 - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
477 - Add check for shell to configure and invoke another shell if needed
484 - Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev]
485 - Add DLL install in win32/makefile.gcc [Bar-Lev]
488 - Add cross-compilation prefixes to configure [Bar-Lev]
498 - Add zlib.3.pdf to distribution
503 - Add distclean to dummy Makefile for convenience
518 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
531 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
552 - Add *64 functions to zlib.map [Levin]
555 - Add --64 option to ./configure to use -m64 with gcc
572 - Add zconf.in.h to allow recovery from configure modification [Weigelt]
575 - Add *BSD and DragonFly to Linux case in configure [gentoo 123571]
580 - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_
595 - Add checks on len in gzread() and gzwrite()
596 - Add error message for no more room for gzungetc()
605 - Add space after #if in zutil.h for some compilers
608 - Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown]
609 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
610 - Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding
618 - Add CMake build script and input file [Lowman]
622 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
635 - Add zlib2ansi script for C++ compilation [Marquess]
636 - Add _FILE_OFFSET_BITS=64 test to make test (when applicable)
637 - Add AMD64 assembler code for longest match to contrib [Teterin]
642 - Add rc option to ar in Makefile.in for when ./configure not run
643 - Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*
650 - Add pigz.c (parallel implementation of gzip) to examples/
653 - Add inflateReset2() function to work like inflateEnd()/inflateInit2()
662 - Add ush casts in trees.c to avoid pedantic runtime errors
667 - Add puff compile option to permit invalid distance-too-far streams
668 - Add puff TEST command options, ability to read piped input
680 - Add Z_TREES flush option to inflate() to return at end of trees
681 - Add inflateMark() to return current state information for random access
682 - Add Makefile for NintendoDS to contrib [Costa]
683 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
689 - Add compile option to permit invalid distance-too-far streams
690 - Add inflateUndermine() function which is required to enable above
692 - Add testing of shared library in make test, if shared library built
699 - Add a --uname= option to configure to perhaps help with cross-compiling
708 - Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt]
711 - Add watcom directory with OpenWatcom make files [Daniel]
717 - Add some FAQ entries about the contrib directory
721 - Add comments to zlib.h about gzerror() usage [Brown]
727 - Add pkgconfig support [Weigelt]
741 - Add pkgconfig support [Weigelt]
742 - Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
744 - Add a document that explains the new text detection scheme to
746 - Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta]
755 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
765 - Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson]
776 - Add inflatePrime() function for starting inflation at bit boundary
782 - Add zran.c example of compressed data random access to examples
787 - Add cast in trees.c t avoid a warning [Oberhumer]
795 - Add ia64 support to configure for HP-UX [Smith]
796 - Add error return to gzread() for format or i/o error [Levin]
804 - Add the deflateTune() function to adjust internal compression parameters
805 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
807 - Add C++ wrapper in infback9.h [Donais]
811 - Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer]
813 - Add gzdirect() function to indicate transparent reads
816 - Add casts in crc32.c to avoid warnings [Oberhumer]
817 - Add contrib/masmx64 [Vollant]
824 - Add INFLATE_STRICT to check distances against zlib header
827 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
828 - Add updated make_vms.com [Coghlan], update README
831 - Add FAQ entry and comments in deflate.c on uninitialized memory access
832 - Add Solaris 9 make options in configure [Gilbert]
843 - Add deflateSetHeader() and gz_header structure for custom gzip headers
844 - Add inflateGetheader() to retrieve gzip headers
845 - Add crc32_combine() and adler32_combine() functions
846 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
850 - Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson]
858 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
864 - Add contrib/dotzlib [Ravn]
874 - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE)
875 - Add limited multitasking protection to DYNAMIC_CRC_TABLE
876 - Add NO_vsnprintf for VMS in zutil.h [Mozilla]
878 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
887 - Add projects/README.projects [Truta]
888 - Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta]
892 - Add OS/2 to exe builds in configure [Poltorak]
901 - Add a note to puff.c on no distance codes case
907 - Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta]
913 - Add experimental NO_DIVIDE #define in adler32.c
917 - Add deflatePrime() function for appending in the middle of a byte
918 - Add contrib/gzappend for an example of appending to a stream
924 - Add example to contrib/visual-basic.txt [Michael B.]
925 - Add -p to mkdir's in Makefile.in [vda]
927 - Add AS400 support [Monnerat]
928 - Add a little Cygwin support [Wilson]
935 - Add build support for Amiga [Nikl]
937 - Add dylib building for Mac OS X in configure and Makefile.in
947 - Add contrib/infback9 with deflate64 decoding (unsupported)
949 - Add pragma for fdopen on MVS [van Burik]
952 - Add OF to inflateBackEnd() declaration in zlib.h
956 - Add Z_BLOCK flush option to return from inflate at block boundary
960 - Add condition so old NO_DEFLATE define still works for compatibility
970 - Add contrib/ada [Anisimkov]
973 - Add contrib/masm686 [Truta]
1001 - Add type casts around strlen in example.c [Truta]
1010 - Add info about the use of ASMV, ASMINF and ZLIB_WINAPI in
1020 - Add gzip wrapper option to deflateInit2 using windowBits
1021 - Add updated QNX rule in configure and qnx directory [Bonnefoy]
1024 - Add casting to sizeof() in gzio.c and minigzip.c
1034 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
1036 - Add AIX to configure, remove aix directory [Bakker]
1037 - Add some casts to minigzip.c
1044 - Add zlibCompileFlags() function to return compilation information
1048 - Add some Windows CE target adjustments [Mai]
1050 - Add zlib.3 [Rodgers]
1052 - Add zlib_dll_FAQ.txt to contrib [Truta]
1053 - Add UL to some constants [Truta]
1064 - Add gzclearerr() function [Souza]
1065 - Add gzungetc() function
1068 - Add Z_RLE strategy for run-length encoding [Truta]
1078 - Add some casts in inffast.c
1084 - Add "check" target to Makefile.in that does the same thing as "test"
1085 - Add "mostlyclean" and "maintainer-clean" targets to Makefile.in
1088 - Add msdos and win32 directories with makefiles [Truta]
1104 - Add deflateBound() and compressBound() functions
1119 - Add aix/ with approach for compiling shared library on AIX
1120 - Add HP-UX support for shared libraries in configure
1121 - Add OpenUNIX support for shared libraries in configure
1139 - Add some FAQs (and even answers) to the FAQ
1140 - Add contrib/inflate86/ for x86 faster inflate
1141 - Add contrib/blast/ for PKWare Data Compression Library decompression
1142 - Add contrib/puff/ simple inflate for deflate format description
1346 - Add EXPORT keyword for check_func (needed for Windows DLL)