]> git.ipfire.org Git - thirdparty/grub.git/commit
2005-12-24 Vesa Jaaskelainen <chaac@nic.fi>
authorchaac <chaac@localhost>
Fri, 23 Dec 2005 22:59:12 +0000 (22:59 +0000)
committerchaac <chaac@localhost>
Fri, 23 Dec 2005 22:59:12 +0000 (22:59 +0000)
commit6a1241038441cb2be4319dfad69b2de7305e3bb8
tree20cadd284ae023649a029a2d482071c1399d2b73
parentbe973c1ba69708de6118ea5c7c8a6bf1d05480c0
2005-12-24  Vesa Jaaskelainen  <chaac@nic.fi>

* kern/err.c (grub_error_push): Added new function to support error
stacks.
(grub_error_pop): Likewise.
(grub_error_stack_items): New local variable to support error stacks.
(grub_error_stack_pos): Likewise.
(grub_error_stack_assert): Likewise.
(GRUB_ERROR_STACK_SIZE): Added new define to configure maximum error
stack depth.
(grub_print_error): Added support to print errors from error stack.

* include/grub/err.h (grub_error_push): Added function prototype.
(grub_error_pop): Likewise.
ChangeLog
include/grub/err.h
kern/err.c