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

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

2008-04-21 Thread Bo Borgerson
Hi, Pádraig pointed out that there's no reason to copy data around here. This version avoids the copies. Thanks Pádraig, Bo From 49ec3883efc8a89e8a4260f25bb50178aced1be4 Mon Sep 17 00:00:00 2001 From: Bo Borgerson <[EMAIL PROTECTED]> Date: Sun, 20 Apr 2008 21:24:16 -0400 Subject: [PATCH] Make c

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

2008-04-20 Thread Bo Borgerson
Hi, The previous version did not warn if the final record in a file was out of order and `--check-order' was not in effect. Thanks, Bo From dc34eed9e6ee34f473a8d74b98bccaf082fe79c2 Mon Sep 17 00:00:00 2001 From: Bo Borgerson <[EMAIL PROTECTED]> Date: Sun, 20 Apr 2008 21:24:16 -0400 Subject: [PAT