summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* pg: align with howto-usage-function.txtSami Kerola2012-03-301-8/+24
* pg: correct version printing in help screenSami Kerola2012-03-301-4/+9
* hexdump: use strtosize_or_err()Karel Zak2012-03-301-9/+2Star
* docs: clarify KiB vs. KB in man pagesBernhard Voelker2012-03-301-3/+4
* hexdump: update man page for -n and -sKarel Zak2012-03-231-23/+4Star
* hexdump: use strtosize() for -n and -sKarel Zak2012-03-213-17/+12Star
* docs: add deprecation commentsSami Kerola2012-03-181-0/+9
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-4/+24
* more: fix typosDavidlohr Bueso2012-02-241-1/+1
* hexdump: make code more robustKarel Zak2012-02-021-3/+4
* more: add commentKarel Zak2012-01-311-0/+1
* line: fix compiler warnings [-Wunused-parameter]Karel Zak2012-01-171-1/+1
* column: don't check result from xmalloc()Karel Zak2012-01-041-2/+0Star
* column: use xalloc libsDave Reisner2012-01-041-1/+1
* column: avoid memory overrun and/or use of uninitialized bufferJim Meyering2011-11-161-2/+2
* docs: align hexdump.1 with howto-man-page.txtSami Kerola2011-10-031-266/+259Star
* docs: align ul.1 with howto-man-page.txtSami Kerola2011-10-031-69/+68Star
* docs: align rev.1 with howto-man-page.txtSami Kerola2011-10-031-21/+19Star
* docs: align more.1 with howto-man-page.txtSami Kerola2011-10-031-122/+163
* docs: align colrm.1 with howto-man-page.txtSami Kerola2011-10-031-34/+35
* docs: align colcrt.1 with howto-man-page.txtSami Kerola2011-10-031-66/+53Star