Date: Mon, 7 Mar 2005 04:57:50 +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_scalbln.c Message-ID: <200503070457.j274vo9P053361@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-03-07 04:57:50 UTC FreeBSD src repository Modified files: lib/msun/src s_scalbln.c Log: - Implement scalblnl. - In scalbln and scalblnf, check the bounds of the second argument. This is probably unnecessary, but strictly speaking, we should report an error if someone tries to compute scalbln(x, INT_MAX + 1ll). Revision Changes Path 1.2 +34 -2 src/lib/msun/src/s_scalbln.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503070457.j274vo9P053361>