grub/grub-core/kern/emu
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
..
cache.c Succesfully loaded return-only module on ia64-emu 2011-01-02 14:09:58 +01:00
cache_s.S Fix autogen 2011-01-03 00:30:26 +01:00
console.c Split config.h for util and core. 2010-09-19 22:22:43 +02:00
full.c merge mainline to ia64 2011-01-03 00:04:39 +01:00
hostdisk.c Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
hostfs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
lite.c merge mainline to ia64 2011-01-03 00:04:39 +01:00
main.c * grub-core/kern/emu/main.c (main): Add missing const qualifier. 2011-12-13 01:32:41 +01:00
misc.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
mm.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30