summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Now that its only consumer is gone (sysinstall), remove libftpio as well.nwhitehorn2011-10-036-1480/+0
* | | Remove a redundant check for libncp.jkim2011-10-031-6/+0
* | | Reimplement ctermid().ed2011-10-012-21/+35
* | | Get rid of major/minor number distinction.ed2011-09-281-2/+3
* | | MFprojects/hid:mav2011-09-284-13/+61
* | | Update copyright dates and strip my middle name.des2011-09-278-8/+8
* | | Bump date.des2011-09-271-1/+1
* | | Think first, commit second.des2011-09-272-8/+19
* | | Long overdue: make passive mode the default for ftp.des2011-09-271-2/+2
* | | Fix grammar.schweikh2011-09-271-3/+3
* | | - Fix a trivial bug in iconv. When there is no space to perform thegabor2011-09-191-2/+1
* | | Implement missing USB debug information functions.hselasky2011-09-197-4/+184
* | | Fix cpio on ARM.kientzle2011-09-132-4/+4
* | | Upgrade to BIND version 9.8.1. Release notes at:dougb2011-09-031-0/+12
|\ \ \
| * | | Vendor import of BIND 9.8.1dougb2011-09-01126-1005/+1924
OpenPOWER on IntegriCloud