summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added comments about the magic behindbde2005-12-112-14/+25
* Fixed the unexpectedly large maximum error after the previous commit.bde2005-12-111-2/+2
* Fixed all 502518670 errors of more than 1 ulp for cbrtf() on amd64.bde2005-12-111-1/+13
* Fixed some magic numbers.bde2005-12-111-8/+8
* "Create" ldexpf for non-i386 architectures.obrien2005-12-061-0/+2
* Fix markeup.davidxu2005-12-061-1/+2
* Fix markup.davidxu2005-12-051-5/+13
* Document SIGEV_NONE and SIGEV_SIGNAL.davidxu2005-12-051-0/+15
* Fixed the approximation to pio4. pio4_hi must be pio2_hi/2 since itbde2005-12-041-1/+1
* For log1pf(), fixed the approximations to sqrt(2), sqrt(2)-1 andbde2005-12-042-8/+22
* Merge NetBSD's revision 1.27. This bug can be observed eg. when browsingstefanf2005-12-041-12/+34
* Use the usual volatile hack to trick gcc into clipping any extra precisionbde2005-12-041-1/+1
* Fixed fdlibm[+cygnus] logbf() and logb() on denormals. Adjustmentbde2005-12-032-8/+20
* Fix prototype.ru2005-12-031-1/+1
* Fix type of argument.ru2005-12-031-1/+1
* Restored removal of the special handling needed for a result of +-0.bde2005-12-031-0/+2
* Break hard sentence break.ru2005-12-031-1/+2
* Simplified the fix in rev.1.3. Instead of using long double forbde2005-12-031-8/+2
* Fixed rint(x) in the following cases:bde2005-12-031-0/+9
* Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.ambrisko2005-12-033-6/+42
* Remove implementation-defined, it has already been described in NOTESdavidxu2005-12-031-5/+0
* Remove implementation-defined sentences.davidxu2005-12-033-22/+5
* Fix lots of markup and content bug.davidxu2005-12-037-139/+201
* syscall -> system call.davidxu2005-12-027-25/+25
* Fixed roundf(). The following cases never worked in FreeBSD:bde2005-12-023-18/+18
* Fix markup.davidxu2005-12-021-1/+4
* Unbreak build when I fluff the clean-up of __FBSDID diff reductionambrisko2005-12-021-0/+2
* Add support to easily build FreeBSD unpacked in a chroot of anotherambrisko2005-12-022-0/+13
* Tweak markup for POSIX standards. Minor wordsmithing.imp2005-12-011-3/+7
* Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while onimp2005-12-011-0/+17
* Add MLINK for execvP(3).jhb2005-12-011-1/+1
* Rearranged the polynomial evaluation to reduce dependencies, as inbde2005-11-302-9/+13
* Fixed cosf(x) when x is a "negative" NaNs. I broke this in rev.1.10.bde2005-11-301-11/+19
* Fixed the hi+lo approximation to log(2). The normal 17+24 bit decompositionbde2005-11-301-4/+4
* Update conformance and history sections.davidxu2005-11-304-4/+16
* Symlink mq_send to mq_timedsend.davidxu2005-11-301-0/+2
* Add manuals for POSIX message queue.davidxu2005-11-308-2/+1077
* Fix misspelling in Poul-Henning Kamp's email address under AUTHORS, fromtmclaugh2005-11-301-1/+1
* Restore the previous state after a FILL operation in properties_read()jhb2005-11-281-8/+15
* Rearranged the polynomial evaluation some more to reduce dependencies.bde2005-11-281-8/+20
* Fixed about 50 million errors of infinity ulps and about 3 million errorsbde2005-11-281-1/+1
* Exploit skew-symmetry to avoid an operation: -sin(x-A) = sin(A-x). Thisbde2005-11-282-4/+4
* Try to use the "proximity" (~) operator consistently in commentsbde2005-11-282-8/+10
* Changed spelling of the request-to-inline macro name to match the changebde2005-11-282-4/+6
* Use only double precision for "kernel" cosf and sinf (except forbde2005-11-286-71/+44
* Portability: Remove AC_CHECK_MALLOC from configure.ac.in.kientzle2005-11-271-1/+0
* Implement following POSIX message queue interfaces:davidxu2005-11-262-1/+74
* Minor cleanups and optimizations:bde2005-11-241-11/+5
* Fix prototype.ru2005-11-241-1/+1
* Fix prototypes.ru2005-11-241-6/+6
OpenPOWER on IntegriCloud