Lines Matching refs:Add

11 - Add compressBound_z and deflateBound_z functions for large values
13 - Add definition of ZLIB_INSECURE to build tests with c89 and c94
14 - Add --undefined option to ./configure for UBSan checker
18 - Add _z versions of the compress and uncompress functions
22 - Add a test to configure to check for a working compiler
24 - Add --mandir to ./configure to specify manual directory
25 - Add LICENSE.Info-Zip to contrib/minizip
34 - Add zipAlreadyThere() to minizip zip.c to help avoid duplicates
36 - Add deflateUsed() function to get the used bits in the last byte
38 - Add Haiku to configure for proper LDSHARED settings
39 - Add Bazel targets
45 - Add a "G" option to force gzip, disabling transparency in gzread()
58 - Add LIT_MEM define to use more memory for a small deflate speedup
60 - Add bounds checking to ERR_MSG() macro, used by zError()
76 - Add minizip testing to Makefile
78 - Add memory sanitizer to configure (--memory)
107 - Add address checking in clang to -w option of configure
117 - Add legal disclaimer to README
128 - Add gznorm.c example, which normalizes gzip files
130 - Add tables for crc32_combine(), to speed it up by a factor of 200
131 - Add crc32_combine_gen() and crc32_combine_op() for fast combines
136 - Add use of the ARMv8 crc32 instructions when requested
151 - Add fallthrough comments for gcc
167 - Add warnings when compiling with assembler code
184 - Add --warn (-w) option to ./configure for more compiler warnings
187 - Add --debug (-d) option to ./configure to define ZLIB_DEBUG
189 - Add uncompress2() function, which returns the input size used
192 - Add gzfread(), duplicating the interface of fread()
193 - Add gzfwrite(), duplicating the interface of fwrite()
194 - Add deflateGetDictionary() function
198 - Add crc32_z() and adler32_z() functions with size_t lengths
214 - Add casts in gzwrite.c for pointer differences
222 - Add inflateGetDictionary() function
239 - Add note to contrib/blast to use binary mode in stdio
245 - Add _tr_flush_bits to the external symbols prefixed by --zprefix
246 - Add contrib/vstudio/vc10 pre-build step for static only
252 - Add TOP support to win32/Makefile.msc
255 - Add vc11 and vc12 build files to contrib/vstudio
256 - Add gzvprintf() as an undocumented function in zlib
259 - Add casts and consts to ease user conversion to C++
260 - Add man pages for minizip and miniunzip
280 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
283 - Add ability to choose the builder in make_vms.com [Schweda]
284 - Add DESTDIR support to mingw32 win32/Makefile.gcc
297 - Add gzopen_w() in Windows for wide character path names
299 - Add source directory in CMakeLists.txt for building examples
310 - Add instructions to win32/Makefile.gcc for shared install [Torri]
343 - Add -I../.. -L../.. to CFLAGS for minizip and miniunzip
344 - Add missing libs to minizip linker command
345 - Add support for VPATH builds in contrib/minizip
346 - Add an --enable-demos option to contrib/minizip/configure
347 - Add the generation of configure.log by ./configure
373 - Add assertions to fill_window() in deflate.c to match comments
391 - Add a transparent write mode to gzopen() when 'T' is in the mode
394 - Add a ./config --solo option to make zlib subset with no library use
395 - Add undocumented inflateResetKeep() function for CAB file decoding
396 - Add --cover option to ./configure for gcc coverage testing
397 - Add #define ZLIB_CONST option to use const in the z_stream interface
398 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
400 - Add files in contrib/minizip to aid in building libminizip
410 - Add deflateResetKeep and fix inflateResetKeep to retain dictionary
425 - Add full coverage test for puff in contrib/puff/Makefile
428 - Add libz.a dependency to shared in Makefile.in for parallel builds
431 - Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen]
432 - Add solaris* to Linux* in configure to allow gcc use [Groffen]
433 - Add *bsd* to Linux* case in configure [Bar-Lev]
434 - Add inffast.obj to dependencies in win32/Makefile.msc
437 - Add test to configure for GNU C looking for gcc in output of $cc -v
438 - Add zlib.pc generation to win32/Makefile.gcc [Weigelt]
440 - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
445 - Add updated as400 support (removed from old) [Monnerat]
452 - Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller]
454 - Add deflatePending() function to return the amount of pending output
456 - Add a check in configure for stdarg.h, use for gzprintf()
458 - Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler]
460 - Add debug records in assembler code [Londer]
462 - Add --archs option, use of libtool to configure for Mac OS X [Borstel]
476 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
487 - Add diagnostic messages when using CROSS_PREFIX in configure
497 - Add -shared load option for MinGW in configure [Bowler]
503 - Add consistent carriage returns to readme.txt's in masmx86 and masmx64
514 - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
525 - Add check for shell to configure and invoke another shell if needed
532 - Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev]
533 - Add DLL install in win32/makefile.gcc [Bar-Lev]
536 - Add cross-compilation prefixes to configure [Bar-Lev]
546 - Add zlib.3.pdf to distribution
551 - Add distclean to dummy Makefile for convenience
566 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
579 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
600 - Add *64 functions to zlib.map [Levin]
603 - Add --64 option to ./configure to use -m64 with gcc
620 - Add zconf.in.h to allow recovery from configure modification [Weigelt]
623 - Add *BSD and DragonFly to Linux case in configure [gentoo 123571]
628 - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_
643 - Add checks on len in gzread() and gzwrite()
644 - Add error message for no more room for gzungetc()
653 - Add space after #if in zutil.h for some compilers
656 - Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown]
657 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
658 - Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding
666 - Add CMake build script and input file [Lowman]
670 - Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above
683 - Add zlib2ansi script for C++ compilation [Marquess]
684 - Add _FILE_OFFSET_BITS=64 test to make test (when applicable)
685 - Add AMD64 assembler code for longest match to contrib [Teterin]
690 - Add rc option to ar in Makefile.in for when ./configure not run
691 - Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*
698 - Add pigz.c (parallel implementation of gzip) to examples/
701 - Add inflateReset2() function to work like inflateEnd()/inflateInit2()
710 - Add ush casts in trees.c to avoid pedantic runtime errors
715 - Add puff compile option to permit invalid distance-too-far streams
716 - Add puff TEST command options, ability to read piped input
728 - Add Z_TREES flush option to inflate() to return at end of trees
729 - Add inflateMark() to return current state information for random access
730 - Add Makefile for NintendoDS to contrib [Costa]
731 - Add -w in configure compile tests to avoid spurious warnings [Beucler]
737 - Add compile option to permit invalid distance-too-far streams
738 - Add inflateUndermine() function which is required to enable above
740 - Add testing of shared library in make test, if shared library built
747 - Add a --uname= option to configure to perhaps help with cross-compiling
756 - Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt]
759 - Add watcom directory with OpenWatcom make files [Daniel]
765 - Add some FAQ entries about the contrib directory
769 - Add comments to zlib.h about gzerror() usage [Brown]
775 - Add pkgconfig support [Weigelt]
789 - Add pkgconfig support [Weigelt]
790 - Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
792 - Add a document that explains the new text detection scheme to
794 - Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta]
803 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
813 - Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson]
824 - Add inflatePrime() function for starting inflation at bit boundary
830 - Add zran.c example of compressed data random access to examples
835 - Add cast in trees.c t avoid a warning [Oberhumer]
843 - Add ia64 support to configure for HP-UX [Smith]
844 - Add error return to gzread() for format or i/o error [Levin]
852 - Add the deflateTune() function to adjust internal compression parameters
853 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
855 - Add C++ wrapper in infback9.h [Donais]
859 - Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer]
861 - Add gzdirect() function to indicate transparent reads
864 - Add casts in crc32.c to avoid warnings [Oberhumer]
865 - Add contrib/masmx64 [Vollant]
872 - Add INFLATE_STRICT to check distances against zlib header
875 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
876 - Add updated make_vms.com [Coghlan], update README
879 - Add FAQ entry and comments in deflate.c on uninitialized memory access
880 - Add Solaris 9 make options in configure [Gilbert]
891 - Add deflateSetHeader() and gz_header structure for custom gzip headers
892 - Add inflateGetheader() to retrieve gzip headers
893 - Add crc32_combine() and adler32_combine() functions
894 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
898 - Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson]
906 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
912 - Add contrib/dotzlib [Ravn]
922 - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE)
923 - Add limited multitasking protection to DYNAMIC_CRC_TABLE
924 - Add NO_vsnprintf for VMS in zutil.h [Mozilla]
926 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
935 - Add projects/README.projects [Truta]
936 - Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta]
940 - Add OS/2 to exe builds in configure [Poltorak]
949 - Add a note to puff.c on no distance codes case
955 - Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta]
961 - Add experimental NO_DIVIDE #define in adler32.c
965 - Add deflatePrime() function for appending in the middle of a byte
966 - Add contrib/gzappend for an example of appending to a stream
972 - Add example to contrib/visual-basic.txt [Michael B.]
973 - Add -p to mkdir's in Makefile.in [vda]
975 - Add AS400 support [Monnerat]
976 - Add a little Cygwin support [Wilson]
983 - Add build support for Amiga [Nikl]
985 - Add dylib building for Mac OS X in configure and Makefile.in
995 - Add contrib/infback9 with deflate64 decoding (unsupported)
997 - Add pragma for fdopen on MVS [van Burik]
1000 - Add OF to inflateBackEnd() declaration in zlib.h
1004 - Add Z_BLOCK flush option to return from inflate at block boundary
1008 - Add condition so old NO_DEFLATE define still works for compatibility
1018 - Add contrib/ada [Anisimkov]
1021 - Add contrib/masm686 [Truta]
1049 - Add type casts around strlen in example.c [Truta]
1058 - Add info about the use of ASMV, ASMINF and ZLIB_WINAPI in
1068 - Add gzip wrapper option to deflateInit2 using windowBits
1069 - Add updated QNX rule in configure and qnx directory [Bonnefoy]
1072 - Add casting to sizeof() in gzio.c and minigzip.c
1082 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
1084 - Add AIX to configure, remove aix directory [Bakker]
1085 - Add some casts to minigzip.c
1092 - Add zlibCompileFlags() function to return compilation information
1096 - Add some Windows CE target adjustments [Mai]
1098 - Add zlib.3 [Rodgers]
1100 - Add zlib_dll_FAQ.txt to contrib [Truta]
1101 - Add UL to some constants [Truta]
1112 - Add gzclearerr() function [Souza]
1113 - Add gzungetc() function
1116 - Add Z_RLE strategy for run-length encoding [Truta]
1126 - Add some casts in inffast.c
1132 - Add "check" target to Makefile.in that does the same thing as "test"
1133 - Add "mostlyclean" and "maintainer-clean" targets to Makefile.in
1136 - Add msdos and win32 directories with makefiles [Truta]
1152 - Add deflateBound() and compressBound() functions
1167 - Add aix/ with approach for compiling shared library on AIX
1168 - Add HP-UX support for shared libraries in configure
1169 - Add OpenUNIX support for shared libraries in configure
1187 - Add some FAQs (and even answers) to the FAQ
1188 - Add contrib/inflate86/ for x86 faster inflate
1189 - Add contrib/blast/ for PKWare Data Compression Library decompression
1190 - Add contrib/puff/ simple inflate for deflate format description
1394 - Add EXPORT keyword for check_func (needed for Windows DLL)