grub/grub-core/tests
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
..
boot Add missing newlines 2010-08-29 23:07:44 +02:00
lib Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
example_functional_test.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
test_blockarg.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00