From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9705 invoked by alias); 11 Aug 2004 10:38:40 -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 9689 invoked from network); 11 Aug 2004 10:38:39 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sourceware.org with SMTP; 11 Aug 2004 10:38:39 -0000 Received: from localhost (localhost [127.0.0.1]) by nile.gnat.com (Postfix) with ESMTP id 956E5F2840; Wed, 11 Aug 2004 06:38:38 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02487-01-9; Wed, 11 Aug 2004 06:38:38 -0400 (EDT) Received: by nile.gnat.com (Postfix, from userid 1345) id 3C396F28FC; Wed, 11 Aug 2004 06:38:38 -0400 (EDT) From: Paul Hilfinger To: cagney@gnu.org Cc: brobecker@gnat.com, gdb@sources.redhat.com In-reply-to: <4110F576.7000102@gnu.org> (message from Andrew Cagney on Wed, 04 Aug 2004 10:40:54 -0400) Subject: Re: Ada's formats References: <20040804090425.B2400F2A00@nile.gnat.com> <4110F576.7000102@gnu.org> Message-Id: <20040811103838.3C396F28FC@nile.gnat.com> Date: Wed, 11 Aug 2004 10:38:00 -0000 X-Virus-Scanned: by amavisd-new at nile.gnat.com X-SW-Source: 2004-08/txt/msg00171.txt.bz2 Andrew, I have a patch that removes all the language-specific numeric formatting. It does indeed clean things up a good deal. There were only three uses of language-specific numeric printing: for scm-lang.c, m2-lang.c, and p-lang.c. You indicated that the first two were obsolescent and therefore irrelevant. What's the story with Pascal? Paul Hilfinger