summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* pg: several strings without gettext callsPedro Ribeiro2008-10-031-5/+5
* remove CVS keywordsmaximilian attems2008-07-281-1/+0Star
* more: dont use a.out.hMike Frysinger2008-06-161-4/+3Star
* more: minor fixes to magic()James Youngman2008-06-161-5/+5
* more: use HAVE_WIDECHAR instead ENABLE_WIDECHARKarel Zak2008-04-161-2/+2
* build-sys: ignore a bunch of generated files, mostly binariesJames Youngman2008-04-141-0/+11
* build-sys: use ncursesw (wide version) when possibeKarel Zak2008-03-201-4/+4
* more: replace CBAUD with cfgetispeed()Samuel Thibault2008-01-031-1/+1
* tailf: non-linux supportSamuel Thibault2007-12-181-0/+2
* build-sys: use dist_man_MANS instead of man_MANSStepan Kasal2007-12-171-3/+3
* tailf: inotify based reimplementationKarel Zak2007-12-172-84/+160