===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libz-mingw-w64-1.2.11+dfsg/ChangeLog-451-- Have make fail if a test fails [Levin]
libz-mingw-w64-1.2.11+dfsg/ChangeLog:452:- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
libz-mingw-w64-1.2.11+dfsg/ChangeLog-453-- Remove assembler object files from contrib
##############################################
libz-mingw-w64-1.2.11+dfsg/ChangeLog-631-- Update zlib www home address in win32/DLL_FAQ.txt [Truta]
libz-mingw-w64-1.2.11+dfsg/ChangeLog:632:- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove]
libz-mingw-w64-1.2.11+dfsg/ChangeLog:633:- Enable browse info in the "Debug" and "ASM Debug" configurations in
libz-mingw-w64-1.2.11+dfsg/ChangeLog-634-  the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta]
##############################################
libz-mingw-w64-1.2.11+dfsg/ChangeLog-728-- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
libz-mingw-w64-1.2.11+dfsg/ChangeLog:729:- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant]
libz-mingw-w64-1.2.11+dfsg/ChangeLog-730-- Use z_off_t for adler32_combine() and crc32_combine() lengths
##############################################
libz-mingw-w64-1.2.11+dfsg/ChangeLog-864-- Add contrib/ada [Anisimkov]
libz-mingw-w64-1.2.11+dfsg/ChangeLog:865:- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta]
libz-mingw-w64-1.2.11+dfsg/ChangeLog-866-- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant]
##############################################
libz-mingw-w64-1.2.11+dfsg/ChangeLog-888-- Fix prototype of syncsearch in inflate.c [Truta]
libz-mingw-w64-1.2.11+dfsg/ChangeLog:889:- Introduce ASMINF macro to be enabled when using an ASM implementation
libz-mingw-w64-1.2.11+dfsg/ChangeLog-890-  of inflate_fast [Truta]
##############################################
libz-mingw-w64-1.2.11+dfsg/ChangeLog-1140-- added compress2 in zconf.h, zlib.def, zlib.dnt
libz-mingw-w64-1.2.11+dfsg/ChangeLog:1141:- new asm code from Gilles Vollant in contrib/asm386
libz-mingw-w64-1.2.11+dfsg/ChangeLog-1142-- simplify the inflate code (Mark):
##############################################
libz-mingw-w64-1.2.11+dfsg/ChangeLog-1158-Changes in 1.0.8 (27 Jan 1998)
libz-mingw-w64-1.2.11+dfsg/ChangeLog:1159:- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant)
libz-mingw-w64-1.2.11+dfsg/ChangeLog-1160-- fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
##############################################
libz-mingw-w64-1.2.11+dfsg/ChangeLog-1220-   contrib/asm386/ by Gilles Vollant <info@winimage.com>
libz-mingw-w64-1.2.11+dfsg/ChangeLog:1221:        386 asm code replacing longest_match().
libz-mingw-w64-1.2.11+dfsg/ChangeLog-1222-   contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-21-# get source directory
libz-mingw-w64-1.2.11+dfsg/configure:22:SRCDIR=`dirname $0`
libz-mingw-w64-1.2.11+dfsg/configure-23-if test $SRCDIR = "."; then
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-34-if [ -n "${CHOST}" ]; then
libz-mingw-w64-1.2.11+dfsg/configure:35:    uname="`echo "${CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/'`"
libz-mingw-w64-1.2.11+dfsg/configure-36-    CROSS_PREFIX="${CHOST}-"
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-42-# extract zlib version numbers from zlib.h
libz-mingw-w64-1.2.11+dfsg/configure:43:VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h`
libz-mingw-w64-1.2.11+dfsg/configure:44:VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h`
libz-mingw-w64-1.2.11+dfsg/configure:45:VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
libz-mingw-w64-1.2.11+dfsg/configure:46:VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
libz-mingw-w64-1.2.11+dfsg/configure-47-
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-117-        exit 0 ;;
libz-mingw-w64-1.2.11+dfsg/configure:118:    -p*=* | --prefix=*) prefix=`echo $1 | sed 's/.*=//'`; shift ;;
libz-mingw-w64-1.2.11+dfsg/configure:119:    -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;;
libz-mingw-w64-1.2.11+dfsg/configure:120:    -l*=* | --libdir=*) libdir=`echo $1 | sed 's/.*=//'`; shift ;;
libz-mingw-w64-1.2.11+dfsg/configure:121:    --sharedlibdir=*) sharedlibdir=`echo $1 | sed 's/.*=//'`; shift ;;
libz-mingw-w64-1.2.11+dfsg/configure:122:    -i*=* | --includedir=*) includedir=`echo $1 | sed 's/.*=//'`;shift ;;
libz-mingw-w64-1.2.11+dfsg/configure:123:    -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;;
libz-mingw-w64-1.2.11+dfsg/configure-124-    -p* | --prefix) prefix="$2"; shift; shift ;;
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-133-    -6* | --64) build64=1; shift ;;
libz-mingw-w64-1.2.11+dfsg/configure:134:    -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;;
libz-mingw-w64-1.2.11+dfsg/configure-135-    --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-170-cflags=${CFLAGS-"-O3"}
libz-mingw-w64-1.2.11+dfsg/configure:171:# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
libz-mingw-w64-1.2.11+dfsg/configure-172-case "$cc" in
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-175-esac
libz-mingw-w64-1.2.11+dfsg/configure:176:case `$cc -v 2>&1` in
libz-mingw-w64-1.2.11+dfsg/configure-177-  *gcc*) gcc=1 ;;
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-298-             # but newer ones do.  Check for it.
libz-mingw-w64-1.2.11+dfsg/configure:299:             flag64=`$CC -flags | egrep -- '^-m64'`
libz-mingw-w64-1.2.11+dfsg/configure-300-             if test x"$flag64" != x"" ; then
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-362-    show $*
libz-mingw-w64-1.2.11+dfsg/configure:363:    test "`( $* ) 2>&1 | tee -a configure.log`" = ""
libz-mingw-w64-1.2.11+dfsg/configure-364-  }
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-381-  show $*
libz-mingw-w64-1.2.11+dfsg/configure:382:  got=`( $* ) 2>&1`
libz-mingw-w64-1.2.11+dfsg/configure-383-  ret=$?
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-441-    show "$NM $test.o | grep _hello"
libz-mingw-w64-1.2.11+dfsg/configure:442:    if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
libz-mingw-w64-1.2.11+dfsg/configure-443-      CPP="$CPP -DNO_UNDERLINE"
##############################################
libz-mingw-w64-1.2.11+dfsg/configure-495-  if try $CC $CFLAGS -o $test $test.c; then
libz-mingw-w64-1.2.11+dfsg/configure:496:    sizet=`./$test`
libz-mingw-w64-1.2.11+dfsg/configure-497-    echo "Checking for a pointer-size integer type..." $sizet"." | tee -a configure.log
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/asm686/match.S-55-/* All the +zlib1222add offsets are due to the addition of fields
libz-mingw-w64-1.2.11+dfsg/contrib/asm686/match.S:56: *  in zlib in the deflate_state structure since the asm code was first written
libz-mingw-w64-1.2.11+dfsg/contrib/asm686/match.S-57- * (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/asm686/README.686-29-
libz-mingw-w64-1.2.11+dfsg/contrib/asm686/README.686:30:To compile zlib with this asm file, copy match.S to the zlib directory
libz-mingw-w64-1.2.11+dfsg/contrib/asm686/README.686-31-then do:
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S-5-
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S:6:; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S-7-;  (AMD64 on Athlon 64, Opteron, Phenom
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S-8-;     and Intel EM64T on Pentium 4 with EM64T, Pentium D, Core 2 Duo, Core I5/I7)
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S:9:; this file is translation from gvmat64.asm to GCC 4.x (for Linux, Mac XCode)
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S-10-; Copyright (C) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant.
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S-87-;  all the +4 offsets are due to the addition of pending_buf_size (in zlib
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S:88:;  in the deflate_state structure since the asm code was first written
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S-89-;  (if you compile with zlib 1.0.4 or older, remove the +4).
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S-105-;  all the +zlib1222add offsets are due to the addition of fields
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S:106:;  in zlib in the deflate_state structure since the asm code was first written
libz-mingw-w64-1.2.11+dfsg/contrib/gcc_gvmat64/gvmat64.S-107-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/inflate86/inffas86.c-9- *
libz-mingw-w64-1.2.11+dfsg/contrib/inflate86/inffas86.c:10: * Dec-29-2003 -- I added AMD64 inflate asm support.  This version is also
libz-mingw-w64-1.2.11+dfsg/contrib/inflate86/inffas86.c-11- * slightly quicker on x86 systems because, instead of using rep movsb to copy
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/inflate86/inffas86.c-797-#elif defined( _MSC_VER ) && ! defined( _M_AMD64 )
libz-mingw-w64-1.2.11+dfsg/contrib/inflate86/inffas86.c:798:    __asm {
libz-mingw-w64-1.2.11+dfsg/contrib/inflate86/inffas86.c-799-	lea	eax, ar
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/bld_ml64.bat:1:ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/bld_ml64.bat:2:ml64.exe /Flgvmat64   /c /Zi gvmat64.asm
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-4-
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm:5:; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-6-;  (AMD64 on Athlon 64, Opteron, Phenom
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-38-; to compile this file for infozip Zip, I use option:
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm:39:;   ml64.exe /Flgvmat64 /c /Zi /DINFOZIP gvmat64.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-40-;
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-41-; to compile this file for zLib, I use option:
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm:42:;   ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-43-; Be carrefull to adapt zlib1222add below to your version of zLib
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-114-;  all the +4 offsets are due to the addition of pending_buf_size (in zlib
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm:115:;  in the deflate_state structure since the asm code was first written
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-116-;  (if you compile with zlib 1.0.4 or older, remove the +4).
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-132-;  all the +zlib1222add offsets are due to the addition of fields
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm:133:;  in zlib in the deflate_state structure since the asm code was first written
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/gvmat64.asm-134-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffas8664.c-11- *
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffas8664.c:12: * inffas8664.c call function inffas8664fnc in inffasx64.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffas8664.c:13: *  inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffas8664.c-14- *
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffas8664.c:15: * Dec-29-2003 -- I added AMD64 inflate asm support.  This version is also
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffas8664.c-16- * slightly quicker on x86 systems because, instead of using rep movsb to copy
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm:1:; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm-2-; version for AMD64 on Windows using Microsoft C compiler
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm-3-;
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm:4:; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm:5:; inffasx64.asm is called by inffas8664.c, which contain more info.
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm-6-
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm-8-; to compile this file, I use option
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm:9:;   ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/inffasx64.asm-10-;   with Microsoft Macro Assembler (x64) for AMD64
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt-2--------
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt:3:This directory contains ASM implementations of the functions
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt-4-longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt-6-
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt:7:gvmat64.asm is written by Gilles Vollant (2005), by using Brian Raiter 686/32 bits
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt-8-   assembly optimized version from Jean-loup Gailly original longest_match function
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt-9-
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt:10:inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt-11-   original function from Mark Adler
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt-14-----------------
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt:15:Assemble the .asm files using MASM and put the object files into the zlib source
libz-mingw-w64-1.2.11+dfsg/contrib/masmx64/readme.txt-16-directory.  You can also get object files here:
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/bld_ml32.bat:1:ml /coff /Zi /c /Flmatch686.lst match686.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/bld_ml32.bat:2:ml /coff /Zi /c /Flinffas32.lst inffas32.asm
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm:1:;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm-2-; *
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm:3:; * inffas32.asm is derivated from inffas86.c, with translation of assembly code
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm-4-; *
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm-28-;   compile with command line option
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm:29:;   ml  /coff /Zi /c /Flinffas32.lst inffas32.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm-30-
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm-31-;   if you define NO_GZIP (see inflate.h), compile with
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm:32:;   ml  /coff /Zi /c /Flinffas32.lst /DNO_GUNZIP inffas32.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/inffas32.asm-33-
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm:1:; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm-2-; Copyright (C) 1995-1996 Jean-loup Gailly, Brian Raiter and Gilles Vollant.
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm-21-;
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm:22:;    compile the asm file running
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm:23:;           ml /coff /Zi /c /Flmatch686.lst match686.asm
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm-24-;    and do not include match686.obj in your project
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm-74-;  all the +zlib1222add offsets are due to the addition of fields
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm:75:;  in zlib in the deflate_state structure since the asm code was first written
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm-76-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm-161-
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm:162:;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/match686.asm-163-;;; Written for zlib 1.1.2
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/readme.txt-3--------
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/readme.txt:4:This directory contains ASM implementations of the functions
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/readme.txt-5-longest_match() and inflate_fast().
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/readme.txt-11-directory, then run the appropriate makefile, as suggested below.  You can
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/readme.txt:12:donwload MASM from here:
libz-mingw-w64-1.2.11+dfsg/contrib/masmx86/readme.txt-13-
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-11-amd64/      by Mikhail Teterin <mi@ALDAN.algebra.com>
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib:12:        asm code for AMD64
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-13-        See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-15-asm686/     by Brian Raiter <breadbox@muppetlabs.com>
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib:16:        asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-17-        See http://www.muppetlabs.com/~breadbox/software/assembly.html
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-35-inflate86/  by Chris Anderson <christop@charm.net>
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib:36:        Tuned x86 gcc asm code to replace inflate_fast()
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-37-
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-49-        x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib:50:        replace longest_match() and inflate_fast(),  also masm x86
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-51-        64-bits translation of Chris Anderson inflate_fast()
##############################################
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-53-masmx86/    by Gilles Vollant <info@winimage.com>
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib:54:        x86 asm code to replace longest_match() and inflate_fast(),
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib:55:        for Visual C++ and MASM (32 bits).
libz-mingw-w64-1.2.11+dfsg/contrib/README.contrib-56-        Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
##############################################
libz-mingw-w64-1.2.11+dfsg/crc32.c-185-/* =========================================================================
libz-mingw-w64-1.2.11+dfsg/crc32.c:186: * This function can be used by asm versions of crc32()
libz-mingw-w64-1.2.11+dfsg/crc32.c-187- */
##############################################
libz-mingw-w64-1.2.11+dfsg/deflate.c-91-#  pragma message("Assembler code may have bugs -- use at your own risk")
libz-mingw-w64-1.2.11+dfsg/deflate.c:92:      void match_init OF((void)); /* asm code initialization */
libz-mingw-w64-1.2.11+dfsg/deflate.c-93-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
libz-mingw-w64-1.2.11+dfsg/deflate.c-1216-#ifdef ASMV
libz-mingw-w64-1.2.11+dfsg/deflate.c:1217:    match_init(); /* initialize the asm code */
libz-mingw-w64-1.2.11+dfsg/deflate.c-1218-#endif
##############################################
libz-mingw-w64-1.2.11+dfsg/deflate.c-1232-#ifndef ASMV
libz-mingw-w64-1.2.11+dfsg/deflate.c:1233:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
libz-mingw-w64-1.2.11+dfsg/deflate.c-1234- * match.S. The code will be functionally equivalent.
##############################################
libz-mingw-w64-1.2.11+dfsg/FAQ-352-
libz-mingw-w64-1.2.11+dfsg/FAQ:353:42. The match.asm code in contrib is under the GNU General Public License.
libz-mingw-w64-1.2.11+dfsg/FAQ-354-    Since it's part of zlib, doesn't that mean that all of zlib falls under the
##############################################
libz-mingw-w64-1.2.11+dfsg/Makefile.in-9-
libz-mingw-w64-1.2.11+dfsg/Makefile.in:10:# To use the asm code, type:
libz-mingw-w64-1.2.11+dfsg/Makefile.in-11-#    cp contrib/asm?86/match.S ./match.S
##############################################
libz-mingw-w64-1.2.11+dfsg/Makefile.in-67-
libz-mingw-w64-1.2.11+dfsg/Makefile.in:68:# to use the asm code: make OBJA=match.o, PIC_OBJA=match.lo
libz-mingw-w64-1.2.11+dfsg/Makefile.in-69-OBJA =
##############################################
libz-mingw-w64-1.2.11+dfsg/msdos/Makefile.dj2-57-OBJA =
libz-mingw-w64-1.2.11+dfsg/msdos/Makefile.dj2:58:# to use the asm code: make OBJA=match.o
libz-mingw-w64-1.2.11+dfsg/msdos/Makefile.dj2-59-
##############################################
libz-mingw-w64-1.2.11+dfsg/old/os2/Makefile.os2-52-  nt/Makefile.nt nt/zlib.dnt  contrib/README.contrib contrib/*.txt \
libz-mingw-w64-1.2.11+dfsg/old/os2/Makefile.os2:53:  contrib/asm386/*.asm contrib/asm386/*.c \
libz-mingw-w64-1.2.11+dfsg/old/os2/Makefile.os2-54-  contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-72-    MODIFSNAME="${LIBIFSNAME}/${1}.MODULE"
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:73:    CSRC="`basename \"${2}\"`"
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-74-
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-132-
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:133:SCRIPTDIR=`dirname "${0}"`
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-134-
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-148-
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:149:TOPDIR=`dirname "${SCRIPTDIR}"`
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-150-export SCRIPTDIR TOPDIR
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-183-    "${TOPDIR}/README" "${SCRIPTDIR}/README400"
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:184:do      MEMBER="${LIBIFSNAME}/DOCS.FILE/`db2_name \"${TEXT}\"`.MBR"
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-185-
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-213-for HFILE in "${TOPDIR}/"*.h
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:214:do      DEST="${SRCPF}/`db2_name \"${HFILE}\"`.MBR"
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-215-
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-227-
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:228:        IFSFILE="${IFSDIR}/include/`basename \"${HFILE}\"`"
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-229-
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-249-
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:250:IFSFILE="${IFSDIR}/include/`basename \"${HFILE}\"`"
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-251-
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-276-for SRC in ${CSOURCES}
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:277:do      MODULE=`db2_name "${SRC}"`
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-278-        make_module "${MODULE}" "${SRC}"
##############################################
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-342-                sed -e 's/.*\(..........\)$/\1/' -e 's/\./_/g'`
libz-mingw-w64-1.2.11+dfsg/os400/make.sh:343:        BACKUP="`db2_name \"${BACKUP}\"`"
libz-mingw-w64-1.2.11+dfsg/os400/make.sh-344-        BKUPIFSNAME="${LIBIFSNAME}/${BACKUP}.SRVPGM"
##############################################
libz-mingw-w64-1.2.11+dfsg/treebuild.xml-108-# OBJA =
libz-mingw-w64-1.2.11+dfsg/treebuild.xml:109:# to use the asm code: make OBJA=match.o
libz-mingw-w64-1.2.11+dfsg/treebuild.xml-110-#
##############################################
libz-mingw-w64-1.2.11+dfsg/win32/Makefile.gcc-13-#
libz-mingw-w64-1.2.11+dfsg/win32/Makefile.gcc:14:# To use the asm code, type:
libz-mingw-w64-1.2.11+dfsg/win32/Makefile.gcc-15-#   cp contrib/asm?86/match.S ./match.S
##############################################
libz-mingw-w64-1.2.11+dfsg/win32/Makefile.msc-7-#   nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" \
libz-mingw-w64-1.2.11+dfsg/win32/Makefile.msc:8:#         OBJA="inffas32.obj match686.obj"               (use ASM code, x86)
libz-mingw-w64-1.2.11+dfsg/win32/Makefile.msc-9-#   nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \
libz-mingw-w64-1.2.11+dfsg/win32/Makefile.msc:10:#         OBJA="inffasx64.obj gvmat64.obj inffas8664.obj"  (use ASM code, x64)
libz-mingw-w64-1.2.11+dfsg/win32/Makefile.msc-11-
##############################################
libz-mingw-w64-1.2.11+dfsg/zlib.h-1184-     8: ZLIB_DEBUG
libz-mingw-w64-1.2.11+dfsg/zlib.h:1185:     9: ASMV or ASMINF -- use ASM code
libz-mingw-w64-1.2.11+dfsg/zlib.h-1186-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention