grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.8-29-g155cfb1


From: Paul Eggert
Subject: grep branch, master, updated. v3.8-29-g155cfb1
Date: Sat, 21 Jan 2023 15:56:41 -0500 (EST)

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  155cfb11e361c9706a7ad33e9b8be02f9efbe78a (commit)
       via  21bfaa6ff69277c86028dde57453ecdfbb256ece (commit)
      from  819b3b176ffd396d7d87ca5074981e26b2eccd98 (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=155cfb11e361c9706a7ad33e9b8be02f9efbe78a


commit 155cfb11e361c9706a7ad33e9b8be02f9efbe78a
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Jan 21 14:55:49 2023 -0600

    maint: stop including getprogname.h
    
    It’s obsolete in bleeding-edge Gnulib.
    * src/grep.c, tests/get-mb-cur-max.c: Don’t include getprogname.h.
    Instead, rely on stdlib.h to declare getprogname.

diff --git a/src/grep.c b/src/grep.c
index 9f914fc..ebb09a3 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -41,7 +41,6 @@
 #include "fcntl-safer.h"
 #include "fts_.h"
 #include "getopt.h"
-#include "getprogname.h"
 #include "grep.h"
 #include "hash.h"
 #include "intprops.h"
diff --git a/tests/get-mb-cur-max.c b/tests/get-mb-cur-max.c
index bf3d309..1dde7a7 100644
--- a/tests/get-mb-cur-max.c
+++ b/tests/get-mb-cur-max.c
@@ -21,8 +21,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "getprogname.h"
-
 int
 main (int argc, char **argv)
 {

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=21bfaa6ff69277c86028dde57453ecdfbb256ece


commit 155cfb11e361c9706a7ad33e9b8be02f9efbe78a
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Jan 21 14:55:49 2023 -0600

    maint: stop including getprogname.h
    
    It’s obsolete in bleeding-edge Gnulib.
    * src/grep.c, tests/get-mb-cur-max.c: Don’t include getprogname.h.
    Instead, rely on stdlib.h to declare getprogname.

diff --git a/src/grep.c b/src/grep.c
index 9f914fc..ebb09a3 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -41,7 +41,6 @@
 #include "fcntl-safer.h"
 #include "fts_.h"
 #include "getopt.h"
-#include "getprogname.h"
 #include "grep.h"
 #include "hash.h"
 #include "intprops.h"
diff --git a/tests/get-mb-cur-max.c b/tests/get-mb-cur-max.c
index bf3d309..1dde7a7 100644
--- a/tests/get-mb-cur-max.c
+++ b/tests/get-mb-cur-max.c
@@ -21,8 +21,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "getprogname.h"
-
 int
 main (int argc, char **argv)
 {

-----------------------------------------------------------------------

Summary of changes:
 gnulib                 | 2 +-
 src/grep.c             | 1 -
 tests/get-mb-cur-max.c | 2 --
 3 files changed, 1 insertion(+), 4 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]