[PATCH] Make comm check order of input files

2008-04-20 Thread Bo Borgerson
Apr 2008 21:24:16 -0400 Subject: [PATCH] Make comm check order of input files * NEWS: List new behavior. * doc/coreutils.texi (checkOrderOption) New macro for describing `--check-order' and `--nocheck-order', used in both join and comm. * src/comm.c (main): Initialize new options. (usa

Re: [PATCH] Make comm check order of input files

2008-04-20 Thread Bo Borgerson
400 Subject: [PATCH] Make comm check order of input files * NEWS: List new behavior. * doc/coreutils.texi (checkOrderOption) New macro for describing `--check-order' and `--nocheck-order', used in both join and comm. * src/comm.c (main): Initialize new options. (usage): Describe new options.

Re: [PATCH] Make comm check order of input files

2008-04-21 Thread Bo Borgerson
PATCH] Make comm check order of input files * NEWS: List new behavior. * doc/coreutils.texi (checkOrderOption) New macro for describing `--check-order' and `--nocheck-order', used in both join and comm. * src/comm.c (main): Initialize new options. (usage): Describe new options. (compare_

Re: [PATCH] Make comm check order of input files

2008-04-21 Thread Jim Meyering
"Bo Borgerson" <[EMAIL PROTECTED]> wrote: > Pádraig pointed out that there's no reason to copy data around here. > > This version avoids the copies. > > Thanks Pádraig, Thanks from me, too. If you guys can help by reviewing others' changes, that would help me. In the run-up to 6.11, quite a few l