summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* s/rcsid/__FBSDID/das2008-02-2279-241/+158
* Remove an unused variable.das2008-02-223-3/+3
* Eliminate some warnings.das2008-02-223-9/+3
* Note, as required by our agreement with IEEE/The Open Group, that the messagephilip2008-02-217-0/+140
* Sanity-check the block size.kientzle2008-02-211-0/+19
* Merge cosmetic changes from e_rem_pio2.c 1.10 (convert to __FBSDID();bde2008-02-191-6/+4
* Optimize for 3pi/4 <= |x| <= 9pi/4 in much the same way as forbde2008-02-191-18/+56
* Rearrange the polynomial evaluation for better parallelism. Thisbde2008-02-192-9/+9
* Include O_BINARY in open() calls on platforms that support it.kientzle2008-02-192-3/+13
* Another tiny, tiny step towards Windows support. No, I don't plan tokientzle2008-02-191-1/+4
* Someday I might forgive the standards bodies for omitting timegm().kientzle2008-02-191-5/+9
* Simplify file type setting.kientzle2008-02-191-4/+2
* The test_assert() function that backs my custom assert() macrokientzle2008-02-192-9/+12
* Portability: Since the values are fixed and the symbolic nameskientzle2008-02-191-3/+3
* Portability: Include O_BINARY if the local platform defines it.kientzle2008-02-191-1/+5
* Correct a compile error when libbz2/zlib are unavailable.kientzle2008-02-192-2/+2
* Mark a few additional functions that are/are not available on FreeBSD.kientzle2008-02-191-0/+7
* Portability improvements:kientzle2008-02-191-23/+66
* Document return values better.das2008-02-181-3/+34
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-185-9/+63
* 2 long double constants were missing L suffixes. This helped break tanl()bde2008-02-181-2/+2
* Fix a typo which broke k_tanl.c on !(amd64 || i386).bde2008-02-181-1/+1
* Inline __ieee754__rem_pio2(). With gcc4-2, this gives an averagebde2008-02-184-13/+19
* getopt(3) returns -1, not EOF.kevlo2008-02-183-3/+3
* Use volatile hacks to make sure exp() generates an underflowdas2008-02-171-1/+2
* Fix a race condition in arena_ralloc() for shrinking in-place largejasone2008-02-171-25/+41
* Remove support for lazy deallocation. Benchmarks across a wide range ofjasone2008-02-172-221/+4
* Hook up sinl(), cosl(), and tanl() to the build.das2008-02-172-7/+12
* Add implementations of sinl(), cosl(), and tanl().das2008-02-177-0/+367
* Documentation for sinl(), cosl(), and tanl().das2008-02-173-35/+46
* Add kernel functions for 128-bit long doubles. These could be improveddas2008-02-173-0/+239
* Add kernel functions for 80-bit long doubles. Many thanks to Steve anddas2008-02-173-0/+264
* Add more pi for long doubles. Also, avoid storing multiple copiesdas2008-02-174-50/+154
* Switch libmilter from select(2) to poll(2) so milters are not limitedgshapiro2008-02-171-0/+1
* Allow underscore in domain names while resolving. While having underscoredelphij2008-02-161-1/+2
* - Make Disk_Names() behave as documented in libdisk(3): return an arrayantoine2008-02-151-5/+14
* Sigh, the weak reference for ceill(), floorl() and truncl() was inbde2008-02-153-6/+10
* Oops, the weak reference for ceill(), floorl() and truncl() was in thebde2008-02-146-12/+12
* Use the expression fabs(x+0.0)+fabs(y+0.0) instad of a+b (where a isbde2008-02-142-8/+8
* _pthread_mutex_isowned_np(): use a more reliable method; the current codedes2008-02-141-1/+1
* Fix the hi+lo decomposition for 2/(3ln2). The decomposition needs tobde2008-02-141-2/+2
* Use the expression (x+0.0)-(y+0.0) instead of x+y when mixing NaN arg(s).bde2008-02-142-10/+8
* s_ceill.cbde2008-02-133-9/+6
* On arches where long double is the same as double, alias ceil(), floor()bde2008-02-134-6/+19
* Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes.bde2008-02-131-1/+1
* - Remove duplicate tputs.3 from MLINK. As we use termcap in the bsae, removerafan2008-02-131-1/+0
* Fix exp2*(x) on signaling NaNs by returning x+x as usual.bde2008-02-134-4/+4
* Rearrange the polynomial evaluation for better parallelism. This isbde2008-02-131-3/+4
* Use hardware remainder on amd64 since it is 5 to 10 times faster thanbde2008-02-133-1/+78
* style.Makefile(5)obrien2008-02-136-6/+6
OpenPOWER on IntegriCloud