From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30422 invoked by alias); 24 Oct 2002 21:29:06 -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 30319 invoked from network); 24 Oct 2002 21:29:03 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 24 Oct 2002 21:29:03 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 16D843D4A; Thu, 24 Oct 2002 17:29:02 -0400 (EDT) Message-ID: <3DB8661D.30007@redhat.com> Date: Thu, 24 Oct 2002 14:29: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: Eli Zaretskii Cc: carlton@math.stanford.edu, gdb-patches@sources.redhat.com Subject: Re: Patch for gdb/mi 792 References: <3DB841B5.8090409@redhat.com> <9791-Thu24Oct2002210633+0200-eliz@is.elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00518.txt.bz2 > Date: Thu, 24 Oct 2002 14:53:41 -0400 >> From: Andrew Cagney >> >> I'm now wondering if the check is missing anything else. Eli, are there >> any characters that shouldn't appear in the renamed file list. ``+'' >> for instance. > > > The following characters should not appear in translated file names: > > + , ; = [ ] | < > \ " : ? * > > Blanks and leading dots are also not allowed. (fortunatly blanks break the build so don't appear :-) It will take a few days but I'll see about getting a test added. That way both 5.3 branch and the trunk can be checked for this. thanks, Andrew