summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* column: code readability improvementsSami Kerola2010-10-211-53/+57
* column: error messaging & exit codesSami Kerola2010-10-211-8/+12
* column: EOF handling bugSami Kerola2010-10-211-2/+3
* column: update manual page to match column switchesSami Kerola2010-10-071-63/+36Star
* column: getopt_long and new help outputSami Kerola2010-10-071-14/+36
* ul: use atexit() to deallocate buffer, print errors by err()Karel Zak2010-09-171-35/+25Star
* ul: fix memory leak.Davidlohr Bueso2010-09-171-1/+22
* tailf: fixed timing issue that could cause duplicate data outputDima Kogan2010-08-201-1/+10
* rev: coding style, various fixesDavidlohr Bueso2010-08-201-85/+110
* portability: use standard constantsFrançois Revol2010-07-261-0/+4
* pg: command enters infinite loopMike Frysinger2010-01-041-1/+4
* po: fix msgid bugsKarel Zak2009-12-101-1/+1
* hexdump: bug in hexdump when offset == file lengthAmérico Wang2009-12-011-1/+1
* tailf: fix printf formatMike Frysinger2009-11-231-1/+1
* line: remove deprecated #ident directiveKarel Zak2009-11-201-2/+0Star
* more: limited line buffer length results in corrupted UTF-8 textKarel Zak2009-11-161-7/+43
* replace usleep() for systems that don't have themDaniel Mierswa2009-08-211-0/+1
* pg.1: formattingPeter Breitenlohner2009-08-171-15/+11Star