From owner-cvs-all@FreeBSD.ORG Sun Nov 6 12:18:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CC316A41F; Sun, 6 Nov 2005 12:18:27 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A0A43D45; Sun, 6 Nov 2005 12:18:27 +0000 (GMT) (envelope-from bde@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 jA6CIRmj076475; Sun, 6 Nov 2005 12:18:27 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA6CIRIE076474; Sun, 6 Nov 2005 12:18:27 GMT (envelope-from bde) Message-Id: <200511061218.jA6CIRIE076474@repoman.freebsd.org> From: Bruce Evans Date: Sun, 6 Nov 2005 12:18:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun Makefile src/lib/msun/man ieee_test.3 ilogb.3 math.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 12:18:28 -0000 bde 2005-11-06 12:18:27 UTC FreeBSD src repository Modified files: lib/msun Makefile lib/msun/man ieee_test.3 ilogb.3 math.3 Log: The logb() functions are not just ieee754 "test" functions, but are standard in C99 and POSIX.1-2001+. They are also not deprecated, since apart from being standard they can handle special args slightly better than the ilogb() functions. Move their documentation to ilogb.3. Try to use consistent and improved wording for both sets of functions. All of ieee854, C99 and POSIX have better wording and more details for special args. Add history for the logb() functions and ilogbl(). Fix history for ilogb(). Revision Changes Path 1.73 +2 -2 src/lib/msun/Makefile 1.12 +1 -19 src/lib/msun/man/ieee_test.3 1.2 +43 -11 src/lib/msun/man/ilogb.3 1.26 +2 -1 src/lib/msun/man/math.3