NetBSD-Bugs archive

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

PR/47535 CVS commit: src/external/public-domain/sqlite



The following reply was made to PR port-sparc64/47535; it has been noted by 
GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47535 CVS commit: src/external/public-domain/sqlite
Date: Thu, 14 Feb 2013 17:12:24 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Thu Feb 14 17:12:24 UTC 2013
 
 Modified Files:
        src/external/public-domain/sqlite/bin: Makefile
        src/external/public-domain/sqlite/dist: sqlite3.c
 
 Log Message:
 When converting long double values to decimal, convert to int via a call
 to floor(), so the conversion does not depend on current rounding mode.
 Fixes PR port-sparc64/47535.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/external/public-domain/sqlite/bin/Makefile
 cvs rdiff -u -r1.6 -r1.7 src/external/public-domain/sqlite/dist/sqlite3.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