summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Translate the r_info field of ELF relocation records when convertingjkoshy2008-03-022-4/+23
* Hook up sqrtl() to the build.das2008-03-025-13/+24
* MD implementations of sqrtl().das2008-03-022-0/+76
* MI implementation of sqrtl(). This is very slow and shoulddas2008-03-023-4/+168
* Use the easily-greppable copyright notice template fromphilip2008-02-297-119/+119
* Fix and improve some magic numbers for the "medium size" case.bde2008-02-282-4/+4
* Replace the use of warnx() with direct output to stderr using _write().scf2008-02-281-12/+36
* Add <limits.h> for SHRT_MAX.jhb2008-02-273-0/+3
* File descriptors are an int, but our stdio FILE object uses a short to holdjhb2008-02-273-0/+39
* Spelling correction, thanks to Joerg Sonnenberger.kientzle2008-02-271-1/+1
* Optimize skipping over Zip entries.kientzle2008-02-271-14/+5
* stdio is currently limited to file descriptors not greater thanwollman2008-02-271-1/+19
* Added the "restrict" type-qualifier to the readlink() prototype.ru2008-02-261-2/+2
* Rename the archive_endian.h functions to avoid name clasheskientzle2008-02-262-39/+41
* Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), thisbde2008-02-254-0/+15
* Use a temporary array instead of the arg array y[] for callingbde2008-02-252-8/+8
* Change __ieee754_rem_pio2f() to return double instead of float so thatbde2008-02-255-27/+24
* Add missing words.brueffer2008-02-251-2/+2
* Fix some off-by-1 errors.bde2008-02-253-6/+11
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCraj2008-02-247-0/+17
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding anbde2008-02-232-11/+8
* Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use thebde2008-02-222-6/+4
* Remove the "quick check no cancellation" optimization forbde2008-02-221-12/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoidingbde2008-02-222-0/+18
* Add an irint() function in inline asm for amd64 and i386. irint() isbde2008-02-221-0/+30
* Optimize the conversion to bits a little (by about 11 cycles or 16%bde2008-02-221-5/+13
* Optimize the fixup for +-0 by using better classification for this casebde2008-02-221-2/+4
* Fix rintl() on signaling NaNs and unsupported formats.bde2008-02-221-5/+3
* 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
OpenPOWER on IntegriCloud