index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
numfmt.c
Age
Commit message (
Expand
)
Author
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-11-25
numfmt: pacify Sun C 5.14
Paul Eggert
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-01-13
numfmt: add the -z,--zero-terminated option
Assaf Gordon
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-09-22
sort,numfmt: with --debug, diagnose failure to set locale
Pádraig Brady
2015-09-12
numfmt: use new set-fields module to parse --field
Assaf Gordon
2015-07-01
numfmt: increase precision on 32 bit FreeBSD
Pádraig Brady
2015-06-29
build: numfmt.c: avoid a shadowing warning
Jim Meyering
2015-06-29
numfmt: fix printf argument order
Assaf Gordon
2015-06-22
numfmt: don't hardcode floating point limits
Pádraig Brady
2015-06-22
numfmt: handle leading zeros correctly
Pádraig Brady
2015-06-22
numfmt: avoid integer overflow when rounding
Pádraig Brady
2015-06-21
numfmt: support user specified output precision
Pádraig Brady
2015-06-19
numfmt: implement support for field ranges
Dylan Cali
2015-06-19
doc: use correct units in df | numfmt example
Pádraig Brady
2015-06-19
numfmt: handle suffixes consistently with --{from,to}-unit
Pádraig Brady
2015-04-27
maint: fix printf format for signed integers
Pádraig Brady
2015-01-31
doc,maint: fix use of "i.e." in documentation and comments
Bernhard Voelker
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: avoid file-scope names of the form _[a-z]*
Paul Eggert
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-08-03
numfmt: fix misspelling in --debug message
Anders Jonsson
2014-07-16
numfmt: fix isblank() usage for some unibyte locales
Assaf Gordon
2014-06-12
maint: suppress a theoretical buffer overflow warning
Pádraig Brady
2014-05-02
numfmt: improve processing throughput by 800%
Pádraig Brady
2014-05-02
numfmt: support zero padding using --format="%010f"
Pádraig Brady
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-12-03
maint: avoid '%s' quoting notation in diagnostic messages
Bernhard Voelker
2013-08-02
maint: update copyright year number ranges of numfmt sources
Bernhard Voelker
2013-02-20
build: fix numfmt build error on compilers without __attribute
Joachim Schmitz
2013-02-14
build: avoid link failure in devmsg() on older linkers
Pádraig Brady
2013-02-13
numfmt: fix strtol() return code handling
Assaf Gordon
2013-02-11
doc: improve the numfmt man page format
Pádraig Brady
2013-02-10
doc: standardize helptext of numfmt and slice into single options
Benno Schulenberg
2013-02-10
maint: consolidate developer debug messages
Pádraig Brady
2013-02-05
doc: fix a numfmt help section typo
Assaf Gordon
2013-02-05
numfmt: correct a printf format
Pádraig Brady
2013-02-04
numfmt: a new command to format numbers
Assaf Gordon