summaryrefslogtreecommitdiffstats
path: root/src/od.c
AgeCommit message (Expand)AuthorLines
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-10/+11
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-4/+4
2015-10-27all: quote string arguments in error messagesPádraig Brady-6/+6
2015-05-30maint: avoid new coverity warningsPádraig Brady-3/+0
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady-2/+4
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady-1/+2
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert-7/+16
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-2/+2
2014-02-09od: add an --endian option to control byte swappingNiels Möller-3/+56
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg-3/+3
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering-3/+3
2013-03-22doc: clarify the printable characters output by odPádraig Brady-2/+2
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady-5/+5
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-12-27doc: improve od --help and man pagePádraig Brady-24/+31
2012-05-10maint: handle file sizes more reliablyPaul Eggert-2/+1
2012-01-31doc: clarify --help output for some optional argumentsPádraig Brady-2/+2
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-11maint: adjust formatting of certain continued stringsJim Meyering-6/+9
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-5/+5
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-11/+11
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering-2/+2
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-12-04od,test: address warnings from gcc's -Wjump-misses-initJim Meyering-22/+24
2011-08-13maint: remove empty statement after jump labelBernhard Voelker-1/+1
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-2/+4
2010-11-18od: fix bugs in displaying floating-point valuesPaul Eggert-34/+29
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering-2/+2
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-1/+1
2010-05-25maint: don't emit an extra newline in each of two diagnosticsJim Meyering-1/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-2/+2
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-664/+664
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering-4/+3
2008-11-10use xfreopen in place of unchecked freopenJim Meyering-1/+2
2008-09-19od: ungettextize debugging messagesBenno Schulenberg-2/+2
2008-09-19od --help: avoid concatening two messages without a newlineBenno Schulenberg-2/+2
2008-06-17ls, od: avoid redundant constEric Blake-1/+1
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-2/+2
2008-06-13od: improve handling of paddingEric Blake-59/+82