Lines Matching refs:Remove
24 - Remove old assembler code in which bugs have manifested
63 - Remove destructive aspects of make distclean
75 - Remove files to be installed before copying them in Makefile.in
138 - Remove unused variable in infback9.c
167 - Remove runtime check in configure for four-byte integer type
200 - Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta]
210 - Remove gzflags from zlibvc.def in vc9 and vc10
213 - Remove -R. from Solaris shared build (possible security issue)
231 - Remove unnecessary gzgetc_ function
266 - Remove old/visualc6 given CMakefile and other alternatives
273 - Remove second empty static block for Z_PARTIAL_FLUSH
316 - Remove code from inflate.c and infback.c that is impossible to execute
327 - Remove hard-coding of resource compiler in CMakeLists.txt [Blammo]
394 - Remove attempt to run under bash or ksh since have better NetBSD fix
408 - Remove ! from shell test in configure (not portable to Solaris)
429 - Remove the use of [a-z] constructs for sed in configure [gentoo 310225]
430 - Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech]
432 - Remove fdopen for MVS from gzguts.h
436 - Remove vestigial F_OPEN64 define in zutil.h
450 - Remove errno.h check in configure and vestigial errno code in zutil.h
471 - Remove outdated assembler code contrib/masm686 and contrib/asm586
472 - Remove old vc7 and vc8 from contrib/vstudio
476 - Remove *64 functions from win32/zlib.def (they're not 64-bit yet)
497 - Remove use of snprintf() from gzlib.c
516 - Remove assembler object files from contrib
536 - Remove default Makefile and zlibdefs.h, add dummy Makefile
538 - Remove zlibdefs.h completely -- modify zconf.h instead
554 - Remove zlib version check in gzwrite()
557 - Remove USE_MMAP configuration determination (only used by minigzip)
558 - Remove examples/pigz.c (available separately)
571 - Remove compressBound() call in deflate.c to avoid linking compress.o
622 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
630 - Remove extraneous #define MIN_LOOKAHEAD in deflate.c (in deflate.h)
648 - Remove use of "this" variable name for C++ compatibility [Marquess]
663 - Remove zconf.in.h and instead create a new zlibdefs.h file
669 - Remove #undef of FAR in zconf.in.h for MVS [Fedtke]
759 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
763 - Remove an incorrect assertion in examples/zpipe.c
767 - Remove USE_DICT_HEAD in deflate.c (would mess up inflate if used)
783 - Remove comment about no gzip header processing in FAQ
805 - Remove GUNZIP condition from definition of inflate_mode in inflate.h
814 - Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta]
848 - Remove an unnecessary assignment to curr in inftrees.c [Truta]
850 - Remove err dummy parameter in zlib.h [Kientzle]
861 - Remove a tab in contrib/gzappend/gzappend.c
893 - Remove some directories in old that have been updated to 1.2
895 - Remove old distribution stuff from Makefile
902 - Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta]
934 - Remove contrib/delphi2; add a new contrib/delphi [Truta]
943 - Remove contrib/vstudio/vc15_16 [Vollant]
959 - Remove casting to sizeof in minigzip.c; give a proper type
996 - Remove #elif's from crc32.c
999 - Remove inflate gzip decoding by default--only enable gzip decoding by
1003 - Remove leading underscore from _Capital #defines [Truta]
1006 - Remove #define ZLIB_DLL in zconf.h [Vollant]
1012 - Remove vestigial NEED_DUMMY_RETURN from zconf.in.h
1038 - Remove unused state from inflateBackEnd()
1039 - Remove exit(0) from minigzip.c, example.c
1071 - Remove MAX #define in trees.c (conflicted with some libraries)