summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* include/c: move usleep() fallback to c.hKarel Zak2012-10-221-1/+0Star
* more: remove few memory leaksSami Kerola2012-10-151-1/+7
* more: align void in functions with prototypes, and remove void castsSami Kerola2012-10-151-14/+14
* more: fix coding styleSami Kerola2012-10-151-1714/+1694Star
* pg: fix coding styleSami Kerola2012-10-151-399/+287Star
* pg: do not turn off warnigns artificiallySami Kerola2012-10-151-21/+0Star
* pg: use unistd.h STDOUT_FILENOSami Kerola2012-10-151-26/+26
* pg: add noreturn function attributesSami Kerola2012-10-151-5/+5
* pg: add const qualifiers where suitableSami Kerola2012-10-151-10/+13
* pg: use libc error printing facilitiesSami Kerola2012-10-151-27/+12Star
* pg: refactor argument handingSami Kerola2012-10-151-75/+84
* docs: fix column.1 groff syntax errorSami Kerola2012-10-151-1/+1
* column: add --output-separator optionSami Kerola2012-10-152-5/+17
* pg: check numeric user inputsSami Kerola2012-10-152-4/+7
* column: describe change of separator behavior in man page bugs sectionSami Kerola2012-10-021-0/+20
* column: clarify the --separator optionPádraig Brady2012-10-022-3/+3
* column: make defined separator to be non-greedySami Kerola2012-10-021-5/+32
* mark expected fallthrough for static analysersKarel Zak2012-09-071-0/+1
* textual: fix typos in messagesYuri Chornoivan2012-09-041-1/+1
* col: fix compiler warning [-Wstrict-prototypes]Karel Zak2012-09-041-1/+1
* column: --separator segfaultsB Watson2012-08-141-2/+2
* more: add noreturn function attributeSami Kerola2012-07-261-1/+2
* hexdump: fix shadow declarationSami Kerola2012-07-263-3/+3
* ul: fix shadow declarationSami Kerola2012-07-261-3/+3
* more: fix shadow declarationSami Kerola2012-07-261-3/+3
* tailf: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
* colrm: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
* translation: unify file open error messagesSami Kerola2012-07-164-5/+5
* translation: unify stat error messagesSami Kerola2012-07-161-2/+2
* build-sys: always use default $(LDADD)Karel Zak2012-07-091-12/+12
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-11/+0Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-15/+10Star
* build-sys: convert term-utils/ to moduleKarel Zak2012-06-261-62/+0Star
* build-sys: convert text-utils/ to moduleKarel Zak2012-06-261-0/+86
* more: fix pointer wrap around compiler warningsSami Kerola2012-06-171-5/+3Star
* more: fix search repetition regressionSami Kerola2012-06-171-1/+13
* hexdump: print sensible message when all input file arguments failSami Kerola2012-06-171-0/+5
* Fix typos in comments and wall's man pageBernhard Voelker2012-06-051-1/+1
* text-utils/hexsyntax.c: fix for missing program_invocation_short_nameAndreas Bießmann2012-06-051-0/+1
* more: fix regex error messages printingKarel Zak2012-06-051-2/+3
* more: remove a meaningless testJeremy Huntwork2012-06-051-2/+1Star
* hexdump: fix comparison of distinct pointer typesKarel Zak2012-05-233-4/+3Star
* text-utils: use min() from c.hPetr Uzel2012-05-231-5/+2Star
* Merge branch 'master' of https://github.com/jhuntwork/util-linuxKarel Zak2012-05-231-6/+7
|\
| * Use POSIX regcomp and regexec over obsolete BSD re_comp and re_execJeremy Huntwork2012-05-131-6/+7
* | text-utils: cleanup strtoxx_or_err()Karel Zak2012-05-152-24/+11Star
* | include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* | rev: mention tac(1) in 'SEE ALSO' man page sectionPetr Uzel2012-05-151-0/+2
|/
* Fix typos found by misspellingsBernhard Voelker2012-04-232-3/+3
* text-utils: verify writing to streams was successfulSami Kerola2012-04-0410-20/+29