summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* more.1: formattingPeter Breitenlohner2009-08-171-3/+3
* ul.1: erroneous .SH instead of .ShPeter Breitenlohner2009-08-171-2/+2
* hexdump.1: erroneous .Nm ""Peter Breitenlohner2009-08-171-9/+9
* replace bcopy,bzero,index and rindexDaniel Mierswa2009-08-174-8/+8
* tailf: report inotify_add_watch() problemsKarel Zak2009-08-111-1/+11
* pg: compiler warning with NLS disabledPeter Breitenlohner2009-07-201-2/+2
* build-sys: rename to _execdirKarel Zak2009-07-041-2/+2
* pg: add gettext call for the help stringKarel Zak2008-12-121-2/+6
* tailf: unistd.h is included more than onceKarel Zak2008-11-261-1/+0Star