summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* line: fix compiler warnings [-Wunused-parameter]Karel Zak2012-01-171-1/+1
* column: don't check result from xmalloc()Karel Zak2012-01-041-2/+0Star
* column: use xalloc libsDave Reisner2012-01-041-1/+1
* column: avoid memory overrun and/or use of uninitialized bufferJim Meyering2011-11-161-2/+2
* docs: align hexdump.1 with howto-man-page.txtSami Kerola2011-10-031-266/+259Star
* docs: align ul.1 with howto-man-page.txtSami Kerola2011-10-031-69/+68Star
* docs: align rev.1 with howto-man-page.txtSami Kerola2011-10-031-21/+19Star
* docs: align more.1 with howto-man-page.txtSami Kerola2011-10-031-122/+163
* docs: align colrm.1 with howto-man-page.txtSami Kerola2011-10-031-34/+35
* docs: align colcrt.1 with howto-man-page.txtSami Kerola2011-10-031-66/+53Star
* docs: align col.1 with howto-man-page.txtSami Kerola2011-10-031-83/+97
* column: fix error reported by smatchSami Kerola2011-09-101-1/+2
* Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-08-315-110/+0Star
|\
| * docs: Documentation directory addedSami Kerola2011-08-124-103/+0Star
| * docs: remove README.clearSami Kerola2011-08-122-8/+1Star
* | 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