From owner-cvs-all@FreeBSD.ORG Sat Sep 4 14:19:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B61CD16A4CE; Sat, 4 Sep 2004 14:19:34 +0000 (GMT) Received: from bgezal.rise.tuwien.ac.at (bgezal.rise.tuwien.ac.at [128.130.59.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47CB743D2F; Sat, 4 Sep 2004 14:19:34 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from fafoe.narf.at (unknown [212.186.3.235]) by bgezal.rise.tuwien.ac.at (Postfix) with ESMTP id CECCB21A9; Sat, 4 Sep 2004 16:19:31 +0200 (CEST) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.1.42]) by fafoe.narf.at (Postfix) with ESMTP id BAEAA3FA8; Sat, 4 Sep 2004 16:19:08 +0200 (CEST) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 475C3C0; Sat, 4 Sep 2004 16:19:01 +0200 (CEST) Date: Sat, 4 Sep 2004 16:18:55 +0200 From: Stefan Farfeleder To: David Schultz Message-ID: <20040904141855.GE72545@wombat.fafoe.narf.at> References: <200408082005.i78K5lDQ023077@repoman.freebsd.org> <20040820022731.GA2314@VARK.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040820022731.GA2314@VARK.homeunix.com> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include Makefile tgmath.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 04 Sep 2004 14:19:34 -0000 On Thu, Aug 19, 2004 at 07:27:31PM -0700, David Schultz wrote: > Nice! Some regression tests might be nice, too, so people can > easily verify that their changes to math.h don't break tgmath.h. Finally committed. Stefan