diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-02-10 17:57:49 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-02-10 17:57:49 +0000 |
commit | af107a198dce152da74590f2eec5a320002c0f82 (patch) | |
tree | a61f662ce5ca243502cbff9de99984bf6a8e66f1 /term/ChangeLog | |
parent | 679bd94f4976349c7d8e95cce9c2b1577335f548 (diff) |
2002-02-10 Marcus Brinkmann <marcus@gnu.org>
* main.c: Include `argp.h' and `version.h'.
(argp_program_version): New global variable.
(tty_name, tty_type, tty_arg): Likewise.
(parse_opt): New function.
(term_argp): New global variable.
(main): Call argp_parse, use new global variables to parse the
options. Remove TYPE variable. Get the bootstrap port after
checking the argument line.
* term.h (pterm_name): Remove variable.
(tty_arg): Declare variable.
* devio.c (initial_open): Use tty_arg instead pterm_name.
(devio_assert_dtr): Likewise.
Diffstat (limited to 'term/ChangeLog')
-rw-r--r-- | term/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog index 368feefc..84431c6a 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,5 +1,20 @@ 2002-02-10 Marcus Brinkmann <marcus@gnu.org> + * main.c: Include `argp.h' and `version.h'. + (argp_program_version): New global variable. + (tty_name, tty_type, tty_arg): Likewise. + (parse_opt): New function. + (term_argp): New global variable. + (main): Call argp_parse, use new global variables to parse the + options. Remove TYPE variable. Get the bootstrap port after + checking the argument line. + * term.h (pterm_name): Remove variable. + (tty_arg): Declare variable. + * devio.c (initial_open): Use tty_arg instead pterm_name. + (devio_assert_dtr): Likewise. + +2002-02-10 Marcus Brinkmann <marcus@gnu.org> + * term.h: Include `hurd/hurd_types.h'. (struct bottomhalf): Change the return types of the following members from void to error_t: abandon_physical_output, |