diff options
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, |