From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29055 invoked by alias); 2 Dec 2005 10:33:37 -0000 Received: (qmail 29019 invoked by uid 22791); 2 Dec 2005 10:33:32 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-04.spheriq.net (HELO lon-del-04.spheriq.net) (195.46.50.101) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 Dec 2005 10:33:28 +0000 Received: from lon-out-01.spheriq.net ([195.46.50.129]) by lon-del-04.spheriq.net with ESMTP id jB2AXPRh024227 for ; Fri, 2 Dec 2005 10:33:25 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-01.spheriq.net with ESMTP id jB2AXM1w026585 for ; Fri, 2 Dec 2005 10:33:24 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id jB2AXG80005838 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 2 Dec 2005 10:33:21 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0DC76DA41; Fri, 2 Dec 2005 10:32:53 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id BB04447331; Fri, 2 Dec 2005 10:35:58 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 69ACC7599B; Fri, 2 Dec 2005 10:35:58 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D9A7747314; Fri, 2 Dec 2005 10:35:57 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHA53757 (AUTH "andrew stubbs"); Fri, 2 Dec 2005 10:32:50 GMT Message-ID: <43902248.6080405@st.com> Date: Fri, 02 Dec 2005 10:44:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] init-if-undefined command References: <437B3E56.3080306@st.com> <8f2776cb0511292141t2f9711a2l9633236db737e67b@mail.gmail.com> <438DB351.2050500@st.com> <20051130190311.GA25377@nevyn.them.org> <8f2776cb0511301501t4eb7bb50w484427fd892f5a58@mail.gmail.com> <438EE3F8.70103@st.com> <438F3327.8080802@st.com> <8f2776cb0512011450o5d0e223ck6693fb3bad67be96@mail.gmail.com> In-Reply-To: <8f2776cb0512011450o5d0e223ck6693fb3bad67be96@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.0 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00043.txt.bz2 Jim Blandy wrote: > On 12/1/05, Andrew STUBBS wrote: > >>--- src.orig/gdb/NEWS 2005-12-01 17:27:11.000000000 +0000 >>+++ src/gdb/NEWS 2005-12-01 17:28:05.000000000 +0000 >>@@ -1,7 +1,13 @@ >> What has changed in GDB? >> (Organized release by release) >> >>-*** Changes since GDB 6.3 >>+*** Changes since GDB 6.4 >>+ >>+* New commands >>+ >>+init-if-undefined Initialize a convenience variable if >>necessary. >>+ >>+*** Changes in GDB 6.4 >> >> * New native configurations > > > Shouldn't that latter inserted heading be "6.3"? > No. The changes 'since 6.3' are 'in 6.4'. A similar change is already on the 6.4 branch.