aboutsummaryrefslogtreecommitdiffstats
path: root/src/od.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-16remove redundant const directivesJim Meyering1-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering1-2/+2
2008-06-13od: improve handling of paddingEric Blake1-59/+82
2008-06-13od: align multiple -t specsEric Blake1-33/+69
2008-06-13od: use gnulib printf replacement as necessaryEric Blake1-88/+22
2008-06-13od: simplify long double supportEric Blake1-17/+7
2008-06-13doc: od defaults to -toS, not -td2Eric Blake1-1/+1
2008-06-08standardize some error messagesBo Borgerson1-1/+1
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-26adjust copyright datesJim Meyering1-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering1-1/+1
2007-08-24* src/od.c (LDBL_DIG): Remove now-unneeded definition.Jim Meyering1-5/+0
2007-08-15od --skip (-j) works even on files in /proc, when the kernel liesJim Meyering1-3/+5
2007-08-14od: fix a bug that arises when skipping exact length of fileJim Meyering1-5/+4
2007-08-11Accommodate more xstrtol changes.Paul Eggert1-10/+8
2007-08-04Adapt to new human and xstrtol API.Paul Eggert1-12/+16
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-05-03The following commands and options now support the standard sizePaul Eggert1-7/+10
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2006-12-12* src/system.h (SETVBUF): Remove definition, now that theJim Meyering1-1/+1
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert1-0/+2
2006-11-16* bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too.Paul Eggert1-1/+1
2006-10-20* src/od.c (usage): Change description of default to use "-w16",Jim Meyering1-1/+1
2006-08-21* src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no longer definedJim Meyering1-3/+3
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert1-4/+4
2006-02-02(usage): Mention that -t a ignores high order bit.Paul Eggert1-2/+2
2005-11-26(unsigned_long_long_int): Renamed from ulonglong_t,Paul Eggert1-6/+6
2005-09-23Use `verify' to ensure that our hard-codedJim Meyering1-5/+18
2005-08-23Include <float.h> unconditionally.Jim Meyering1-3/+1
2005-08-12Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th...Jim Meyering1-1/+1
2005-07-11(open_next_file): Avoid setmode; use POSIX-specified routines instead.Paul Eggert1-2/+3
2005-07-05Adjust to verify.h change.Paul Eggert1-1/+1
2005-07-04rename: s/verify_dcl/verify_decl/Jim Meyering1-1/+1
2005-07-04Reflect name change: s/VERIFY/verify_dcl/.Jim Meyering1-1/+1
2005-06-29Update sole use of VERIFY.Jim Meyering1-3/+2
2005-06-28(dump_strings): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering1-1/+1
2005-06-16Rather than this: error (..., "...`%s'...", arg);Jim Meyering1-8/+9
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-04-26Remove posixver.h and its uses.Paul Eggert1-5/+1
2005-04-11(check_and_close): Don't assume fopen does not return stdin.Paul Eggert1-3/+3
2005-03-17Use VERIFY macro in place of an equivalent open-coded declaration.Jim Meyering1-6/+3
2004-09-28(format_address_paren): c is optional, so don't output it if it's '\0'.Paul Eggert1-1/+2
2004-09-06Several changes for POSIX and FreeBSD compatibility.Paul Eggert1-108/+102
2004-08-03(FMT_BYTES_ALLOCATED): Now an enum, not a decimalPaul Eggert1-266/+220
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering1-2/+4
2004-05-13(print_ascii, dump_strings): Use e.g. '\a' rather thanJim Meyering1-2/+2
2004-04-15(gcd, lcm): Remove; now in system.h.Jim Meyering1-27/+0