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-541-g67f60a2


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  67f60a26d4a570dde02666851cd13c54a0737336 (commit)
      from  b1aa60f32d34030b28bca04aeee084cd3bedecfa (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=67f60a26d4a570dde02666851cd13c54a0737336

commit 67f60a26d4a570dde02666851cd13c54a0737336
Author: Andreas Jaeger <aj@suse.de>
Date:   Tue Apr 3 09:43:38 2012 +0200

    Fix typo in manual
    
    [BZ # 13938]
    * manual/setjmp.texi (System V contexts): Fix sentence.

diff --git a/ChangeLog b/ChangeLog
index 70e2633..85b0841 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-04-03  Andreas Jaeger  <aj@suse.de>
 
+	[BZ # 13938]
+	* manual/setjmp.texi (System V contexts): Fix sentence.
+
 	[BZ #13926]
 	* sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
 	New macro for this case.
diff --git a/NEWS b/NEWS
index 93485c9..36b137f 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@ Version 2.16
   13738, 13760, 13761, 13786, 13792, 13806, 13824, 13840, 13841, 13844,
   13846, 13851, 13852, 13854, 13871, 13879, 13883, 13892, 13910, 13911,
   13912, 13913, 13915, 13916, 13917, 13918, 13919, 13920, 13921, 13926,
-  13928
+  13928, 13938
 
 * ISO C11 support:
 
diff --git a/manual/setjmp.texi b/manual/setjmp.texi
index b0cd91a..a5a7ce6 100644
--- a/manual/setjmp.texi
+++ b/manual/setjmp.texi
@@ -216,13 +216,14 @@ blocked signals.
 @node System V contexts,, Non-Local Exits and Signals, Non-Local Exits
 @section Complete Context Control
 
-The Unix standard one more set of function to control the execution path
-and these functions are more powerful than those discussed in this
-chapter so far.  These function were part of the original @w{System V}
-API and by this route were added to the Unix API.  Beside on branded
-Unix implementations these interfaces are not widely available.  Not all
-platforms and/or architectures @theglibc{} is available on provide
-this interface.  Use @file{configure} to detect the availability.
+The Unix standard provides one more set of functions to control the
+execution path and these functions are more powerful than those
+discussed in this chapter so far.  These function were part of the
+original @w{System V} API and by this route were added to the Unix
+API.  Beside on branded Unix implementations these interfaces are not
+widely available.  Not all platforms and/or architectures @theglibc{}
+is available on provide this interface.  Use @file{configure} to
+detect the availability.
 
 Similar to the @code{jmp_buf} and @code{sigjmp_buf} types used for the
 variables to contain the state of the @code{longjmp} functions the

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

Summary of changes:
 ChangeLog          |    3 +++
 NEWS               |    2 +-
 manual/setjmp.texi |   15 ++++++++-------
 3 files changed, 12 insertions(+), 8 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]