From owner-cvs-all Tue Sep 10 6:22:52 2002 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 96FFA37B401 for ; Tue, 10 Sep 2002 06:22:44 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FAFF43E72 for ; Tue, 10 Sep 2002 06:22:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 18002 invoked from network); 10 Sep 2002 13:23:41 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 10 Sep 2002 13:23:41 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8ADMfBv031452; Tue, 10 Sep 2002 09:22:41 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020909195303.B752@FreeBSD.org> Date: Tue, 10 Sep 2002 09:22:42 -0400 (EDT) From: John Baldwin To: Juli Mallett Subject: Re: cvs commit: src/lib/libc/gen siglist.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10-Sep-2002 Juli Mallett wrote: > * De: John Baldwin [ Data: 2002-09-09 ] > [ Subjecte: RE: cvs commit: src/lib/libc/gen siglist.c ] >> >> On 07-Sep-2002 Juli Mallett wrote: >> > jmallett 2002/09/07 01:14:19 PDT >> > >> > Modified files: >> > lib/libc/gen siglist.c >> > Log: >> > Two arrays were born from the same seeds, both grew into complementary sets >> > of pointers to strings. These two arrays were fixed to the same size, but one >> > had an implicit zeroed trailer element, which was unused because the size was >> > used up by the ones before said zeroed trailer element. So the unused limb was >> > chopped off the over-sized-but-not-over-sized array, and everyone lived happily >> > ever after. >> >> What does this mean in practical terms? > > I removed a comma. Please say so next time. :) Having humor in the occasional log message is perfectly fine. However, a log message still needs to include actual content describing the change and/or the reason for the change. Including a "Seriously, remove extraneous comma" as the final line would still have kept the humor value w/o requiring one to do a cvs diff to see the actual change. Esp. if one happens to find a bug later down the road and is reading log messages in the history to find out where it originated. Having to waste time looking at diff's of obscure messages can be a pain. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message