From af107a198dce152da74590f2eec5a320002c0f82 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 10 Feb 2002 17:57:49 +0000 Subject: 2002-02-10 Marcus Brinkmann * 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. --- term/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'term/ChangeLog') diff --git a/term/ChangeLog b/term/ChangeLog index 368feefc..84431c6a 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,18 @@ +2002-02-10 Marcus Brinkmann + + * 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 * term.h: Include `hurd/hurd_types.h'. -- cgit v1.2.3