From owner-cvs-all@FreeBSD.ORG Wed Sep 3 07:35:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D99081065678; Wed, 3 Sep 2008 07:35:30 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACA538FC17; Wed, 3 Sep 2008 07:35:30 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m837ZUT6068988; Wed, 3 Sep 2008 07:35:30 GMT (envelope-from das@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m837ZUH8068986; Wed, 3 Sep 2008 07:35:30 GMT (envelope-from das@repoman.freebsd.org) Message-Id: <200809030735.m837ZUH8068986@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to das@repoman.freebsd.org using -f From: David Schultz Date: Wed, 3 Sep 2008 07:35:14 +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/tools/regression/lib/libc/stdio test-scanfloat.c 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: Wed, 03 Sep 2008 07:35:31 -0000 das 2008-09-03 07:35:14 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/stdio test-scanfloat.c Log: SVN rev 182711 on 2008-09-03 07:35:14Z by das Regression tests for bugs in gdtoa. Revision Changes Path 1.11 +17 -11 src/tools/regression/lib/libc/stdio/test-scanfloat.c