]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/msun
The NOTE_COPY should have been named NOTE_FFCOPY from the very
[FreeBSD/FreeBSD.git] / lib / msun /
2011-11-28 Jung-uk KimMerge ACPICA 20111123.
2011-11-26 David ChisnallUpdate libcxxrt to remove the pthread dependency.
2011-11-25 David ChisnallImport libc++ / libcxxrt into base. Not build by defau...
2011-11-17 Doug BartonUpgrade to BIND 9.8.1-P1 to address the following DDOS...
2011-11-12 David ChisnallExpose the unimplemented libm functions in the math...
2011-11-01 Edwin GroothuisMFV of r226974, tzdata2011n
2011-10-25 Edwin GroothuisMFV of r226750, tzdata2011m
2011-10-22 Dimitry AndricUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 David SchultzMinor corrections and clarifications regarding exceptions.
2011-10-21 David SchultzFix a regression introduced in r226371: When the high...
2011-10-21 David SchultzFix a corner case: tan(large + Inf i) == NaN + NaN i.
2011-10-21 David SchultzImproved handling of large x in ccosh{,f}():
2011-10-21 David SchultzUse __ldexp_exp() to simplify things and improve accura...
2011-10-21 David SchultzThe cexp() and {,c}{cos,sin}h functions all need to...
2011-10-21 David SchultzUse STRICT_ASSIGN() to ensure that the compiler doesn...
2011-10-21 David SchultzPer IEEE754r, pow(1, y) is 1 even if y is NaN, and...
2011-10-21 David SchultzBugfix: feenableexcept() and fedisableexcept() should...
2011-10-17 David SchultzIt's no longer accurate to say that math.h "constitute...
2011-10-17 David SchultzAdd c{cos,sin,tan}{,h}{,f} functions. This is joint...
2011-10-16 Eitan Adler- change "is is" to "is" or "it is"
2011-10-16 David SchultzUse #include "fenv.h" instead of #include <fenv.h>...
2011-10-16 David SchultzFix some non-standard variable declarations.
2011-10-16 David SchultzOptimize the case of pure imaginary arguments. Calls...
2011-10-16 David SchultzMove the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN...
2011-10-16 David SchultzRemove an unused variable.
2011-10-15 David SchultzRemove some unnecessary initializations.
2011-10-15 David SchultzVarious changes to improve the accuracy and speed of...
2011-10-15 David SchultzStyle fixes and updates to comments.
2011-10-15 David SchultzDon't define FP_FAST_FMA on sparc64; with the recent...
2011-10-15 David SchultzAdd INSERT_WORD64 and EXTRACT_WORD64 macros for use...
2011-10-15 David SchultzReplace two lines accidentally removed in r226218....
2011-10-15 David SchultzFix a double-rounding bug in fma{,f,l}. The bug would...
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-11 David SchultzRefactor this code by introducing separate functions...
2011-10-10 David SchultzProvide external definitions of all of the standardized...
2011-10-05 Dag-Erling SmørgravUpgrade to OpenSSH 5.9p1.
2011-09-29 Dimitry AndricRevive the LLVM and Clang license files, which were...
2011-09-13 Hiroki SatoMerge from openresolv 3.4.4 in the vendor branch.
2011-09-03 Doug BartonUpgrade to BIND version 9.8.1. Release notes at:
2011-08-11 Ruslan Ermilov- Merged awk upstream that includes a fix for a bug...
2011-08-09 Ruslan ErmilovUpdate to a 7-Aug-2011 release.
2011-07-17 Dimitry AndricUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-16 Doug BartonUpgrade to version 9.8.0-P4
2011-07-14 Nathan WhitehornUpdate dialog to 1.1-20110707.
2011-07-11 Martin MatuskaUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-06 Doug BartonUpdate to version 9.6-ESV-R4-P3
2011-06-28 Bjoern A. ZeebUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-28 Edwin GroothuisMFV of tzdata2011h, r223627
2011-06-21 Attilio RaoMFC
2011-06-20 Gavin AtkinsonMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 Steve KarglIn the libm access macros for the double type, z can...
2011-06-19 Attilio RaoMFC
2011-06-18 Ben LaurieFix clang warnings.
2011-06-14 Gregory Neil ShapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 Dimitry AndricUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-09 Xin LIMFV: Update to less v444.
2011-06-03 Ed SchoutenUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-31 Jung-uk KimMerge ACPICA 20110527.
2011-05-31 Attilio RaoMFC
2011-05-30 Steve KarglClean up the unneeded cpp macro INLINE_REM_PIO2L.
2011-05-28 Doug BartonUpgrade to 9.6-ESV-R4-P1, which address the following...
2011-05-11 Xin LIMFV: nc(1) from OpenBSD 4.9.
2011-05-09 Xin LIMFV: Update to less v443.
2011-05-06 Ruslan ErmilovUpdate to a 6-May-2011 release (upstreamed some of...
2011-05-05 Dag-Erling SmørgravMerge two upstream patches from vendor branch. No...
2011-05-04 Alexander LeidingerCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 Dag-Erling SmørgravUpgrade to OpenSSH 5.8p2.
2011-05-03 Ruslan ErmilovUpdate to a 1-May-2011 release (except for the isblank...
2011-05-02 Dimitry AndricUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-29 Steve KarglImprove the accuracy from a max ULP of ~2000 to max...
2011-04-26 Edwin GroothuisMFV of tzdata2011g, 221089.
2011-04-17 Nathan WhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 Jung-uk KimRe-merge with ACPICA vendor source.
2011-04-15 Jung-uk KimMerge ACPICA 20110413.
2011-04-11 Edwin GroothuisMFV of r220547, tzdata2011f:
2011-04-05 David E. O'Brien* Add the readline(3) API to libedit. The libedit...
2011-04-03 Edwin GroothuisMFV of tzdata2011e:
2011-03-29 Martin MatuskaUpgrade of base gcc and libstdc++ to the last GPLv2...
2011-03-18 Hajimu UMEMOTOImport openresolv from vendor branch, actually.
2011-03-17 Jung-uk KimMerge ACPICA 20110316.
2011-03-16 Marcel MoolenaarMFaltix:
2011-03-16 Edwin GroothuisMFV of r219685, tzdata2011d
2011-03-15 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219680
2011-03-12 Steve KarglTake two. Add the missing file that should have been...
2011-03-12 Steve KarglTemporary disable the building of cbrtl until I
2011-03-12 Steve KarglImplement the long double version for the cube root...
2011-03-12 David SchultzMerge gdtoa-20110304.
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-08 Edwin GroothuisMFV of tzdata2011c, r219409
2011-03-07 David SchultzAdd cexp() to the complex(3) manpage. Thanks to bde...
2011-03-07 David SchultzRemove part of an uncommitted change that snuck into...
2011-03-07 David SchultzConvert log10f() to use __kernel_log(), which is more...
2011-03-07 David SchultzConvert log10() to use __kernel_log(), which is more...
2011-03-07 David SchultzAdd cexp() and cexpf().
2011-03-01 Edwin GroothuisMFV of tzdata2011b, r219147
2011-02-27 Dimitry AndricUpdate llvm/clang to trunk r126547.
2011-02-24 Martin MatuskaUpdate xz to release 5.0.1
2011-02-21 Rebecca CranFix typos - remove duplicate "the".
2011-02-20 Dimitry AndricUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-20 Murray StokelyAdd complex(3) manual page documenting our partial...
next