From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31466 invoked by alias); 19 Sep 2002 23:10:02 -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 31455 invoked from network); 19 Sep 2002 23:10:01 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 19 Sep 2002 23:10:01 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 985363DBB; Thu, 19 Sep 2002 19:09:57 -0400 (EDT) Message-ID: <3D8A5945.5040704@ges.redhat.com> Date: Thu, 19 Sep 2002 16:10: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: David Carlton Cc: gdb Subject: Re: list of GNU indent versions in gdb_indent.sh References: <3D80F28B.6010409@ges.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00296.txt.bz2 > On Thu, 12 Sep 2002 16:01:15 -0400, Andrew Cagney said: > > >> Can you please find out exactly what was changed? > > > The NEWS/ChangeLog files were uninformative, so I just copied all of > gdb/*.{h,c} to test directories and ran gdb_indent on them with the > three versions of indent. Here's the scoop, as I see it: > > 2.2.6 and 2.2.7 are pretty much the same: the main difference is that > 2.2.6 is bad at handling string constants with embedded newlines. > (Where by "bad" I mean "reformats them, so the meaning of your code > changes".) > > The main difference between 2.2.7 and 2.2.8 seems to be that 2.2.8 > tries to handle comments like > > /* > * Beginning of a very long sentence that continues to the next line, > * which starts with an asterisk as well. > */ Ah, ok. Thats a relief. That style of comment isn't GNU approved so I guess we can live with that change :-) I'll tweak the check once 5.3 is out. Andrew