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.15-184-gd1b10e7


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  d1b10e78e439dd8e1707cc90cce5960013ad1b90 (commit)
      from  1d5f032e1b28c86f7402dd62447f2be2b767f6c4 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d1b10e78e439dd8e1707cc90cce5960013ad1b90

commit d1b10e78e439dd8e1707cc90cce5960013ad1b90
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 17 22:06:09 2012 +0000

    Fix documented parameters to execle.

diff --git a/ChangeLog b/ChangeLog
index 1ed9b76..5cd2612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-17  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #10210]
+	* manual/process.texi (execle): Move @dots{} before last argument.
+
 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
 
 	[BZ #12047]
diff --git a/NEWS b/NEWS
index 0d962f1..f8c1be7 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,9 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 11494, 12047, 13525,
-  13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551,
-  13552, 13553, 13555, 13559, 13583, 13618
+  350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 10210, 11494, 12047,
+  13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547,
+  13551, 13552, 13553, 13555, 13559, 13583, 13618
 
 * ISO C11 support:
 
diff --git a/manual/process.texi b/manual/process.texi
index 1946793..53d467c 100644
--- a/manual/process.texi
+++ b/manual/process.texi
@@ -321,7 +321,7 @@ variable; see @ref{Environment Access}.
 
 @comment unistd.h
 @comment POSIX.1
-@deftypefun int execle (const char *@var{filename}, const char *@var{arg0}, char *const @var{env}@t{[]}, @dots{})
+@deftypefun int execle (const char *@var{filename}, const char *@var{arg0}, @dots{}, char *const @var{env}@t{[]})
 This is similar to @code{execl}, but permits you to specify the
 environment for the new program explicitly.  The environment argument is
 passed following the null pointer that marks the last @var{argv}

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

Summary of changes:
 ChangeLog           |    5 +++++
 NEWS                |    6 +++---
 manual/process.texi |    2 +-
 3 files changed, 9 insertions(+), 4 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]