* 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.
Move UCB-licensed code from 4-clause to 3-clause licence.Patches provided by Joel Baker in PR 22280, verified by myself.
Split isnan() into its own file.