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. -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all." _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel