From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13831 invoked by alias); 3 Sep 2004 21:54:15 -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 13822 invoked from network); 3 Sep 2004 21:54:14 -0000 Received: from unknown (HELO tully.CS.Berkeley.EDU) (128.32.153.227) by sourceware.org with SMTP; 3 Sep 2004 21:54:14 -0000 Received: from tully.CS.Berkeley.EDU (localhost [127.0.0.1]) by tully.CS.Berkeley.EDU (8.12.7/8.12.7/3.141592645) with ESMTP id i83LsA2Y015909; Fri, 3 Sep 2004 14:54:10 -0700 (PDT) Received: from tully.CS.Berkeley.EDU (hilfingr@localhost) by tully.CS.Berkeley.EDU (8.12.7/8.12.7/Submit) with ESMTP id i83LsAVV015906; Fri, 3 Sep 2004 14:54:10 -0700 (PDT) Message-Id: <200409032154.i83LsAVV015906@tully.CS.Berkeley.EDU> To: Andrew Cagney cc: brobecker@gnat.com, gdb@sources.redhat.com Subject: Re: Ada's formats In-Reply-To: Message from Andrew Cagney of "Fri, 03 Sep 2004 17:28:43 EDT." <4138E20B.5060700@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15902.1094248450.1@tully.CS.Berkeley.EDU> Date: Fri, 03 Sep 2004 21:54:00 -0000 From: Paul Hilfinger X-SW-Source: 2004-09/txt/msg00040.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? > > It turns out [unfortunatly off list discussion] that for pascal there's > an outstanding request to disable this feature anyway! > > For the feature to ``work'', GDB must be capable of both correctly > printing, and correctly parsing the natural language values and for > Pascal that's not possible ($ clashes with $). > > We can go ahead with this change, > > Andrew > OK. I'll update and submit the patch. Paul