summaryrefslogtreecommitdiff
path: root/text-utils
AgeCommit message (Expand)AuthorFilesLines
2013-10-08textual: use the standard angular brackets for non-literal argumentsBenno Schulenberg1-1/+1
2013-10-08hexsyntax: in help text, wrap argument of option -e in angular bracketsBenno Schulenberg1-1/+1
2013-10-04build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1)Karel Zak1-5/+20
2013-10-04include: Add missing includesMichael Forney1-0/+1
2013-09-30clean up term lib handlingMike Frysinger1-20/+7
2013-09-12rev: fix new line regressionSami Kerola1-1/+3
2013-09-10hexdump: revert global exitval variable changeSami Kerola3-5/+6
2013-08-05more: make output redirection more efficientSami Kerola1-3/+4
2013-08-05column: use variable lenght printf field width to wprint blanksSami Kerola1-3/+2
2013-08-01more: guarantee space for multibyteKarel Zak1-0/+6
2013-08-01more: check for buffer size when write multibyte charKarel Zak1-1/+2
2013-08-01rev: use string printing rather than character outputSami Kerola1-8/+13
2013-08-01more: fix buffer overflowKarel Zak1-1/+2
2013-07-09more: use variable lenght printf field width to print blanksSami Kerola1-2/+1
2013-07-09column: dereference of null pointer [clang-analyzer]Sami Kerola1-1/+1
2013-07-09ul: use string printing functionSami Kerola1-4/+2
2013-07-09ul: use correct typesSami Kerola1-3/+3
2013-07-09more: assigned value is never read [clang-analyzer]Sami Kerola1-1/+1
2013-07-01ul: enhance command performanceSami Kerola1-4/+4
2013-07-01hexdump: remove unnecessary global variablesSami Kerola3-7/+5
2013-06-18pg.c: Add --help and --versionJari Aalto1-2/+15
2013-06-07rev: reduce stream checking when closing read-only file descriptorSami Kerola1-4/+1
2013-06-07rev: simplify new line detection and impossible testSami Kerola1-5/+4
2013-06-07rev: stop adding new line at the end when input does not have itSami Kerola1-1/+2
2013-06-07docs: slightly correct the man page of columnBenno Schulenberg1-10/+11
2013-06-07textual: fix several typos and angular brackets in messagesBenno Schulenberg1-3/+3
2013-05-13standard SEE ALSO section of man pagesMike Frysinger1-1/+2
2013-05-07build-sys: use -Wno-clobbered for some BSD crapKarel Zak1-0/+2
2013-04-26pg: check writing to a file was successfulSami Kerola1-1/+8
2013-04-26hexdump: add long options to the commandSami Kerola2-33/+52
2013-04-26Fix various typosYuri Chornoivan1-1/+1
2013-04-09docs: col.1: fix manual page name section [checkmans.sh]Sami Kerola1-1/+1
2013-04-09libmount, col: remove redundant null checks [smatch scan]Sami Kerola1-2/+1
2013-04-09various: fix variable and function declarations [smatch scan]Sami Kerola3-13/+13
2013-04-05ul: cleanup usage() and man pageKarel Zak2-11/+12
2013-03-27pg: fix memory leak [coverity scan]Karel Zak1-1/+3
2013-03-20docs: make the section AVAILABILITY always come last in man pagesBenno Schulenberg1-2/+2
2013-03-18docs: add TB to list of supported suffixesKarel Zak1-1/+1
2013-02-06translation: unify exec error messagesSami Kerola1-1/+1
2013-02-06a pointer should not be compared to zero [coccinelle]Sami Kerola1-2/+2
2013-02-06textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg10-10/+10
2013-01-30textual: standardize the reporting of program name plus package versionBenno Schulenberg1-2/+1
2013-01-25column: make usage() translator friendlySami Kerola1-15/+14
2013-01-25textual: standardize reporting of program name plus package versionBenno Schulenberg1-1/+2
2013-01-25textual: remove inconsistent periods from two error messagesBenno Schulenberg1-1/+1
2013-01-25textual: fix a few typos in some of the usage help textsBenno Schulenberg1-2/+2
2013-01-24more: allow to compile as non-interactive test_more programKarel Zak2-0/+13
2013-01-24build-sys: add --disable-{more,ul,pg}Karel Zak1-22/+32
2013-01-10hexdump: do not segfault when iterating over an empty format stringOndrej Oprala1-7/+9
2012-12-19more: remove unnecessary variableSami Kerola1-2/+2