| Age | Commit message (Expand) | Author |
| 1998-08-29 | first pass at fixing up capitalization of function names and | lukem |
| 1998-08-22 | The Mariah chip lacks the POLYD instruction, so some assembly coded | ragge |
| 1998-08-19 | Add some braces to make egcs happy. (This code could kill me.) | thorpej |
| 1998-08-09 | on i386, use FPU instructions in libm if I387_LIBM is set, from dan@geek.com.au | perry |
| 1998-04-29 | fix mdoc reference | fair |
| 1998-02-19 | move NOLINT definition | cgd |
| 1998-02-19 | Make sure the reason that NOLINT is set is documented. Additionally | cgd |
| 1998-02-05 | add LIBRARY section to man page | perry |
| 1998-01-09 | RCS Id Police. | perry |
| 1998-01-05 | RCSID Police. | perry |
| 1997-11-12 | add missing .Nm calls and MLINKS. from spz@serpens.swb.de | mrg |
| 1997-11-11 | Fix a brain error from luke while he WARNSifyed libm. | veego |
| 1997-11-01 | Nuke trailing comma in SEE ALSO section. | mycroft |
| 1997-10-23 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-20 | Fix a bunch of warnings introduced by more flags to cc. | ragge |
| 1997-10-18 | kill tab on line by itself, keep contents within 80 columns | mikel |
| 1997-10-10 | Same reason as for ldexp.S: most applications don't scale 0.0. | is |
| 1997-10-09 | rcsid facism, WARNSify | lukem |
| 1997-10-09 | rcsid facism, WARNSify | lukem |
| 1997-10-09 | rcsid facism, WARNSify | lukem |
| 1997-10-09 | rcsid facism, WARNSify | lukem |
| 1997-10-09 | rcsid facism, WARNSify | lukem |
| 1997-09-28 | comment out reference to missing FORTRAN math lib; PR 4153 | mikel |
| 1997-07-30 | Fix files using old TNF copyright notice | jtc |
| 1997-07-25 | Removed confusing text which implies that gamma() computes the gamma | jtc |
| 1997-07-14 | Add missing standards conformance statements. | kleink |
| 1997-06-20 | add parens for gcc -Wall | mikel |
| 1997-04-18 | add isnan(3) and isinf(3) to table, replacing obsolescent infnan(3); | mikel |
| 1997-03-29 | PR/3405: Krister Walfridsson: Various typos; since we compile with POSIX | christos |
| 1996-12-19 | force NOLINT on the Alpha, at least until we fix FP underflow/denorm handling | cgd |
| 1996-10-13 | <machine/endian.h> -> <sys/types.h> | christos |
| 1996-10-13 | remove inclusion of <machine/endian.h> | christos |
| 1996-10-12 | Non-IEEE assembler files wasn't handled correctly. Trouble pointed out by | ragge |
| 1996-08-13 | Use <machine/asm.h> | thorpej |
| 1996-08-12 | Fix description of ceil(3). Closes pr lib/2690 | explorer |
| 1996-07-08 | Correct think-o; this is an assembler source file (and the Makefile | thorpej |
| 1996-07-06 | Fix typo | jtc |
| 1996-07-05 | Add a continuation slash in the commented-out i387 section | explorer |
| 1996-07-03 | Add new i387 math functions to ARCH_SRCS | jtc |
| 1996-07-03 | use one less fp stack slot | jtc |
| 1996-07-03 | It's necessary to use 64 bit precision to avoid errors in the least | jtc |
| 1996-07-03 | this simple adaptation exp() does not work | jtc |
| 1996-07-03 | Assembly versions of expf(), logf(),log10f(), scalbf(), expm1() and expm1f(). | jtc |
| 1996-06-26 | we don't need to branch | jtc |
| 1996-06-26 | Enable mc68881 version of fmod | jtc |
| 1996-06-26 | add m68881 specific fmod() | jtc |
| 1996-06-26 | enable alpha-specific libm files | jtc |
| 1996-06-26 | Alpha versions of copysign() and copysignf() | jtc |
| 1996-06-25 | Fix from Bruce Evans. Commited to FreeBSD earlier this month, but was | jtc |
| 1996-06-04 | Use setne instead of setnel, new versions of gas balk at the bad mnemonic. | jtc |