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=U0fSAuhhhv3TUyxBGO+Xc55qhD/AhEU7Y4DOuZgIwSoFmH yjQN+4u5QmkRNjcJWza45MBnMLQ8LL09sZld9A9wdqSzVabpeqOeafYGAbXtMM8P FJK+u0W6c3AAKOUzWrEchScekG1SzRFVGrBPW4e1p0S3s/8WMt20/U/0sv4iY= 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=vDS+cTqtItHBsbf3mDf1jo81wFE=; b=Fo3DznZpowrYD6h4hIm9 uKiR5yBHCp5BayVIsiS6fkkxxqE4Ji6A1LAG0ILb9TkHNyq/L0sjF4RMBO+/LcRi Ceq86Ms+eC5xgCpPiL4gCIvCJytM5XT7Gwg88Q3aW+WWXNCv2DsL8+i57pIRapSs AkYA6/mdmEFhnlQSgVGDPYE= 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 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: grep-3.0-2 Reply-To: The Cygwin Mailing List , cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Message-Id: Date: Mon, 20 Feb 2017 09:28:34 -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: 7bit X-IsSubscribed: yes The 3.0-2 release of grep has been promoted from experimental to current. NEWS: ===== This release introduces an important change in behavior from earlier versions: when operating on binary mounts, grep no longer forces text mode, and therefore no longer strips carriage returns (behaving more like Linux on those carriage returns). Behavior on text mode mounts is unchanged (where carriage returns are already taken care of by the fact that the file is opened in text mode rather than binary mode). This change is made in parallel to sed and awk changes along the same lines. 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 (or similar) 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. 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