summaryrefslogtreecommitdiff
path: root/src/od.c
AgeCommit message (Expand)Author
2005-06-16Rather than this: error (..., "...`%s'...", arg);Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-26Remove posixver.h and its uses.Paul Eggert
2005-04-11(check_and_close): Don't assume fopen does not return stdin.Paul Eggert
2005-03-17Use VERIFY macro in place of an equivalent open-coded declaration.Jim Meyering
2004-09-28(format_address_paren): c is optional, so don't output it if it's '\0'.Paul Eggert
2004-09-06Several changes for POSIX and FreeBSD compatibility.Paul Eggert
2004-08-03(FMT_BYTES_ALLOCATED): Now an enum, not a decimalPaul Eggert
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-05-13(print_ascii, dump_strings): Use e.g. '\a' rather thanJim Meyering
2004-04-15(gcd, lcm): Remove; now in system.h.Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-11-18`od -c -w9999999' could segfaultJim Meyering
2003-11-04(decode_format_string): Remove unnecessary casts.Jim Meyering
2003-11-04(decode_format_string, dump_strings): Use x2nrealloc rather than xrealloc.Jim Meyering
2003-11-04(main): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'.Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering
2003-09-24(check_and_close, dump, dump_strings): Don't report bogus errno valueJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-07-11(main): Enclose diagnostic in _(...).Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering
2002-12-15Remove all uses of `PARAMS'.Jim Meyering
2002-09-21No longer include values.h.Jim Meyering
2002-09-17`od -t x8' used the wrong (`l'-prefixed) printf format.Jim Meyering
2002-09-02(skip): Add a cast to avoid warning about comparisonJim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-05-22[struct dummy]: Renamed. Don't rely on portability ofJim Meyering
2002-05-14This bug was introduced with my change of 2000-10-22 (textutils-2.0.8).Jim Meyering
2002-02-16Include posixver.h.Jim Meyering
2002-02-02Add more support for POSIX 1003.1-2001, which requires removal forJim Meyering
2002-01-22(skip): Remove redundant check for overflow.Jim Meyering
2002-01-22update copyright yearJim Meyering
2002-01-22(skip): Use fseeko rather than lseek.Jim Meyering
2001-12-03(usage): Don't split translatable strings in the middle of a sentence.Jim Meyering
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering
2001-11-23Factor out some common strings to make translation easier.Jim Meyering
2001-11-11(struct tspec): Declare function pointer with prototype.Jim Meyering
2001-11-11(parse_old_offset): Declare to be static.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-04(usage): Say thatJim Meyering
2001-09-20(MAX_ADDRESS_LENGTH, pseudo_offset, format_address,Jim Meyering
2001-09-19(open_next_file): Use SETVBUF, not setbuf.Jim Meyering
2001-09-19When --read-bytes=N (-N N) is used, disable input buffering inJim Meyering
2001-01-02(ulonglong_t): Define place-holder type to avoid some #if directives.Jim Meyering