Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Nov 2017 01:19:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-standards@FreeBSD.org
Subject:   [Bug 216863] C11 conformance: clog(), clogf, and clogl are missing
Message-ID:  <bug-216863-15-M9DXVy7i8G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216863-15@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216863-15@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216863

Steve Kargl <kargl@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl@FreeBSD.org

--- Comment #3 from Steve Kargl <kargl@FreeBSD.org> ---
Created attachment 187872
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187872&action=
=3Dedit
Update patch to trunk as of 11/08/17

Here is an updated diff.  Oddly, my old diff applied to an=20
up-to-date trunk without the issues reported at

https://lists.freebsd.org/pipermail/freebsd-numerics/2017-November/000754.h=
tml

* include/complex.h:
  . Add prototypes for complex.h.

* lib/msun/Makefile:
  . Add s_clog.c s_clogf.c s_clogl.c to SRC.
  . Add clog.3 to MAN.
  . MLINKS for clogf.3 amd clogl.3

* lib/msun/Symbol.map:
  . Expose clog, clogf, and clogl.

* lib/msun/man/clog.3:
  . Document the functions.

* lib/msun/man/complex.3:
  . Document availability of functions.

* lib/msun/src/math_private.h:
  . Update ENTERI() macro.
  . Add ENTERIT() macro.

* lib/msun/src/s_clog.c:
  . Implementation of double clog(double x).

* lib/msun/src/s_clogf.c:
  . Implementation of float clogf(float x).

* lib/msun/src/s_clogl.c
  . Implementation of long double clogl(long double x).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216863-15-M9DXVy7i8G>