]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/getopt.c
libblkid: make example more robust
[thirdparty/util-linux.git] / misc-utils / getopt.c
3 days ago  Karel ZakMerge branch 'lsns--refactor-related-to-2987' of https...
2024-05-02  Karel Zakgetopt: remove free-before-exit
2023-10-25  Karel ZakMerge branch 'refine-the-choice-of-stream-related-funct...
2023-10-24  Masatake YAMATOMake the ways of using output stream consistent in...
2023-09-25  Karel ZakMerge branch 'login-terminal' of https://github.com...
2023-09-25  Karel ZakMerge branch 'timestamp' of https://github.com/t-8ch...
2023-09-25  Karel ZakMerge branch 'ci/cache-openwrt-sdk' of https://github...
2023-09-25  Karel ZakMerge branch 'ci/gcc-13' of https://github.com/t-8ch...
2023-09-25  Karel ZakMerge branch 'analyzer1' of https://github.com/t-8ch...
2023-09-25  Karel ZakMerge branch 'realloc' of https://github.com/t-8ch...
2023-09-22  Thomas Weißschuhtreewide: use (x)reallocarray() when applicable
2021-08-05  Karel Zaklib/strutils: rename strappend() to strconcat()
2021-01-07  Karel ZakMerge branch 'getopt-musl' of https://github.com/sgn...
2021-01-06  Đoàn Trần Công Danhgetopt: explicitly ask for POSIX mode on POSIXLY_CORRECT
2020-05-25  Karel ZakMerge branch 'libeconf' of https://github.com/thkukuk...
2020-04-22  Karel ZakMerge branch 'clang' of https://github.com/neheb/util...
2020-04-20  Rosen Penev[clang-tidy] do not use else after return
2019-04-16  Karel Zakmisc: consolidate version printing and close_stdout()
2018-06-12  Ruediger MeierMerge branch 'hardlink-import' into hardlink
2017-08-30  Sami Kerolarfkill: merge rfkill.8 project to util-linux
2017-07-11  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-07-10  Karel ZakMerge branch 'help' of https://github.com/rudimeier...
2017-06-29  Ruediger Meiermisc: consolidate macro style USAGE_HELP_OPTIONS
2017-06-27  Karel ZakMerge branch 'travis-checkusage' of https://github...
2017-06-27  Karel ZakMerge branch 'help-description' of https://github.com...
2017-06-27  Ruediger Meiermisc: introduce print_usage_help_options()
2017-06-26  Karel ZakMerge branch 'usage-part2' of https://github.com/rudime...
2017-06-26  Ruediger Meierflock, getopt: write --help to stdout and return 0
2017-02-20  Sami Kerolamisc: add static keyword to where needed [smatch scan]
2016-10-24  Karel ZakMerge branch 'master' of https://github.com/yurchor...
2016-10-21  Karel Zakgetopt: be sure that options array is terminated
2016-08-16  Karel Zakinclude/closestream: define exit codes
2016-05-09  Karel ZakMerge branch 'no-fork' of https://github.com/terryburto...
2016-04-22  Karel Zakgetopt: keep pointer to 'name' in control struct
2016-04-22  Karel ZakMerge branch 'scan-build' of https://github.com/kerolas...
2016-04-20  Sami Kerolagetopt: fix memory leaks and integer overflows [ASAN...
2016-04-04  Karel Zakgetopt: make sure setprogname provided by non-Linux...
2016-03-21  Karel ZakMerge branch '2016-03-02/cgns' of https://github.com...
2016-03-07  Ruediger Meiergetopt: fix -n name for BSD
2015-01-08  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-06  Benno Schulenbergtextual: add a docstring to most of the utilities
2014-12-19  Benno Schulenbergtextual: do not start option descriptions with a capital
2014-12-09  Karel Zakgetopt: cleanup add_log_options()
2014-12-09  Karel Zakgetopt: rename function to keep code readable
2014-12-09  Karel Zakgetopt: fix compiler warning
2014-12-09  Karel ZakMerge branch '2014wk48' of git://github.com/kerolasa...
2014-12-08  Sami Kerolagetopt: avoid re-terminating long_option list at every...
2014-12-08  Sami Kerolagetopt: change --shell argument parsing function
2014-12-08  Sami Kerolagetopt: prefer switch-case rather than long if statement
2014-12-08  Sami Kerolagetopt: remove unnecessary code
2014-12-08  Sami Kerolagetopt: make normalize() print strings
2014-12-08  Sami Kerolagetopt: use xstrdup rather than malloc + strcpy
2014-12-08  Sami Kerolagetopt: add struct getopt_control and remove global...
2014-12-08  Sami Kerolagetopt: remove function prototypes
2014-12-08  Sami Kerolagetopt: make nonoptions optstring comment correct
2014-12-08  Sami Kerolagetopt: sync with 1.1.6 release
2014-10-01  Sami Kerolatextual: use usage() text element macros
2014-10-01  Sami Kerolatextual: use manual tail usage() macro
2013-04-05  Karel ZakMerge branch 'shell-completion' of git://github.com...
2013-04-05  Karel Zakgetopt: fix usage() typo unquote -> unquoted
2013-03-27  Karel Zakgetopt: fix normalize() usage [coverity scan]
2013-02-20  Karel ZakMerge branch 'patch-1' of https://github.com/dtrebbien...
2013-02-06  Benno Schulenbergtextual: spell and encode the name of Arkadiusz Miśkiew...
2013-01-25  Karel Zaktextual: use UTIL_LINUX_VERSION everywhere
2012-09-10  Karel ZakMerge https://github.com/hramrach/util-linux
2012-09-07  Karel Zakgetopt: make the code more readable for analysers
2012-06-26  Karel Zakbuild-sys: move getopt to misc-utils/