* grub-core/commands/i386/cmostest.c: Add new command "cmosset".

Tested by: Denis 'GNUtoo' Carikli.
This commit is contained in:
Vladimir Serbinenko 2013-11-09 17:27:49 +01:00
parent 800f63d38f
commit 3c98038174
2 changed files with 29 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2013-11-09 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/i386/cmostest.c: Add new command "cmosset".
Tested by: Denis 'GNUtoo' Carikli.
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/datetime.c (grub_get_weekday): Use unsigned types.