[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: split --filter=CMD: last call
From: |
Jim Meyering |
Subject: |
Re: split --filter=CMD: last call |
Date: |
Fri, 06 May 2011 23:43:59 +0200 |
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 passes all tests.
>
> [PATCH 1/3] split: accept new output --filter=CMD option
> [PATCH 2/3] tests: test split's new --filter=CMD option
> [PATCH 3/3] doc: document split's new --filter=CMD option
>
> NEWS | 10 ++
> doc/coreutils.texi | 23 ++++-
> src/split.c | 227
> +++++++++++++++++++++++++++++++++++++++++++++++------
> tests/Makefile.am | 1
> tests/split/filter | 45 ++++++++++
> 5 files changed, 281 insertions(+), 25 deletions(-)
>
> Feedback welcome,
I've pushed those.