Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/lib/libc/arch



Module Name:    src
Committed By:   tron
Date:           Tue Apr 19 12:32:07 UTC 2005

Modified Files:
        src/lib/libc/arch/alpha/gen [netbsd-3]: Makefile.inc
        src/lib/libc/arch/sparc/gen [netbsd-3]: Makefile.inc

Log Message:
Pull up revision 1.19 (requested by kleink in ticket #163):
Push back the descriptions of NaN formats, and descriptions of the
distinction between signalling NaNs and quiet NaNs back into the
machine-dependent headers; treat the implementation of __nanf in the
same spirit.
IEEE 754 leaves the distinction between signalling NaNs and quiet NANs
to the implementation, and unlike our headers used to suggest they're
not identical in the interpretation of the fraction's MSb; in due
course, make those of hppa, mips, sh3, and sh5 reflect reality.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.18.6.1 src/lib/libc/arch/alpha/gen/Makefile.inc
cvs rdiff -r1.18 -r1.18.6.1 src/lib/libc/arch/sparc/gen/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index