| Age | Commit message (Expand) | Author | Lines |
| 2006-08-21 | * src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no longer defined | Jim Meyering | -3/+3 |
| 2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert | -4/+4 |
| 2006-02-02 | (usage): Mention that -t a ignores high order bit. | Paul Eggert | -2/+2 |
| 2005-11-26 | (unsigned_long_long_int): Renamed from ulonglong_t, | Paul Eggert | -6/+6 |
| 2005-09-23 | Use `verify' to ensure that our hard-coded | Jim Meyering | -5/+18 |
| 2005-08-23 | Include <float.h> unconditionally. | Jim Meyering | -3/+1 |
| 2005-08-12 | Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th... | Jim Meyering | -1/+1 |
| 2005-07-11 | (open_next_file): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | -2/+3 |
| 2005-07-05 | Adjust to verify.h change. | Paul Eggert | -1/+1 |
| 2005-07-04 | rename: s/verify_dcl/verify_decl/ | Jim Meyering | -1/+1 |
| 2005-07-04 | Reflect name change: s/VERIFY/verify_dcl/. | Jim Meyering | -1/+1 |
| 2005-06-29 | Update sole use of VERIFY. | Jim Meyering | -3/+2 |
| 2005-06-28 | (dump_strings): Use x2realloc on 1-byte base types, not x2nrealloc. | Jim Meyering | -1/+1 |
| 2005-06-16 | Rather than this: error (..., "...`%s'...", arg); | Jim Meyering | -8/+9 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-04-26 | Remove posixver.h and its uses. | Paul Eggert | -5/+1 |
| 2005-04-11 | (check_and_close): Don't assume fopen does not return stdin. | Paul Eggert | -3/+3 |
| 2005-03-17 | Use VERIFY macro in place of an equivalent open-coded declaration. | Jim Meyering | -6/+3 |
| 2004-09-28 | (format_address_paren): c is optional, so don't output it if it's '\0'. | Paul Eggert | -1/+2 |
| 2004-09-06 | Several changes for POSIX and FreeBSD compatibility. | Paul Eggert | -108/+102 |
| 2004-08-03 | (FMT_BYTES_ALLOCATED): Now an enum, not a decimal | Paul Eggert | -266/+220 |
| 2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | -2/+4 |
| 2004-05-13 | (print_ascii, dump_strings): Use e.g. '\a' rather than | Jim Meyering | -2/+2 |
| 2004-04-15 | (gcd, lcm): Remove; now in system.h. | Jim Meyering | -27/+0 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -3/+3 |
| 2003-11-18 | `od -c -w9999999' could segfault | Jim Meyering | -2/+4 |
| 2003-11-04 | (decode_format_string): Remove unnecessary casts. | Jim Meyering | -7/+4 |
| 2003-11-04 | (decode_format_string, dump_strings): Use x2nrealloc rather than xrealloc. | Jim Meyering | -6/+4 |
| 2003-11-04 | (main): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering | -1/+1 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -2/+2 |
| 2003-09-28 | Remove unnecessary casts of alloca, since now it's guaranteed to be (void *). | Jim Meyering | -2/+2 |
| 2003-09-24 | (check_and_close, dump, dump_strings): Don't report bogus errno value | Jim Meyering | -11/+18 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -2/+2 |
| 2003-07-23 | Don't include headers already included by system.h: | Jim Meyering | -1/+0 |
| 2003-07-11 | (main): Enclose diagnostic in _(...). | Jim Meyering | -1/+1 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering | -5/+3 |
| 2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering | -3/+3 |
| 2002-09-21 | No longer include values.h. | Jim Meyering | -4/+0 |
| 2002-09-17 | `od -t x8' used the wrong (`l'-prefixed) printf format. | Jim Meyering | -10/+15 |
| 2002-09-02 | (skip): Add a cast to avoid warning about comparison | Jim Meyering | -1/+1 |
| 2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | -4/+4 |
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 |
| 2002-05-22 | [struct dummy]: Renamed. Don't rely on portability of | Jim Meyering | -3/+3 |
| 2002-05-14 | This bug was introduced with my change of 2000-10-22 (textutils-2.0.8). | Jim Meyering | -9/+19 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -26/+9 |
| 2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | -25/+62 |
| 2002-01-22 | (skip): Remove redundant check for overflow. | Jim Meyering | -4/+1 |
| 2002-01-22 | update copyright year | Jim Meyering | -1/+1 |