From owner-cvs-lib Wed Dec 10 00:42:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA28801 for cvs-lib-outgoing; Wed, 10 Dec 1997 00:42:04 -0800 (PST) (envelope-from owner-cvs-lib) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA28785; Wed, 10 Dec 1997 00:41:49 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id TAA15039; Wed, 10 Dec 1997 19:39:53 +1100 Date: Wed, 10 Dec 1997 19:39:53 +1100 From: Bruce Evans Message-Id: <199712100839.TAA15039@godzilla.zeta.org.au> To: asami@cs.berkeley.edu, gurney_j@efn.org Subject: Re: cvs commit: src/lib/libc/i386 DEFS.h src/lib/msun/i387 e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S s_cos.S s_finite.S s_floor.S s_ilogb.S s_log1p.S s_logb.S s_rint.S . Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, steve@FreeBSD.ORG Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Sorry to hear that. Did you ask Bruce why it didn't work? (If he >> hasn't sent you one of those mails with subtle "hints" already, that >> is. :) > >actually, I was going to attempt to fix it myself a long while ago.. >what you need to do it to look at the commit logs AFTER that commit >and see a bunch of followup commits that Bruce did... I know of at >least three off the top of my head to get other parts of the source >in sync... Those were just cleanups. Actually, you need to look at all the differences between 2.2 and -current in related files at the time of the fix (this should be easier than looking at ALL the commit logs BEFORE the commit :-) or at the relevant current differences (this should be easier than looking at an old version of -current). Bruce