[Bug 201650] (e)grep handling regexp wrong

2023-02-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 Franz Bettag changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 201650] (e)grep handling regexp wrong

2023-02-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 --- Comment #11 from Christian Kujau --- No longer reproducible in 13.1-RELEASE-p3 (with bsdgrep 2.6.0-FreeBSD or GNU/grep 3.8): $ echo "abc" | /usr/bin/grep -Eo '^[a-z]' a $ echo "abc" | /usr/local/bin/ggrep -Eo '^[a-z]' a So...I

[Bug 201650] (e)grep handling regexp wrong

2020-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 --- Comment #10 from commit-h...@freebsd.org --- A commit references this bug: Author: kevans Date: Tue Dec 8 14:05:26 UTC 2020 New revision: 368439 URL: https://svnweb.freebsd.org/changeset/base/368439 Log: src.opts.mk: switch to bsdgr

[Bug 201650] (e)grep handling regexp wrong

2017-04-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 Kyle Evans changed: What|Removed |Added CC||bsdpo...@kyle-evans.net --- Comment #

[Bug 201650] (e)grep handling regexp wrong

2016-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 --- Comment #8 from Ben RUBSON --- You're right Daniël, I must face this. What is strange is that on 2 different systems with the same LC_COLLATE, results are not the same. Really disturbing. Thank you for the link, and sorry for the noise.

[Bug 201650] (e)grep handling regexp wrong

2016-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 --- Comment #7 from Daniël de Kok --- Note that B can be in the range a-z depending on collation settings: http://unix.stackexchange.com/questions/15980/does-should-lc-collate-affect-character-ranges -- You are receiving this mail becaus

[Bug 201650] (e)grep handling regexp wrong

2016-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 Ben RUBSON changed: What|Removed |Added CC||ben.rub...@gmail.com --- Comment #6 f

[Bug 201650] (e)grep handling regexp wrong

2016-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 --- Comment #5 from Ed Maste --- Patch for the same issue in OpenBSD's grep: https://marc.info/?l=openbsd-tech&m=147206598501753&w=2 -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 201650] (e)grep handling regexp wrong

2016-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 201650] (e)grep handling regexp wrong

2016-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 --- Comment #4 from Daniël de Kok --- Created attachment 172418 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172418&action=edit Patch for fixing anchor treatment in BSD grep. The attached patch solves the bsdgrep that I report

[Bug 201650] (e)grep handling regexp wrong

2016-06-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 Daniël de Kok changed: What|Removed |Added CC||m...@danieldk.eu --- Comment #3 fr

[Bug 201650] (e)grep handling regexp wrong

2015-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 --- Comment #2 from Mark Felder --- RHEL 5 -bash-3.2$ echo "abc" | grep -e "^[a-z]" -o a b c -bash-3.2$ grep -V grep (GNU grep) 2.5.1 Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc. This is free software; see the sour

[Bug 201650] (e)grep handling regexp wrong

2015-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 Mark Felder changed: What|Removed |Added CC||f...@freebsd.org --- Comment #1 from

[Bug 201650] (e)grep handling regexp wrong

2015-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650 Bug ID: 201650 Summary: (e)grep handling regexp wrong Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects