History log of /netbsd-src/lib/libc/arch/vax/gen/isnan.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 8e54f10b 04-Mar-2004 kleink <kleink@NetBSD.org>

* Turn isinf(3) and isnan(3) into C99-style macros.
* Make it possible for ports to override these (i.e., VAX).
* Remove isnanl(), which was internal to libc only.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# a8151a52 26-Oct-2002 thorpej <thorpej@NetBSD.org>

Split isnan() into its own file.