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:reply-to:from:subject:reply-to:to:message-id :date:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=E6PGOoRgbud9YxwNO6gtTVKAfKlq0TLQW+Fazx5suyknpp 6ILvqmuNkS5YEtHSt8P65m7IqNFEI4BNg1YLgeZcZqTIB231pJ1zoZl2tfpLtKf1 KHXyJzUm4zD5MPJ0kcGLBg5XrIcs1Z7iw6Jt1khCmAQXu2Fxq2ROajs670ecs= 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:reply-to:from:subject:reply-to:to:message-id :date:mime-version:content-type:content-transfer-encoding; s= default; bh=Jq/qBbitLNLxBhzW0jtxR00kygA=; b=lu/KM/1yM7NZwsXmfLa9 WicFYrpd7VC4WEUtX2BCfFnjbhXAa7DFlowQt6mF+En2gfn5U0X5l+sldaWylFCO Kab89Vf3Yk8uHnglE4DcxpgkB9NcG5JGDloZpzJkT+yfg2EyNM4bwZJ6qjme/Gy/ nQNSy3wdpv1mzjsvCoUV/GQ= 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.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 spammy=click, policy X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No From: "Eric Blake (cygwin)" Subject: [ANNOUNCEMENT] Updated [test]: grep-3.0-2 Reply-To: The Cygwin Mailing List , cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Message-Id: Date: Tue, 14 Feb 2017 10:17:25 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes A new test release of grep, 3.0-2, has been uploaded and will soon reach a mirror near you; leaving the current version at 3.0-1. NEWS: ===== This build modifies the behavior of grep to no longer force text mode on binary-mounted file descriptors. Since this includes pipelines by default, this means that if you pipe text data through a pipeline (such as the output of a windows program), you may need to insert a call to d2u to sanitize your input before passing it to grep. The impact of the options 'grep -u' and 'grep -U' is now limited to just text-mounted file descriptors. These changes match what is being done in the experimental sed-4.4-1 and gawk-4.1.4-3. Presumably, all three programs will be promoted to current once we decide if the policy of behaving more like Linux on carriage returns in a binary mount makes sense. For more details on grep, see the documentation in /usr/share/doc/grep/. DESCRIPTION: ============ GNU Grep searches one or more input files for lines containing a match to a specified patter. By default, Grep outputs the matching lines. The GNU implementation includes several useful extensions over POSIX. UPDATE: ======= To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Save it and run setup, answer the questions and pick up 'grep' in the 'Base' category (it should already be selected). DOWNLOAD: ========= Note that downloads from cygwin.com aren't allowed due to bandwidth limitations. This means that you will need to find a mirror which has this update, please choose the one nearest to you: http://cygwin.com/mirrors.html QUESTIONS: ========== If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- Eric Blake volunteer cygwin grep package maintainer For more details on this list (including unsubscription), see: http://sourceware.org/lists.html -- 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