[PATCH] sort: fix a contradictory --debug warning

2011-05-06 Thread Pádraig Brady
Author: Pádraig Brady Date: Fri May 6 08:07:46 2011 +0100 sort: fix a contradictory --debug warning * src/sort.c (key_warn): `sort -k2,1n --debug` would output warnings about being both "zero width" and "spanning multiple fields". Suppress the latter one. * tests/misc/sort-

Re: [PATCH] sort: fix a contradictory --debug warning

2011-05-06 Thread Jim Meyering
Pádraig Brady wrote: > Author: Pádraig Brady > Date: Fri May 6 08:07:46 2011 +0100 > > sort: fix a contradictory --debug warning > > * src/sort.c (key_warn): `sort -k2,1n --debug` would output > warnings about being both "zero width" and "spanning multiple fields". > Suppress the

[PATCH] build: update gnulib submodule to latest

2011-05-06 Thread Jim Meyering
FYI, since it's been a while since our preceding gnulib update, and when I updated to the latest and ran the usual bootstrap, build and "make distcheck", and everything passed, I've just pushed this: >From a1f21327eb1e92452098b20d16e25ecd0a9f51c7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date:

Re: split --filter=CMD: last call

2011-05-06 Thread Jim Meyering
Jim Meyering wrote: > I've fixed the problems spotted by Pádraig Brady in the first round, > http://thread.gmane.org/gmane.comp.gnu.coreutils.general/1138 > and have merged all code-changing commits into Karl's initial one. > This is rebased against the current head, and does compile ;-) > and p

[PATCH] tests: don't fail new split test if xz is not available

2011-05-06 Thread Jim Meyering
The Nixos/Hydra builder showed that the new split test fails when xz is not available: http://hydra.nixos.org/build/1079023/log/raw + case $i:$total_n_lines in + split -l2 '--filter=xz > $FILE.xz' in out- bash: xz: command not found split: with FILE=out-aa, exit 127 from command: xz > $FI