On Sat, Jul 05, 2014 at 01:09:51PM -0400, Jared Yanovich wrote:
> On Wed, Jul 02, 2014 at 12:45:04PM -0400, Jared Yanovich wrote:
>
> > Index: fsort.c
>
> If this patch is accepted it should include the NetBSD copyright I forgot to
> include.
>
> There's more to be done here, such as:
>
> $ { echo 0; \
> echo 0.01; \
> } | sort -n
>
> Alternatively we could just import the FreeBSD sort(1) rewrite from 2012.
That might be better indeed. A few years ago I tried to fix some of
the bugs, but found our sort too much of a headache. Did you try to
port it? I won't have time the coming weeks, I'll be on vacation.
-Otto