From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10980 invoked by alias); 24 Jun 2002 19:46:48 -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 10960 invoked from network); 24 Jun 2002 19:46:46 -0000 Received: from unknown (HELO mailrelay1.lanl.gov) (128.165.4.101) by sources.redhat.com with SMTP; 24 Jun 2002 19:46:46 -0000 Received: from ccs-mail.lanl.gov (localhost.localdomain [127.0.0.1]) by mailrelay1.lanl.gov (8.11.6/8.11.6/(ccn-5)) with ESMTP id g5OJkW631990 for ; Mon, 24 Jun 2002 13:46:32 -0600 Received: from [10.0.1.2] (ts-usr-145.lanl.gov [128.165.7.145]) by ccs-mail.lanl.gov (8.11.6/8.11.6/(ccn-5)) with ESMTP id g5OJki310202 for ; Mon, 24 Jun 2002 13:46:44 -0600 Mime-Version: 1.0 X-Sender: gwatson@ccs-mail.lanl.gov Message-Id: Date: Mon, 24 Jun 2002 12:46:00 -0000 To: gdb@sources.redhat.com From: Greg Watson Subject: parse_escape() in 5.2 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-SW-Source: 2002-06/txt/msg00221.txt.bz2 I was looking though parse_escape() (in util.c) and it seems a little weird. There are two instances of case '0': in the same switch statement. It also seems to do something strange when it sees the escape '\^' (whatever that is). Greg