summaryrefslogtreecommitdiff
path: root/src/numfmt.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-25numfmt: pacify Sun C 5.14Paul Eggert
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-13numfmt: add the -z,--zero-terminated optionAssaf Gordon
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-09-22sort,numfmt: with --debug, diagnose failure to set localePádraig Brady
2015-09-12numfmt: use new set-fields module to parse --fieldAssaf Gordon
2015-07-01numfmt: increase precision on 32 bit FreeBSDPádraig Brady
2015-06-29build: numfmt.c: avoid a shadowing warningJim Meyering
2015-06-29numfmt: fix printf argument orderAssaf Gordon
2015-06-22numfmt: don't hardcode floating point limitsPádraig Brady
2015-06-22numfmt: handle leading zeros correctlyPádraig Brady
2015-06-22numfmt: avoid integer overflow when roundingPádraig Brady
2015-06-21numfmt: support user specified output precisionPádraig Brady
2015-06-19numfmt: implement support for field rangesDylan Cali
2015-06-19doc: use correct units in df | numfmt examplePádraig Brady
2015-06-19numfmt: handle suffixes consistently with --{from,to}-unitPádraig Brady
2015-04-27maint: fix printf format for signed integersPádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: avoid file-scope names of the form _[a-z]*Paul Eggert
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-08-03numfmt: fix misspelling in --debug messageAnders Jonsson
2014-07-16numfmt: fix isblank() usage for some unibyte localesAssaf Gordon
2014-06-12maint: suppress a theoretical buffer overflow warningPádraig Brady
2014-05-02numfmt: improve processing throughput by 800%Pádraig Brady
2014-05-02numfmt: support zero padding using --format="%010f"Pádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-03maint: avoid '%s' quoting notation in diagnostic messagesBernhard Voelker
2013-08-02maint: update copyright year number ranges of numfmt sourcesBernhard Voelker
2013-02-20build: fix numfmt build error on compilers without __attributeJoachim Schmitz
2013-02-14build: avoid link failure in devmsg() on older linkersPádraig Brady
2013-02-13numfmt: fix strtol() return code handlingAssaf Gordon
2013-02-11doc: improve the numfmt man page formatPádraig Brady
2013-02-10doc: standardize helptext of numfmt and slice into single optionsBenno Schulenberg
2013-02-10maint: consolidate developer debug messagesPádraig Brady
2013-02-05doc: fix a numfmt help section typoAssaf Gordon
2013-02-05numfmt: correct a printf formatPádraig Brady
2013-02-04numfmt: a new command to format numbersAssaf Gordon