From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18400 invoked by alias); 21 Nov 2002 21:04:34 -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 18388 invoked from network); 21 Nov 2002 21:04:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Nov 2002 21:04:33 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gALKeWP30641 for ; Thu, 21 Nov 2002 15:40:33 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gALL4Us16190 for ; Thu, 21 Nov 2002 16:04:31 -0500 Received: from cygbert.vinschen.de (vpn50-69.rdu.redhat.com [172.16.50.69]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gALL4TM08870 for ; Thu, 21 Nov 2002 13:04:29 -0800 Received: (from corinna@localhost) by cygbert.vinschen.de (8.11.6/8.9.3/Linux sendmail 8.9.3) id gALL4R901859 for gdb-patches@sources.redhat.com; Thu, 21 Nov 2002 22:04:27 +0100 Date: Thu, 21 Nov 2002 13:04:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: [RFA]: File-I/O patch Message-ID: <20021121220427.A1841@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20021121100341.T24928@cygbert.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021121100341.T24928@cygbert.vinschen.de> User-Agent: Mutt/1.3.22.1i X-SW-Source: 2002-11/txt/msg00525.txt.bz2 On Thu, Nov 21, 2002 at 10:03:41AM +0100, Corinna Vinschen wrote: > 2002-11-21 Martin M. Hunt > > * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin. > * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin. > (captured_main): Initialize new ui_files. > * ui-file.c: Add read and fgets input functions. > (ui_file_new): set ui_file_fputs and ui_file_read to null functions. > (null_file_read): New function. > (null_file_fgets): New function. > (ui_file_read): New function. > (ui_file_fgets): New function. > (set_ui_file_read): New function. > (set_ui_file_fgets): New function. > (stdio_file_read): New function. > (stdio_file_fgets): New function. > * ui-file.h: New types ui_file_read_ftype and ui_file_fgets_ftype. > (set_ui_file_read): Declare. > (set_ui_file_fgets): Declare. > (ui_file_read): Declare. > (ui_file_fgets): Declare. Another error. The ChangeLog entry is wrong. Please ignore all XXX_fgets entries in the ChangeLog, these functions has been eliminated in favor of the XXX_read funcs. Sorry again, Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen@redhat.com