https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650
Franz Bettag changed:
What|Removed |Added
Resolution|--- |FIXED
Status|New
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650
Kyle Evans changed:
What|Removed |Added
CC||bsdpo...@kyle-evans.net
--- Comment #
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.
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650
Ben RUBSON changed:
What|Removed |Added
CC||ben.rub...@gmail.com
--- Comment #6 f
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.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650
Mark Linimon changed:
What|Removed |Added
Keywords||patch
--
You are receiving this ma
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
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650
Mark Felder changed:
What|Removed |Added
CC||f...@freebsd.org
--- Comment #1 from
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
14 matches
Mail list logo