From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29771 invoked by alias); 19 Nov 2002 03:03:49 -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 29763 invoked from network); 19 Nov 2002 03:03:48 -0000 Received: from unknown (63.119.183.65) by sources.redhat.com with QMTP; 19 Nov 2002 03:03:48 -0000 Received: (qmail 23711 invoked from network); 19 Nov 2002 03:00:13 -0000 Received: from cpe-24-221-209-215.co.sprintbbd.net (HELO localhost) (24.221.209.215) by external1 with SMTP; 19 Nov 2002 03:00:13 -0000 Date: Mon, 18 Nov 2002 19:03:00 -0000 Subject: Re: [PATCH] skip_quoted (updated) Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) Cc: Klee Dienes , gdb-patches@sources.redhat.com To: Jim Blandy From: Adam Fedor In-Reply-To: Message-Id: <82CC8C21-FB6B-11D6-AFF5-000A277AC1A4@doc.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00479.txt.bz2 Yes. I like it. On Monday, November 18, 2002, at 07:22 PM, Jim Blandy wrote: > > Klee, your patch looks good. Adam, does it do what you need? If it > does, Klee can go ahead and commit it. (With a ChangeLog entry, and a > comment atop the function, of course.) > > Klee Dienes writes: > >> It must be a good name for the function, because we picked the same >> one at Apple. >> >> You might also consider using our patch, which has the advantage of >> not replicating the code between skip_quoted and skip_quoted_chars: