Re: precision formatting in grub_printf

2009-03-24 Thread Christian Franke
<mailto:deepak.vankad...@gmail.com>> Support for precision formatting in grub_printf * kern/misc.c: modified grub_vsprintf to parse and handle precision formatting Thanks. Unfortunately, the patch can no longer be applied to current svn without a conflict. The precision parsin

Re: precision formatting in grub_printf

2009-03-18 Thread Christian Franke
Robert Millan wrote: > > Changelog: > > 2008-08-17 Deepak Vankadaru > > > > Support for precision formatting in grub_printf > > > > * kern/misc.c: modified grub_vsprintf to parse and handle precision > > formatting > > > > Thanks. Pleas

Re: precision formatting in grub_printf

2009-03-18 Thread Robert Millan
wing is the changelog. > > Changelog: > 2008-08-17 Deepak Vankadaru > > Support for precision formatting in grub_printf > >* kern/misc.c: modified grub_vsprintf to parse and handle precision > formatting Thanks. Please could you provide this in unified diff format

Re: precision formatting in grub_printf

2009-03-16 Thread Deepak Vankadaru
Hi, There was a redundant piece of code in the diff file I sent earlier. I have removed it and prepared another patch file. I am attaching the same. Please use this one instead. Following is the changelog. Changelog: 2008-08-17 Deepak Vankadaru Support for precision formatting in

Re: precision formatting in grub_printf

2009-03-13 Thread Robert Millan
On Thu, Mar 12, 2009 at 02:19:44PM +0530, Deepak Vankadaru wrote: > Hi > > I have completed the copyright assignment procedure. Just a reminder. Hi Deepak, Thanks for the reminder. Could you please include a ChangeLog entry? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us

Re: precision formatting in grub_printf

2009-03-12 Thread Deepak Vankadaru
Hi I have completed the copyright assignment procedure. Just a reminder. Thanks Deepak On Fri, Aug 22, 2008 at 5:56 PM, Deepak Vankadaru < deepak.vankad...@gmail.com> wrote: > Hi, > > Does this patch look okay? Or do I need to give any more information? > > By the way, this is my first patch su

Re: precision formatting in grub_printf

2008-08-22 Thread Deepak Vankadaru
Hi, Does this patch look okay? Or do I need to give any more information? By the way, this is my first patch submission to GNU :) Thanks Deepak On Mon, Aug 18, 2008 at 10:52 AM, Deepak Vankadaru < [EMAIL PROTECTED]> wrote: > Attached the same in unified diff format. > > This is listed in known

Re: precision formatting in grub_printf

2008-08-17 Thread Deepak Vankadaru
Attached the same in unified diff format. This is listed in known bugs (http://grub.enbug.org/KnownBugs) On Sun, Aug 17, 2008 at 11:28 PM, Deepak Vankadaru < [EMAIL PROTECTED]> wrote: > Hi > > I have implemented precision formatting support in grub_printf. Following > is the diff (of kern/misc.c

Re: precision formatting in grub_printf

2008-08-17 Thread Robert Millan
On Sun, Aug 17, 2008 at 11:28:38PM +0530, Deepak Vankadaru wrote: > Hi > > I have implemented precision formatting support in grub_printf. Following is > the diff (of kern/misc.c) Thanks! Could you please send this in unified diff format? ('diff -u', or just 'svn diff') Also, are there any pla

precision formatting in grub_printf

2008-08-17 Thread Deepak Vankadaru
Hi I have implemented precision formatting support in grub_printf. Following is the diff (of kern/misc.c) Thanks Deepak ###start of diff *** kern/misc.c2008-08-18 04:46:36.0 +0530 --- /home/deepakv/orig/grub2-1.96+20080724/kern/misc.c2008-06-16 06:12:48.0 +053