X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=pU
	r85dOgyJ4v4dT/0m7rUEc4eSsya+zi+6jj8UJBIPKF4Hjw5GYBi+/CBcbpcamNvW
	uQep7vRNAxiFyrvaQCho/nvPpYevwaqnf5y5WigPbYI5Q2u+/JghxAznuPtXNjwd
	Hs2KllWe8WCVxDEPWj4b61MQu/irDC//4TL2ufNQQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=xJroA49K
	xRKbtMubzOKosPP31f4=; b=wLPfpZedpMVfj6ZECFG+ka15ms5iidnoIXnqnjVh
	LXlV/lSPdrQnATcycSHgxNt2L4zl6EQkzU7qeHuPCddsqLjMgeVJFO3sqNiXUL+w
	eH0BJXibhxrfwHpcY8imMB8D7bYVRahRfo0YVHzHRoT9dYYk7PNqZeDQF1t4aaui
	uQo=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-pb0-f44.google.com
MIME-Version: 1.0
X-Received: by 10.68.224.34 with SMTP id qz2mr33323622pbc.84.1390862603494; Mon, 27 Jan 2014 14:43:23 -0800 (PST)
In-Reply-To: <5E4FD12CD40F6745B655A229A725EA7561F66C20@TGI-EXMBXP03.tgi.local>
References: <CAAXzdLVqgO4Jdh_7AJZmSA1LqoyK_WOg0BbZ9B8Y8kipR85nLA@mail.gmail.com>	<5E4FD12CD40F6745B655A229A725EA7561F66C20@TGI-EXMBXP03.tgi.local>
Date: Mon, 27 Jan 2014 16:43:23 -0600
Message-ID: <CAAXzdLV6tofVjW6NDkp-OWje9Zf2weKSoTGd1AWBGYnbsfv=0w@mail.gmail.com>
Subject: Re: cygcheck and literal plus sign
From: Steven Penny <svnpenn@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes

On Mon, Jan 27, 2014 at 9:47 AM, Gates, Roger wrote
> $ ascii +

It should be noted that "ascii" is not included with a base install, and part of
the "ascii" package

> $ cygcheck -p 'g\x{2b}\x{2b}.exe'

it should be further noted that the braces are not necessary in this instance

    $ cygcheck -p 'g\x2b\x2b.exe'
    Found 9 matches for g\x2b\x2b.exe
    x86_64/cygwin32-gcc-g++/cygwin32-gcc-g++-4.8.2-1
    x86_64/cygwin32-gcc-g++/cygwin32-gcc-g++-4.8.2-2
    x86_64/gcc-g++/gcc-g++-4.8.1-3
    x86_64/gcc-g++/gcc-g++-4.8.2-1
    x86_64/mingw-gcc-g++/mingw-gcc-g++-4.7.3-1
    x86_64/mingw64-i686-gcc-g++/mingw64-i686-gcc-g++-4.8.1-2
    x86_64/mingw64-i686-gcc-g++/mingw64-i686-gcc-g++-4.8.2-1
    x86_64/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-4.8.1-2
    x86_64/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-4.8.2-1

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

