| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct a compile error when libbz2/zlib are unavailable. | kientzle | 2008-02-19 | 2 | -2/+2 |
* | Mark a few additional functions that are/are not available on FreeBSD. | kientzle | 2008-02-19 | 1 | -0/+7 |
* | Portability improvements: | kientzle | 2008-02-19 | 1 | -23/+66 |
* | Document return values better. | das | 2008-02-18 | 1 | -3/+34 |
* | Add tgammaf() as a simple wrapper around tgamma(). | das | 2008-02-18 | 5 | -9/+63 |
* | 2 long double constants were missing L suffixes. This helped break tanl() | bde | 2008-02-18 | 1 | -2/+2 |
* | Fix a typo which broke k_tanl.c on !(amd64 || i386). | bde | 2008-02-18 | 1 | -1/+1 |
* | Inline __ieee754__rem_pio2(). With gcc4-2, this gives an average | bde | 2008-02-18 | 4 | -13/+19 |
* | getopt(3) returns -1, not EOF. | kevlo | 2008-02-18 | 3 | -3/+3 |
* | Use volatile hacks to make sure exp() generates an underflow | das | 2008-02-17 | 1 | -1/+2 |
* | Fix a race condition in arena_ralloc() for shrinking in-place large | jasone | 2008-02-17 | 1 | -25/+41 |
* | Remove support for lazy deallocation. Benchmarks across a wide range of | jasone | 2008-02-17 | 2 | -221/+4 |
* | Hook up sinl(), cosl(), and tanl() to the build. | das | 2008-02-17 | 2 | -7/+12 |
* | Add implementations of sinl(), cosl(), and tanl(). | das | 2008-02-17 | 7 | -0/+367 |
* | Documentation for sinl(), cosl(), and tanl(). | das | 2008-02-17 | 3 | -35/+46 |
* | Add kernel functions for 128-bit long doubles. These could be improved | das | 2008-02-17 | 3 | -0/+239 |
* | Add kernel functions for 80-bit long doubles. Many thanks to Steve and | das | 2008-02-17 | 3 | -0/+264 |
* | Add more pi for long doubles. Also, avoid storing multiple copies | das | 2008-02-17 | 4 | -50/+154 |
* | Switch libmilter from select(2) to poll(2) so milters are not limited | gshapiro | 2008-02-17 | 1 | -0/+1 |
* | Allow underscore in domain names while resolving. While having underscore | delphij | 2008-02-16 | 1 | -1/+2 |
* | - Make Disk_Names() behave as documented in libdisk(3): return an array | antoine | 2008-02-15 | 1 | -5/+14 |
* | Sigh, the weak reference for ceill(), floorl() and truncl() was in | bde | 2008-02-15 | 3 | -6/+10 |
* | Oops, the weak reference for ceill(), floorl() and truncl() was in the | bde | 2008-02-14 | 6 | -12/+12 |
* | Use the expression fabs(x+0.0)+fabs(y+0.0) instad of a+b (where a is | bde | 2008-02-14 | 2 | -8/+8 |
* | _pthread_mutex_isowned_np(): use a more reliable method; the current code | des | 2008-02-14 | 1 | -1/+1 |
* | Fix the hi+lo decomposition for 2/(3ln2). The decomposition needs to | bde | 2008-02-14 | 1 | -2/+2 |
* | Use the expression (x+0.0)-(y+0.0) instead of x+y when mixing NaN arg(s). | bde | 2008-02-14 | 2 | -10/+8 |
* | s_ceill.c | bde | 2008-02-13 | 3 | -9/+6 |
* | On arches where long double is the same as double, alias ceil(), floor() | bde | 2008-02-13 | 4 | -6/+19 |
* | Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes. | bde | 2008-02-13 | 1 | -1/+1 |
* | - Remove duplicate tputs.3 from MLINK. As we use termcap in the bsae, remove | rafan | 2008-02-13 | 1 | -1/+0 |
* | Fix exp2*(x) on signaling NaNs by returning x+x as usual. | bde | 2008-02-13 | 4 | -4/+4 |
* | Rearrange the polynomial evaluation for better parallelism. This is | bde | 2008-02-13 | 1 | -3/+4 |
* | Use hardware remainder on amd64 since it is 5 to 10 times faster than | bde | 2008-02-13 | 3 | -1/+78 |
* | style.Makefile(5) | obrien | 2008-02-13 | 6 | -6/+6 |
* | style(9) | obrien | 2008-02-13 | 2 | -6/+6 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 1 | -4/+4 |
* | Fix remainder() and remainderf() in round-towards-minus-infinity mode | bde | 2008-02-12 | 2 | -8/+8 |
* | - Update build glues for ncurses 5.6 snapshot 20080209 | rafan | 2008-02-11 | 2 | -6/+11 |
* | After issueing a ntpdate [1] I noticed it's already 2008, reflect that | remko | 2008-02-11 | 1 | -1/+1 |
* | Fix typo (s/existance/existence/) | remko | 2008-02-11 | 1 | -2/+2 |
* | Use double precision for z and thus for the entire calculation of | bde | 2008-02-11 | 1 | -3/+4 |
* | As usual, use a minimax polynomial that is specialized for float | bde | 2008-02-09 | 1 | -7/+8 |
* | Fix a comment about coefficients and expand a related one. | bde | 2008-02-09 | 1 | -2/+2 |
* | Use memcpy(3) instead of the BSD-specific bcopy(3). | des | 2008-02-08 | 3 | -6/+6 |
* | s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :) | des | 2008-02-08 | 1 | -1/+1 |
* | Fix a bug in lazy deallocation that was introduced when | jasone | 2008-02-08 | 1 | -7/+10 |
* | Fix truncl() when the result should be -0.0L. When the result is +-0.0L, | bde | 2008-02-08 | 1 | -1/+2 |
* | Oops, fix the fix in rev.1.10. logb() and logbf() were broken on | bde | 2008-02-08 | 1 | -5/+4 |
* | Clean up manipulation of chunk page map elements to remove some tenuous | jasone | 2008-02-08 | 1 | -362/+357 |