From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15401 invoked by alias); 26 Feb 2004 17:24:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15394 invoked from network); 26 Feb 2004 17:24:08 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 26 Feb 2004 17:24:08 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D7F8C2B92; Thu, 26 Feb 2004 12:24:05 -0500 (EST) Message-ID: <403E2BB5.8030409@gnu.org> Date: Thu, 26 Feb 2004 17:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Don't escape '\e' References: <403D8699.5040902@gnu.org> In-Reply-To: <403D8699.5040902@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00767.txt.bz2 > This removes '\e' from charsets and then fixes the fallout. '\e' isn't part of ISO-C. I'll commit in the morning. I've checked this in. Andrew > 2004-02-25 Andrew Cagney > > Fix PR i18n/1570. > * charset.c (backslashable, backslashed, represented): Remove 'e' > from list of escaped characters, not part of ISO-C. > > Index: testsuite/ChangeLog > 2004-02-26 Andrew Cagney > > * gdb.base/charset.c: Update copyright notice. > (main, init_string): Remove the escape character '\e' tests. > * gdb.base/printcmds.exp (test_print_all_chars): Ditto. > * gdb.base/charset.exp (valid_host_charset): Ditto. > * gdb.base/setvar.exp: Ditto. >