bde 2008-02-08 01:45:52 UTC FreeBSD src repository Modified files: lib/msun/src s_truncl.c Log: Fix truncl() when the result should be -0.0L. When the result is +-0.0L, it must have the same sign as the arg in all rounding modes, but it was always +0.0L. Revision Changes Path 1.5 +2 -1 src/lib/msun/src/s_truncl.c