Subject: Re: make(1) variables: sort and disorder [patch]
To: Mike M. Volokhov <mishka@apk.od.ua>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-userlevel
Date: 06/01/2005 08:54:37
Looks good.

On Wed, 1 Jun 2005 17:38:56 +0300, "Mike M. Volokhov" writes:
>  - Randomization (:Ox) has been completely rewritten and now it
>    requires much less memory and is O(n).
>  - Fixed bug when parsing ':O<unknown>' option.
>  - The ':Or' option was removed as duplicate of ':[-1..1]'; the
>    alphabetical reverse ordering can be done with ':O:[-1..1]'.
>  - Generally improve man page (cleanup, add example).
>  - Created a regression test - unit-tests/modorder (I haven't change
>    test.exp because my output of make is too differ to it. Is it
>    normally?)
>
>Any comments, please?