Re: [PATCH]: uniq: add tests for "--ignore-case"

2013-02-28 Thread Pádraig Brady
On 02/28/2013 07:16 PM, Assaf Gordon wrote: > Attached a patch to not-skip all uniq tests if french locale is missing. Pushed. thanks, Pádraig.

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

Re: [PATCH]: uniq: add tests for "--ignore-case"

2013-02-28 Thread Assaf Gordon
Pádraig Brady wrote, On 02/27/2013 10:38 PM: > On 02/12/2013 03:44 PM, Assaf Gordon wrote: >> I noticed that by running the default test suite ("make check SUBDIRS=."), >> the majority of uniq tests are skipped: >> uniq: skipping this test -- no appropriate locale >> SKIP: tests/misc/uniq.pl >

Re: [PATCH]: uniq: add "--group" option

2013-02-28 Thread Pádraig Brady
On 02/28/2013 05:16 PM, Assaf Gordon wrote: > Pádraig Brady wrote, On 02/27/2013 08:16 PM: >> On 02/21/2013 07:40 PM, Assaf Gordon wrote: >>> Assaf Gordon wrote, On 02/21/2013 11:37 AM: You were planning on "--group" to mean explicitly "output all input lines, and add group-markers

Re: [PATCH]: uniq: add "--group" option

2013-02-28 Thread Assaf Gordon
Pádraig Brady wrote, On 02/27/2013 08:16 PM: > On 02/21/2013 07:40 PM, Assaf Gordon wrote: >> Assaf Gordon wrote, On 02/21/2013 11:37 AM: >>> >>> You were planning on "--group" to mean explicitly "output all input lines, >>> and add group-markers for unique groups" (meaning -u/-d/-D and --group ar

Re: coreutils FAQ link in manpages and/or --help output

2013-02-28 Thread Pádraig Brady
On 02/28/2013 08:40 AM, Ondrej Vasik wrote: > On Thu, 2013-02-28 at 09:26 +0100, Bernhard Voelker wrote: >>> On February 28, 2013 at 4:23 AM Pádraig Brady wrote: >>> I've adjusted the above to only reference online resources, >>> and ensure the links are at the end of each line. >>> The result is

Re: coreutils FAQ link in manpages and/or --help output

2013-02-28 Thread Ondrej Vasik
On Thu, 2013-02-28 at 09:26 +0100, Bernhard Voelker wrote: > > On February 28, 2013 at 4:23 AM Pádraig Brady wrote: > > I've adjusted the above to only reference online resources, > > and ensure the links are at the end of each line. > > The result is now at http://www.gnu.org/software/coreutils/

Re: coreutils FAQ link in manpages and/or --help output

2013-02-28 Thread Bernhard Voelker
> On February 28, 2013 at 4:23 AM Pádraig Brady wrote: > I've adjusted the above to only reference online resources, > and ensure the links are at the end of each line. > The result is now at http://www.gnu.org/software/coreutils/ I like it. > commit c3c490bab73a07f2c7ee34e2b2aaf8c1f12224a2 > Au