summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* rev: fix new line regressionSami Kerola2013-09-121-1/+3
* hexdump: revert global exitval variable changeSami Kerola2013-09-103-5/+6
* more: make output redirection more efficientSami Kerola2013-08-051-3/+4
* column: use variable lenght printf field width to wprint blanksSami Kerola2013-08-051-3/+2Star
* more: guarantee space for multibyteKarel Zak2013-08-011-0/+6
* more: check for buffer size when write multibyte charKarel Zak2013-08-011-1/+2
* rev: use string printing rather than character outputSami Kerola2013-08-011-8/+13
* more: fix buffer overflowKarel Zak2013-08-011-1/+2
* more: use variable lenght printf field width to print blanksSami Kerola2013-07-091-2/+1Star
* column: dereference of null pointer [clang-analyzer]Sami Kerola2013-07-091-1/+1
* ul: use string printing functionSami Kerola2013-07-091-4/+2Star
* ul: use correct typesSami Kerola2013-07-091-3/+3
* more: assigned value is never read [clang-analyzer]Sami Kerola2013-07-091-1/+1
* ul: enhance command performanceSami Kerola2013-07-011-4/+4
* hexdump: remove unnecessary global variablesSami Kerola2013-07-013-7/+5Star
* pg.c: Add --help and --versionJari Aalto2013-06-181-2/+15
* rev: reduce stream checking when closing read-only file descriptorSami Kerola2013-06-071-4/+1Star
* rev: simplify new line detection and impossible testSami Kerola2013-06-071-5/+4Star
* rev: stop adding new line at the end when input does not have itSami Kerola2013-06-071-1/+2
* docs: slightly correct the man page of columnBenno Schulenberg2013-06-071-10/+11
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-071-3/+3
* standard SEE ALSO section of man pagesMike Frysinger2013-05-131-1/+2
* build-sys: use -Wno-clobbered for some BSD crapKarel Zak2013-05-071-0/+2
* pg: check writing to a file was successfulSami Kerola2013-04-261-1/+8
* hexdump: add long options to the commandSami Kerola2013-04-262-33/+52
* Fix various typosYuri Chornoivan2013-04-261-1/+1
* docs: col.1: fix manual page name section [checkmans.sh]Sami Kerola2013-04-091-1/+1
* libmount, col: remove redundant null checks [smatch scan]Sami Kerola2013-04-091-2/+1Star
* various: fix variable and function declarations [smatch scan]Sami Kerola2013-04-093-13/+13
* ul: cleanup usage() and man pageKarel Zak2013-04-052-11/+12
* pg: fix memory leak [coverity scan]Karel Zak2013-03-271-1/+3
* docs: make the section AVAILABILITY always come last in man pagesBenno Schulenberg2013-03-201-2/+2
* docs: add TB to list of supported suffixesKarel Zak2013-03-181-1/+1
* translation: unify exec error messagesSami Kerola2013-02-061-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-0610-10/+10
* textual: standardize the reporting of program name plus package versionBenno Schulenberg2013-01-301-2/+1Star
* column: make usage() translator friendlySami Kerola2013-01-251-15/+14Star
* textual: standardize reporting of program name plus package versionBenno Schulenberg2013-01-251-1/+2
* textual: remove inconsistent periods from two error messagesBenno Schulenberg2013-01-251-1/+1
* 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-242-0/+13
* build-sys: add --disable-{more,ul,pg}Karel Zak2013-01-241-22/+32
* hexdump: do not segfault when iterating over an empty format stringOndrej Oprala2013-01-101-7/+9
* more: remove unnecessary variableSami Kerola2012-12-191-2/+2
* include/c: move usleep() fallback to c.hKarel Zak2012-10-221-1/+0Star
* 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
* pg: fix coding styleSami Kerola2012-10-151-399/+287Star