From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29556 invoked by alias); 17 Nov 2010 19:22:10 -0000 Received: (qmail 29547 invoked by uid 22791); 17 Nov 2010 19:22:10 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Nov 2010 19:22:05 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DBF992BAC56; Wed, 17 Nov 2010 14:22:03 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pnPHodtkRrXp; Wed, 17 Nov 2010 14:22:03 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 74BEE2BAC47; Wed, 17 Nov 2010 14:22:03 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id C2BD4145C20; Wed, 17 Nov 2010 11:21:56 -0800 (PST) Date: Wed, 17 Nov 2010 19:22:00 -0000 From: Joel Brobecker To: JuYoung Kim Cc: Eli Zaretskii , "gdb-patches@sourceware.org" Subject: Re: Re: Re: [patch]change dwarf2_start_subfile() to adapt inappropriate dir name Message-ID: <20101117192156.GD4434@adacore.com> References: <21410336.44431289952805399.JavaMail.weblogic@epml19> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21410336.44431289952805399.JavaMail.weblogic@epml19> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00227.txt.bz2 > I have trouble with the cvs server, because my company's firewall > doesn't allow me to connect it. Instead of me, you or someone can > commit this patch, I hope. Checking in the patch for you should be no problem. However, you still need to submit the patch in a way that helps us review and then apply it, which means a "diff" file. Instead of using CVS, I recommend a pure diff between the untouched file and the new version. You'll also need to follow the instructions given in the CONTRIBUTE file as I pointed out (provide a ChangeLog entry, etc), as well as inform us how you tested the change. Normally, we require that you run the testsuite before and after, and verify that it does not introduce any regression. > My mailer doesn't support the email threading. > Maybe I'll change my email address. If you are planning on sending regular contributions, I would recommend that. Otherwise, I don't think it's worth the effort. -- Joel