summaryrefslogtreecommitdiff
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* hexdump: fix ability to use given format when invoked as hdAlexander Müller2023-04-241-9/+9
* column: (man) use markup for optionMario Blättermann2023-04-101-1/+1
* hexdump-parse: handle truncated format patternRonan Pigott2023-03-241-1/+3
* more: drop unused #include "rpmatch.h"Thomas Weißschuh2023-02-191-1/+0
* pg: calling exit on signal handler is not allowedCristian Rodríguez2023-01-151-1/+1
* column: support negative numbers in rangeKarel Zak2023-01-041-8/+15
* rev: allow zero-byte as separatorThomas Weißschuh2022-11-132-1/+8
* rev: make separator configurableThomas Weißschuh2022-11-121-5/+6
* rev: use pointer-size-pairs instead of C-stringThomas Weißschuh2022-11-121-12/+26
* more: update basic command descriptionKarel Zak2022-11-102-2/+2
* column: fix greedy mode on -lKarel Zak2022-08-041-4/+13
* column: fix buffer overflow when -l specifiedKarel Zak2022-08-041-4/+10
* update. Since the specified column is shifted by one column, subtract it.blacknon2022-06-201-1/+1
* column: support ranges when addressing columns by numbersKarel Zak2022-06-202-0/+15
* more: (man) add note about POSIXLY_CORRECTKarel Zak2022-06-151-0/+3
* more: restore exit-on-eof if POSIXLY_CORRECT is not setKarel Zak2022-06-152-1/+4
* column: improve --table-hideKarel Zak2022-06-081-4/+4
* column: add -1 placeholder to address last visible columnKarel Zak2022-06-082-18/+20
* column: fix "0" placeholderKarel Zak2022-06-081-0/+1
* column: add --table-maxoutKarel Zak2022-06-062-1/+12
* more: avoid infinite loop on --squeezeKarel Zak2022-05-021-1/+1
* column: fix memory use [coverity scan]Karel Zak2022-03-311-4/+8
* column: add missing help entryKarel Zak2022-03-301-0/+1
* column: don't require column name for JSONKarel Zak2022-03-301-4/+33
* column: add --table-columnKarel Zak2022-03-302-23/+82
* column: implement "--output-width unlimited"Karel Zak2022-03-302-4/+11
* column: (man) add note about default width in non-interactive modeKarel Zak2022-03-071-2/+2
* Merge branch 'manpage-fixes' of https://github.com/mariobl/util-linuxKarel Zak2022-02-142-6/+6
|\
| * Fix several adoc files as reported by Helge KreutzmannMario Blättermann2022-02-132-6/+6
* | hexdump: call getline() in more robust wayKarel Zak2022-02-141-1/+1
|/
* column: use new libsmartcols functionsKarel Zak2022-02-111-3/+1
* man-pages: consolidate COLORS sectionKarel Zak2022-02-091-5/+1
* man pages: unify output of --help and --versionMario Blättermann2022-02-019-46/+10
* more: improve zero size handlingTobias Stoeckmann2022-01-161-7/+4
* Merge branch 'master' of https://github.com/anya-evergreen/util-linuxKarel Zak2022-01-111-0/+1
|\
| * Return immediately when quit is seenAnya2021-12-211-0/+1
* | Fix wording in comments and documentationTobias Stoeckmann2021-12-301-1/+1
|/
* more: clear SIGCHLD inherited settingKarel Zak2021-11-151-0/+3
* more: fix -e in non-interactive modeKarel Zak2021-10-052-2/+8
* more: POSIX compliance patch preventing exit on EOF without -eIan Jones2021-09-292-6/+28
* Man pages: Fix end extend formattingMario Blättermann2021-09-212-2/+2
* more - Bug Resolve - new line separated command executionritikrajdev2021-09-141-1/+1
* column: segmentation fault on invalid unicode input passed to -s optionKarel Zak2021-08-311-0/+2
* Erase line before writing the filenameVincent Smeets2021-08-201-0/+2
* more: Calling open without checking return value [coverity scan]Karel Zak2021-08-181-1/+1
* more: use snprintf() rather than sprintf()Karel Zak2021-07-271-4/+4
* hexdump: do not use atoi()Karel Zak2021-06-251-18/+20
* pg: do not use atoi()Karel Zak2021-06-251-5/+2
* misc: improve string to number conversionsKarel Zak2021-06-241-8/+7
* more: fix null-pointer dereferenceKarel Zak2021-06-231-2/+7