Lines Matching refs:Add

16 - Add address checking in clang to -w option of configure
26 - Add legal disclaimer to README
37 - Add gznorm.c example, which normalizes gzip files
39 - Add tables for crc32_combine(), to speed it up by a factor of 200
40 - Add crc32_combine_gen() and crc32_combine_op() for fast combines
45 - Add use of the ARMv8 crc32 instructions when requested
60 - Add fallthrough comments for gcc
76 - Add warnings when compiling with assembler code
93 - Add --warn (-w) option to ./configure for more compiler warnings
96 - Add --debug (-d) option to ./configure to define ZLIB_DEBUG
98 - Add uncompress2() function, which returns the input size used
101 - Add gzfread(), duplicating the interface of fread()
102 - Add gzfwrite(), duplicating the interface of fwrite()
103 - Add deflateGetDictionary() function
107 - Add crc32_z() and adler32_z() functions with size_t lengths
123 - Add casts in gzwrite.c for pointer differences
131 - Add inflateGetDictionary() function
148 - Add note to contrib/blast to use binary mode in stdio
154 - Add _tr_flush_bits to the external symbols prefixed by --zprefix
155 - Add contrib/vstudio/vc10 pre-build step for static only
161 - Add TOP support to win32/Makefile.msc
164 - Add vc11 and vc12 build files to contrib/vstudio
165 - Add gzvprintf() as an undocumented function in zlib
168 - Add casts and consts to ease user conversion to C++
169 - Add man pages for minizip and miniunzip
189 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
192 - Add ability to choose the builder in make_vms.com [Schweda]
193 - Add DESTDIR support to mingw32 win32/Makefile.gcc
206 - Add gzopen_w() in Windows for wide character path names
208 - Add source directory in CMakeLists.txt for building examples
219 - Add instructions to win32/Makefile.gcc for shared install [Torri]
252 - Add -I../.. -L../.. to CFLAGS for minizip and miniunzip
253 - Add missing libs to minizip linker command
254 - Add support for VPATH builds in contrib/minizip
255 - Add an --enable-demos option to contrib/minizip/configure
256 - Add the generation of configure.log by ./configure
282 - Add assertions to fill_window() in deflate.c to match comments
300 - Add a transparent write mode to gzopen() when 'T' is in the mode
303 - Add a ./config --solo option to make zlib subset with no library use
304 - Add undocumented inflateResetKeep() function for CAB file decoding
305 - Add --cover option to ./configure for gcc coverage testing
306 - Add #define ZLIB_CONST option to use const in the z_stream interface
307 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
309 - Add files in contrib/minizip to aid in building libminizip
319 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
334 - Add full coverage test for puff in contrib/puff/Makefile
337 - Add libz.a dependency to shared in Makefile.in for parallel builds
340 - Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen]
341 - Add solaris* to Linux* in configure to allow gcc use [Groffen]
342 - Add *bsd* to Linux* case in configure [Bar-Lev]
343 - Add inffast.obj to dependencies in win32/Makefile.msc
346 - Add test to configure for GNU C looking for gcc in output of $cc -v
347 - Add zlib.pc generation to win32/Makefile.gcc [Weigelt]
349 - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
354 - Add updated as400 support (removed from old) [Monnerat]
361 - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller]
363 - Add deflatePending() function to return the amount of pending output
365 - Add a check in configure for stdarg.h, use for gzprintf()
367 - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler]
369 - Add debug records in assmebler code [Londer]
371 - Add --archs option, use of libtool to configure for Mac OS X [Borstel]
385 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
396 - Add diagnostic messages when using CROSS_PREFIX in configure
406 - Add -shared load option for MinGW in configure [Bowler]
412 - Add consistent carriage returns to readme.txt's in masmx86 and masmx64
423 - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
434 - Add check for shell to configure and invoke another shell if needed
441 - Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev]
442 - Add DLL install in win32/makefile.gcc [Bar-Lev]
445 - Add cross-compilation prefixes to configure [Bar-Lev]
455 - Add zlib.3.pdf to distribution
460 - Add distclean to dummy Makefile for convenience
475 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
488 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
509 - Add *64 functions to zlib.map [Levin]
512 - Add --64 option to ./configure to use -m64 with gcc
529 - Add zconf.in.h to allow recovery from configure modification [Weigelt]
532 - Add *BSD and DragonFly to Linux case in configure [gentoo 123571]
537 - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_
552 - Add checks on len in gzread() and gzwrite()
553 - Add error message for no more room for gzungetc()
562 - Add space after #if in zutil.h for some compilers
565 - Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown]
566 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
567 - Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding
575 - Add CMake build script and input file [Lowman]
579 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
592 - Add zlib2ansi script for C++ compilation [Marquess]
593 - Add _FILE_OFFSET_BITS=64 test to make test (when applicable)
594 - Add AMD64 assembler code for longest match to contrib [Teterin]
599 - Add rc option to ar in Makefile.in for when ./configure not run
600 - Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*
607 - Add pigz.c (parallel implementation of gzip) to examples/
610 - Add inflateReset2() function to work like inflateEnd()/inflateInit2()
619 - Add ush casts in trees.c to avoid pedantic runtime errors
624 - Add puff compile option to permit invalid distance-too-far streams
625 - Add puff TEST command options, ability to read piped input
637 - Add Z_TREES flush option to inflate() to return at end of trees
638 - Add inflateMark() to return current state information for random access
639 - Add Makefile for NintendoDS to contrib [Costa]
640 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
646 - Add compile option to permit invalid distance-too-far streams
647 - Add inflateUndermine() function which is required to enable above
649 - Add testing of shared library in make test, if shared library built
656 - Add a --uname= option to configure to perhaps help with cross-compiling
665 - Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt]
668 - Add watcom directory with OpenWatcom make files [Daniel]
674 - Add some FAQ entries about the contrib directory
678 - Add comments to zlib.h about gzerror() usage [Brown]
684 - Add pkgconfig support [Weigelt]
698 - Add pkgconfig support [Weigelt]
699 - Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
701 - Add a document that explains the new text detection scheme to
703 - Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta]
712 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
722 - Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson]
733 - Add inflatePrime() function for starting inflation at bit boundary
739 - Add zran.c example of compressed data random access to examples
744 - Add cast in trees.c t avoid a warning [Oberhumer]
752 - Add ia64 support to configure for HP-UX [Smith]
753 - Add error return to gzread() for format or i/o error [Levin]
761 - Add the deflateTune() function to adjust internal compression parameters
762 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
764 - Add C++ wrapper in infback9.h [Donais]
768 - Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer]
770 - Add gzdirect() function to indicate transparent reads
773 - Add casts in crc32.c to avoid warnings [Oberhumer]
774 - Add contrib/masmx64 [Vollant]
781 - Add INFLATE_STRICT to check distances against zlib header
784 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
785 - Add updated make_vms.com [Coghlan], update README
788 - Add FAQ entry and comments in deflate.c on uninitialized memory access
789 - Add Solaris 9 make options in configure [Gilbert]
800 - Add deflateSetHeader() and gz_header structure for custom gzip headers
801 - Add inflateGetheader() to retrieve gzip headers
802 - Add crc32_combine() and adler32_combine() functions
803 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
807 - Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson]
815 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
821 - Add contrib/dotzlib [Ravn]
831 - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE)
832 - Add limited multitasking protection to DYNAMIC_CRC_TABLE
833 - Add NO_vsnprintf for VMS in zutil.h [Mozilla]
835 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
844 - Add projects/README.projects [Truta]
845 - Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta]
849 - Add OS/2 to exe builds in configure [Poltorak]
858 - Add a note to puff.c on no distance codes case
864 - Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta]
870 - Add experimental NO_DIVIDE #define in adler32.c
874 - Add deflatePrime() function for appending in the middle of a byte
875 - Add contrib/gzappend for an example of appending to a stream
881 - Add example to contrib/visual-basic.txt [Michael B.]
882 - Add -p to mkdir's in Makefile.in [vda]
884 - Add AS400 support [Monnerat]
885 - Add a little Cygwin support [Wilson]
892 - Add build support for Amiga [Nikl]
894 - Add dylib building for Mac OS X in configure and Makefile.in
904 - Add contrib/infback9 with deflate64 decoding (unsupported)
906 - Add pragma for fdopen on MVS [van Burik]
909 - Add OF to inflateBackEnd() declaration in zlib.h
913 - Add Z_BLOCK flush option to return from inflate at block boundary
917 - Add condition so old NO_DEFLATE define still works for compatibility
927 - Add contrib/ada [Anisimkov]
930 - Add contrib/masm686 [Truta]
958 - Add type casts around strlen in example.c [Truta]
967 - Add info about the use of ASMV, ASMINF and ZLIB_WINAPI in
977 - Add gzip wrapper option to deflateInit2 using windowBits
978 - Add updated QNX rule in configure and qnx directory [Bonnefoy]
981 - Add casting to sizeof() in gzio.c and minigzip.c
991 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
993 - Add AIX to configure, remove aix directory [Bakker]
994 - Add some casts to minigzip.c
1001 - Add zlibCompileFlags() function to return compilation information
1005 - Add some Windows CE target adjustments [Mai]
1007 - Add zlib.3 [Rodgers]
1009 - Add zlib_dll_FAQ.txt to contrib [Truta]
1010 - Add UL to some constants [Truta]
1021 - Add gzclearerr() function [Souza]
1022 - Add gzungetc() function
1025 - Add Z_RLE strategy for run-length encoding [Truta]
1035 - Add some casts in inffast.c
1041 - Add "check" target to Makefile.in that does the same thing as "test"
1042 - Add "mostlyclean" and "maintainer-clean" targets to Makefile.in
1045 - Add msdos and win32 directories with makefiles [Truta]
1061 - Add deflateBound() and compressBound() functions
1076 - Add aix/ with approach for compiling shared library on AIX
1077 - Add HP-UX support for shared libraries in configure
1078 - Add OpenUNIX support for shared libraries in configure
1096 - Add some FAQs (and even answers) to the FAQ
1097 - Add contrib/inflate86/ for x86 faster inflate
1098 - Add contrib/blast/ for PKWare Data Compression Library decompression
1099 - Add contrib/puff/ simple inflate for deflate format description
1303 - Add EXPORT keyword for check_func (needed for Windows DLL)