K 10 svn:author V 3 bde K 8 svn:date V 27 2008-02-08T01:45:52.000000Z K 7 svn:log V 160 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. END