summaryrefslogtreecommitdiff
path: root/src/od.c
Commit message (Expand)AuthorAgeFilesLines
* all: further adjustments for new Ronna, Quetta SI prefixesPádraig Brady2023-01-061-1/+1
* numfmt: add support for new SI prefixesPaul Eggert2023-01-051-1/+1
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: fix recent syntax-check failuresPádraig Brady2022-09-251-1/+2
* maint: prefer static_assert to verifyPaul Eggert2022-09-151-6/+7
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: prefer MAYBE_UNUSEDPaul Eggert2021-11-181-8/+9
* maint: prefer attribute.h in .c filesPaul Eggert2021-10-311-1/+2
* maint: use clearerr on stdin when appropriatePaul Eggert2021-08-221-9/+8
* maint: while (1) → while (true)Paul Eggert2021-06-261-3/+3
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-14/+14
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: adjust to split out xstrtol-error gnulib modulePádraig Brady2020-01-011-0/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* od: use fseek on non-regular filesPaul Eggert2019-06-191-2/+6
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* doc: improve documentation of binary prefixesWodry2018-07-221-0/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: use C99 for loop initial declarations where possiblePádraig Brady2017-06-171-7/+3
* maint: xsetmode renamed to xbinary-ioPaul Eggert2017-02-161-2/+2
* maint: use xsetmode, not xfreopenPaul Eggert2017-02-151-3/+2
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* doc: fix --help for: od -t f[SIZE]Pádraig Brady2016-12-021-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-10/+11
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-4/+4
* all: quote string arguments in error messagesPádraig Brady2015-10-271-6/+6
* maint: avoid new coverity warningsPádraig Brady2015-05-301-3/+0
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-2/+4
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* rm: fix prompted number of arguments to remove on some platformsPádraig Brady2014-11-271-1/+2
* wc: don't miscount /sys and similar file systemsPaul Eggert2014-10-071-7/+16
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-2/+2
* od: add an --endian option to control byte swappingNiels Möller2014-02-091-3/+56
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* doc: use semicolon instead of period in option descriptionsBenno Schulenberg2013-08-011-3/+3
* od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering2013-06-021-3/+3
* doc: clarify the printable characters output by odPádraig Brady2013-03-221-2/+2
* maint: cleanup up various uses of __attribute__Pádraig Brady2013-02-201-5/+5
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* doc: improve od --help and man pagePádraig Brady2012-12-271-24/+31
* maint: handle file sizes more reliablyPaul Eggert2012-05-101-2/+1
* doc: clarify --help output for some optional argumentsPádraig Brady2012-01-311-2/+2
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: adjust formatting of certain continued stringsJim Meyering2012-01-111-6/+9
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-5/+5
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-11/+11