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