summaryrefslogtreecommitdiffstats
path: root/src/od.c
AgeCommit message (Expand)AuthorLines
2021-08-22maint: use clearerr on stdin when appropriatePaul Eggert-9/+8
2021-06-26maint: while (1) → while (true)Paul Eggert-3/+3
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-14/+14
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady-0/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-06-19od: use fseek on non-regular filesPaul Eggert-2/+6
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-07-22doc: improve documentation of binary prefixesWodry-0/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-7/+3
2017-02-16maint: xsetmode renamed to xbinary-ioPaul Eggert-2/+2
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert-3/+2
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-12-02doc: fix --help for: od -t f[SIZE]Pádraig Brady-1/+1
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