From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24918 invoked by alias); 9 Apr 2010 15:55:09 -0000 Received: (qmail 24908 invoked by uid 22791); 9 Apr 2010 15:55:08 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Apr 2010 15:54:58 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o39Fsswp018097 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Apr 2010 11:54:54 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o39Fsr44026165; Fri, 9 Apr 2010 11:54:54 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o39FsqYB023619; Fri, 9 Apr 2010 11:54:53 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 6904D379786; Fri, 9 Apr 2010 09:54:52 -0600 (MDT) From: Tom Tromey To: "Pierre Muller" Cc: Subject: Re: [RFC] Fix bug report 11479 References: <37072.6329427727$1270759254@news.gmane.org> Reply-To: tromey@redhat.com Date: Fri, 09 Apr 2010 15:55:00 -0000 In-Reply-To: <37072.6329427727$1270759254@news.gmane.org> (Pierre Muller's message of "Thu, 8 Apr 2010 22:40:20 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-04/txt/msg00251.txt.bz2 >>>>> "Pierre" == Pierre Muller writes: Pierre> 1) I don't remember how the ChangeLog should reflect the fact Pierre> that the commit is related to this bug. I use "PR category/nnn", but I think the commit script actually recognizes a few formats. E.g.: 2010-04-05 Sergio Durigan Junior PR gdb/10736: * xml-syscall.c (my_gdb_datadir): New variable to keep track of [...] Tom