Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).
[platform/upstream/coreutils.git] / src / od.c
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.
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-25 Jim Meyeringupdate for changed xstrtou?l
1996-11-23 Jim Meyering(usage): Alphabetize options like sort -f would.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-07-17 Jim Meyering(OFF_T_MAX): Remove definition.
1996-07-16 Jim Meyering[OFF_T_MAX]: Use `(unsigned long)1' rather than `(off_t)1'
1996-05-31 Jim Meyering(decode_one_format): Use %lu (not %d) printf formats
1996-05-30 Jim Meyering(decode_one_format): Take another parameter.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-21 Jim Meyering(decode_one_format): Use printf's L modifier for long...
1996-04-21 Jim MeyeringInclude <values.h>.
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1996-03-02 Jim Meyering(WINDOWS_SETFILEMODE_BINARY): New macro.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-15 Jim Meyering(*format_address): Tweak dcl.
1995-11-11 Jim Meyering(skip): Cast fseek's offset argument to `long'.
1995-11-11 Jim MeyeringAdd __P in dcl of format_address function.
1995-10-19 Jim MeyeringIndent cpp directives.
1995-10-18 Jim MeyeringProotize.
1995-09-27 Jim Meyering(decode_one_format): Remove spurious semicolon.
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-07-12 Jim Meyering(dump): Convert to use smaller -- but seemingly equival...
next