summaryrefslogtreecommitdiff
path: root/src/od.c
AgeCommit message (Expand)Author
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
2008-06-17ls, od: avoid redundant constEric Blake
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-13od: improve handling of paddingEric Blake
2008-06-13od: align multiple -t specsEric Blake
2008-06-13od: use gnulib printf replacement as necessaryEric Blake
2008-06-13od: simplify long double supportEric Blake
2008-06-13doc: od defaults to -toS, not -td2Eric Blake
2008-06-08standardize some error messagesBo Borgerson
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2007-08-24* src/od.c (LDBL_DIG): Remove now-unneeded definition.Jim Meyering
2007-08-15od --skip (-j) works even on files in /proc, when the kernel liesJim Meyering
2007-08-14od: fix a bug that arises when skipping exact length of fileJim Meyering
2007-08-11Accommodate more xstrtol changes.Paul Eggert
2007-08-04Adapt to new human and xstrtol API.Paul Eggert
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-05-03The following commands and options now support the standard sizePaul Eggert
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-12-12* src/system.h (SETVBUF): Remove definition, now that theJim Meyering
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert