| Age | Commit message (Expand) | Author |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2011-01-02 | The ieeefp stuff has been atf-ified, with the exception of ieeefp/testfloat | pgoyette |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-01 | make this compile again | drochner |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-05-10 | include <string.h>, <stdio.h> and <stdlib.h> as appropriate. | mrg |
| 2006-02-21 | test some basic operations with subnomal numbers | drochner |
| 2006-02-20 | fix pasto in comment | drochner |
| 2005-10-20 | also check a double argument to isnan(), and whether | drochner |
| 2004-06-30 | Add missing NetBSD ID tags | jmc |
| 2004-04-15 | Use unions to avoid strict aliasing rules. And it makes the code easier | matt |
| 2004-03-25 | add some cpp defines to allow testing with "float" | drochner |
| 2004-03-25 | deal with imprecise exception handling (on i387): | drochner |
| 2004-03-25 | -make this table driven | drochner |
| 2004-03-05 | -as Klaus confirmed, we cannot rely on the SIGFPE handler to return to | drochner |
| 2004-03-05 | isinfl() and isnanl() are gone. | kleink |
| 2003-10-25 | Check HUGE_VALF and HUGE_VALL as well. Also add some cross checking for | kleink |
| 2003-10-24 | Lift the vax restriction on the nan test. | kleink |
| 2003-10-24 | Make this test the currently libc-internal isinfl() as well. | kleink |
| 2003-10-24 | Make this test the currently libc-internal isnanl() as well. | kleink |
| 2003-10-22 | Fix a comment. | kleink |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2002-09-18 | some makefile de-linting | lukem |
| 2002-09-18 | use NETBSDSRCDIR as appropriate | lukem |
| 2002-05-22 | Correct the types of float_rounding_mode and float_exception_flags. | bjh21 |
| 2002-05-21 | Adapt for recent changes to lib/libc/softfloat | bjh21 |
| 2002-05-12 | FP exceptions work on ARM now (and softfloat platforms in general, I hope), | bjh21 |
| 2002-04-21 | NetBSD/arm's IEEE FP support isn't entirely broken these days, so descend | bjh21 |
| 2002-03-24 | ARM FPA mangling of doubles isn't specific to arm26. | bjh21 |
| 2002-02-21 | put TNF 4-clause license. | itojun |
| 2002-01-18 | Use -mieee on alpha. (A recent kernel is also needed to successfully | ross |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-10-28 | Add a not-a-number test, based on Ben Harris's infinity test. | simonb |
| 2001-10-27 | Quick test to make sure that __infinity is properly infinite. It isn't on | bjh21 |
| 2001-09-24 | Fix typo in variable name. | wiz |
| 2001-09-21 | sparc64 uses 128-bit floating point. | eeh |
| 2001-04-23 | Compile with rounding mode set to dynamic. | ross |
| 2001-04-06 | redo <inttypes.h> conversion | ross |
| 2001-04-04 | Need -mieee-with-inexact here. | ross |
| 2001-03-22 | Don't require a Makefile.inc from the arch subdir. | ross |
| 2001-03-22 | replace use of non-portable FP_X_DNML | ross |
| 2001-03-22 | use fp_rnd type a bit, also do std multiple inclusion prot | ross |
| 2001-03-22 | two functions have been rewritten in C | ross |
| 2001-03-22 | __RCSID, __COPYRIGHT | ross |
| 2001-03-22 | Move two functions from asm to C, as NetBSD has a MI interface: | ross |
| 2001-03-13 | Warn about hooking up ./testfloat | ross |
| 2001-03-13 | Conversion notes. | ross |
| 2001-03-13 | Boilerplate, WARNS. | ross |
| 2001-03-13 | TestFloat-2a contained a bunch of code obviously intended to work | ross |