aboutsummaryrefslogtreecommitdiffstats
path: root/src/od.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering1-3/+3
2003-11-18`od -c -w9999999' could segfaultJim Meyering1-2/+4
2003-11-04(decode_format_string): Remove unnecessary casts.Jim Meyering1-7/+4
2003-11-04(decode_format_string, dump_strings): Use x2nrealloc rather than xrealloc.Jim Meyering1-6/+4
2003-11-04(main): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'.Jim Meyering1-1/+1
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering1-2/+2
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering1-2/+2
2003-09-24(check_and_close, dump, dump_strings): Don't report bogus errno valueJim Meyering1-11/+18
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering1-2/+2
2003-07-23Don't include headers already included by system.h:Jim Meyering1-1/+0
2003-07-11(main): Enclose diagnostic in _(...).Jim Meyering1-1/+1
2003-06-17(main): Call initialize_main.Jim Meyering1-0/+1
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering1-5/+3
2002-12-15Remove all uses of `PARAMS'.Jim Meyering1-3/+3
2002-09-21No longer include values.h.Jim Meyering1-4/+0
2002-09-17`od -t x8' used the wrong (`l'-prefixed) printf format.Jim Meyering1-10/+15
2002-09-02(skip): Add a cast to avoid warning about comparisonJim Meyering1-1/+1
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering1-4/+4
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering1-1/+1
2002-05-22[struct dummy]: Renamed. Don't rely on portability ofJim Meyering1-3/+3
2002-05-14This bug was introduced with my change of 2000-10-22 (textutils-2.0.8).Jim Meyering1-9/+19
2002-02-16Include posixver.h.Jim Meyering1-26/+9
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim Meyering1-25/+62
2002-01-22(skip): Remove redundant check for overflow.Jim Meyering1-4/+1
2002-01-22update copyright yearJim Meyering1-1/+1
2002-01-22(skip): Use fseeko rather than lseek.Jim Meyering1-1/+4
2001-12-03(usage): Don't split translatable strings in the middle of a sentence.Jim Meyering1-5/+8
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering1-2/+2
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering1-4/+2
2001-11-23Factor out some common strings to make translation easier.Jim Meyering1-0/+6
2001-11-11(struct tspec): Declare function pointer with prototype.Jim Meyering1-1/+1
2001-11-11(parse_old_offset): Declare to be static.Jim Meyering1-1/+1
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering1-4/+16
2001-11-04(usage): Say thatJim Meyering1-0/+1
2001-09-20(MAX_ADDRESS_LENGTH, pseudo_offset, format_address,Jim Meyering1-96/+90
2001-09-19(open_next_file): Use SETVBUF, not setbuf.Jim Meyering1-3/+3
2001-09-19When --read-bytes=N (-N N) is used, disable input buffering inJim Meyering1-199/+187
2001-01-02(ulonglong_t): Define place-holder type to avoid some #if directives.Jim Meyering1-11/+9
2001-01-02(decode_one_format): Guard use of print_long_long withJim Meyering1-4/+6
2000-12-07(address_base): Declare to be static.Jim Meyering1-1/+1
2000-12-07(address_base, address_pad_len): New var.Jim Meyering1-95/+87
2000-12-03use CHAR_BIT, not BITSPERBYTETEXTUTILS-2_0_9Jim Meyering1-1/+1
2000-12-03Make od print valid addresses for offsets of 2^32 and larger. (cont'd)Jim Meyering1-64/+66
2000-12-03Make od print valid addresses for offsets of 2^32 and larger.Jim Meyering1-12/+32
2000-12-02(skip): Use lseek instead of worrying about fseeko or fseek.Jim Meyering1-13/+5
2000-11-06(skip): st_size is not defined for directories.Jim Meyering1-3/+3
2000-10-22Support 8-byte integers, assuming they're printable with e.g., %lld.Jim Meyering1-2/+32
2000-05-20Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering1-4/+4
1999-08-22(dump): Use IF_LINT macro instead of #ifdef lint...Jim Meyering1-10/+2
1999-04-24Include new "xstrtol.h", not "xstrtoul.h".Jim Meyering1-1/+1