Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2013 09:33:51 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251294 - head/sys/sys
Message-ID:  <201306030933.r539Xpqi016508@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: das
Date: Mon Jun  3 09:33:51 2013
New Revision: 251294
URL: http://svnweb.freebsd.org/changeset/base/251294

Log:
  Bump __FreeBSD_version for the addition of the following functions to libm:
    cacos, cacosf, cacosh, cacoshf,
    casin, casinf, casinh, casinhf,
    catan, catanf, catanh, catanhf,
    logl, log2l, log10l, log1pl
  I am hoping kargl@ will commit expl and expm1l soon, in which case this
  bump will cover those, too.
  
  Requested by:	danfe

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Jun  3 09:15:15 2013	(r251293)
+++ head/sys/sys/param.h	Mon Jun  3 09:33:51 2013	(r251294)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000033	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000034	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306030933.r539Xpqi016508>