From owner-cvs-src@FreeBSD.ORG Thu Apr 28 19:45:56 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D9616A4CE; Thu, 28 Apr 2005 19:45:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8C643D31; Thu, 28 Apr 2005 19:45:55 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3SJjt3I071088; Thu, 28 Apr 2005 19:45:55 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3SJjtOf071087; Thu, 28 Apr 2005 19:45:55 GMT (envelope-from stefanf) Message-Id: <200504281945.j3SJjtOf071087@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 28 Apr 2005 19:45:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/src s_ceill.c s_floorl.c s_truncl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 19:45:56 -0000 stefanf 2005-04-28 19:45:55 UTC FreeBSD src repository Modified files: lib/msun/src s_ceill.c s_floorl.c s_truncl.c Log: Revert the last change, the conversion from long double to double can raise unwanted underflow exceptions. Pointed out by: das Revision Changes Path 1.4 +4 -4 src/lib/msun/src/s_ceill.c 1.4 +4 -4 src/lib/msun/src/s_floorl.c 1.4 +4 -4 src/lib/msun/src/s_truncl.c