Date: Fri, 11 Jan 2008 04:18:26 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src s_csqrt.c s_csqrtf.c Message-ID: <200801110418.m0B4IQlv001237@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2008-01-11 04:18:26 UTC FreeBSD src repository Modified files: lib/msun/src s_csqrt.c s_csqrtf.c Log: - Correct the range check in the double version to catch negative values that would overflow. - Style fixes and improved handling of NaNs suggested by bde. Revision Changes Path 1.2 +19 -16 src/lib/msun/src/s_csqrt.c 1.2 +3 -3 src/lib/msun/src/s_csqrtf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801110418.m0B4IQlv001237>