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:date:message-id:subject:from:to
	:content-type; q=dns; s=default; b=pjXiBzjYNq3ArPVlVIcMIzVVbp24M
	pesQ3/dX9CCZVRha39Our7LfSoviTiJxX3uqfXataFtedbgFw0/GdrelUp2sYQrf
	o0ddkM/EuR5+VZqaLXU68LV3vuEG4r6EFSyJyx9MT3+USKvljETtaWgJP3VeidMp
	+KBQb072xMOXAU=
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:date:message-id:subject:from:to
	:content-type; s=default; bh=758/Pu4SNCn9bDHkOg5ba5JphWA=; b=vHg
	piTvx3xh2E6FBBAa6nsv4Fo2g5I6Af5qfgO3p69y7ukB2zb9Sc7pi2xpQ8m/kQyv
	f7c8Fl5uvz7GA7IdPcPM2+GGtWW167uauxLW6joPvNGQcChyrofF5ShDQiJR7b4b
	B2EraONem0TDdLwmJbjtrZKHS4ZeJAMm9WfxQEug=
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=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-pd0-f172.google.com
MIME-Version: 1.0
X-Received: by 10.68.219.202 with SMTP id pq10mr4821479pbc.23.1390348756659; Tue, 21 Jan 2014 15:59:16 -0800 (PST)
Date: Tue, 21 Jan 2014 17:59:16 -0600
Message-ID: <CAAXzdLUjc=cYva6EfZQjRArt5NQbPG3VTTGEch=kN1GEx2-fjA@mail.gmail.com>
Subject: 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

Searching for the popular compiler produces unexpected results

    $ cygcheck -p 'g++.exe'
    Found 0 matches for g  .exe

    $ cygcheck -p 'g\+\+.exe'
    Found 0 matches for g\ \ .exe

How can I include a literal '+' (plus character) in my search?

--
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

