summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* column: reorder functionsKarel Zak2017-05-021-136/+139
* column: rename functionsKarel Zak2017-05-021-7/+8
* column: don't ignore mbs_to_wcs() errorsKarel Zak2017-05-021-0/+2
* column: make input() more genericKarel Zak2017-05-021-62/+53Star
* column: use colntrol struct on more placesKarel Zak2017-05-021-58/+61
* columns: add control structKarel Zak2017-05-021-21/+35
* column: split old and new codeKarel Zak2017-05-022-1/+500
* tailf: remove deprecated utilitySami Kerola2017-04-023-375/+0Star
* misc: stop mixing declarations and codeSami Kerola2017-03-131-2/+2
* column: make more obvious what is default behaviorKarel Zak2017-03-012-9/+9
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-206-119/+118Star
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-208-37/+37