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
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
2010-11-18
od: fix bugs in displaying floating-point values
Paul Eggert
-34
/
+29
2010-05-31
maint: make spacing around "=" consistent, even in IF_LINT
Jim Meyering
-2
/
+2
2010-05-31
maint: replace each "for (;;)" with "while (true)"
Jim Meyering
-1
/
+1
2010-05-25
maint: don't emit an extra newline in each of two diagnostics
Jim Meyering
-1
/
+1
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
-1
/
+1
2009-09-23
maint: Use logical rather than bitwise operators on bools
Pádraig Brady
-2
/
+2
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
-1
/
+1
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
-664
/
+664
2009-05-17
maint: use ARRAY_CARDINALITY more
Jim Meyering
-4
/
+3
2008-11-10
use xfreopen in place of unchecked freopen
Jim Meyering
-1
/
+2
2008-09-19
od: ungettextize debugging messages
Benno Schulenberg
-2
/
+2
2008-09-19
od --help: avoid concatening two messages without a newline
Benno Schulenberg
-2
/
+2
2008-06-17
ls, od: avoid redundant const
Eric Blake
-1
/
+1
2008-06-16
remove redundant const directives
Jim Meyering
-1
/
+1
2008-06-14
add "const" attribute, where possible
Jim Meyering
-2
/
+2
2008-06-13
od: improve handling of padding
Eric Blake
-59
/
+82
2008-06-13
od: align multiple -t specs
Eric Blake
-33
/
+69
2008-06-13
od: use gnulib printf replacement as necessary
Eric Blake
-88
/
+22
2008-06-13
od: simplify long double support
Eric Blake
-17
/
+7
2008-06-13
doc: od defaults to -toS, not -td2
Eric Blake
-1
/
+1
2008-06-08
standardize some error messages
Bo Borgerson
-1
/
+1
2008-06-03
use gnulib's progname module
Jim Meyering
-4
/
+1
2008-06-02
declare program_name consistently
Jim Meyering
-1
/
+1
2008-05-26
adjust copyright dates
Jim Meyering
-1
/
+1
2008-05-26
convert single-author programs to use proper_name
Jim Meyering
-1
/
+1
2007-08-24
* src/od.c (LDBL_DIG): Remove now-unneeded definition.
Jim Meyering
-5
/
+0
2007-08-15
od --skip (-j) works even on files in /proc, when the kernel lies
Jim Meyering
-3
/
+5
2007-08-14
od: fix a bug that arises when skipping exact length of file
Jim Meyering
-5
/
+4
2007-08-11
Accommodate more xstrtol changes.
Paul Eggert
-10
/
+8
[next]