summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* docs: tweak the formatting and wording of some text-utils man pagesBenno Schulenberg2011-08-297-34/+42
* docs: also uniformize headers and footers of troff-formatted man pagesBenno Schulenberg2011-08-297-14/+14
* pg: normalize formatting of the man page, and tweak some of its wordingBenno Schulenberg2011-08-221-39/+34Star
* docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-2211-23/+25
* pg: fix write_all() usageKarel Zak2011-08-171-1/+1
* hexdump: fix "beginnin" typo in usage messageBenno Schulenberg2011-08-151-1/+1
* tailf: harmonize option argument and explanation in usage messageBenno Schulenberg2011-08-151-2/+2
* ul: remove superfluous return as usage() does not returnBenno Schulenberg2011-08-151-2/+1Star
* ul: add -h and -V to the man page; use "file" and lowercaseBenno Schulenberg2011-08-151-3/+7
* ul: make usage() say that more than one input file is allowedBenno Schulenberg2011-08-151-1/+1
* ul: in usage() not overwriting but overriding is meantBenno Schulenberg2011-08-151-2/+2
* hexdump: fix segfault due to uninitialized memoryPetr Uzel2011-08-152-5/+5
* pg: fix compiler warnings [-Wunused-result]Karel Zak2011-08-021-21/+22
* fdisk, display, hexdump.h: Use standard C types instead of u_int, u_char, u_l...Josiah Worcester2011-06-142-18/+18
* colrm: manual updateSami Kerola2011-06-081-0/+8
* colrm: gotos, long options and argument checkingSami Kerola2011-06-082-46/+101
* col: check with strtol_or_err option argumentSami Kerola2011-06-082-7/+14
* docs: colcrt manual updateSami Kerola2011-06-011-2/+6
* colctr: use long options and clean coding styleSami Kerola2011-06-011-26/+64
* col: coding style changesSami Kerola2011-06-011-13/+11Star
* docs: col manual updateSami Kerola2011-06-011-6/+12
* col: use long optionsSami Kerola2011-06-011-7/+44
* pg: return value warning fixSami Kerola2011-06-011-2/+4
* rev: mark signo unused in sig_handlerSami Kerola2011-06-011-1/+1
* pg: use size_t for wcstombs() return codeSami Kerola2011-06-011-2/+2
* build-sys: stop building line(1) by defaultSami Kerola2011-05-261-2/+7
* column: fix problems with uninitialized variablesKarel Zak2011-05-261-8/+9
* Merge branch 'column' of git://github.com/kerolasa/lelux-utiliteetit into columnKarel Zak2011-05-262-96/+120
|\
| * column.c: global variables removedSami Kerola2011-05-191-50/+63
| * column.c: validate numeric user inputsSami Kerola2011-05-192-3/+11
| * column.c: free memory before exitSami Kerola2011-05-191-0/+13
| * column.c: make table function clarificationSami Kerola2011-05-191-14/+17
| * column.c: coding style fixesSami Kerola2011-05-011-23/+17Star
| * column.c: add version printingSami Kerola2011-05-011-2/+7
| * column.c: replace emalloc with xcallocSami Kerola2011-05-011-20/+8Star
* | ul.c: warn user when command chooses term typeSami Kerola2011-05-171-2/+5
* | ul.c: escape handling refactoredSami Kerola2011-05-171-34/+42
* | ul.c: close files and free memory after usageSami Kerola2011-05-171-0/+2
* | ul.c: code style and comment fixesSami Kerola2011-05-171-72/+94
* | ul.c: fix compier warningsSami Kerola2011-05-171-2/+2
* | ul.c: magic constant removalSami Kerola2011-05-171-8/+7Star
* | ul.c: use long optionsSami Kerola2011-05-171-5/+35
* | ul.c: convert definition to functionSami Kerola2011-05-171-16/+22
|/
* hexdump: don't include err.h directlyKarel Zak2011-04-121-1/+2
* column: use xalloc libSami Kerola2011-04-061-10/+6Star
* rev: mention long options in man pageSami Kerola2011-04-061-0/+7
* rev: option parsing bug fixed & long options addedSami Kerola2011-04-061-5/+19
* rev: memory leak fixSami Kerola2011-04-061-2/+2
* rev: use xrealloc from xalloc.hSami Kerola2011-04-061-9/+1Star
* tailf: support --lines 0Karel Zak2011-03-181-1/+1