Date: Mon, 10 Sep 2001 02:25:03 -0700 From: Peter Wemm <peter@wemm.org> To: Paul Richards <paul@freebsd-services.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_prf.c src/sys/sys systm.h Message-ID: <20010910092503.C21A338FF@overcee.netplex.com.au> In-Reply-To: <39280000.1000095270@lobster.originative.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Paul Richards wrote:
>
>
> --On Sunday, September 09, 2001 18:45:37 -0700 Peter Wemm
> <peter@FreeBSD.org> wrote:
>
> > peter 2001/09/09 18:45:37 PDT
> >
> > Modified files:
> > sys/kern subr_prf.c
> > sys/sys systm.h
> > Log:
> > This hack brought to you by some questionable ``optimizations'' in
> > gcc-3. gcc-3 takes it apon itself to convert:
> > printf("string\n") -> puts("string");
> > and:
> > printf("a"); -> putchar('a')
> > etc. I dont know what they've been smoking over there in gcc-land, but
> > it must be pretty good stuff.
>
> That last line probably wasn't needed in the commit logs for all to see
> forever more.
Yes, that was uncalled for. My apologies to the gcc-folk. I have applied
my history-revisionism magic wand as well.
I must admit though, it still makes the hair on my neck stand on end
when I think about this.
Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010910092503.C21A338FF>
