2004-12-29 Marco Gerards <metgerards@student.han.nl>

* normal/cmdline.c (grub_cmdline_get): Redone logic so no empty
	lines are inserted and make it work like readline.  Reported by
	Vincent Pelletier <subdino2004@yahoo.fr>.
This commit is contained in:
marco_g 2004-12-29 22:43:48 +00:00
parent 8514a1e003
commit 6b8fd1c428
2 changed files with 23 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2004-12-29 Marco Gerards <metgerards@student.han.nl>
* normal/cmdline.c (grub_cmdline_get): Redone logic so no empty
lines are inserted and make it work like readline. Reported by
Vincent Pelletier <subdino2004@yahoo.fr>.
2004-12-28 Marco Gerards <metgerards@student.han.nl>
* boot/powerpc/ieee1275/crt0.S (_start): Don't set up the stack.