summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* tailf: fix open() return value check [coverity scan]Karel Zak2011-03-111-1/+2
* tailf: fix memmove() usageKarel Zak2011-03-081-1/+3
* tailf: tailf mention new help & version options in man pageSami Kerola2011-03-081-0/+7
* tailf: use long optionsSami Kerola2011-03-082-19/+71
* man page syntax fixesVille Skyttä2011-03-071-1/+1
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* hexdump: new usage(), xalloc and err.h stuffSami Kerola2011-02-216-86/+72Star
* more: new usage output, and some trivial fixesSami Kerola2011-02-152-188/+210
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-144-4/+4
* column: data type mismatch compiler warning fixesSami Kerola2011-01-251-2/+3
* don't declare usage() without parametrKarel Zak2011-01-212-2/+2
* column: fix column.1 typoDavidlohr Bueso2011-01-171-1/+1
* hexdump: remove od functionality in favor to GNU coreutils odSami Kerola2010-12-306-358/+8Star
* rename util-linux-ng back to util-linuxKarel Zak2010-11-3013-25/+25
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-1/+1
* column: segfault on empty inputKarel Zak2010-11-041-2/+4
* rev: use xalloc for memory allocationDavidlohr Bueso2010-11-011-3/+2Star
* ul: use xalloc for memory allocationDavidlohr Bueso2010-11-011-7/+4Star
* col: use err.h and EXIT_* macrosKarel Zak2010-11-011-27/+23Star
* col: use xalloc for memory allocationDavidlohr Bueso2010-11-011-27/+11Star
* tailf: use xalloc for memory allocationDavidlohr Bueso2010-11-011-2/+3
* more: use xalloc for memory allocationDavidlohr Bueso2010-11-011-10/+6Star
* pg: use xalloc for memory allocationDavidlohr Bueso2010-11-011-17/+3Star
* remove free() from atexit() callbacksKarel Zak2010-10-291-7/+0Star
* use _exit() instead of exit() in sighandlersMarek Polacek2010-10-292-2/+2