summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix Buildworld WITHOUT_OPENSSL.kientzle2011-10-222-4/+32
* Correct the spelling of getgrgid and getpwuid in the man page.kientzle2011-10-221-6/+6
*-. Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-2237-88/+150
|\ \
| | * Vendor import of clang release_30 branch r142614:dim2011-10-20398-31469/+50270
| * | Vendor import of llvm release_30 branch r142614:dim2011-10-20849-33915/+63160
* | | Revert the previous commit and add a comment explaining why it was wrong.des2011-10-221-2/+14
* | | openpam_static.c isn't auto-generated.des2011-10-221-5/+2
* | | Minor corrections and clarifications regarding exceptions.das2011-10-211-12/+23
* | | Replace a proliferation of buggy MD implementations of modf() with adas2011-10-2128-987/+149
* | | Add support for the 'x' mode option in fopen() as specified in the C1Xdas2011-10-212-49/+60
* | | Fix a regression introduced in r226371: When the high part of x*ydas2011-10-212-6/+6
* | | Fix a corner case: tan(large + Inf i) == NaN + NaN i.das2011-10-212-0/+10
* | | Improved handling of large x in ccosh{,f}():das2011-10-214-15/+83
* | | Use __ldexp_exp() to simplify things and improve accuracy for x neardas2011-10-214-27/+10
* | | The cexp() and {,c}{cos,sin}h functions all need to be able to computedas2011-10-216-33/+210
* | | Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsdas2011-10-214-5/+13
* | | Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1.das2011-10-212-2/+8
* | | Bugfix: feenableexcept() and fedisableexcept() should just return thedas2011-10-212-8/+8
* | | latin1 -> utf8des2011-10-198-9/+9
* | | Add a flush of the current PMC log buffer before displaying the next top.fabient2011-10-184-1/+21
* | | Update llvm/clang's target triple (confusingly named LLVM_HOSTTRIPLE) todim2011-10-171-2/+1
* | | It's no longer accurate to say that math.h "constitute[s] the C mathdas2011-10-171-1/+16
* | | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-1717-12/+871
* | | In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet)pjd2011-10-162-22/+27
* | | - change "is is" to "is" or "it is"eadler2011-10-165-5/+5
* | | Change the SDP_GET* macros to cast to a const buffer.ed2011-10-161-3/+3
* | | Change ncp_scan_bindery_object() to pass a constant search string.ed2011-10-161-1/+1
* | | Use #include "fenv.h" instead of #include <fenv.h>. This makes itdas2011-10-167-7/+7
* | | Fix some non-standard variable declarations.das2011-10-161-10/+10
* | | Optimize the case of pure imaginary arguments. Calls like this aredas2011-10-162-2/+9
* | | Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() intodas2011-10-162-15/+19
* | | Remove an unused variable.das2011-10-161-1/+1
* | | Remove some unnecessary initializations.das2011-10-156-6/+2
* | | Various changes to improve the accuracy and speed of log{2,10}{,f}.das2011-10-156-72/+143
* | | Style fixes and updates to comments.das2011-10-154-32/+34
* | | Don't define FP_FAST_FMA on sparc64; with the recent fixes, fma() isdas2011-10-151-5/+2
* | | Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c.das2011-10-151-0/+24
* | | Replace two lines accidentally removed in r226218. Thanks to bdedas2011-10-151-0/+3
* | | Fix a double-rounding bug in fma{,f,l}. The bug would occur indas2011-10-153-125/+231
* | | Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-3/+4
* | | Refactor this code by introducing separate functions to handle thedas2011-10-112-92/+164
* | | Fix how libusb20_dev_kernel_driver_active() andhselasky2011-10-103-8/+8
* | | Provide external definitions of all of the standardized functions indas2011-10-1022-91/+288
* | | Add a FBSD_1.3 namespace for FreeBSD 10.das2011-10-101-1/+5
* | | Line up the struct declaration (yes, I know this isn't what it looksdes2011-10-091-6/+6
* | | Document some not-so-recently added trace points.des2011-10-091-2/+7
* | | Fix whitespace inconsistencies found in homegrown Symbol.maps.ed2011-10-076-16/+16
* | | Load the ECDSA key if there is one.des2011-10-072-2/+7
* | | Remove no longer needed BUGS section.kib2011-10-061-9/+1
* | | Remove no longer valid statement about ARM.kib2011-10-041-2/+2
OpenPOWER on IntegriCloud