*** empty log message ***
[platform/upstream/coreutils.git] / src / od.c
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
2002-05-14 Jim MeyeringThis bug was introduced with my change of 2000-10-22...
2002-02-16 Jim MeyeringInclude posixver.h.
2002-02-02 Jim MeyeringAdd more support for POSIX 1003.1-2001, which requires...
2002-01-22 Jim Meyering(skip): Remove redundant check for overflow.
2002-01-22 Jim Meyeringupdate copyright year
2002-01-22 Jim Meyering(skip): Use fseeko rather than lseek.
2001-12-03 Jim Meyering(usage): Don't split translatable strings in the middle...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(struct tspec): Declare function pointer with prototype.
2001-11-11 Jim Meyering(parse_old_offset): Declare to be static.
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Say that
2001-09-20 Jim Meyering(MAX_ADDRESS_LENGTH, pseudo_offset, format_address,
2001-09-19 Jim Meyering(open_next_file): Use SETVBUF, not setbuf.
2001-09-19 Jim MeyeringWhen --read-bytes=N (-N N) is used, disable input buffe...
2001-01-02 Jim Meyering(ulonglong_t): Define place-holder type to avoid some...
2001-01-02 Jim Meyering(decode_one_format): Guard use of print_long_long with
2000-12-07 Jim Meyering(address_base): Declare to be static.
2000-12-07 Jim Meyering(address_base, address_pad_len): New var.
2000-12-03 Jim Meyeringuse CHAR_BIT, not BITSPERBYTE TEXTUTILS-2_0_9
2000-12-03 Jim MeyeringMake od print valid addresses for offsets of 2^32 and...
2000-12-03 Jim MeyeringMake od print valid addresses for offsets of 2^32 and...
2000-12-02 Jim Meyering(skip): Use lseek instead of worrying about fseeko...
2000-11-06 Jim Meyering(skip): st_size is not defined for directories.
2000-10-22 Jim MeyeringSupport 8-byte integers, assuming they're printable...
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
1999-08-22 Jim Meyering(dump): Use IF_LINT macro instead of #ifdef lint...
1999-04-24 Jim MeyeringInclude new "xstrtol.h", not "xstrtoul.h".
1999-04-13 Jim Meyering* src/od.c (MIN, MAX): Remove definitions.
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-01 Jim Meyering(skip, read_char, read_block) [O_BINARY]: Switch input
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-01-10 Jim MeyeringCHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX...
1997-12-21 Jim Meyerings/__P/PARAMS/
1997-11-08 Jim Meyering(fseeko): Define a stub if ! HAVE_FSEEKO.
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-18 Jim Meyering(LONG_MAX): Define if not defined.
1997-10-14 Jim Meyering(STREQ): Remove definition.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-09-22 Jim Meyering[struct tspec] (hexl_mode_trailer): Rename from `trailer.'
1997-09-21 Jim MeyeringPatch from John Kodis.
1997-09-15 Jim Meyeringtweak message strings
1997-09-15 Jim Meyeringtweak message strings
1997-09-14 Jim Meyering(main) [--traditional]: Don't give diagnostic about...
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-03 Jim MeyeringMove alloca-related preprocessor code into system.h.
next