public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowitz@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] libm/machine: remove TRAD_SYNOPSIS
Date: Fri, 01 Dec 2017 09:44:00 -0000	[thread overview]
Message-ID: <20171201094411.78018.qmail@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=59822e777f4221be40745ed0ec087ea3e9bc65d4

commit 59822e777f4221be40745ed0ec087ea3e9bc65d4
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Thu Nov 30 02:37:42 2017 -0600

    libm/machine: remove TRAD_SYNOPSIS
    
    Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>

Diff:
---
 newlib/libm/machine/i386/f_llrint.c | 5 +----
 newlib/libm/machine/i386/f_lrint.c  | 5 +----
 newlib/libm/machine/i386/f_rint.c   | 5 +----
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/newlib/libm/machine/i386/f_llrint.c b/newlib/libm/machine/i386/f_llrint.c
index 10285eb..6cc81ea 100644
--- a/newlib/libm/machine/i386/f_llrint.c
+++ b/newlib/libm/machine/i386/f_llrint.c
@@ -22,15 +22,12 @@ INDEX
 INDEX
 	llrintl
 
-ANSI_SYNOPSIS
+SYNOPSIS
 	#include <math.h>
 	long long int llrint(double x);
         long long int llrintf(float x);
         long long int llrintl(long double x);
 
-TRAD_SYNOPSIS
-	ANSI-only.
-
 DESCRIPTION
 The <<llrint>>, <<llrintf>> and <<llrintl>> functions round <[x]> to the nearest integer value,
 according to the current rounding direction. If the rounded value is outside the
diff --git a/newlib/libm/machine/i386/f_lrint.c b/newlib/libm/machine/i386/f_lrint.c
index b8cdabb..62b2c41 100644
--- a/newlib/libm/machine/i386/f_lrint.c
+++ b/newlib/libm/machine/i386/f_lrint.c
@@ -21,15 +21,12 @@ INDEX
 INDEX
 	lrintl
 
-ANSI_SYNOPSIS
+SYNOPSIS
 	#include <math.h>
 	long int lrint(double x);
         long int lrintf(float x);
         long int lrintl(long double x);
 
-TRAD_SYNOPSIS
-	ANSI-only.
-
 DESCRIPTION
 The <<lrint>>, <<lrintf>> and <<lrintl>> functions round <[x]> to the nearest integer value,
 according to the current rounding direction. If the rounded value is outside the
diff --git a/newlib/libm/machine/i386/f_rint.c b/newlib/libm/machine/i386/f_rint.c
index e335d46..e72316f 100644
--- a/newlib/libm/machine/i386/f_rint.c
+++ b/newlib/libm/machine/i386/f_rint.c
@@ -21,15 +21,12 @@ INDEX
 INDEX
 	rintl
 
-ANSI_SYNOPSIS
+SYNOPSIS
 	#include <math.h>
 	double rint(double x);
         float rintf(float x);
         long double rintl(long double x);
 
-TRAD_SYNOPSIS
-	ANSI-only.
-
 DESCRIPTION
 The <<rint>>, <<rintf>> and <<rintl>> functions round <[x]> to an integer value
 in floating-point format, using the current rounding direction.  They may


                 reply	other threads:[~2017-12-01  9:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171201094411.78018.qmail@sourceware.org \
    --to=yselkowitz@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).