grub/grub-core/normal
Vladimir 'phcoder' Serbinenko 87edb8940a Replace single-linked with double-linked lists. It results in more
compact and more efficient code.

	* grub-core/kern/list.c (grub_list_push): Moved from here ...
	* include/grub/list.h (grub_list_push): ... to here. Set prev.
	(grub_list_remove): Moved from here ...
	* include/grub/list.h (grub_list_remove): ... here. Use and set prev.
	(grub_prio_list_insert): Set prev.
	* include/grub/list.h (grub_list): Add prev. All users updated.
2012-01-24 13:31:12 +01:00
..
auth.c Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
autofs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
charset.c * grub-core/normal/charset.c: Move comment to right place. 2012-01-12 22:13:20 +01:00
cmdline.c * grub-core/commands/cmp.c (grub_cmd_cmp): Remove unnecessary NULL 2011-06-26 17:17:41 +02:00
color.c Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
completion.c Avoid cutting in the middle of UTF-8 string. 2011-12-25 16:11:41 +01:00
context.c * grub-core/bus/usb/usb.c (attach_hooks): Make static. 2011-03-23 12:05:13 +01:00
crypto.c * grub-core/normal/crypto.c (grub_crypto_autoload): Prevent 2012-01-23 03:39:37 +01:00
datetime.c * grub-core/normal/datetime.c (grub_weekday_names): Make const. 2011-12-13 01:45:38 +01:00
dyncmd.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
main.c merge mainline into hints 2011-12-23 18:49:00 +01:00
menu.c * grub-core/normal/menu.c (menu_init): Don't stop menu init at gfxterm. 2011-12-25 17:41:55 +01:00
menu_entry.c Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
menu_text.c Dynamically count the number of lines for the lower banner. 2011-04-10 13:56:23 +02:00
misc.c * grub-core/normal/misc.c (grub_normal_print_device_info): Use correct 2011-03-29 11:25:04 +02:00
term.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00