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