[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.11-66-g50c4df6
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v3.11-66-g50c4df6 |
Date: |
Tue, 25 Mar 2025 22:28:52 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via 50c4df64c1b674532d466b355cf452d7277e0b44 (commit)
via 6de7c9d48b75f8e450200f3b746f45773fd3f6bd (commit)
via ffb27fd22537326c9acfd14a717007483ce400c4 (commit)
from 920daa57a4129b1b7b7c2387b01401c8981bee76 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=50c4df64c1b674532d466b355cf452d7277e0b44
commit 50c4df64c1b674532d466b355cf452d7277e0b44
Author: Jim Meyering <meyering@meta.com>
Date: Sun Feb 16 07:22:33 2025 -0800
build: use gnulib's new c-strcasecmp module, rather than c-strcase
* bootstrap.conf (gnulib_modules): Use new c-strcasecmp module, rather
than c-strcase, since grep uses c_strcasecmp and not c_strncasecmp.
diff --git a/bootstrap.conf b/bootstrap.conf
index 399c862..2fc2947 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -31,7 +31,7 @@ argmatch
assert-h
c-ctype
c-stack
-c-strcase
+c-strcasecmp
c32isalnum
c32rtomb
closeout
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=6de7c9d48b75f8e450200f3b746f45773fd3f6bd
commit 50c4df64c1b674532d466b355cf452d7277e0b44
Author: Jim Meyering <meyering@meta.com>
Date: Sun Feb 16 07:22:33 2025 -0800
build: use gnulib's new c-strcasecmp module, rather than c-strcase
* bootstrap.conf (gnulib_modules): Use new c-strcasecmp module, rather
than c-strcase, since grep uses c_strcasecmp and not c_strncasecmp.
diff --git a/bootstrap.conf b/bootstrap.conf
index 399c862..2fc2947 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -31,7 +31,7 @@ argmatch
assert-h
c-ctype
c-stack
-c-strcase
+c-strcasecmp
c32isalnum
c32rtomb
closeout
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=ffb27fd22537326c9acfd14a717007483ce400c4
commit 50c4df64c1b674532d466b355cf452d7277e0b44
Author: Jim Meyering <meyering@meta.com>
Date: Sun Feb 16 07:22:33 2025 -0800
build: use gnulib's new c-strcasecmp module, rather than c-strcase
* bootstrap.conf (gnulib_modules): Use new c-strcasecmp module, rather
than c-strcase, since grep uses c_strcasecmp and not c_strncasecmp.
diff --git a/bootstrap.conf b/bootstrap.conf
index 399c862..2fc2947 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -31,7 +31,7 @@ argmatch
assert-h
c-ctype
c-stack
-c-strcase
+c-strcasecmp
c32isalnum
c32rtomb
closeout
-----------------------------------------------------------------------
Summary of changes:
NEWS | 3 +++
bootstrap | 15 ++++++---------
bootstrap.conf | 2 +-
gnulib | 2 +-
src/grep.c | 6 ------
5 files changed, 11 insertions(+), 17 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.11-66-g50c4df6,
Jim Meyering <=