Re: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-12 Thread Jan Engelhardt
On Jul 12 2007 01:26, Denis Vlasenko wrote: >> Neither of your patches had signed-off-by:s. Would prefer that they were >> included please, given that we're adding stuff from someone's website. > >Sorry. Consider this added to both patches: > >Signed-off-by: Denys Vlasenko <[EMAIL PROTECTED]> > >

Re: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-11 Thread Denis Vlasenko
On Thursday 05 July 2007 21:34, Andrew Morton wrote: > On Thu, 5 Jul 2007 12:51:52 +0200 > Denis Vlasenko <[EMAIL PROTECTED]> wrote: > > > Using code from > > > > http://www.cs.uiowa.edu/~jones/bcd/decimal.html > > (with permission from the author, Douglas W. Jones) > > Neither of your patches h

Re: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-06 Thread Kyle Moffett
On Jul 06, 2007, at 11:53:40, Douglas W. Jones wrote: This implies my bemused permission to freely use anything developed from my tutorials on the web, not my endorsement of what was done with that material. I say bemused because it seems far fetched to claim that I have any ownership inter

Re: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-06 Thread Douglas W. Jones
On Jul 6, 2007, at 10:21 AM, Jesper Juhl wrote: then you just add a line saying Signed-off-by: Random J Developer <[EMAIL PROTECTED]> using your real name (sorry, no pseudonyms or anonymous contributions.) If it is necessary, then, this line should be put wherever such signoffs

Re: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-06 Thread Jesper Juhl
On 06/07/07, Douglas W. Jones <[EMAIL PROTECTED]> wrote: On Jul 5, 2007, at 4:34 PM, Andrew Morton wrote: > On Thu, 5 Jul 2007 12:51:52 +0200 > Denis Vlasenko <[EMAIL PROTECTED]> wrote: > >> Using code from >> >> http://www.cs.uiowa.edu/~jones/bcd/decimal.html >> (with permission from the autho

Re: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-06 Thread Douglas W. Jones
On Jul 5, 2007, at 4:34 PM, Andrew Morton wrote: On Thu, 5 Jul 2007 12:51:52 +0200 Denis Vlasenko <[EMAIL PROTECTED]> wrote: Using code from http://www.cs.uiowa.edu/~jones/bcd/decimal.html (with permission from the author, Douglas W. Jones) Neither of your patches had signed-off-by:s. Wou

Re: [PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2

2007-07-05 Thread Andrew Morton
On Thu, 5 Jul 2007 12:51:52 +0200 Denis Vlasenko <[EMAIL PROTECTED]> wrote: > Using code from > > http://www.cs.uiowa.edu/~jones/bcd/decimal.html > (with permission from the author, Douglas W. Jones) Neither of your patches had signed-off-by:s. Would prefer that they were included please, given