From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22245 invoked by alias); 20 Sep 2002 23:33:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22238 invoked from network); 20 Sep 2002 23:33:53 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 20 Sep 2002 23:33:53 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0503F3DE5; Fri, 20 Sep 2002 19:33:43 -0400 (EDT) Message-ID: <3D8BB057.7000508@ges.redhat.com> Date: Fri, 20 Sep 2002 16:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] Character set support References: <1020913003056.ZM15701@localhost.localdomain> <1020920003625.ZM23109@localhost.localdomain> <3D8A75F3.3040704@ges.redhat.com> <1020920071148.ZM24070@localhost.localdomain> <3D8B47E9.5020100@ges.redhat.com> <1020920215822.ZM27329@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00543.txt.bz2 >> The accepted GDB convention is per the above. > > > I did not realize that this was the accepted convention. Was there some > communication on this matter that I missed? If it is the accepted > convention, then I think it ought to be reconsidered. If there was, it was before my time :-) The convention is used throughout the ChangeLogs going back to nearly the dawn of time. I did manage to find one ``Committed''' style message mind you, but ``From...''s win by a clear margin :-) Anyway, in this particular case I have no real reason to care. However, if this change had involved someone who, for what ever reason, no longer had an applicable assignment, then I would care a great deal. BTW, you may want to fix your shell script :-) At present you're missing out on a few credits of your own ;-) Fri Jul 29 13:46:08 1994 Fred Fish (fnf@cygnus.com) From Kevin A. Buettner (kev@cujo.geg.mot.com). * Makefile.in (coredep.o): Add inferior.h as dependency. * inflow.c: Add F_SETOWN to list of defines to check around code that uses F_SETOWN. enjoy, Andrew