1. 15 Dec, 2013 1 commit
  2. 04 Nov, 2013 1 commit
  3. 08 May, 2013 1 commit
  4. 07 May, 2013 2 commits
  5. 04 May, 2013 1 commit
  6. 03 May, 2013 1 commit
  7. 02 May, 2013 1 commit
  8. 27 May, 2012 1 commit
    • Peter Jones's avatar
      The old code gives arguments to a printf function which can't work · 2787ae53
      Peter Jones authored
      	correctly, and the compiler complains.
      
      	* grub-core/tests/example_functional_test.c (example_test): Add
      	missing text.
      	* grub-core/tests/lib/test.c (add_failure): Rewrite.
      	* include/grub/test.h (grub_test_assert_helper): New declaration.
      	(grub_test_assert): Use grub_test_assert_helper.
      2787ae53
  9. 13 Feb, 2012 1 commit
  10. 24 Jan, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      Replace single-linked with double-linked lists. It results in more · 87edb894
      Vladimir 'phcoder' Serbinenko authored
      	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.
      87edb894
  11. 17 Aug, 2010 1 commit
  12. 06 May, 2010 1 commit
  13. 09 Feb, 2010 1 commit
  14. 17 Jan, 2010 1 commit
    • Robert Millan's avatar
      2010-01-17 Robert Millan <rmh.grub@aybabtu.com> · a0c2a0f6
      Robert Millan authored
      	
      	* include/grub/test.h: Add license header.
      	* tests/example_functional_test.c: Likewise.
      	* tests/example_unit_test.c: Likewise.
      	* tests/lib/functional_test.c: Likewise.
      	* tests/lib/test.c: Likewise.
      	* tests/lib/unit_test.c: Likewise.
      	
      a0c2a0f6
  15. 14 Jan, 2010 1 commit
  16. 12 Jan, 2010 1 commit
  17. 08 Jan, 2010 3 commits