From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2344 invoked by alias); 10 Mar 2008 03:06:20 -0000 Received: (qmail 2332 invoked by uid 22791); 10 Mar 2008 03:06:19 -0000 X-Spam-Check-By: sourceware.org Received: from inet-tsb5.toshiba.co.jp (HELO imx2.toshiba.co.jp) (202.33.96.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Mar 2008 03:05:49 +0000 Received: from arc1.toshiba.co.jp ([133.199.194.235]) by imx2.toshiba.co.jp with ESMTP id m2A35k1N017057; Mon, 10 Mar 2008 12:05:46 +0900 (JST) Received: (from root@localhost) by arc1.toshiba.co.jp id m2A35jMn020031; Mon, 10 Mar 2008 12:05:45 +0900 (JST) Received: from unknown [133.199.192.144] by arc1.toshiba.co.jp with ESMTP id NAA20027; Mon, 10 Mar 2008 12:05:45 +0900 Received: from mx2.toshiba.co.jp (localhost [127.0.0.1]) by ovp2.toshiba.co.jp with ESMTP id m2A35j2c006091; Mon, 10 Mar 2008 12:05:45 +0900 (JST) Received: from mx.tjsys.co.jp by toshiba.co.jp id m2A35hQs006077; Mon, 10 Mar 2008 12:05:43 +0900 (JST) Received: from voltage-out.tjsys.co.jp (voltage-out.tjsys.co.jp [157.79.3.51]) by mx.tjsys.co.jp (8.12.11/8.12.11) with ESMTP id m2A35g3k021486; Mon, 10 Mar 2008 12:05:42 +0900 (JST) Received: from is-com10 ([157.79.3.71]) by voltage-out.tjsys.co.jp (8.13.1/8.13.1) with SMTP id m2A35bTH000910; Mon, 10 Mar 2008 12:05:37 +0900 Received: from MOSTPCMSS20377 (mostpcmss20-377.bspj.cosdc.toshiba.co.jp [133.114.92.68]) by ims.tjsys.co.jp (iPlanet Messaging Server 5.2 HotFix 2.10 (built Dec 26 2005)) with ESMTP id <0JXH009I4V99KJ@ims.tjsys.co.jp>; Mon, 10 Mar 2008 12:05:33 +0900 (JST) Date: Mon, 10 Mar 2008 03:06:00 -0000 From: Hidetaka Takano Subject: RE: [patch] Fix "directory" command problem under "set confirm off" In-reply-to: <1204836425.19253.694.camel@localhost.localdomain> To: "'Michael Snyder'" Cc: gdb-patches@sourceware.org Message-id: <004f01c8825b$9d252070$445c7285@MOSTPCMSS20377> MIME-version: 1.0 X-Mailer: Microsoft Office Outlook 11 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <002901c87f87$12218bc0$f61e4f9d@MOSTPCMSS20377> <1204836425.19253.694.camel@localhost.localdomain> X-WAuditID: 0803101205330000004670 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00081.txt.bz2 Hi Michael, > Do you have a copyright assignment on file? Yes, I've already done it as Toshiba corp. Is there anything special to be required to send a patch? ex) need proof? Best regard. > -----Original Message----- > From: gdb-patches-owner@sourceware.org > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Michael Snyder > Sent: Friday, March 07, 2008 5:47 AM > To: Hidetaka Takano > Cc: gdb-patches@sourceware.org > Subject: Re: [patch] Fix "directory" command problem under > "set confirm off" > > On Thu, 2008-03-06 at 21:39 +0900, Hidetaka Takano wrote: > > Hi maintainer, > > > > I'll send the patch to fix the "directory" command problem. > > > > When the directory command is issued without any parameters, > > the source search path is supposed to be initialized. > > But it doesn't work under "set confirm off". > > Hey, you're right! And it doesn't work for batch files, either. > Your patch fixes both. > > Do you have a copyright assignment on file? > > Since this is a one-line fix, I can check it in for you > (if you wish), but if you're going to be submitting more > patches, you might want to do the paperwork. > > > > > > > ChangeLog: > > > > 2008-03-06 Hidetaka Takano > > > > * source.c (directory_command): modify the determination of > > condition of terminal "from_tty". > > > > Best regard. > > --- > > Hidetaka Takano / Toshiba >