aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Restore the previous state after a FILL operation in properties_read()John Baldwin2005-11-281-8/+15
* Rearranged the polynomial evaluation some more to reduce dependencies.Bruce Evans2005-11-281-8/+20
* Fixed about 50 million errors of infinity ulps and about 3 million errorsBruce Evans2005-11-281-1/+1
* Exploit skew-symmetry to avoid an operation: -sin(x-A) = sin(A-x). ThisBruce Evans2005-11-282-4/+4
* Try to use the "proximity" (~) operator consistently in commentsBruce Evans2005-11-282-8/+10
* Changed spelling of the request-to-inline macro name to match the changeBruce Evans2005-11-282-4/+6
* Use only double precision for "kernel" cosf and sinf (except forBruce Evans2005-11-286-71/+44
* Portability: Remove AC_CHECK_MALLOC from configure.ac.in.Tim Kientzle2005-11-271-1/+0
* Implement following POSIX message queue interfaces:David Xu2005-11-262-1/+74
* Minor cleanups and optimizations:Bruce Evans2005-11-241-11/+5
* Fix prototype.Ruslan Ermilov2005-11-241-1/+1
* Fix prototypes.Ruslan Ermilov2005-11-241-6/+6
* Fix prototypes.Ruslan Ermilov2005-11-241-6/+6
* Fix prototypes.Ruslan Ermilov2005-11-241-5/+5
* Fix prototype.Ruslan Ermilov2005-11-241-1/+1
* Fix prototype.Ruslan Ermilov2005-11-241-1/+1
* Fix prototypes.Ruslan Ermilov2005-11-241-8/+8
* Fix prototypes.Ruslan Ermilov2005-11-244-14/+14
* s/5.5/6.0/ in HISTORY section.Joel Dahl2005-11-243-3/+3
* Make SYNOPSIS compile.Ruslan Ermilov2005-11-241-1/+1
* Fix prototypes.Ruslan Ermilov2005-11-241-3/+3
* Fix prototypes.Ruslan Ermilov2005-11-241-2/+2
* Keep up with const poisoning in uuid.h,v 1.3.Ruslan Ermilov2005-11-241-6/+6
* Fix prototype.Ruslan Ermilov2005-11-241-2/+2
* Optimized by eliminating the special case for 0.67434 <= |x| < pi/4.Bruce Evans2005-11-241-16/+7
* Fix prototype.Ruslan Ermilov2005-11-231-1/+3
* Fix prototype.Ruslan Ermilov2005-11-232-2/+2
* Fix prototypes.Ruslan Ermilov2005-11-233-4/+4
* There's no longer^Wyet <sys/capability.h>.Ruslan Ermilov2005-11-231-1/+1
* Fix inet6_opt_get_val() prototype.Ruslan Ermilov2005-11-231-1/+1
* Make SYNOPSIS compile.Ruslan Ermilov2005-11-231-3/+3
* Make SYNOPSIS compile after imp@'s changes.Ruslan Ermilov2005-11-232-11/+11
* Make SYNOPSIS compile.Ruslan Ermilov2005-11-231-1/+1
* Use only double precision for "kernel" tanf (except for returning float).Bruce Evans2005-11-233-29/+20
* Add missing includes.Ruslan Ermilov2005-11-231-1/+3
* Simplified setiing up args for __kernel_rem_pio2(). We already have xBruce Evans2005-11-231-17/+9
* Quick fix for stack buffer overrun in rev.1.13. Oops. The prec == 1Bruce Evans2005-11-231-4/+4
* Tidy up markup and fix two bugs.Ruslan Ermilov2005-11-211-77/+93
* Mess up the "kernel" float trig function .c files with ifdefs so thatBruce Evans2005-11-216-0/+25
* Use double precision to simplify and optimize a long division.Bruce Evans2005-11-211-15/+1
* Restored a cleanup in rev.1.9 tthat was lost in rev.1.10.Bruce Evans2005-11-201-2/+2
* Do not explicitly state how many bytes an argument list can be in theSimon L. B. Nielsen2005-11-191-1/+0
* o Include <sys/time.h>Marcel Moolenaar2005-11-192-26/+28
* o Include <string.h>Marcel Moolenaar2005-11-192-6/+10
* Fix typo: s/_LIBC_R/_LIBC_R_/Marcel Moolenaar2005-11-192-2/+2
* Moved all the optimizations for |x| <= 9pi/2 fromBruce Evans2005-11-194-67/+105
* Document CLOCK_UPTIME which returns the current uptime in SI seconds.Andre Oppermann2005-11-181-1/+3
* Fix markup, grammar and spelling.Ruslan Ermilov2005-11-181-32/+44
* Fix up markup.Ruslan Ermilov2005-11-181-7/+9
* Fix up markup etc. in recently born manpage.Ruslan Ermilov2005-11-185-152/+316