summaryrefslogtreecommitdiffstats
path: root/text-utils/column.c
Commit message (Expand)AuthorAgeFilesLines
...
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-2/+2
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-9/+9
* build-sys: fix compilation with ncurses and uClibc or musl libcCarlos Santos2017-01-201-1/+1
* column: rename --columns to --output-widthKarel Zak2017-01-171-11/+12
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* 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
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* textual: use version printing macro everywhereSami Kerola2014-10-011-3/+2Star
* column: inform user when multibyte conversion error occursSami Kerola2014-05-071-1/+7
* column: fix mem leak [coverity scan]Karel Zak2014-01-141-1/+3
* column: use variable lenght printf field width to wprint blanksSami Kerola2013-08-051-3/+2Star
* column: dereference of null pointer [clang-analyzer]Sami Kerola2013-07-091-1/+1
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-071-3/+3
* textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* column: make usage() translator friendlySami Kerola2013-01-251-15/+14Star
* column: add --output-separator optionSami Kerola2012-10-151-5/+15
* column: clarify the --separator optionPádraig Brady2012-10-021-1/+1
* column: make defined separator to be non-greedySami Kerola2012-10-021-5/+32
* textual: fix typos in messagesYuri Chornoivan2012-09-041-1/+1
* column: --separator segfaultsB Watson2012-08-141-2/+2
* text-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-17/+7Star
* text-utils: verify writing to streams was successfulSami Kerola2012-04-041-3/+2Star
* column: don't check result from xmalloc()Karel Zak2012-01-041-2/+0Star
* column: use xalloc libsDave Reisner2012-01-041-1/+1
* column: avoid memory overrun and/or use of uninitialized bufferJim Meyering2011-11-161-2/+2
* column: fix error reported by smatchSami Kerola2011-09-101-1/+2
* column: fix problems with uninitialized variablesKarel Zak2011-05-261-8/+9
* column.c: global variables removedSami Kerola2011-05-191-50/+63
* column.c: validate numeric user inputsSami Kerola2011-05-191-3/+9
* column.c: free memory before exitSami Kerola2011-05-191-0/+13
* column.c: make table function clarificationSami Kerola2011-05-191-14/+17
* column.c: coding style fixesSami Kerola2011-05-011-23/+17Star
* column.c: add version printingSami Kerola2011-05-011-2/+7
* column.c: replace emalloc with xcallocSami Kerola2011-05-011-20/+8Star
* column: use xalloc libSami Kerola2011-04-061-10/+6Star
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* column: data type mismatch compiler warning fixesSami Kerola2011-01-251-2/+3
* column: segfault on empty inputKarel Zak2010-11-041-2/+4
* column: code readability improvementsSami Kerola2010-10-211-53/+57
* column: error messaging & exit codesSami Kerola2010-10-211-8/+12
* column: EOF handling bugSami Kerola2010-10-211-2/+3
* column: getopt_long and new help outputSami Kerola2010-10-071-14/+36
* column: replace errs.h with libc err.hKarel Zak2007-10-161-4/+4
* build-sys: fix ifdef ENABLE_WIDECHAR usageKarel Zak2007-01-301-3/+3
* Imported from util-linux-2.11t tarball.Karel Zak2006-12-071-16/+15Star
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-071-3/+1Star
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-1/+1
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-071-1/+1