Up to [cvs.NetBSD.org] / pkgsrc / textproc / grep
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 21 18:04:58 2012 UTC (8 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
HEAD
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Changes 2.14: ** Bug fixes grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte locale, even though there was no match, and the command generated no output. E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would mistakenly print "(standard input)". Related, seq 9 | LC_ALL=en_US.utf8 grep -in '^$' would print "2:4:6:8:10:12:14:16" and exit 0. Now it prints nothing and exits with status of 1. [bug introduced in grep-2.6] 'grep' no longer falsely reports text files as being binary on file systems that compress contents or that store tiny contents in metadata.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 3 13:07:54 2012 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.9: +4 -5
lines
Diff to previous 1.9 (colored)
Changes 2.13: ** Bug fixes grep -i, in a multi-byte locale, when matching a line containing a character like the UTF-8 Turkish I-with-dot (U+0130) (whose lower-case representation occupies fewer bytes), would print an incomplete output line. Similarly, with a matched line containing a character (e.g., the Latin capital I in a Turkish UTF-8 locale), where the lower-case representation occupies more bytes, grep could print garbage. [bug introduced in grep-2.6] --include and --exclude can again be combined, and again apply to the command line, e.g., "grep --include='*.[ch]' --exclude='system.h' PATTERN *" again reads all *.c and *.h files except for system.h. [bug introduced in grep-2.6] ** New features 'grep' without -z now treats a sparse file as binary, if it can easily determine that the file is sparse. ** Dropped features Bootstrapping with Makefile.boot has been broken since grep 2.6, and was removed.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 11 02:18:22 2008 UTC (5 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
MIPSPro doesn't like code such as:
void foo(void) {}
void bar(void) { return foo(); }
Stripping away the return makes it happy. PR pkg/38210.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 8 12:16:43 2008 UTC (5 years, 2 months ago) by tnn
Branch: MAIN
Changes since 1.7: +4 -7
lines
Diff to previous 1.7 (colored)
Update to grep-2.5.3. Main changes are move to GPLv3 and several updated translations. Also some bugfixes (at least the ones we had patched in pkgsrc). Sorry, not more specific because NEWS isn't properly maintained.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 24 14:48:42 2005 UTC (8 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Add RMD160 digests to the SHA1 ones.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 6 20:36:58 2004 UTC (8 years, 10 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Apply patch from http://lists.gnu.org/archive/html/bug-gnu-utils/2002-03/msg00359.html requested by Georg Schwarz in private mail: make it compile with non-gcc compilers.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 18 19:13:52 2003 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Update to 2.5.1nb2: Use the right grep binary in fgrep and egrep shell scripts. Patch provided by Nicolas Fugier in PR 20905.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 13 07:33:34 2003 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.3: +3 -4
lines
Diff to previous 1.3 (colored)
Update to 2.5.1: bugfix release.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 25 19:54:58 2002 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Use .tar.bz2.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 25 19:50:34 2002 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed. While here: Fix build on NetBSD-current.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 14 16:43:14 2002 UTC (10 years, 7 months ago) by bouyer
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Package for GNU grep 2.5.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 14 16:43:14 2002 UTC (10 years, 7 months ago) by bouyer
Branch: MAIN
Initial revision