index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
numfmt.c
Age
Commit message (
Expand
)
Author
Lines
2021-07-31
numfmt: omit unnecessary pointer test
Paul Eggert
-1
/
+1
2021-06-11
build: update gnulib submodule to latest
Paul Eggert
-2
/
+1
2021-04-11
maint: use "char const *" rather than "const char *"
Pádraig Brady
-12
/
+12
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2020-06-21
doc: fix punctuation in man pages
Pádraig Brady
-1
/
+1
2020-06-15
maint: avoid signed integer overflows
Tobias Stoeckmann
-1
/
+1
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2019-10-03
numfmt: avoid unlikely integer overflow
Paul Eggert
-1
/
+1
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
-1
/
+1
2018-03-28
cut: improve large file support on 32 bit
Tobias Stoeckmann
-4
/
+4
2018-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2017-09-19
all: prefer HTTPS in URLs
Paul Eggert
-1
/
+1
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2016-11-25
numfmt: pacify Sun C 5.14
Paul Eggert
-1
/
+1
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-26
/
+27
2016-01-13
numfmt: add the -z,--zero-terminated option
Assaf Gordon
-8
/
+23
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-09-22
sort,numfmt: with --debug, diagnose failure to set locale
Pádraig Brady
-1
/
+5
2015-09-12
numfmt: use new set-fields module to parse --field
Assaf Gordon
-163
/
+16
2015-07-01
numfmt: increase precision on 32 bit FreeBSD
Pádraig Brady
-0
/
+9
2015-06-29
build: numfmt.c: avoid a shadowing warning
Jim Meyering
-4
/
+4
2015-06-29
numfmt: fix printf argument order
Assaf Gordon
-1
/
+1
2015-06-22
numfmt: don't hardcode floating point limits
Pádraig Brady
-5
/
+8
2015-06-22
numfmt: handle leading zeros correctly
Pádraig Brady
-2
/
+7
2015-06-22
numfmt: avoid integer overflow when rounding
Pádraig Brady
-13
/
+38
2015-06-21
numfmt: support user specified output precision
Pádraig Brady
-12
/
+38
2015-06-19
numfmt: implement support for field ranges
Dylan Cali
-109
/
+246
2015-06-19
doc: use correct units in df | numfmt example
Pádraig Brady
-2
/
+2
2015-06-19
numfmt: handle suffixes consistently with --{from,to}-unit
Pádraig Brady
-3
/
+32
2015-04-27
maint: fix printf format for signed integers
Pádraig Brady
-2
/
+2
2015-01-31
doc,maint: fix use of "i.e." in documentation and comments
Bernhard Voelker
-1
/
+1
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
2014-09-08
maint: avoid file-scope names of the form _[a-z]*
Paul Eggert
-12
/
+14
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
-1
/
+1
2014-08-03
numfmt: fix misspelling in --debug message
Anders Jonsson
-1
/
+1
2014-07-16
numfmt: fix isblank() usage for some unibyte locales
Assaf Gordon
-9
/
+6
2014-06-12
maint: suppress a theoretical buffer overflow warning
Pádraig Brady
-1
/
+1
2014-05-02
numfmt: improve processing throughput by 800%
Pádraig Brady
-16
/
+0
2014-05-02
numfmt: support zero padding using --format="%010f"
Pádraig Brady
-34
/
+60
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
-1
/
+1
2013-12-03
maint: avoid '%s' quoting notation in diagnostic messages
Bernhard Voelker
-27
/
+36
2013-08-02
maint: update copyright year number ranges of numfmt sources
Bernhard Voelker
-1
/
+1
2013-02-20
build: fix numfmt build error on compilers without __attribute
Joachim Schmitz
-2
/
+1
2013-02-14
build: avoid link failure in devmsg() on older linkers
Pádraig Brady
-3
/
+18
2013-02-13
numfmt: fix strtol() return code handling
Assaf Gordon
-1
/
+1
2013-02-11
doc: improve the numfmt man page format
Pádraig Brady
-11
/
+11
2013-02-10
doc: standardize helptext of numfmt and slice into single options
Benno Schulenberg
-62
/
+82
2013-02-10
maint: consolidate developer debug messages
Pádraig Brady
-67
/
+37
2013-02-05
doc: fix a numfmt help section typo
Assaf Gordon
-5
/
+5
[next]