Received: by mail.netbsd.org (Postfix, from userid 605) id 3DC6014A3F9; Sat, 7 Nov 2015 20:25:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5384214A401 for ; Sat, 7 Nov 2015 20:25:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SsN8qEQ-2A91 for ; Sat, 7 Nov 2015 20:25:23 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7D88114A3A1 for ; Sat, 7 Nov 2015 20:25:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7B52598; Sat, 7 Nov 2015 20:25:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 7 Nov 2015 20:25:23 +0000 From: "Soren Jacobsen" Subject: CVS commit: [netbsd-5] src/lib/libm/src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20151107202523.7B52598@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Soren Jacobsen" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: snj Date: Sat Nov 7 20:25:23 UTC 2015 Modified Files: src/lib/libm/src [netbsd-5]: lrint.c lrintf.c Log Message: Pull up following revision(s) (requested by nat in ticket #1972): lib/libm/src/lrintf.c: revision 1.6 lib/libm/src/lrint.c: revision 1.5 Return x for >= DBL_FRACBITS in lrint.c. Return x for >= SNG_FRACBITS in lrintf.c Addresses PR lib/49690 This commit was approved by christos@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.6.1 src/lib/libm/src/lrint.c cvs rdiff -u -r1.5 -r1.5.6.1 src/lib/libm/src/lrintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.