]> git.proxmox.com Git - grub2.git/commit
2005-01-31 Marco Gerards <metgerards@student.han.nl>
authormarco_g <marco_g@localhost>
Mon, 31 Jan 2005 21:40:25 +0000 (21:40 +0000)
committermarco_g <marco_g@localhost>
Mon, 31 Jan 2005 21:40:25 +0000 (21:40 +0000)
commit990cf3aa8acf16f95434555f815df3391ffa0822
tree7b0bc39c27904410c7686f7590542677d96b4427
parent0f79cdc1dbc793259fdcc0c1b9af5577727d6af1
2005-01-31  Marco Gerards  <metgerards@student.han.nl>

* commands/help.c: New file.
* normal/arg.c (show_help): Renamed to...
(grub_arg_show_help): ... this.
* commands/i386/pc/halt.c: New file.
* commands/i386/pc/reboot.c: Likewise.
* conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/help.c'.
(pkgdata_MODULES): Add `reboot.mod', `halt.mod' and `help.mod'.
(help_mod_SOURCES, help_mod_CFLAGS, reboot_mod_SOURCES)
(reboot_mod_CFLAGS, halt_mod_SOURCES, halt_mod_CFLAGS): New
variables.
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
`commands/help.c'.
(pkgdata_MODULES): Add `help.mod'.
(help_mod_SOURCES, help_mod_CFLAGS): New variables.
* grub/i386/pc/init.h (grub_reboot): New prototype.
(grub_halt): Likewise.
* include/grub/normal.h (grub_arg_show_help): New prototype.
(grub_help_init): Likewise.
(grub_help_fini): Likewise.
* util/grub-emu.c (main): Initialize and deinitialize the help
command.

* normal/cmdline.c (grub_cmdline_get): Doc fix.

* normal/command.c (grub_command_init): Fixed the description of
the `set' and `unset' commands.
12 files changed:
ChangeLog
commands/help.c [new file with mode: 0644]
commands/i386/pc/halt.c [new file with mode: 0644]
commands/i386/pc/reboot.c [new file with mode: 0644]
conf/i386-pc.rmk
conf/powerpc-ieee1275.rmk
include/grub/i386/pc/init.h
include/grub/normal.h
normal/arg.c
normal/cmdline.c
normal/command.c
util/grub-emu.c