summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+4Star
* more: rename functionsSami Kerola2018-09-021-85/+86
* more: rename variable namesSami Kerola2018-09-021-558/+556Star
* more: remove unnecessary ifdef preprosessor directivesSami Kerola2018-09-021-8/+0Star
* more: do not call fileno() for std{in,out,err} streamsSami Kerola2018-09-021-6/+6
* more: remove 'register' keywordsSami Kerola2018-09-021-29/+29
* more: remove pointless functionsSami Kerola2018-09-021-61/+34Star
* more: return is statement not a functionSami Kerola2018-09-021-20/+20
* more: remove dead code and useless commentsSami Kerola2018-09-021-74/+24Star
* more: remove function like preprocessor definesSami Kerola2018-06-181-104/+134
* more: remove global variables, add struct more_controlSami Kerola2018-06-181-639/+671
* more: move couple functionsSami Kerola2018-06-181-123/+123
* more: reorder global declarationsSami Kerola2018-05-231-48/+48
* more: remove function prototypesSami Kerola2018-05-231-998/+968Star
* text-utils: use errexec()Karel Zak2018-02-011-1/+3
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-2/+2
* more: add --help and --versionRuediger Meier2017-06-221-7/+22
* more: remove unused variableRuediger Meier2017-06-151-2/+1Star
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-2/+3
* build-sys: ncurses headers cleanupKarel Zak2017-05-311-4/+4
* text-utils: use proper paths to term.hKarel Zak2017-05-301-1/+7
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-53/+53
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-2/+2
* more: avoid double free() on exitKarel Zak2016-12-151-0/+8
* more: don't include ncurses.h, fix for non-widecharKarel Zak2016-06-031-5/+2Star
* more: remove unnecessary compatibility layerKarel Zak2016-01-261-66/+41Star
* build-sys: remove libtermcap supportSami Kerola2016-01-261-87/+23Star
* more: improve ugly macroKarel Zak2015-08-051-10/+17
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* more: fix repeat search crashSami Kerola2015-01-281-0/+3
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* more: fix compiler warningsKarel Zak2014-12-191-2/+2
* more: blacklist unsigned integer overflow [AddressSanitizer]Sami Kerola2014-12-191-4/+11
* textual: improve error messagesSami Kerola2014-12-091-6/+4Star
* more: replace ad-hoc support for plurals with gettext plurals.Lauri Nurmi2014-07-281-8/+6Star
* more: fix double free crashSami Kerola2014-02-211-1/+0Star
* more: improve formatting and wording of man page and help textBenno Schulenberg2014-02-211-16/+15Star
* more: fix mem leak [coverity scan]Karel Zak2014-01-141-1/+3
* more: fix warning when compiled --without-ncursesKarel Zak2013-10-151-1/+1
* more: make output redirection more efficientSami Kerola2013-08-051-3/+4
* more: guarantee space for multibyteKarel Zak2013-08-011-0/+6
* more: check for buffer size when write multibyte charKarel Zak2013-08-011-1/+2
* more: fix buffer overflowKarel Zak2013-08-011-1/+2
* more: use variable lenght printf field width to print blanksSami Kerola2013-07-091-2/+1Star
* more: assigned value is never read [clang-analyzer]Sami Kerola2013-07-091-1/+1
* Fix various typosYuri Chornoivan2013-04-261-1/+1
* a pointer should not be compared to zero [coccinelle]Sami Kerola2013-02-061-2/+2
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* textual: standardize the reporting of program name plus package versionBenno Schulenberg2013-01-301-2/+1Star