summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* textual: standardize reporting of program name plus package versionBenno Schulenberg2013-01-251-1/+2
* textual: fix a few typos in some of the usage help textsBenno Schulenberg2013-01-251-2/+2
* more: allow to compile as non-interactive test_more programKarel Zak2013-01-241-0/+7
* more: remove unnecessary variableSami Kerola2012-12-191-2/+2
* more: remove few memory leaksSami Kerola2012-10-151-1/+7
* more: align void in functions with prototypes, and remove void castsSami Kerola2012-10-151-14/+14
* more: fix coding styleSami Kerola2012-10-151-1714/+1694Star
* more: add noreturn function attributeSami Kerola2012-07-261-1/+2
* more: fix shadow declarationSami Kerola2012-07-261-3/+3
* more: fix pointer wrap around compiler warningsSami Kerola2012-06-171-5/+3Star
* more: fix search repetition regressionSami Kerola2012-06-171-1/+13
* Fix typos in comments and wall's man pageBernhard Voelker2012-06-051-1/+1
* more: fix regex error messages printingKarel Zak2012-06-051-2/+3
* more: remove a meaningless testJeremy Huntwork2012-06-051-2/+1Star
* Use POSIX regcomp and regexec over obsolete BSD re_comp and re_execJeremy Huntwork2012-05-131-6/+7
* Fix typos found by misspellingsBernhard Voelker2012-04-231-2/+2
* text-utils: verify writing to streams was successfulSami Kerola2012-04-041-8/+10