X-Recipient: archive-cygwin AT delorie DOT 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:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=RmuMfpTCgdzu3A4EXjTqWspJWI5vc K4qGMq04kQmA5utSY23KVNsq4ggiNfwPvxHm9fkPw1AwIYrqCjwxsBQ6gr2arpJM 6lwTjdju3uSO67t5YCGiSFidOtxXihrAnN+EJ+/KIwsoGCjrvFCuW2+kCglu1qbR dIB9W4J06gqjvg= 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:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=vr3kPzyClmNUiw8P/8OR2LU2wQE=; b=sow 5BNgouDgsBtr9EE25cYD2e/R4O9bFvol/EmxQruiYIR9x+JOcxxffksaC806C5W6 /wksLrX5fIcX7QaFc1QWrQzv27zeZVsHbGMahwiPG+YT223dceAw2t7lGKZjhhLE IIOpNvqn/UbQjaKuXHoeLQefSV3wcNPPi8TDnfiA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=80KCijKXvV2nB5uU4HY5n9FpRXg7d0nfnVm8OzDjZjI=; b=mkbeoJq0SWwAHWmmD91L2X8Fx4XvqZ4P6XQHgfGBJF4Eqndh63L4AsxlzhEQh4mgTh t+8SSlegGAXfla6SzhkHlEymlBPP3pHA6A4HgWsIZ4e/kfFpYzoYC28RB2Dz11ZKNW4h TpDbnfIqp7VNYyyqh0r2DunBFbEtOqS4kCQhilAExUhDiSpPgXPp3LmYnBcm8ojlVFFs 3RBEZ73TiUaI1lTM5D60y8ysp1UAg9+9w/hpAlduayRJoFlIMIUy0X9dE0+Jy78Gd9zm VvAOQGfrZ1mszvrNzddfEohUVOs2oNOG5VYIaA2QbUkrcqjvQ3dAoxuhavForwK/Xumo 65aA== X-Gm-Message-State: ALoCoQnEAb4Mb2vUY0zI+yqJ+MlcXh1oDAaGdCgnrfGYmUgSLTRVm7IsuB5NaSDAhfRpKii5J3yB X-Received: by 10.180.103.69 with SMTP id fu5mr18083523wib.95.1441018688597; Mon, 31 Aug 2015 03:58:08 -0700 (PDT) Date: Mon, 31 Aug 2015 11:58:05 +0100 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: Odd package search behaviour: \+\+\.la Message-ID: <20150831105805.GZ14466@dinwoodie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes If I use the package search on the Cygwin website to search for `\+\+\.la`, then as expected, the results[0] include mingw-gcc-g++-4.5.2-1, which includes the file `usr/lib/gcc/i686-pc-mingw32/4.5.2/debug/libstdc++.la` However, if I search for `libstdc\+\+\.la`, despite this being just the full name of the file that is being matched above, I get no results[1]! I'm pretty sure that second results page ought to at least include that package, since that package includes a file that very clearly (to me at least) matches the specified regex... [0]: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5C%2B%5C%2B%5C.la&arch=x86 [1]: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=libstdc%5C%2B%5C%2B%5C.la&arch=x86 -- 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