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
/
od.c
Age
Commit message (
Expand
)
Author
Lines
2021-08-22
maint: use clearerr on stdin when appropriate
Paul Eggert
-9
/
+8
2021-06-26
maint: while (1) → while (true)
Paul Eggert
-3
/
+3
2021-04-11
maint: use "char const *" rather than "const char *"
Pádraig Brady
-14
/
+14
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2020-01-01
maint: adjust to split out xstrtol-error gnulib module
Pádraig Brady
-0
/
+1
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2019-06-19
od: use fseek on non-regular files
Paul Eggert
-2
/
+6
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
-1
/
+1
2018-07-22
doc: improve documentation of binary prefixes
Wodry
-0
/
+1
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-06-17
maint: use C99 for loop initial declarations where possible
Pádraig Brady
-7
/
+3
2017-02-16
maint: xsetmode renamed to xbinary-io
Paul Eggert
-2
/
+2
2017-02-15
maint: use xsetmode, not xfreopen
Paul Eggert
-3
/
+2
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2016-12-02
doc: fix --help for: od -t f[SIZE]
Pádraig Brady
-1
/
+1
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-10
/
+11
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-4
/
+4
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
-6
/
+6
2015-05-30
maint: avoid new coverity warnings
Pádraig Brady
-3
/
+0
2015-04-30
doc: standardize messages about the '-' stdin FILE
Pádraig Brady
-2
/
+4
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-11-27
rm: fix prompted number of arguments to remove on some platforms
Pádraig Brady
-1
/
+2
2014-10-07
wc: don't miscount /sys and similar file systems
Paul Eggert
-7
/
+16
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
-2
/
+2
2014-02-09
od: add an --endian option to control byte swapping
Niels Möller
-3
/
+56
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
-1
/
+1
2013-08-01
doc: use semicolon instead of period in option descriptions
Benno Schulenberg
-3
/
+3
2013-06-02
od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_t
Jim Meyering
-3
/
+3
2013-03-22
doc: clarify the printable characters output by od
Pádraig Brady
-2
/
+2
2013-02-20
maint: cleanup up various uses of __attribute__
Pádraig Brady
-5
/
+5
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
-4
/
+3
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2012-12-27
doc: improve od --help and man page
Pádraig Brady
-24
/
+31
2012-05-10
maint: handle file sizes more reliably
Paul Eggert
-2
/
+1
2012-01-31
doc: clarify --help output for some optional arguments
Pádraig Brady
-2
/
+2
2012-01-27
maint: use single copyright year range
Jim Meyering
-1
/
+1
2012-01-11
maint: adjust formatting of certain continued strings
Jim Meyering
-6
/
+9
2012-01-09
maint: src/*.[ch]: convert more `...' to '...'
Jim Meyering
-5
/
+5
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
-11
/
+11
2012-01-09
maint: adjust quoting: emit '...', not `...' in diagnostics
Jim Meyering
-2
/
+2
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
-2
/
+1
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2011-12-04
od,test: address warnings from gcc's -Wjump-misses-init
Jim Meyering
-22
/
+24
2011-08-13
maint: remove empty statement after jump label
Bernhard Voelker
-1
/
+1
2011-07-02
maint: use "const" and "pure" function attributes where possible
Jim Meyering
-1
/
+1
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2010-12-28
coreutils: keep lines within 80-column limits
Paul Eggert
-2
/
+4
[next]