From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12458 invoked by alias); 29 Nov 2002 15:04:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12400 invoked from network); 29 Nov 2002 15:04:28 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 29 Nov 2002 15:04:28 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6A4CD3F30; Fri, 29 Nov 2002 10:04:22 -0500 (EST) Message-ID: <3DE781F6.6030009@redhat.com> Date: Fri, 29 Nov 2002 07:04: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: Nick Kelsey Cc: gdb@sources.redhat.com Subject: Re: [patch] remove Tix References: <1038424481.1963.0.camel@Imp> <20021128032632.GB28564@redhat.com> <006001c2975b$a6fdbc60$0a00a8c0@nkelseyhome> Content-Type: multipart/mixed; boundary="------------080100090801020102050405" X-SW-Source: 2002-11/txt/msg00430.txt.bz2 This is a multi-part message in MIME format. --------------080100090801020102050405 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 69 Nick, This discussion belongs on the insight@ mailing list. Andrew --------------080100090801020102050405 Content-Type: message/rfc822; name="mailbox-message://ac131313@movemail/fsf/gdb/misc#3704597" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mailbox-message://ac131313@movemail/fsf/gdb/misc#3704597" Content-length: 3210 X-Mozilla-Status2: 00000000 Return-Path: Delivered-To: ac131313@localhost.redhat.com Received: from localhost (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6F4043F30 for ; Fri, 29 Nov 2002 09:55:33 -0500 (EST) X-Sieve: cmu-sieve 2.0 Received: from potter.sfbay.redhat.com by localhost with IMAP (fetchmail-5.9.13) for ac131313@localhost (single-drop); Fri, 29 Nov 2002 09:55:33 -0500 (EST) Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gAT3xF707346 for ; Thu, 28 Nov 2002 19:59:15 -0800 Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with SMTP id gAT3xED32172 for ; Thu, 28 Nov 2002 22:59:14 -0500 Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.redhat.com (8.11.6/8.11.6) with SMTP id gAT3YbP23273 for ; Thu, 28 Nov 2002 22:34:37 -0500 Received: from nkelseyhome (12-235-58-117.client.attbi.com[12.235.58.117]) by sccrmhc02.attbi.com (sccrmhc02) with SMTP id <2002112903590800200sol76e>; Fri, 29 Nov 2002 03:59:08 +0000 Message-ID: <006001c2975b$a6fdbc60$0a00a8c0@nkelseyhome> From: "Nick Kelsey" To: "Andrew Cagney" Cc: References: <1038424481.1963.0.camel@Imp> <20021128032632.GB28564@redhat.com> Subject: Re: [patch] remove Tix Date: Thu, 28 Nov 2002 19:59:00 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-length: 1340 Hi Andrew, > If tix was removed, someone checking out: > -D last-year insight > would find that the no longer got tix (which was needed back then). I am all for removing redundant code. If tix isn't needed then marking it as deleted in CVS shouldn't affect someone checking out an earlier version - they would still get tix as long as it was before the delete date. I have to admit that I usually use CVS through a GUI so I would need to look up the procedure but deleting files works fine just as long as you get CVS to do it and don't manually delete the files on the server. Nick > *This message was transferred with a trial version of CommuniGate(tm) Pro* > > On Wed, Nov 27, 2002 at 11:14:40AM -0800, Martin M. Hunt wrote: > > > >>2002-11-27 Martin M. Hunt > >> > >> * generic/gdbtk.c (gdbtk_init): Don't call Tix_Init. > >> Don't include tix.h > >> > >> * generic/gdbtk-hooks.c: Don't include tix.h. > >> > >> * generic/gdbtkj-cmds.c: Don't include tix.h. > > > > > > Does this mean that we can remove tix from the insight module > > on sources dot redhat dot com? > > Not really. > > If tix was removed, someone checking out: > -D last-year insight > would find that the no longer got tix (which was needed back then). > > Might end up doing something like adding a module: > insight-5-3 > > Andrew > > > --------------080100090801020102050405--