grep - News
posted by meyering, Sat 13 May 2023 09:16:55 AM UTC
[...]This is to announce grep-3.11, a stable release.
This release makes PCRE patterns like [\d] work again, at the expense of
reverting to the behavior of grep 3.8, in that patterns like \w and \b go
back to using ASCII rather than Unicode interpretations. However, if you
posted by meyering, Thu 23 Mar 2023 01:31:26 AM UTC
[...]This is to announce grep-3.10, a stable release,
fixing a bug with -P and \d. TL;DR, grep-3.9 would do this:
$ LC_ALL=en_US.UTF-8 grep -P '\d' <<< ٠١٢٣٤٥٦٧٨٩
٠١٢٣٤٥٦٧٨٩
It should print nothing, like it has always done.
posted by meyering, Sun 05 Mar 2023 04:09:34 PM UTC
[...]This is to announce grep-3.9, a stable release.
The NEWS below describes the two main bug fixes since 3.8.
There have been 38 commits by 4 people in the 26 weeks since 3.8.
Thanks to everyone who has contributed!
The following people contributed changes to this release:
posted by meyering, Sat 03 Sep 2022 08:04:39 AM UTC
[...]This is to announce grep-3.8, a stable release.
Special thanks to Carlo Arenas for adding PCRE2 support
and to Paul Eggert for his many fine changes.
There have been 104 commits by 6 people in the 55 weeks since 3.7.
See the NEWS below for a brief summary.
posted by meyering, Sat 14 Aug 2021 08:12:52 PM UTC
[...]This is to announce grep-3.7, a stable release.
There have been 33 commits by 6 people in the 40 weeks since 3.6.
See the NEWS below for a brief summary.
Thanks to everyone who has contributed!
The following people contributed changes to this release:
posted by meyering, Mon 09 Nov 2020 05:33:39 AM UTC
[...]This is to announce grep-3.6, a stable release.
There have been 18 commits by 3 people in the 6 weeks since 3.5.
This release has two important changes, a fix for a bug introduced in
grep-3.2 (from late 2018) and the removal of support for the long-deprecated
posted by meyering, Mon 28 Sep 2020 03:30:42 AM UTC
[...]This is to announce grep-3.5, a stable release.
Thanks especially to Paul Eggert, Norihiro Tanaka and Bruno Haible
for changes both in grep proper and in gnulib.
There have been 56 commits by 3 people in the 38 weeks since 3.4.
posted by meyering, Thu 02 Jan 2020 10:32:07 PM UTC
[...]This is to announce grep-3.4, a stable release.
Special thanks to Paul Eggert and Norihiro Tanaka for their many fine contributions.
There have been 71 commits by 4 people in the 54 weeks since 3.3.
See the NEWS below for a brief summary.
posted by meyering, Fri 21 Dec 2018 04:51:38 AM UTC
[...]Here's a snap release to fix a regression introduced in grep-3.2.
See the NEWS below for details:
Here are the compressed sources and a GPG detached signature[*]:
https://ftp.gnu.org/gnu/grep/grep-3.3.tar.xz
https://ftp.gnu.org/gnu/grep/grep-3.3.tar.xz.sig
posted by meyering, Thu 20 Dec 2018 03:58:11 PM UTC
[...]This is to announce grep-3.2, a stable release.
There have been 55 commits by 6 people in the 77 weeks since 3.1.
[note also the 867 gnulib-related changes]
See the NEWS below for a brief summary.
Thanks to everyone who has contributed. Special thanks to Paul Eggert for
Powered by Savane 3.13-da57.
Corresponding source code