On Mon, Jun 03, 2013 at 02:38:09AM -0700, David Schultz wrote: > On Fri, May 31, 2013, Alexey Dokuchaev wrote: > > On Thu, May 30, 2013 at 04:49:27AM +0000, David Schultz wrote: > > > New Revision: 251121 > > > URL: http://svnweb.freebsd.org/changeset/base/251121 > > > > > > Log: > > > I'm happy to finally commit stephen@'s implementations of cacos, > > > cacosh, casin, casinh, catan, and catanh. Thanks to stephen@ and bde@ > > > for working on these. > > > > This is awesome, but I did not see __FreeBSD_version bumped. Many ports > > rely on math functions, and having coherent OSVERSIONs really helps to > > decide when some function is natively supported, or emulation code required. > > Done. Sorry for the delay: I wanted to add a few more functions > first! I usually update the Porter's Handbook too, but I'm out of > time right now, so I would appreciate it if someone could do it. > The needed information should be in the commit message.
It's OK, no problem (about the delay), thanks for bumping it. As for the PH update, personally I don't think it is awfully useful to document every __FreeBSD_version bump there (not to mention that it's generally hard to keep this pretty volatile list consistent with the reality), but patch is attached nonetheless (need a review and blessing from someone on the doc@ team to commit it myself). ./danfe
Index: book.xml =================================================================== --- book.xml (revision 41830) +++ book.xml (working copy) @@ -16026,6 +16026,15 @@ VM subsystem to support read/write locking (rev <svnref>248084</svnref>).</entry> </row> + + <row> + <entry>1000034</entry> + <entry>June 3, 2013</entry> + <entry>10-CURRENT after adding the following functions to + libm: cacos, cacosf, cacosh, cacoshf, casin, casinf, + casinh, casinhf, catan, catanf, catanh, catanhf, logl, + log2l, log10l, log1pl.</entry> + </row> </tbody> </tgroup> </table>
_______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"