| Age | Commit message (Expand) | Author |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-12-12 | Readability cleanups; MKfoo=no -> NOfoo. | tv |
| 2001-11-05 | explicitly set to WARNS?=1 | lukem |
| 2001-06-19 | Use arch/i387 for x86_64. | fvdl |
| 1999-12-13 | If we are not including i387 support in libm, build a separate libi387. | christos |
| 1999-08-22 | Use arch/m68k copies of the common functions even for mc68881 hardware. | is |
| 1999-08-19 | Pull in Motorola 68060 floating point library support package based | is |
| 1999-08-16 | Document isinff(3) and isnanf(3), cloned from the corresponding double- | kleink |
| 1999-08-16 | Document reentrant log gamma interfaces. | kleink |
| 1999-08-15 | Add single-precision versions of interfaces to their manual pages' NAME section | kleink |
| 1999-07-02 | More trailing white space. | simonb |
| 1999-07-01 | Quick and dirty hook to compile a non-6888[12] libm for 68040 and 68060. | is |
| 1999-02-15 | NOLINT -> MKLINT=no. | he |
| 1998-11-11 | Fix PIC code and fix problem with obj dirs. | matt |
| 1998-10-10 | Actually build __setjmp.S/__sigsetjmp.S for vax. PICifiy the setjmp code. | matt |
| 1998-08-22 | The Mariah chip lacks the POLYD instruction, so some assembly coded | ragge |
| 1998-08-09 | on i386, use FPU instructions in libm if I387_LIBM is set, from dan@geek.com.au | perry |
| 1998-02-19 | move NOLINT definition | cgd |
| 1998-02-19 | Make sure the reason that NOLINT is set is documented. Additionally | cgd |
| 1997-10-23 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-18 | kill tab on line by itself, keep contents within 80 columns | mikel |
| 1997-10-09 | rcsid facism, WARNSify | lukem |
| 1996-12-19 | force NOLINT on the Alpha, at least until we fix FP underflow/denorm handling | cgd |
| 1996-10-12 | Non-IEEE assembler files wasn't handled correctly. Trouble pointed out by | ragge |
| 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-06-26 | Enable mc68881 version of fmod | jtc |
| 1996-06-26 | enable alpha-specific libm files | jtc |
| 1995-11-20 | Changed w_gamma.c, w_gamma_r.c, w_gammaf.c, w_gammaf_r.c to call | jtc |
| 1995-10-10 | Got Makefile to understand to use non-IEEE files on vax systems. | ragge |
| 1995-05-03 | Add i387 "float" functions to the makefile | jtc |
| 1995-02-18 | Enable mc68881 versions of remainder() and scalb(). | jtc |
| 1994-12-22 | specify man pages the new way. | cgd |
| 1994-09-25 | Added s_isinff.c | jtc |
| 1994-08-10 | Float versions of math functions. From Ian Taylor (ian@cygnus.com), with | jtc |
| 1994-03-12 | Update for mc68881 ceil(), floor(), & rint(), and s_sqrt.S -> e_sqrt.S | jtc |
| 1994-03-11 | Added a ieee_test(3) man page (Like SunOS) derrived from an earlier copy | jtc |
| 1994-03-11 | infnan was a vaxism. | jtc |
| 1994-03-10 | Added i387 version of significand(). | jtc |
| 1994-03-08 | Christos Zoulas' Makefile fixes. | jtc |
| 1994-03-01 | Add cabs() & drem() for BSD libm compatibility. | jtc |
| 1994-02-25 | Update manpages for new math library. | jtc |
| 1994-02-15 | Compiled shared too. | jtc |
| 1994-02-14 | Comment out all functions that are also provided by our C library: fabs(), | jtc |
| 1994-02-14 | isnan() was provided by both C and Math libraries. | jtc |
| 1994-02-11 | Changes for fdlibm based math library | jtc |
| 1993-12-06 | use .S not .s | cgd |
| 1993-12-05 | update for MACHINE_ARCH | cgd |
| 1993-10-21 | Use BYTE_ORDER == LITTLE_ENDIAN instead of -Dnational to select byte order | jtc |
| 1993-10-11 | Install cbrt link to sqrt manpage. | jtc |