Re: [patch 2/8] correctly name the Shell sort

2005-04-08 Thread Matt Mackall
On Fri, Apr 08, 2005 at 11:52:10AM -0400, Horst von Brand wrote: > [EMAIL PROTECTED] said: > > > As per http://www.nist.gov/dads/HTML/shellsort.html, this should be > > referred to as a Shell sort. Shell-Metzner is a misnomer. > > > Signed-off-by: Daniel Dickman <[EMAIL PROTECTED]> > >

Re: [patch 2/8] correctly name the Shell sort

2005-04-08 Thread Horst von Brand
[EMAIL PROTECTED] said: > As per http://www.nist.gov/dads/HTML/shellsort.html, this should be > referred to as a Shell sort. Shell-Metzner is a misnomer. > Signed-off-by: Daniel Dickman <[EMAIL PROTECTED]> > Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Why not use the sort routine from

[patch 2/8] correctly name the Shell sort

2005-04-08 Thread domen
As per http://www.nist.gov/dads/HTML/shellsort.html, this should be referred to as a Shell sort. Shell-Metzner is a misnomer. Signed-off-by: Daniel Dickman <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- kj-domen/kernel/sys.c |2 +- 1 files changed, 1

[patch 2/8] correctly name the Shell sort

2005-04-08 Thread domen
As per http://www.nist.gov/dads/HTML/shellsort.html, this should be referred to as a Shell sort. Shell-Metzner is a misnomer. Signed-off-by: Daniel Dickman [EMAIL PROTECTED] Signed-off-by: Domen Puncer [EMAIL PROTECTED] --- kj-domen/kernel/sys.c |2 +- 1 files changed, 1 insertion(+), 1

Re: [patch 2/8] correctly name the Shell sort

2005-04-08 Thread Horst von Brand
[EMAIL PROTECTED] said: As per http://www.nist.gov/dads/HTML/shellsort.html, this should be referred to as a Shell sort. Shell-Metzner is a misnomer. Signed-off-by: Daniel Dickman [EMAIL PROTECTED] Signed-off-by: Domen Puncer [EMAIL PROTECTED] Why not use the sort routine from lib/sort.c?

Re: [patch 2/8] correctly name the Shell sort

2005-04-08 Thread Matt Mackall
On Fri, Apr 08, 2005 at 11:52:10AM -0400, Horst von Brand wrote: [EMAIL PROTECTED] said: As per http://www.nist.gov/dads/HTML/shellsort.html, this should be referred to as a Shell sort. Shell-Metzner is a misnomer. Signed-off-by: Daniel Dickman [EMAIL PROTECTED] Signed-off-by: Domen