Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2017 19:11:49 +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-mLisz2KV1c@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

--- Comment #1 from sgk@troutmask.apl.washington.edu ---
Created attachment 180028
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D180028&action=
=3Dedit
clog, clogf, clogl implementations with docs

The complete was provided/taken from bde@

The patch includes a bonus patch.  Someone smart or interested
in patch will figure out what it does  Although it is unclear
whether it is needed for FreeBSD as I don't use a target where=20
it is applicable.

* include/complex.h:
  . Add prototypes for clog[fl].

* lib/libc/softfloat/bits64/softfloat-macros
  . Bonus patch.

* lib/msun/Makefile:
  . Add s_clog[fl].c to build.
  . Add clog[fl].3 to installed docs.

* lib/msun/Symbol.map:
  . Add symbols to map.

* lib/msun/man/clog.3:
  . Document clog[fl].

* lib/msun/man/complex.3:
  . Document that clog[fl] now exist.

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

* lib/msun/src/s_clog[fl].c:
  . Implementation of clog[fl]().

--=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-mLisz2KV1c>