]> git.tuebingen.mpg.de Git - paraslash.git/commit
Convert para_filter to lopsub.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 12 Jun 2016 18:46:10 +0000 (20:46 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit2b9f5ff978bcbbe0a101a4cdf4ca7f69f14a148d
treef74b5ac9fc72463b6b0a8faa2cbbbc42dc038811
parent35074cc1a527fd6a275101ba561c65cc13a0fa41
Convert para_filter to lopsub.

Changes the semantics in case --filter is not given. We used to
print an error, but it makes more sense to show the list of supported
filters in this case.

If no filters are given, we now print the list of available filters. A
new function in filter_common.c, print_filter_list(), is introduced
for this purpose.

The manual page of para_filter has been extended to include an overall
description of the command.

The only error code of filter.c, E_NO_FILTERS, becomes unused and is
removed.
Makefile.real
configure.ac
error.h
filter.c
filter.h
filter_common.c
m4/gengetopt/filter.m4 [deleted file]
m4/lls/filter.suite.m4 [new file with mode: 0644]