The goal of this series is to simplify & unify the parsing of options given on the command line In itself, it hasn't much value but is used by some upcoming series. The series is also available for review in the git repository at: git://github.com/lucvoo/sparse.git option-parsing ---------------------------------------------------------------- Luc Van Oostenryck (9): option: add helper to parse/match command line options option: rename 'struct warning' to 'struct flag' option: let handle_simple_switch() handle an array of flags option: extract OPTION_NUMERIC() from handle_switch_fmemcpy_max_count() option: add support for options with 'zero is infinity' option: add support for '-<some-option>=unlimited' option: use OPTION_NUMERIC() for handle_switch_fmemcpy_max_count() option: constify match_option() option: handle switches by table lib.c | 162 ++++++++++++++++++++++++++++++++++++++------------------------- sparse.1 | 2 +- 2 files changed, 100 insertions(+), 64 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html