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.25-492-ga448ee4


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  a448ee41e70a0b1d26557ffce8e550fe4aad2525 (commit)
       via  1b009d5ac3e048546920af678ee9e357250957da (commit)
       via  76b9ffef87fa2328bf491257bc6379add1344f2d (commit)
      from  d08a7e4cbe43d5e4e4b14dea950fea623d96c1a1 (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=a448ee41e70a0b1d26557ffce8e550fe4aad2525

commit a448ee41e70a0b1d26557ffce8e550fe4aad2525
Author: Rical Jasan <ricaljasan@pacific.net>
Date:   Fri Jun 16 01:06:51 2017 -0700

    manual: Complete @standards in string.texi.
    
    	* manual/string.texi (strdup): Complete header and standards
    	annotation.
    	(strncpy): Likewise.

diff --git a/ChangeLog b/ChangeLog
index 5360468..49c23b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-06-16  Rical Jasan  <ricaljasan@pacific.net>
 
+	* manual/string.texi (strdup): Complete header and standards
+	annotation.
+	(strncpy): Likewise.
+
+2017-06-16  Rical Jasan  <ricaljasan@pacific.net>
+
 	* manual/arith.texi (FP_NAN): Add or complete header and standard
 	annotations.
 	(FP_INFINITE): Likewise.
diff --git a/manual/string.texi b/manual/string.texi
index 272148f..ac02c6d 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -562,7 +562,7 @@ the strings overlap.  The return value is the value of @var{wto}.
 @end deftypefun
 
 @deftypefun {char *} strdup (const char *@var{s})
-@standards{SVID, ???}
+@standards{SVID, string.h}
 @safety{@prelim{}@mtsafe{}@asunsafe{@ascuheap{}}@acunsafe{@acsmem{}}}
 This function copies the string @var{s} into a newly
 allocated string.  The string is allocated using @code{malloc}; see
@@ -863,7 +863,7 @@ in their header conventions.  @xref{Copying Strings and Arrays}.  The
 and the @samp{wc} functions are declared in the file @file{wchar.h}.
 
 @deftypefun {char *} strncpy (char *restrict @var{to}, const char *restrict @var{from}, size_t @var{size})
-@standards{???, string.h}
+@standards{C90, string.h}
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 This function is similar to @code{strcpy} but always copies exactly
 @var{size} bytes into @var{to}.

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1b009d5ac3e048546920af678ee9e357250957da

commit 1b009d5ac3e048546920af678ee9e357250957da
Author: Rical Jasan <ricaljasan@pacific.net>
Date:   Fri Jun 16 00:27:09 2017 -0700

    manual: Complete @standards in arith.texi.
    
    	* manual/arith.texi (FP_NAN): Add or complete header and
    	standard annotations.
    	(FP_INFINITE): Likewise.
    	(FP_ZERO): Likewise.
    	(FP_SUBNORMAL): Likewise.
    	(FP_NORMAL): Likewise.
    	(SNAN): Likewise.
    	(SNANL): Likewise.
    	(totalorderf): Likewise.
    	(totalorderl): Likewise.
    	(totalordermagf): Likewise.
    	(totalordermagl): Likewise.
    	(_Complex_I): Likewise.
    	(I): Likewise.

diff --git a/ChangeLog b/ChangeLog
index d269793..5360468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2017-06-16  Rical Jasan  <ricaljasan@pacific.net>
 
+	* manual/arith.texi (FP_NAN): Add or complete header and standard
+	annotations.
+	(FP_INFINITE): Likewise.
+	(FP_ZERO): Likewise.
+	(FP_SUBNORMAL): Likewise.
+	(FP_NORMAL): Likewise.
+	(SNAN): Likewise.
+	(SNANL): Likewise.
+	(totalorderf): Likewise.
+	(totalorderl): Likewise.
+	(totalordermagf): Likewise.
+	(totalordermagl): Likewise.
+	(_Complex_I): Likewise.
+	(I): Likewise.
+
+2017-06-16  Rical Jasan  <ricaljasan@pacific.net>
+
 	* manual/argp.texi (ARGP_HELP_USAGE): Add missing header and
 	standard annotation.
 	(ARGP_HELP_SHORT_USAGE): Likewise.
diff --git a/manual/arith.texi b/manual/arith.texi
index 4554f94..dd6020c 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -323,22 +323,27 @@ which returns a value of type @code{int}.  The possible values are:
 
 @vtable @code
 @item FP_NAN
+@standards{C99, math.h}
 The floating-point number @var{x} is ``Not a Number'' (@pxref{Infinity
 and NaN})
 @item FP_INFINITE
+@standards{C99, math.h}
 The value of @var{x} is either plus or minus infinity (@pxref{Infinity
 and NaN})
 @item FP_ZERO
+@standards{C99, math.h}
 The value of @var{x} is zero.  In floating-point formats like @w{IEEE
 754}, where zero can be signed, this value is also returned if
 @var{x} is negative zero.
 @item FP_SUBNORMAL
+@standards{C99, math.h}
 Numbers whose absolute value is too small to be represented in the
 normal format are represented in an alternate, @dfn{denormalized} format
 (@pxref{Floating Point Concepts}).  This format is less precise but can
 represent values closer to zero.  @code{fpclassify} returns this value
 for values of @var{x} in this alternate format.
 @item FP_NORMAL
+@standards{C99, math.h}
 This value is returned for all other values of @var{x}.  It indicates
 that there is nothing special about the number.
 @end vtable
@@ -681,7 +686,7 @@ such as by defining @code{_GNU_SOURCE}, and then you must include
 @deftypevr Macro float SNANF
 @deftypevrx Macro double SNAN
 @deftypevrx Macro {long double} SNANL
-@standardsx{SNANF, ISO, math.h}
+@standards{TS 18661-1:2014, math.h}
 These macros, defined by TS 18661-1:2014, are constant expressions for
 signaling NaNs.
 @end deftypevr
@@ -1881,9 +1886,7 @@ NaN.
 @deftypefun int totalorder (double @var{x}, double @var{y})
 @deftypefunx int totalorderf (float @var{x}, float @var{y})
 @deftypefunx int totalorderl (long double @var{x}, long double @var{y})
-@standards{ISO, math.h}
-@standardsx{totalorderf, ISO, ???}
-@standardsx{totalorderl, ISO, ???}
+@standards{TS 18661-1:2014, math.h}
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 These functions determine whether the total order relationship,
 defined in IEEE 754-2008, is true for @var{x} and @var{y}, returning
@@ -1902,9 +1905,7 @@ payload.
 @deftypefun int totalordermag (double @var{x}, double @var{y})
 @deftypefunx int totalordermagf (float @var{x}, float @var{y})
 @deftypefunx int totalordermagl (long double @var{x}, long double @var{y})
-@standards{ISO, math.h}
-@standardsx{totalordermagf, ISO, ???}
-@standardsx{totalordermagl, ISO, ???}
+@standards{TS 18661-1:2014, math.h}
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 These functions determine whether the total order relationship,
 defined in IEEE 754-2008, is true for the absolute values of @var{x}
@@ -2038,6 +2039,7 @@ floating point constant.  Instead, @file{complex.h} defines two macros
 that can be used to create complex numbers.
 
 @deftypevr Macro {const float complex} _Complex_I
+@standards{C99, complex.h}
 This macro is a representation of the complex number ``@math{0+1i}''.
 Multiplying a real floating-point value by @code{_Complex_I} gives a
 complex number whose value is purely imaginary.  You can use this to
@@ -2086,6 +2088,7 @@ imaginary part -4.0.
 a shorter name for the same constant.
 
 @deftypevr Macro {const float complex} I
+@standards{C99, complex.h}
 This macro has exactly the same value as @code{_Complex_I}.  Most of the
 time it is preferable.  However, it causes problems if you want to use
 the identifier @code{I} for something else.  You can safely write

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=76b9ffef87fa2328bf491257bc6379add1344f2d

commit 76b9ffef87fa2328bf491257bc6379add1344f2d
Author: Rical Jasan <ricaljasan@pacific.net>
Date:   Fri May 26 03:59:15 2017 -0700

    manual: Complete @standards in argp.texi.
    
    	* manual/argp.texi (ARGP_HELP_USAGE): Add missing header and
    	standard annotation.
    	(ARGP_HELP_SHORT_USAGE): Likewise.
    	(ARGP_HELP_SEE): Likewise.
    	(ARGP_HELP_LONG): Likewise.
    	(ARGP_HELP_PRE_DOC): Likewise.
    	(ARGP_HELP_POST_DOC): Likewise.
    	(ARGP_HELP_DOC): Likewise.
    	(ARGP_HELP_BUG_ADDR): Likewise.
    	(ARGP_HELP_LONG_ONLY): Likewise.
    	(ARGP_HELP_EXIT_ERR): Likewise.
    	(ARGP_HELP_EXIT_OK): Likewise.
    	(ARGP_HELP_STD_ERR): Likewise.
    	(ARGP_HELP_STD_USAGE): Likewise.
    	(ARGP_HELP_STD_HELP): Likewise.

diff --git a/ChangeLog b/ChangeLog
index e9bb612..d269793 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2017-06-16  Rical Jasan  <ricaljasan@pacific.net>
+
+	* manual/argp.texi (ARGP_HELP_USAGE): Add missing header and
+	standard annotation.
+	(ARGP_HELP_SHORT_USAGE): Likewise.
+	(ARGP_HELP_SEE): Likewise.
+	(ARGP_HELP_LONG): Likewise.
+	(ARGP_HELP_PRE_DOC): Likewise.
+	(ARGP_HELP_POST_DOC): Likewise.
+	(ARGP_HELP_DOC): Likewise.
+	(ARGP_HELP_BUG_ADDR): Likewise.
+	(ARGP_HELP_LONG_ONLY): Likewise.
+	(ARGP_HELP_EXIT_ERR): Likewise.
+	(ARGP_HELP_EXIT_OK): Likewise.
+	(ARGP_HELP_STD_ERR): Likewise.
+	(ARGP_HELP_STD_USAGE): Likewise.
+	(ARGP_HELP_STD_HELP): Likewise.
+
 2017-06-15  Rical Jasan  <ricaljasan@pacific.net>
 
 	* manual/Makefile: Generate summary.texi with summary.pl.  Force
diff --git a/manual/argp.texi b/manual/argp.texi
index 854c71b..0023441 100644
--- a/manual/argp.texi
+++ b/manual/argp.texi
@@ -1092,35 +1092,44 @@ the following flags, or'd together:
 
 @vtable @code
 @item ARGP_HELP_USAGE
+@standards{GNU, argp.h}
 A unix @samp{Usage:} message that explicitly lists all options.
 
 @item ARGP_HELP_SHORT_USAGE
+@standards{GNU, argp.h}
 A unix @samp{Usage:} message that displays an appropriate placeholder to
 indicate where the options go; useful for showing the non-option
 argument syntax.
 
 @item ARGP_HELP_SEE
+@standards{GNU, argp.h}
 A @samp{Try @dots{} for more help} message; @samp{@dots{}} contains the
 program name and @samp{--help}.
 
 @item ARGP_HELP_LONG
+@standards{GNU, argp.h}
 A verbose option help message that gives each option available along
 with its documentation string.
 
 @item ARGP_HELP_PRE_DOC
+@standards{GNU, argp.h}
 The part of the argp parser doc string preceding the verbose option help.
 
 @item ARGP_HELP_POST_DOC
+@standards{GNU, argp.h}
 The part of the argp parser doc string that following the verbose option help.
 
 @item ARGP_HELP_DOC
+@standards{GNU, argp.h}
 @code{(ARGP_HELP_PRE_DOC | ARGP_HELP_POST_DOC)}
 
 @item ARGP_HELP_BUG_ADDR
+@standards{GNU, argp.h}
 A message that prints where to report bugs for this program, if the
 @code{argp_program_bug_address} variable contains this information.
 
 @item ARGP_HELP_LONG_ONLY
+@standards{GNU, argp.h}
 This will modify any output to reflect the @code{ARGP_LONG_ONLY} mode.
 @end vtable
 
@@ -1130,9 +1139,11 @@ printing its output, or terminates the program:
 
 @vtable @code
 @item ARGP_HELP_EXIT_ERR
+@standards{GNU, argp.h}
 This will terminate the program with @code{exit (argp_err_exit_status)}.
 
 @item ARGP_HELP_EXIT_OK
+@standards{GNU, argp.h}
 This will terminate the program with @code{exit (0)}.
 @end vtable
 
@@ -1141,16 +1152,19 @@ standard messages:
 
 @vtable @code
 @item ARGP_HELP_STD_ERR
+@standards{GNU, argp.h}
 Assuming that an error message for a parsing error has printed, this
 prints a message on how to get help, and terminates the program with an
 error.
 
 @item ARGP_HELP_STD_USAGE
+@standards{GNU, argp.h}
 This prints a standard usage message and terminates the program with an
 error.  This is used when no other specific error messages are
 appropriate or available.
 
 @item ARGP_HELP_STD_HELP
+@standards{GNU, argp.h}
 This prints the standard response for a @samp{--help} option, and
 terminates the program successfully.
 @end vtable

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

Summary of changes:
 ChangeLog          |   41 +++++++++++++++++++++++++++++++++++++++++
 manual/argp.texi   |   14 ++++++++++++++
 manual/arith.texi  |   17 ++++++++++-------
 manual/string.texi |    4 ++--
 4 files changed, 67 insertions(+), 9 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]