www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2001/11/12/20:30:08

Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-apps-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com
Message-ID: <03df01c16be2$b45ded80$0200a8c0@lifelesswks>
From: "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au>
To: <cygwin-apps AT sources DOT redhat DOT com>
Subject: looking for c++ indent
Date: Tue, 13 Nov 2001 12:29:56 +1100
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-OriginalArrivalTime: 13 Nov 2001 01:35:42.0875 (UTC) FILETIME=[822BEEB0:01C16BE3]

The standard gnu indent is doing horrible things..

i.e.

@@ -97,7 +102,8 @@ auth_retry:

       if (code < 200 || code >= 300)
        {
-         delete c;
+         delete
+           c;
          return;
        }

Now, I'm of the opinion that second guessing your indent tool is a waste
of time - may as well not have one.

However, I'm quite happy to use a different indent tool, that stays with
GNU indenting rules, but understands c++ well enough not to do the sort
of idiocy show above.

I don't have the time to research a replacement just now, or to fix
indent itself, and it's a low priority - indent is consistent in what it
does, not random, so diffs should be small from now on in.

If someone here can suggest a better indent.. I'll take a look.
Alternatively (preferred actually, but I don't wish to impinge on other
folks time) if someone wanted to hack indent to be c++ aware (ideally
including making things like headers with
#ifdef __cplusplus
extern "C" {
#endif
not indent the exported stuff.. that would be great.

Rob

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019