summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* column: (-t) disable encoding for non-printable charsKarel Zak2017-07-311-1/+3
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-2910-18/+18
* column: fix compilation when libc lacks wide-character supportCarlos Santos2017-06-291-0/+8
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-272-4/+6
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-278-16/+8Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-267-20/+25
* misc: cosmetics, remove argument from usage(int)Ruediger Meier2017-06-261-4/+4
* misc: never use usage(stderr)Ruediger Meier2017-06-261-5/+8
* misc: cleanup and fix --unknownopt issuesRuediger Meier2017-06-261-6/+7
* more: add --help and --versionRuediger Meier2017-06-222-7/+28
* misc: remove superfluous null pointer checks for optargRuediger Meier2017-06-221-1/+1
* more: remove unused variableRuediger Meier2017-06-151-2/+1Star
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-144-7/+8
* column: add --table-header-repeatKarel Zak2017-06-132-2/+13
* column: add missed semicolons in case of !HAVE_WIDECHARAlexander Kuleshov2017-06-011-2/+2
* build-sys: ncurses headers cleanupKarel Zak2017-05-313-17/+15Star
* text-utils: use proper paths to term.hKarel Zak2017-05-303-4/+27
* docs: make column.1 example to use ascii outputSami Kerola2017-05-101-5/+5
* col: avoid extra newline if no inputSami Kerola2017-05-101-0/+2
* column: be robust on empty tableKarel Zak2017-05-051-2/+4
* column: require column names for JSONKarel Zak2017-05-051-1/+7
* column: use libsmartcols to avoid circular dependencesKarel Zak2017-05-051-4/+3Star
* column: add note that circular dependencies are ignoredKarel Zak2017-05-051-1/+2
* column: add --tree to the man pageKarel Zak2017-05-051-3/+20
* column: fix --tree id-parent loop crashKarel Zak2017-05-051-1/+5
* build-sys: remove column-old.cKarel Zak2017-05-032-498/+0Star
* column: parent and child has to be independentKarel Zak2017-05-021-2/+2
* column: force to follow specified widthKarel Zak2017-05-021-2/+6
* columns: add note about widthKarel Zak2017-05-021-1/+2
* column: use NOEXTREMES for the last columnKarel Zak2017-05-022-1/+27
* column: add support for treesKarel Zak2017-05-021-1/+77
* column: clean up man pageKarel Zak2017-05-021-20/+29
* column: clean up usage() and options orderKarel Zak2017-05-021-37/+46
* column: add --table-orderKarel Zak2017-05-022-1/+38
* column: fix typoKarel Zak2017-05-021-1/+1
* column: add --table-hideKarel Zak2017-05-022-1/+13
* column: add --table-wrapKarel Zak2017-05-022-2/+17
* column: add --table-noextremeKarel Zak2017-05-022-6/+20
* column: add --table-truncateKarel Zak2017-05-022-13/+37
* column: rename optionsKarel Zak2017-05-022-8/+8
* column: fix greedy initializationKarel Zak2017-05-021-1/+2
* column: add --table-colrightKarel Zak2017-05-022-9/+63
* column: use err_exclusive_options()Karel Zak2017-05-021-3/+14
* column: make mbs/wcs conversions more robustKarel Zak2017-05-021-2/+2
* column: add --jsonKarel Zak2017-05-022-3/+27
* column: add --table-colnamesKarel Zak2017-05-022-10/+39
* column: rename too generic macroKarel Zak2017-05-021-6/+5Star
* column: use libsmartcols for --tableKarel Zak2017-05-021-154/+121Star
* column: clean up multi-byte #ifelseKarel Zak2017-05-021-25/+10Star