]> git.tuebingen.mpg.de Git - paraslash.git/commit - m4/lls/filter_cmd.suite.m4
compress: Document and sanity-check command line options.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 15 Jul 2018 20:52:46 +0000 (22:52 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 2 Sep 2018 15:42:54 +0000 (17:42 +0200)
commit1acc8bcc050a7b8f427e04dcc457efa0fdbb9507
tree9f52754f82d6ad753ded473f24fe0ed08d702b46
parentf3959d173a03f65b779885eb77fd55d3c06b8c90
compress: Document and sanity-check command line options.

The arguments of most of the options to the compress filter are used
as shifts and therefore have rather tight requirements on the range of
admissible/useful values. Let's document these values and make sure
to print a meaningful error message if an argument is out of range.
compress_filter.c
m4/lls/filter_cmd.suite.m4