]> git.ipfire.org Git - thirdparty/util-linux.git/history - text-utils/more.c
more: tell in run time help what the 'v' will execute as editor
[thirdparty/util-linux.git] / text-utils / more.c
2020-03-28  Sami Kerolamore: tell in run time help what the 'v' will execute...
2020-03-28  Sami Kerolamore: drop setuid permissions before executing anything
2020-03-27  Sami Kerolamore: do not allocate shell command buffer from stack
2020-03-27  Sami Kerolamore: replace siglongjmp() and signal() calls with...
2019-09-16  Karel ZakMerge branch 'typos' of https://github.com/kerolasa...
2019-09-12  Sami Kerolamisc: fix typos [codespell]
2019-04-16  Karel Zakmisc: consolidate version printing and close_stdout()
2019-02-06  Karel ZakMerge branch 'hardlink' of https://github.com/rudimeier...
2018-09-11  Karel ZakMerge branch 'more' of https://github.com/kerolasa...
2018-09-02  Sami Kerolamore: rename functions
2018-09-02  Sami Kerolamore: rename variable names
2018-09-02  Sami Kerolamore: remove unnecessary ifdef preprosessor directives
2018-09-02  Sami Kerolamore: do not call fileno() for std{in,out,err} streams
2018-09-02  Sami Kerolamore: remove 'register' keywords
2018-09-02  Sami Kerolamore: remove pointless functions
2018-09-02  Sami Kerolamore: return is statement not a function
2018-09-02  Sami Kerolamore: remove dead code and useless comments
2018-06-21  Karel ZakMerge branch 'more' of https://github.com/kerolasa...
2018-06-18  Sami Kerolamore: remove function like preprocessor defines
2018-06-18  Sami Kerolamore: remove global variables, add struct more_control
2018-06-18  Sami Kerolamore: move couple functions
2018-06-12  Ruediger MeierMerge branch 'hardlink-import' into hardlink
2018-05-23  Sami Kerolamore: reorder global declarations
2018-05-23  Sami Kerolamore: remove function prototypes
2018-04-09  Karel ZakMerge branch 'mount-omode' of https://github.com/yontal...
2018-03-27  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2018-02-01  Karel Zaktext-utils: use errexec()
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: consolidate all --help option descriptions
2017-06-26  Karel ZakMerge branch '170622' of github.com:jwpi/util-linux
2017-06-26  Karel ZakMerge branch 'fix-exit-codes' of https://github.com...
2017-06-26  Karel ZakMerge branch 'usage-part1' of https://github.com/rudime...
2017-06-22  Ruediger Meiermore: add --help and --version
2017-06-21  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-06-20  Karel ZakMerge branch '170424' of github.com:jwpi/util-linux
2017-06-16  Karel ZakMerge branch 'some-fixes' of https://github.com/rudimei...
2017-06-15  Ruediger Meiermore: remove unused variable
2017-06-14  Sami Kerolamisc: fix ggc-7 fallthrough warnings
2017-06-13  Karel ZakMerge branch 'sami-fallthrough' of https://github.com...
2017-06-13  Sami Kerolamisc: fix ggc-7 fallthrough warnings
2017-06-06  Karel ZakMerge branch 'rename-nooverride' of https://github...
2017-06-02  Karel ZakMerge branch 'master' of https://github.com/yurchor...
2017-05-31  Karel Zakbuild-sys: ncurses headers cleanup
2017-05-30  Karel Zaktext-utils: use proper paths to term.h
2017-02-20  Sami Kerolamisc: add static keyword to where needed [smatch scan]
2017-02-20  Sami Kerolamisc: do not use plain 0 as NULL [smatch scan]
2016-12-22  Karel ZakMerge branch 'getrandom' of git://github.com/kerolasa...
2016-12-15  Karel Zakmore: avoid double free() on exit
2016-06-03  Karel Zakmore: don't include ncurses.h, fix for non-widechar
2016-01-26  Karel Zakmore: remove unnecessary compatibility layer
2016-01-26  Sami Kerolabuild-sys: remove libtermcap support
2015-08-05  Karel Zakmore: improve ugly macro
2015-02-02  Benno Schulenbergtextual: grammarize and harmonize the stat error message
2015-01-28  Karel ZakMerge branch 'fix-tests-ppc' of https://github.com...
2015-01-28  Sami Kerolamore: fix repeat search crash
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  Karel Zakmore: fix compiler warnings
2014-12-19  Karel ZakMerge remote-tracking branch 'sami/2014wk49'
2014-12-19  Sami Kerolamore: blacklist unsigned integer overflow [AddressSanit...
2014-12-09  Sami Kerolatextual: improve error messages
2014-12-08  Sami Kerolatextual: improve error messages
2014-07-28  Lauri Nurmimore: replace ad-hoc support for plurals with gettext...
2014-04-01  Karel ZakMerge branch 'pg-manual-page-long-options' of https...
2014-02-21  Sami Kerolamore: fix double free crash
2014-02-21  Benno Schulenbergmore: improve formatting and wording of man page and...
2014-01-14  Karel Zakmore: fix mem leak [coverity scan]
2013-10-15  Karel Zakmore: fix warning when compiled --without-ncurses
2013-08-05  Sami Kerolamore: make output redirection more efficient
2013-08-01  Karel Zakmore: guarantee space for multibyte
2013-08-01  Karel Zakmore: check for buffer size when write multibyte char
2013-08-01  Karel Zakmore: fix buffer overflow
2013-07-09  Sami Kerolamore: use variable lenght printf field width to print...
2013-07-09  Sami Kerolamore: assigned value is never read [clang-analyzer]
2013-04-26  Yuri ChornoivanFix various typos
2013-02-20  Karel ZakMerge branch 'patch-1' of https://github.com/dtrebbien...
2013-02-06  Sami Kerolaa pointer should not be compared to zero [coccinelle]
2013-02-06  Benno Schulenbergtextual: spell and encode the name of Arkadiusz Miśkiew...
2013-01-30  Benno Schulenbergtextual: standardize the reporting of program name...
2013-01-25  Benno Schulenbergtextual: standardize reporting of program name plus...
2013-01-25  Benno Schulenbergtextual: fix a few typos in some of the usage help...
2013-01-24  Karel Zakmore: allow to compile as non-interactive test_more...
2012-12-19  Sami Kerolamore: remove unnecessary variable
2012-10-15  Sami Kerolamore: remove few memory leaks
2012-10-15  Sami Kerolamore: align void in functions with prototypes, and...
2012-10-15  Sami Kerolamore: fix coding style
2012-07-26  Sami Kerolamore: add noreturn function attribute
2012-07-26  Sami Kerolamore: fix shadow declaration
2012-06-19  Karel ZakMerge branch '2012wk24' of git://github.com/kerolasa...
2012-06-17  Sami Kerolamore: fix pointer wrap around compiler warnings
2012-06-17  Sami Kerolamore: fix search repetition regression
2012-06-05  Karel ZakMerge branch '2012wk22' of git://github.com/kerolasa...
2012-06-05  Karel ZakMerge branch 'su.1' of https://github.com/kerolasa...
2012-06-05  Bernhard VoelkerFix typos in comments and wall's man page
2012-06-05  Karel Zakmore: fix regex error messages printing
next