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