grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.7-49-gc128fa5


From: Paul Eggert
Subject: grep branch, master, updated. v3.7-49-gc128fa5
Date: Tue, 15 Feb 2022 20:00:16 -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  c128fa57c6cb8d7526b38dffa25b435dca396b7e (commit)
      from  5c3c427988be22d4d213379624db290ec849a13f (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=c128fa57c6cb8d7526b38dffa25b435dca396b7e


commit c128fa57c6cb8d7526b38dffa25b435dca396b7e
Author: Ulrich Eckhardt <ulrich.eckhardt@base-42.de>
Date:   Mon Feb 14 22:30:41 2022 +0100

    grep: Remove comment
    
    The comment was introduced in 500f07fee50ab16a70fe2946b85318020c7f4017 and
    relates to absent cleanup code at the end of main(), not the code following
    it. It relates to fallible flushing of stdout and related error handling,
    but even then it doesn't explain much.
    Copyright-paperwork-exempt: yes

diff --git a/src/grep.c b/src/grep.c
index 6ff852a..9c933e4 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -3008,6 +3008,5 @@ main (int argc, char **argv)
     status &= grep_command_line_arg (*files++);
   while (*files != NULL);
 
-  /* We register via atexit to test stdout.  */
   return errseen ? EXIT_TROUBLE : status;
 }

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

Summary of changes:
 src/grep.c | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

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