diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2004-03-21 19:57:00 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2004-03-21 19:57:00 +0000 |
commit | 132c62de3caad3a9c7de679854f8eb214ad0ce8e (patch) | |
tree | 476ea75710fcba20a624e2ce3b5bb1aace60f29b /console-client/ChangeLog | |
parent | f34ee975ad64f836b3e6af7303f79c6e8ff76a3d (diff) |
2004-03-21 Marco Gerards <metgerards@student.han.nl>
* console.c (main): Make sure the arguments are parsed in order.
* driver.c (driver_add): Set up argc and argv so they can be used
by argp.
* generic-speaker.c: Include <string.h> and <argp.h>.
(struct melody): New member `name'. Every melody was given a
name.
(BELL_CLASSIC, BELL_LINUX, BELL_ALARM, BELL_CMAJOR): New macros.
(doc, options, argp): New variables.
(parse_opt): New function.
(generic_speaker_init): Parse the arguments using argp.
* vga.c (doc, options, argp): New variables.
(parse_opt): New function.
(parse_startup_args): Function removed.
(vga_display_init): Use argp_parse instead of parse_startup_args.
Diffstat (limited to 'console-client/ChangeLog')
-rw-r--r-- | console-client/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog index b4393a9f..d7f97be9 100644 --- a/console-client/ChangeLog +++ b/console-client/ChangeLog @@ -1,3 +1,20 @@ +2004-03-21 Marco Gerards <metgerards@student.han.nl> + + * console.c (main): Make sure the arguments are parsed in order. + * driver.c (driver_add): Set up argc and argv so they can be used + by argp. + * generic-speaker.c: Include <string.h> and <argp.h>. + (struct melody): New member `name'. Every melody was given a + name. + (BELL_CLASSIC, BELL_LINUX, BELL_ALARM, BELL_CMAJOR): New macros. + (doc, options, argp): New variables. + (parse_opt): New function. + (generic_speaker_init): Parse the arguments using argp. + * vga.c (doc, options, argp): New variables. + (parse_opt): New function. + (parse_startup_args): Function removed. + (vga_display_init): Use argp_parse instead of parse_startup_args. + 2004-03-07 Marco Gerards <metgerards@student.han.nl> * bdf.c (bdf_read): Change the types of has_size, has_fbbx, |