summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
...
* build-sys: fix compilation with ncurses and uClibc or musl libcCarlos Santos2017-01-203-3/+3
* column: rename --columns to --output-widthKarel Zak2017-01-172-14/+16
* col: backspacing widecharsGrady Martin2017-01-041-3/+9
* Use --help suggestion on invalid optionKarel Zak2016-12-199-9/+9
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-1911-11/+11
* more: avoid double free() on exitKarel Zak2016-12-151-0/+8
* Correctly format page cross referencesMichael Kerrisk (man-pages)2016-11-291-2/+2
* Place SEE ALSO entries in orderMichael Kerrisk (man-pages)2016-11-293-6/+6
* misc: fix some compiler warningsRuediger Meier2016-10-271-4/+4
* rev: Avoid out of boundary readTobias Stoeckmann2016-10-061-0/+3
* rev: Avoid calling free in a signal handlerTobias Stoeckmann2016-10-061-1/+0Star
* ul: Fix buffer overflowTobias Stoeckmann2016-09-291-10/+4Star
* misc: simplify if clauses [oclint]Sami Kerola2016-07-212-14/+9Star
* tailf: Fix previously adjusted segfault patchTobias Stoeckmann2016-07-191-1/+1
* tailf: Fix segmentation fault in tailf on 32 bitTobias Stoeckmann2016-07-141-2/+5
* more: don't include ncurses.h, fix for non-widecharKarel Zak2016-06-031-5/+2Star
* misc: Fix various typosSebastian Rasmussen2016-05-312-4/+4
* docs: Fix various typosSebastian Rasmussen2016-05-312-3/+3
* colcrt: avoid the command getting hung [afl]Sami Kerola2016-04-131-0/+7
* docs: miscellaneous tiny tweaks of man pagesBenno Schulenberg2016-03-171-5/+5
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-071-2/+2
* Merge branch 'master' of https://github.com/Rufflewind/util-linuxKarel Zak2016-03-071-3/+3
|\
| * hexdump: certain long options should not accept argumentsPhil Ruffwind2016-03-061-3/+3
* | misc: fix some includesRuediger Meier2016-02-291-1/+0Star
|/
* build-sys: disable unused parameter warnings for some test progsRuediger Meier2016-02-231-1/+1
* build-sys: always add AM_CFLAGSRuediger Meier2016-02-231-1/+1
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-5/+5
* colcrt: minor cosmetic changesKarel Zak2016-02-111-14/+35
* colcrt: reimplementationSami Kerola2016-02-021-243/+176Star
* more: remove unnecessary compatibility layerKarel Zak2016-01-261-66/+41Star
* build-sys: remove libtermcap supportSami Kerola2016-01-262-91/+23Star
* column: ignore non-printable charsKarel Zak2016-01-131-7/+36
* lib/tty: Pass default width to get_terminal_width()Boris Egorov2016-01-061-3/+1Star
* line: keep stdin unbuifferedKarel Zak2015-12-021-0/+1
* hexdump: fix a typo and tweak some wordings in the manpageBenno Schulenberg2015-11-091-5/+6
* colcrt: allocate enough space for data moves [afl & asan]Sami Kerola2015-08-101-1/+1
* colcrt: avoid writing beyond array bound [afl & asan]Sami Kerola2015-08-101-0/+2
* colcrt: use #define in place of magic constantsSami Kerola2015-08-091-11/+14
* more: improve ugly macroKarel Zak2015-08-051-10/+17
* tailf: fix open() return value check [coverity scan]Karel Zak2015-08-051-1/+2
* hexdump: fix man page (-x vs. default output)Karel Zak2015-07-301-4/+3Star
* tailf: deprecatedRuediger Meier2015-03-162-4/+16
* tailf: use size_t and fwrite()Karel Zak2015-03-051-18/+14Star
* tailf: ensure file argument really is a fileSami Kerola2015-03-051-1/+2
* tailf: do not allow minus signed last lines argumentSami Kerola2015-03-051-11/+13
* tailf: count last lines correctly at initial print outSami Kerola2015-03-051-41/+36Star
* lib/colors: use libtinfo to check terminal capabilityKarel Zak2015-02-271-1/+1
* colors: cleanup man pages, add hint to usage()Karel Zak2015-02-252-2/+5
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-022-3/+3
* more: fix repeat search crashSami Kerola2015-01-281-0/+3