From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21996 invoked by alias); 3 Jun 2008 18:42:21 -0000 Received: (qmail 21980 invoked by uid 9614); 3 Jun 2008 18:42:21 -0000 Date: Tue, 03 Jun 2008 18:42:00 -0000 Message-ID: <20080603184221.21978.qmail@sourceware.org> From: keithmarshall@sourceware.org To: mingw-cvs@sourceware.org Subject: mingw ./ChangeLog mingwex/Makefile.in mingwex/ ... Mailing-List: contact mingw-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: mingw-cvs-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00000.txt.bz2 CVSROOT: /cvs/mingw Module name: mingw Changes by: keithmarshall@sourceware.org 2008-06-03 18:42:21 Modified files: . : ChangeLog mingwex : Makefile.in Added files: mingwex/math : lround_generic.c round_generic.c round_internal.h Removed files: mingwex/math : llround.c llroundf.c llroundl.c lround.c lroundf.c lroundl.c round.c roundf.c roundl.c Log message: Avoid precision errors in round(), lround() and llround() functions. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/ChangeLog.diff?cvsroot=mingw&r1=1.395&r2=1.396 http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/Makefile.in.diff?cvsroot=mingw&r1=1.41&r2=1.42 http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/lround_generic.c.diff?cvsroot=mingw&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/round_generic.c.diff?cvsroot=mingw&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/round_internal.h.diff?cvsroot=mingw&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/llround.c.diff?cvsroot=mingw&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/llroundf.c.diff?cvsroot=mingw&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/llroundl.c.diff?cvsroot=mingw&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/lround.c.diff?cvsroot=mingw&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/lroundf.c.diff?cvsroot=mingw&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/lroundl.c.diff?cvsroot=mingw&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/round.c.diff?cvsroot=mingw&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/roundf.c.diff?cvsroot=mingw&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/mingw/mingwex/math/roundl.c.diff?cvsroot=mingw&r1=1.2&r2=NONE