maint: update all copyright year number ranges
[platform/upstream/coreutils.git] / src / od.c
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-12-27 Pádraig Bradydoc: improve od --help and man page
2012-05-10 Paul Eggertmaint: handle file sizes more reliably
2012-01-31 Pádraig Bradydoc: clarify --help output for some optional arguments
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-11 Jim Meyeringmaint: adjust formatting of certain continued strings
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: adjust quoting: emit '...', not `...' in diagnostics
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-04 Jim Meyeringod,test: address warnings from gcc's -Wjump-misses...
2011-08-13 Bernhard Voelkermaint: remove empty statement after jump label
2011-07-02 Jim Meyeringmaint: use "const" and "pure" function attributes where...
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-11-18 Paul Eggertod: fix bugs in displaying floating-point values
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-05-25 Jim Meyeringmaint: don't emit an extra newline in each of two diagn...
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-05-17 Jim Meyeringmaint: use ARRAY_CARDINALITY more
2008-11-10 Jim Meyeringuse xfreopen in place of unchecked freopen
2008-09-19 Benno Schulenbergod: ungettextize debugging messages
2008-09-19 Benno Schulenbergod --help: avoid concatening two messages without a...
2008-06-17 Eric Blakels, od: avoid redundant const
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-13 Eric Blakeod: improve handling of padding
2008-06-13 Eric Blakeod: align multiple -t specs
2008-06-13 Eric Blakeod: use gnulib printf replacement as necessary
2008-06-13 Eric Blakeod: simplify long double support
2008-06-13 Eric Blakedoc: od defaults to -toS, not -td2
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2007-08-24 Jim Meyering* src/od.c (LDBL_DIG): Remove now-unneeded definition.
2007-08-15 Jim Meyeringod --skip (-j) works even on files in /proc, when the...
2007-08-14 Jim Meyeringod: fix a bug that arises when skipping exact length...
2007-08-11 Paul EggertAccommodate more xstrtol changes.
2007-08-04 Paul EggertAdapt to new human and xstrtol API.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-03 Paul EggertThe following commands and options now support the...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-12-12 Jim Meyering* src/system.h (SETVBUF): Remove definition, now that the
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-11-16 Paul Eggert* bootstrap.conf (gnulib_modules): Add sys_stat, since...
2006-10-20 Jim Meyering* src/od.c (usage): Change description of default to...
2006-08-21 Jim Meyering* src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no...
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2006-02-02 Paul Eggert(usage): Mention that -t a ignores high order bit.
2005-11-26 Paul Eggert(unsigned_long_long_int): Renamed from ulonglong_t,
2005-09-23 Jim MeyeringUse `verify' to ensure that our hard-coded
2005-08-23 Jim MeyeringInclude <float.h> unconditionally.
2005-08-12 Jim MeyeringCosmetic: use X2NREALLOC (only two arguments) rather...
2005-07-11 Paul Eggert(open_next_file): Avoid setmode; use POSIX-specified...
2005-07-05 Paul EggertAdjust to verify.h change.
2005-07-04 Jim Meyeringrename: s/verify_dcl/verify_decl/
2005-07-04 Jim MeyeringReflect name change: s/VERIFY/verify_dcl/.
2005-06-29 Jim MeyeringUpdate sole use of VERIFY.
2005-06-28 Jim Meyering(dump_strings): Use x2realloc on 1-byte base types...
2005-06-16 Jim MeyeringRather than this: error (..., "...`%s'...", arg);
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-26 Paul EggertRemove posixver.h and its uses.
2005-04-11 Paul Eggert(check_and_close): Don't assume fopen does not return...
2005-03-17 Jim MeyeringUse VERIFY macro in place of an equivalent open-coded...
2004-09-28 Paul Eggert(format_address_paren): c is optional, so don't output...
2004-09-06 Paul EggertSeveral changes for POSIX and FreeBSD compatibility.
2004-08-03 Paul Eggert(FMT_BYTES_ALLOCATED): Now an enum, not a decimal
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-05-13 Jim Meyering(print_ascii, dump_strings): Use e.g. '\a' rather than
2004-04-15 Jim Meyering(gcd, lcm): Remove; now in system.h.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-18 Jim Meyering`od -c -w9999999' could segfault
2003-11-04 Jim Meyering(decode_format_string): Remove unnecessary casts.
2003-11-04 Jim Meyering(decode_format_string, dump_strings): Use x2nrealloc...
2003-11-04 Jim Meyering(main): Use `sizeof *var' rather than `sizeof EXPLICIT_...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-28 Jim MeyeringRemove unnecessary casts of alloca, since now it's...
2003-09-24 Jim Meyering(check_and_close, dump, dump_strings): Don't report...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-11 Jim Meyering(main): Enclose diagnostic in _(...).
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-09-21 Jim MeyeringNo longer include values.h.
2002-09-17 Jim Meyering`od -t x8' used the wrong (`l'-prefixed) printf format.
2002-09-02 Jim Meyering(skip): Add a cast to avoid warning about comparison
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-05-22 Jim Meyering[struct dummy]: Renamed. Don't rely on portability of
next