Date: Wed, 13 Feb 2008 18:16:43 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c Message-ID: <200802131816.m1DIGhAE020075@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2008-02-13 18:16:43 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c s_floorl.c s_truncl.c Log: Forced commit to note that the lost log message for the previous commit said that the previous commit was almost a null forced commit too. It just converted to __FBSDID(). I was going to change `huge' from its double precision value of 1e300, but that seems to be unnecessary since `huge' is only used to set FE_INEXACT, and any value with an exponent larger than LDBL_MANT_DIG will do for that, while initializing a really huge value in a portable way would require more code. Revision Changes Path 1.8 +0 -0 src/lib/msun/src/s_ceill.c 1.7 +0 -0 src/lib/msun/src/s_floorl.c 1.8 +0 -0 src/lib/msun/src/s_truncl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802131816.m1DIGhAE020075>