(fseeko): Define a stub if ! HAVE_FSEEKO.
[platform/upstream/coreutils.git] / src / od.c
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...
1995-07-07 Jim Meyering(dump): Correct loop-termination criterion.
1995-06-18 Jim Meyeringmerge with 1.12
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-04-14 Jim Meyering(write_block): Declare index I as unsigned int, not...
1995-03-16 Jim MeyeringDetect when -N argument is too large to fit in an off_t.
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-01-29 Jim Meyering(parse_old_offset): Use strchr, not index.
1995-01-28 Jim Meyering(decode_format_string): Use memmove instead of bcopy.
1995-01-25 Jim MeyeringRename macros with FP_ prefix. Use FLOAT_ instead.
1994-12-16 Jim Meyering(main): Use %lu, not %d for unsigned long.
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-10-19 Jim Meyering.
1994-10-02 Jim Meyering.
1994-04-13 Jim Meyering.
1994-03-25 Jim Meyering.
1993-11-15 Jim Meyeringmerge with 1.9.1
1993-10-30 Jim Meyeringmerge with 1.8.1a
1993-10-24 Jim Meyeringmerge with 1.8h
1993-10-24 Jim Meyeringmerge with 1.8g
1993-10-23 Jim Meyeringmerge with 1.8d+
1993-10-21 Jim Meyeringmerge with 1.8d
1993-10-05 Jim Meyeringmerge with 1.8a
1993-05-22 Jim Meyeringmerge with 1.5.2
1993-05-07 Jim Meyeringmerge with 1.5
1993-05-01 Jim Meyeringmerge with 1.4.2.
1993-04-29 Jim Meyeringadd --version and --help
1993-03-31 Jim Meyering(parse_old_offset): Allow `0X' as well as `0x' prefix...
1993-03-30 Jim Meyering.
1993-03-23 Jim MeyeringNew option: -C, --compatible.
1993-02-26 Jim Meyering(print_s_char, print_s_short): Print signed chars and...
1993-02-25 Jim MeyeringReformat with GNU indent-1.7.
1993-02-25 Jim Meyering(print_s_char, print_s_short): Fix printing of signed...
1992-12-10 Jim MeyeringMerge with pre-release 1.3.6.
1992-12-07 Jim MeyeringRemove inclusion of <ctype.h> and definitions of is...
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-24 Jim Meyering* (print_ascii, dump_strings): Use ISDIGIT and ISPRINT
1992-11-24 Jim Meyering* (print_ascii, dump_strings): Check for isascii before...
1992-11-19 Jim MeyeringMerged in changes for 1.3.5.
1992-11-08 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-08 Jim MeyeringInitial revision