NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49690 CVS commit: src/lib/libm/src



The following reply was made to PR lib/49690; it has been noted by GNATS.

From: "Nathanial Sloss" <nat%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49690 CVS commit: src/lib/libm/src
Date: Thu, 9 Jul 2015 06:17:13 +0000

 Module Name:	src
 Committed By:	nat
 Date:		Thu Jul  9 06:17:13 UTC 2015
 
 Modified Files:
 	src/lib/libm/src: lrint.c lrintf.c
 
 Log Message:
 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.5 src/lib/libm/src/lrint.c
 cvs rdiff -u -r1.5 -r1.6 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.
 


Home | Main Index | Thread Index | Old Index