summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix prototypes.ru2005-11-241-6/+6
* Fix prototypes.ru2005-11-241-5/+5
* Fix prototype.ru2005-11-241-1/+1
* Fix prototype.ru2005-11-241-1/+1
* Fix prototypes.ru2005-11-241-8/+8
* Fix prototypes.ru2005-11-244-14/+14
* s/5.5/6.0/ in HISTORY section.joel2005-11-243-3/+3
* Make SYNOPSIS compile.ru2005-11-241-1/+1
* Fix prototypes.ru2005-11-241-3/+3
* Fix prototypes.ru2005-11-241-2/+2
* Keep up with const poisoning in uuid.h,v 1.3.ru2005-11-241-6/+6
* Fix prototype.ru2005-11-241-2/+2
* Optimized by eliminating the special case for 0.67434 <= |x| < pi/4.bde2005-11-241-16/+7
* Fix prototype.ru2005-11-231-1/+3
* Fix prototype.ru2005-11-232-2/+2
* Fix prototypes.ru2005-11-233-4/+4
* There's no longer^Wyet <sys/capability.h>.ru2005-11-231-1/+1
* Fix inet6_opt_get_val() prototype.ru2005-11-231-1/+1
* Make SYNOPSIS compile.ru2005-11-231-3/+3
* Make SYNOPSIS compile after imp@'s changes.ru2005-11-232-11/+11
* Make SYNOPSIS compile.ru2005-11-231-1/+1
* Use only double precision for "kernel" tanf (except for returning float).bde2005-11-233-29/+20
* Add missing includes.ru2005-11-231-1/+3
* Simplified setiing up args for __kernel_rem_pio2(). We already have xbde2005-11-231-17/+9
* Quick fix for stack buffer overrun in rev.1.13. Oops. The prec == 1bde2005-11-231-4/+4
* Tidy up markup and fix two bugs.ru2005-11-211-77/+93
* Mess up the "kernel" float trig function .c files with ifdefs so thatbde2005-11-216-0/+25
* Use double precision to simplify and optimize a long division.bde2005-11-211-15/+1
OpenPOWER on IntegriCloud