From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9114 invoked by alias); 8 Sep 2007 12:17:13 -0000 Received: (qmail 9092 invoked by uid 22791); 8 Sep 2007 12:17:12 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Sep 2007 12:17:07 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-141-251.inter.net.il [80.230.141.251]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DOM43205 (AUTH halo1); Sat, 8 Sep 2007 15:17:03 +0300 (IDT) Date: Sat, 08 Sep 2007 12:17:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb-patches@sources.redhat.com In-reply-to: (message from Vladimir Prus on Sat, 08 Sep 2007 15:27:11 +0400) Subject: Re: [5/9] Associate parsed condition with location Reply-to: Eli Zaretskii References: <200709080042.24484.vladimir@codesourcery.com> X-IsSubscribed: yes 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: 2007-09/txt/msg00116.txt.bz2 > From: Vladimir Prus > Date: Sat, 08 Sep 2007 15:27:11 +0400 > > Eli Zaretskii wrote: > > >> From: Vladimir Prus > >> Date: Sat, 8 Sep 2007 00:42:24 +0400 > >> > >> * breakpoint.c: Adjust. > >> * tui/tui-winsource.c: Adjust. > > > > Nitpicking: these aren't, strictly speaking, valid ChangeLog entries, > > because they don't name the functions where the changes were made. > > Yes; however this is highly mechanical change, there's nothing specific > I can say about any function. We only need the function names, that's all. A year from now, someone who will want to find out when this change was done in one of those functions, will grep the ChangeLog's for the function's name.