This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.21-158-g4ca8ddf


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 "GNU C Library master sources".

The branch, master has been updated
       via  4ca8ddfb05ea7d888347bb96cfa431e0eb7fcd9a (commit)
      from  9162c01d09c327ae2e7c3a5148307e8018792c51 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4ca8ddfb05ea7d888347bb96cfa431e0eb7fcd9a

commit 4ca8ddfb05ea7d888347bb96cfa431e0eb7fcd9a
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Mar 5 14:09:50 2015 -0500

    manual: drop strerror C89 compatibility note
    
    Mentioning systems that are old and don't support C89 is probably
    a waste of time nowadays.  Drop the note.

diff --git a/ChangeLog b/ChangeLog
index b9cf458..cda9af2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-06  Mike Frysinger  <vapier@gentoo.org>
+
+	* manual/errno.texi (Error Messages): Delete strerror ISO C89
+	compatibility note.
+
 2015-03-05  Roland McGrath  <roland@hack.frob.com>
 
 	* Makeconfig (test-wrapper-env-only): New variable.
diff --git a/manual/errno.texi b/manual/errno.texi
index 41d6639..315320d 100644
--- a/manual/errno.texi
+++ b/manual/errno.texi
@@ -1361,9 +1361,6 @@ given error code; the precise text varies from system to system.  With
 messages or embedded newlines.  Each error message begins with a capital
 letter and does not include any terminating punctuation.
 
-@strong{Compatibility Note:} The @code{strerror} function was introduced
-in @w{ISO C89}.  Many older C systems do not support this function yet.
-
 @cindex program name
 @cindex name of running program
 Many programs that don't read input from the terminal are designed to

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

Summary of changes:
 ChangeLog         |    5 +++++
 manual/errno.texi |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]