sort/uniq/join: key-comparison code consolidation

2016-04-24 Thread Assaf Gordon
Hello all, continuing an old thread (join/uniq with advanced sorting options)... http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html Attached is an updated patch rebased against the latest 'master'. regards, - assaf P.S. Just keeping this patch up-to-date, as the previous one d

Re: sort/uniq/join: key-comparison code consolidation

2015-07-08 Thread Pádraig Brady
On 08/07/15 01:56, Assaf Gordon wrote: > Hello, > > ... continuing an old thread (join/uniq with advanced sorting options): > > http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html > > If there's still interest, attached is updated/rebased patch. Thanks Assaf. Yes now that 8.

Re: sort/uniq/join: key-comparison code consolidation

2015-07-07 Thread Assaf Gordon
Hello, ... continuing an old thread (join/uniq with advanced sorting options): http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html If there's still interest, attached is updated/rebased patch. -assaf key-compare-2015-07-07.patch.xz Description: application/xz

Re: sort/uniq/join: key-comparison code consolidation

2014-10-07 Thread Assaf Gordon
Hello, ... continuing an old thread (join/uniq with advanced sorting options): http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html attached is updated/rebased patch. Comments are welcomed, -gordon key-compare-2014-10-07.patch.xz Description: application/xz

Re: sort/uniq/join: key-comparison code consolidation

2014-06-24 Thread Assaf Gordon
Hello On 05/02/2014 08:06 PM, Assaf Gordon wrote: If there is still interest, here's an updated patch, against the latest version, of adding these features to join+uniq: http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html Attached another rebase against the latest codebase.

Re: sort/uniq/join: key-comparison code consolidation

2014-05-02 Thread Assaf Gordon
Hello, On 01/23/2014 07:50 PM, Assaf Gordon wrote: If there is still interest, here's an updated patch, against the latest version, of adding these features to join+uniq: http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html Attached another rebase + minor fix for recent 'devmsg

Re: sort/uniq/join: key-comparison code consolidation

2014-01-23 Thread Pádraig Brady
On 01/24/2014 12:50 AM, Assaf Gordon wrote: > Hello, > > If there is still interest, here's an updated patch, against the latest > version, of adding these features to join+uniq: > > http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html > > The patch has been re-created (not just re

Re: sort/uniq/join: key-comparison code consolidation

2014-01-23 Thread Assaf Gordon
Hello, If there is still interest, here's an updated patch, against the latest version, of adding these features to join+uniq: http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html The patch has been re-created (not just rebased), because the old one caused few conflicts. Functio

Re: sort/uniq/join: key-comparison code consolidation

2013-09-20 Thread Assaf Gordon
Hello, Regarding previously discussed topic: http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html Attached is another update, rebased against the latest version. comments are welcomed, -gordon key-compare-2013-09-20.patch.xz Description: application/xz

Re: sort/uniq/join: key-comparison code consolidation

2013-07-04 Thread Pádraig Brady
On 07/04/2013 06:33 PM, Assaf Gordon wrote: > Regarding previously discussed topic: > > http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html > > > Attached is another update, rebased against the latest version. > > comments are welcomed, > -gordon > Thanks Assaf, This is bubbl

Re: sort/uniq/join: key-comparison code consolidation

2013-07-04 Thread Assaf Gordon
Regarding previously discussed topic: http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html Attached is another update, rebased against the latest version. comments are welcomed, -gordon key-comapre.2013-07-02.patch.xz Description: application/xz

Re: sort/uniq/join: key-comparison code consolidation

2013-04-17 Thread Assaf Gordon
Assaf Gordon wrote, On 04/10/2013 01:49 PM: >>> ( new thread for previous topic >>> http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html ) . >> Another update, rebased against the latest version. comments are welcomed, -gordon key-comapre.2013-04-17.patch.xz Description: appl

Re: sort/uniq/join: key-comparison code consolidation

2013-04-10 Thread Assaf Gordon
Hello, Assaf Gordon wrote, On 02/28/2013 06:08 PM: > Assaf Gordon wrote, On 02/14/2013 06:07 PM: >> ( new thread for previous topic >> http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html ) . > > Attached is the sort/uniq/join key-comparison patch, rebased against the > latest revi

Re: sort/uniq/join: key-comparison code consolidation

2013-02-28 Thread Assaf Gordon
Hello, Assaf Gordon wrote, On 02/14/2013 06:07 PM: > ( new thread for previous topic > http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html ) . Attached is the sort/uniq/join key-comparison patch, rebased against the latest revision. This patch should also be cleaner and the commit

sort/uniq/join: key-comparison code consolidation

2013-02-14 Thread Assaf Gordon
Hello, ( new thread for previous topic http://lists.gnu.org/archive/html/coreutils/2013-02/msg00082.html ) . The attached patch contains: 1. src/key-spec-parsing.{h,c} - key comparison code, previously in sort.c 2. uniq - now supports "--key" (multiple keys, too). Same as before, but rebas