]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/msun
- fix some style(9) nits with my last commit
[FreeBSD/FreeBSD.git] / lib / msun /
2011-11-12 theravenExpose the unimplemented libm functions in the math...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 dasMinor corrections and clarifications regarding exceptions.
2011-10-21 dasFix a regression introduced in r226371: When the high...
2011-10-21 dasFix a corner case: tan(large + Inf i) == NaN + NaN i.
2011-10-21 dasImproved handling of large x in ccosh{,f}():
2011-10-21 dasUse __ldexp_exp() to simplify things and improve accura...
2011-10-21 dasThe cexp() and {,c}{cos,sin}h functions all need to...
2011-10-21 dasUse STRICT_ASSIGN() to ensure that the compiler doesn...
2011-10-21 dasPer IEEE754r, pow(1, y) is 1 even if y is NaN, and...
2011-10-21 dasBugfix: feenableexcept() and fedisableexcept() should...
2011-10-17 dasIt's no longer accurate to say that math.h "constitute...
2011-10-17 dasAdd c{cos,sin,tan}{,h}{,f} functions. This is joint...
2011-10-16 eadler- change "is is" to "is" or "it is"
2011-10-16 dasUse #include "fenv.h" instead of #include <fenv.h>...
2011-10-16 dasFix some non-standard variable declarations.
2011-10-16 dasOptimize the case of pure imaginary arguments. Calls...
2011-10-16 dasMove the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN...
2011-10-16 dasRemove an unused variable.
2011-10-15 dasRemove some unnecessary initializations.
2011-10-15 dasVarious changes to improve the accuracy and speed of...
2011-10-15 dasStyle fixes and updates to comments.
2011-10-15 dasDon't define FP_FAST_FMA on sparc64; with the recent...
2011-10-15 dasAdd INSERT_WORD64 and EXTRACT_WORD64 macros for use...
2011-10-15 dasReplace two lines accidentally removed in r226218....
2011-10-15 dasFix a double-rounding bug in fma{,f,l}. The bug would...
2011-10-11 dasRefactor this code by introducing separate functions...
2011-10-10 dasProvide external definitions of all of the standardized...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 karglIn the libm access macros for the double type, z can...
2011-06-18 benlFix clang warnings.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-05 hrsMerge from HEAD@222712.
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-31 attilioMFC
2011-05-30 karglClean up the unneeded cpp macro INLINE_REM_PIO2L.
2011-05-29 hrsMerge from head@222434.
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-29 karglImprove the accuracy from a max ULP of ~2000 to max...
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-12 karglTake two. Add the missing file that should have been...
2011-03-12 karglTemporary disable the building of cbrtl until I
2011-03-12 karglImplement the long double version for the cube root...
2011-03-12 dasMerge gdtoa-20110304.
2011-03-07 dasAdd cexp() to the complex(3) manpage. Thanks to bde...
2011-03-07 dasRemove part of an uncommitted change that snuck into...
2011-03-07 dasConvert log10f() to use __kernel_log(), which is more...
2011-03-07 dasConvert log10() to use __kernel_log(), which is more...
2011-03-07 dasAdd cexp() and cexpf().
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-21 brucecFix typos - remove duplicate "the".
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-20 murrayAdd complex(3) manual page documenting our partial...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-10 dasFix a bug where the wrong argument was passed to SET_FL...
2011-02-10 dasFix a bug where the wrong argument was passed to INSERT...
2011-02-10 dasFor small arguments, these functions use simple approxi...
2011-02-10 dasFix a bogus threshold that was copied from the double...
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-04 kibRemove duplicate .note.GNU-stack section declaration.
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-07 kibAdd section .note.GNU-stack for assembly files used...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-09 dimSync: merge r216133 through r216338 from ^/head.
2010-12-07 dasAnother minor nit: Make sure the constant here is a...
2010-12-07 dasFix various nits in style and comments that were pointe...
2010-12-05 dasAdd log2() and log2f().
2010-12-05 dasAdd a "kernel" log function, based on e_log.c, which...
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-12-03 dasDisable gcc's built-in rint() function when compiling...
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-14 dimSync: merge r215189 through r215272 from ^/head.
2010-11-13 uqsFix bug in jn(3) and jnf(3) that led to -inf results
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-01 dimMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 dimMerge ^vendor/binutils/dist@214082 into contrib/binutils.
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-01 dimUse __FBSDID() instead of RCSID() in most .S files...
next