summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* column: fix outputing empty column at the end of lineYousong Zhou2019-07-291-1/+1
* misc: replaces atexit(close_stdout) with new close_stdout_atexit()Karel Zak2019-06-171-1/+1
* rev: be careful with close()Karel Zak2019-06-131-1/+2
* ul: make sure buffers are zeroized [coverity scan]Karel Zak2019-05-281-2/+2
* column: make code more robust [coverity scan]Karel Zak2019-05-281-0/+3
* column: fix "maybe be" duplicationAustin English2019-05-151-1/+1
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-1610-38/+31Star
* column: Address fill-order confusion in documentationdana2019-02-221-1/+10
* col: improve error message, update regression testKarel Zak2019-02-051-1/+1
* col: make flush_line() a little bit robustKarel Zak2019-02-051-6/+7
* hexdump: fix potential null pointer dereference warningsSami Kerola2018-12-101-5/+7
* more: rename functionsSami Kerola2018-09-021-85/+86
* more: rename variable namesSami Kerola2018-09-021-558/+556Star
* more: remove unnecessary ifdef preprosessor directivesSami Kerola2018-09-021-8/+0Star
* more: do not call fileno() for std{in,out,err} streamsSami Kerola2018-09-021-6/+6
* more: remove 'register' keywordsSami Kerola2018-09-021-29/+29
* more: remove pointless functionsSami Kerola2018-09-021-61/+34Star
* more: return is statement not a functionSami Kerola2018-09-021-20/+20
* more: remove dead code and useless commentsSami Kerola2018-09-021-74/+24Star
* column: add --table-empty-linesKarel Zak2018-08-232-2/+25
* Fix man page typosJakub Wilk2018-08-161-1/+1
* man pages: Remove "left" (or change to "l") in the column formats of tablesBjarni Ingi Gislason2018-08-061-1/+1
* more: remove function like preprocessor definesSami Kerola2018-06-181-104/+134
* more: remove global variables, add struct more_controlSami Kerola2018-06-181-639/+671
* more: move couple functionsSami Kerola2018-06-181-123/+123
* rev: move a global variable to local scopeSami Kerola2018-05-281-3/+2Star
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-232-4/+4
* more: reorder global declarationsSami Kerola2018-05-231-48/+48
* more: remove function prototypesSami Kerola2018-05-231-998/+968Star
* column: fix leading space characters bugKarel Zak2018-03-271-33/+3Star
* column: update column.1ahmogit2018-03-191-1/+1
* column: fix memory leak [coverity scan]Karel Zak2018-02-201-0/+3
* column: don't ignore space-char separators at begin of the lineKarel Zak2018-02-121-1/+33
* text-utils: use errexec()Karel Zak2018-02-012-4/+5
* misc: fix typosSami Kerola2017-11-281-1/+1
* column: use \x<hex> for invalid multibyte seq.Karel Zak2017-11-222-3/+15
* column: allow to hide unnamed columnsKarel Zak2017-11-132-2/+35
* column: add --table-noheadingsKarel Zak2017-11-132-2/+11
* 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