On Sun, Mar 8, 2009 at 8:28 PM, Robert Millan <r...@aybabtu.com> wrote:
> On Sun, Mar 08, 2009 at 01:25:37AM +0800, Bean wrote:
>> Hi,
>>
>> This is an update version of the patch:
>>
>> 1, Add new base class grub_prio_list, which represent a named list
>> with priority parameter:
>>
>> struct
>> {
>>   next;
>>   name;
>>   prio;
>> }
>>
>> The list would be sorted by name, then by priority, it would ensure
>> that first one found is of the highest priority.
>>
>> Now grub_command is a subclass of grub_prio_list, and use its function
>> to insert/remove items.
>>
>> grub_list -> grub_named_list -> grub_prio_list -> grub_command.
>>
>> 2, sync with svn r2021
>>
>> 3, Misc bug fixes.
>
> Could you send patches as inline attachments?  It's cumbersome to review them
> when they're inside a zip file.

Hi,

Oh, the patch is too big, I got rebound when using plain file.

-- 
Bean


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to