summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-022-3/+3
* more: fix repeat search crashSami Kerola2015-01-281-0/+3
* docs: restore minus symbols in long optsJ William Piggott2015-01-213-5/+5
* docs: remove obsolete and unneeded comments from man-page filesBenno Schulenberg2015-01-125-14/+10Star
* ul: remove unexplained TERM=lpr overrideSami Kerola2015-01-071-9/+0Star
* tailf: slice up the usage text for ease of translationBenno Schulenberg2015-01-061-10/+9Star
* colcrt: slice up the usage text for ease of translationBenno Schulenberg2015-01-061-8/+8
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-0611-1/+42
* more: fix compiler warningsKarel Zak2014-12-191-2/+2
* more: blacklist unsigned integer overflow [AddressSanitizer]Sami Kerola2014-12-191-4/+11
* line: use util-linux conventionsSami Kerola2014-12-091-15/+49
* textual: improve error messagesSami Kerola2014-12-091-6/+4Star
* hexdump: use 'll' format modifier instead of the non-standard 'q'.Natanael Copa2014-10-311-7/+9
* ul: fix filter() indentationSami Kerola2014-10-201-85/+75Star
* textual: use usage() text element macrosSami Kerola2014-10-012-11/+6Star
* textual: use manual tail usage() macroSami Kerola2014-10-015-1/+5
* textual: use version printing macro everywhereSami Kerola2014-10-017-17/+8Star
* hexdump: remove deprecation messageSami Kerola2014-10-011-6/+1Star
* docs: update deprecation bannersSami Kerola2014-10-012-0/+18
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-1/+1
* docs: fix inconsistencies in man pagesSteven Honeyman2014-08-062-2/+2
* hexdump: Fix parse format of "byte count without repetition count"HUANG Wei2014-08-061-1/+1
* more: replace ad-hoc support for plurals with gettext plurals.Lauri Nurmi2014-07-281-8/+6Star
* docs: bring several man pages closer to standard formattingBenno Schulenberg2014-07-168-70/+77
* docs: improve formatting and wording of a few man pagesBenno Schulenberg2014-07-141-11/+12
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-061-1/+1
* build-sys: add BUILD_{COL,COLCRT,COLRM,COLUMN,HEXDUMP,REV,TAILF}Karel Zak2014-05-211-20/+28
* hexdump: add --color to the man pageKarel Zak2014-05-131-9/+8Star
* hexdump: use new colors APIKarel Zak2014-05-131-1/+1
* column: inform user when multibyte conversion error occursSami Kerola2014-05-071-1/+7
* textual: remove square brackets from around three dotsBenno Schulenberg2014-05-061-1/+1
* Merge branch 'pg-manual-page-long-options' of https://github.com/jaalto/util-...Karel Zak2014-04-011-6/+12
|\
| * pg.1: Move (plus) options near (minus) option at the beginningJari Aalto2013-06-181-8/+8
| * pg.1: Add -h, --help, -V, --versionJari Aalto2013-06-181-0/+6
* | lib/colors: add info to man pages, add terminal-colors.d.5Karel Zak2014-03-111-0/+11
* | lib/colors: check for /etc/terminal-colors.d/[util].disableOndrej Oprala2014-03-111-2/+2
* | docs: fix two command representations in the man page of moreBenno Schulenberg2014-03-041-24/+14Star
* | hexdump: color unit may now be longer than the corresponding format unitOndrej Oprala2014-03-042-3/+16
* | more: fix double free crashSami Kerola2014-02-211-1/+0Star
* | more: improve formatting and wording of man page and help textBenno Schulenberg2014-02-212-34/+35
* | docs: make hexdump.1 color specification easier to understandSami Kerola2014-02-171-36/+36
* | hexdump: add highlighting supportOndrej Oprala2014-02-105-1/+281
* | include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-241-1/+1
* | column: fix mem leak [coverity scan]Karel Zak2014-01-141-1/+3
* | more: fix mem leak [coverity scan]Karel Zak2014-01-141-1/+3
* | hexdump: convert a variable type according with fmtAndrew Vagin2014-01-061-6/+6
* | hexdump: don't access hex after freeing itAndrew Vagin2014-01-061-1/+5
* | hexdump: use xcalloc()Karel Zak2014-01-061-1/+2
* | hexdump: Create struct hexdump containing previously global variables.Ondrej Oprala2013-12-024-89/+90
* | hexdump: add __attribute__ ((__noreturn__)) to bad*() functionsOndrej Oprala2013-12-021-24/+20Star