index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
subcmd
/
parse-options.c
Age
Commit message (
Expand
)
Author
2024-10-23
libsubcmd: Silence compiler warning
Eder Zulian
2024-09-04
libsubcmd: Don't free the usage string
Aditya Gupta
2024-05-12
tools lib subcmd: Show parent options in help
Namhyung Kim
2024-05-10
libsubcmd: Fix parse-options memory leak
Ian Rogers
2022-04-22
libsubcmd: Fix OPTION_GROUP sorting
Josh Poimboeuf
2020-07-17
libsubcmd: Fix OPT_CALLBACK_SET()
Ravi Bangoria
2018-10-19
tools lib subcmd: Introduce OPTION_ULONG
Arnaldo Carvalho de Melo
2018-04-18
perf tools: Add '\n' at the end of parse-options error messages
Ravi Bangoria
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-20
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
2017-04-26
tools lib string: Adopt prefixcmp() from perf and subcmd
Arnaldo Carvalho de Melo
2017-02-14
tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGER
Arnaldo Carvalho de Melo
2017-01-03
tools lib subcmd: Add OPT_STRING_OPTARG_SET option
Jiri Olsa
2016-10-25
tools lib subcmd: Suppport cascading options
Namhyung Kim
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf