]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/msun
Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and
[FreeBSD/FreeBSD.git] / lib / msun /
2008-08-02 David SchultzOn i386, gcc truncates long double constants to double...
2008-08-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.1p1.
2008-08-01 David SchultzFix some problems with asinf(), acosf(), atanf(), and...
2008-07-31 David SchultzAdd implementations of acosl(), asinl(), atanl(), atan2l(),
2008-07-31 David SchultzSet WARNS=1.
2008-07-31 David SchultzThe high part of the mantissa is 64 bits on sparc64.
2008-07-31 David SchultzAs in other parts of libm, mark a few constants as...
2008-07-18 David SchultzSort the .PATH entries to give a more reasonable order...
2008-07-12 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P1 import...
2008-07-10 Peter WemmMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-06-28 David SchultzFix a typo in the cosl() prototype.
2008-06-19 David SchultzImplement fmodl.
2008-05-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-09 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-05-08 Coleman KaneThis commit was generated by cvs2svn to compensate...
2008-05-08 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-03 Oleksandr Tymoshenko Symbol.map is handled by cpp, so use C-style comments
2008-04-26 Warner LoshAdd mips support to libm, from mips2-jnpr perforce...
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-03 David SchultzFix some corner cases:
2008-03-31 David SchultzRemove a (bogus) remnant of debugging this on sparc64.
2008-03-30 David SchultzAdd assembly versions of remquol() and remainderl().
2008-03-30 David SchultzHook remquol() and remainderl() up to the build.
2008-03-30 David SchultzImplement remainderl() as a wrapper around remquol...
2008-03-30 David SchultzImplement remquol() based on remquo().
2008-03-30 David SchultzImplement csqrtl().
2008-03-30 David SchultzHook hypotl() and cabsl() up to the build.
2008-03-30 David SchultzDocument hypotl().
2008-03-30 David SchultzAlias hypotl() and cabsl() for platforms where long...
2008-03-30 David SchultzImplement cabsl() in terms of hypotl().
2008-03-30 David SchultzImplement hypotl(). This is bde's conversion of fdlibm...
2008-03-30 Bruce EvansUse fabs[f]() instead of bit fiddling for setting absol...
2008-03-30 Bruce EvansUse the expression fabs(x+0.0)-fabs(y+0.0) instead of
2008-03-30 Bruce EvansFix a missing mask in a hi+lo decomposition. Thus...
2008-03-29 David SchultzInclude math.h for the fmaf() prototype.
2008-03-29 David SchultzFix some rather obscene code that has ambiguous if...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-02 David Schultz1 << 47 needs to be written 1ULL << 47.
2008-03-02 David SchultzHook up sqrtl() to the build.
2008-03-02 David SchultzMD implementations of sqrtl().
2008-03-02 David SchultzMI implementation of sqrtl(). This is very slow and...
2008-02-28 Bruce EvansFix and improve some magic numbers for the "medium...
2008-02-25 Bruce EvansInline __ieee754__rem_pio2f(). On amd64 (A64) and...
2008-02-25 Bruce EvansUse a temporary array instead of the arg array y[]...
2008-02-25 Bruce EvansChange __ieee754_rem_pio2f() to return double instead...
2008-02-25 Bruce EvansFix some off-by-1 errors.
2008-02-24 Rafal JaworowskiLet PowerPC world optionally build with -msoft-float...
2008-02-23 Bruce EvansOptimize the 9pi/2 < |x| <= 2**19pi/2 case some more...
2008-02-22 Bruce EvansAvoid using FP-to-integer conversion for !(amd64 |...
2008-02-22 Bruce EvansRemove the "quick check no cancellation" optimization for
2008-02-22 Bruce EvansOptimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64...
2008-02-22 Bruce EvansAdd an irint() function in inline asm for amd64 and...
2008-02-22 Bruce EvansOptimize the conversion to bits a little (by about...
2008-02-22 Bruce EvansOptimize the fixup for +-0 by using better classificati...
2008-02-22 Bruce EvansFix rintl() on signaling NaNs and unsupported formats.
2008-02-22 David Schultzs/rcsid/__FBSDID/
2008-02-22 David SchultzRemove an unused variable.
2008-02-22 David SchultzEliminate some warnings.
2008-02-19 Bruce EvansMerge cosmetic changes from e_rem_pio2.c 1.10 (convert...
2008-02-19 Bruce EvansOptimize for 3pi/4 <= |x| <= 9pi/4 in much the same...
2008-02-19 Bruce EvansRearrange the polynomial evaluation for better parallel...
2008-02-18 David SchultzDocument return values better.
2008-02-18 David SchultzAdd tgammaf() as a simple wrapper around tgamma().
2008-02-18 Bruce Evans2 long double constants were missing L suffixes. This...
2008-02-18 Bruce EvansFix a typo which broke k_tanl.c on !(amd64 || i386).
2008-02-18 Bruce EvansInline __ieee754__rem_pio2(). With gcc4-2, this gives...
2008-02-17 David SchultzUse volatile hacks to make sure exp() generates an...
2008-02-17 David SchultzHook up sinl(), cosl(), and tanl() to the build.
2008-02-17 David SchultzAdd implementations of sinl(), cosl(), and tanl().
2008-02-17 David SchultzDocumentation for sinl(), cosl(), and tanl().
2008-02-17 David SchultzAdd kernel functions for 128-bit long doubles. These...
2008-02-17 David SchultzAdd kernel functions for 80-bit long doubles. Many...
2008-02-17 David SchultzAdd more pi for long doubles. Also, avoid storing multi...
2008-02-15 Bruce EvansSigh, the weak reference for ceill(), floorl() and...
2008-02-14 Bruce EvansOops, the weak reference for ceill(), floorl() and...
2008-02-14 Bruce EvansUse the expression fabs(x+0.0)+fabs(y+0.0) instad of...
2008-02-14 Bruce EvansFix the hi+lo decomposition for 2/(3ln2). The decompos...
2008-02-14 Bruce EvansUse the expression (x+0.0)-(y+0.0) instead of x+y when...
2008-02-13 Bruce Evanss_ceill.c
2008-02-13 Bruce EvansOn arches where long double is the same as double,...
2008-02-13 Bruce EvansFix the C version of ceill(x) for -1 < x <= -0 in all...
2008-02-13 Bruce EvansFix exp2*(x) on signaling NaNs by returning x+x as...
2008-02-13 Bruce EvansRearrange the polynomial evaluation for better parallel...
2008-02-13 Bruce EvansUse hardware remainder on amd64 since it is 5 to 10...
next