On Tue, Feb 19, 2008 at 03:44:00PM +0100, Jim Meyering wrote: > James Youngman <[EMAIL PROTECTED]> wrote: > > This is a consolidated patch including all the previous changes, > > implementing order checking in join by default. "make distcheck" > > works (if I move distcheck-hook from Makefile.am to GNUmakefile). > > > > 2008-02-16 James Youngman <[EMAIL PROTECTED]> > > > > * src/join.c: Support --check-order and --nocheck-order. > > New variables check_input_order, seen_unpairable and > > issued_disorder_warning[]. For --check-order, verify that the > ... > > Thanks again. > I've just pushed that.
Looks like this commit v6.10-70-ga1e7156 introduces a regression: $ printf '%s\n%s\n' '1 b' '2 a' | sort -k2,2 | join -12 -21 - /dev/null join: File 1 is not in sorted order $ echo $? 1 $ join --version |grep join join (GNU coreutils) 6.10.133-677610 -- ldv
pgpM8iqj9OOJZ.pgp
Description: PGP signature
_______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils