summaryrefslogtreecommitdiff
path: root/ChangeLog-2009
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2013-09-30 09:13:34 -0700
committerJim Meyering <meyering@fb.com>2013-09-30 09:59:20 -0700
commite27403159f3dafba8dcb541d7ada76b5caf92d99 (patch)
treef6623315f2adb9127570dbaf6547965915b9b365 /ChangeLog-2009
parent05e2f162e7014185cac3ec74532becf6e1c3bde6 (diff)
downloadgrep-e27403159f3dafba8dcb541d7ada76b5caf92d99.tar.gz
maint: change all references: s/POSIX\.2/POSIX/
There is no longer any point in referring to POSIX.N. POSIX is sufficient. * doc/grep.in.1: As above. * src/main.c (main): Likewise. * tests/file: Likewise. * tests/options: Likewise. * ChangeLog: Likewise. * NEWS: Likewise. * cfg.mk: Update, to match changed NEWS. Inspired by Glenn Golden's suggestion in http://bugs.gnu.org/15486
Diffstat (limited to 'ChangeLog-2009')
-rw-r--r--ChangeLog-200914
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog-2009 b/ChangeLog-2009
index f7a25388..4807092c 100644
--- a/ChangeLog-2009
+++ b/ChangeLog-2009
@@ -1794,7 +1794,7 @@
Problen noted by Gerald Stoller <gerald_stoller@hotmail.com>
- * src/grep.c (main): POSIX.2 says that -q overrides -l, which
+ * src/grep.c (main): POSIX says that -q overrides -l, which
in turn overrides the other output options. Fix grep to
behave that way.
@@ -1848,7 +1848,7 @@
2000-04-24 Paul Eggert
- POSIX.2 conformance fixes: grep -q now exits with status zero
+ POSIX conformance fixes: grep -q now exits with status zero
if an input line is selected, even if an error also occurs.
grep -s no longer affects exit status.
@@ -1862,10 +1862,10 @@
(main): -q sets exit_on_match.
* doc/grep.1, doc/grep.texi, NEWS:
- Document -q's behavior as required by POSIX.2.
+ Document -q's behavior as required by POSIX.
* tests/status.sh:
- Test for -q and -s behavior as conforming to POSIX.2.
+ Test for -q and -s behavior as conforming to POSIX.
2000-04-20 Paul Eggert
@@ -2435,7 +2435,7 @@
1999-10-11 Paul Eggert
- * doc/grep.texi: Fix texinfo glitches. POSIX -> POSIX.2 where
+ * doc/grep.texi: Fix texinfo glitches. POSIX -> POSIX where
appropriate.
1999-10-11 Paul Eggert
@@ -2568,7 +2568,7 @@
* src/grep.c (grepdir):
Don't assume that st_ino and st_dev must be integers;
- POSIX.1 allows them to be floating-point (!).
+ POSIX allows them to be floating-point (!).
* src/vms_fab.h (arr_ptr): ':' -> ';' to fix typo.
@@ -3095,7 +3095,7 @@
#undef if defined.
Fixed by Andreas Ley and Philippe Defert.
- * src/grep.1 : mention that -s follows POSIX.2 behavior.
+ * src/grep.1 : mention that -s follows POSIX behavior.
Noted by Paul Eggert and others.
* tests/khadafy.sh: a typo in failure(s).