This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA]: File-I/O patch


On Thu, Nov 21, 2002 at 10:03:41AM +0100, Corinna Vinschen wrote:
> 2002-11-21  Martin M. Hunt  <hunt@redhat.com>
> 
>         * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]