]> git.proxmox.com Git - grub2.git/commit - ChangeLog
Implement time command.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 27 Jun 2011 10:31:37 +0000 (12:31 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 27 Jun 2011 10:31:37 +0000 (12:31 +0200)
commit5ff1d945ed89aa6203fdc005a55dbb83b3380ea1
treeebee828c5dcec97d545d41989331ab051ba3fe8f
parent5ebaad7eec21a1d209d781b8c0b17f993a238380
Implement time command.

* grub-core/Makefile.core.def (time): New module.
* grub-core/commands/time.c: New file.
* grub-core/script/parser.y: Remove "time" keyword.
* grub-core/script/yylex.l: Likewise.
ChangeLog
grub-core/Makefile.core.def
grub-core/commands/time.c [new file with mode: 0644]
grub-core/script/parser.y
grub-core/script/yylex.l