2006-11-27 |
Paul Eggert | Improve the check for departures from C89, and fix... |
blob | commitdiff |
2006-11-16 |
Paul Eggert | * bootstrap.conf (gnulib_modules): Add sys_stat, since... |
blob | commitdiff | diff to current |
2006-10-20 |
Jim Meyering | * src/od.c (usage): Change description of default to... |
blob | commitdiff | diff to current |
2006-08-21 |
Jim Meyering | * src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no... |
blob | commitdiff | diff to current |
2006-07-09 |
Paul Eggert | Adjust to today's renaming changes in system.h. |
blob | commitdiff | diff to current |
2006-02-02 |
Paul Eggert | (usage): Mention that -t a ignores high order bit. |
blob | commitdiff | diff to current |
2005-11-26 |
Paul Eggert | (unsigned_long_long_int): Renamed from ulonglong_t, |
blob | commitdiff | diff to current |
2005-09-23 |
Jim Meyering | Use `verify' to ensure that our hard-coded |
blob | commitdiff | diff to current |
2005-08-23 |
Jim Meyering | Include <float.h> unconditionally. |
blob | commitdiff | diff to current |
2005-08-12 |
Jim Meyering | Cosmetic: use X2NREALLOC (only two arguments) rather... |
blob | commitdiff | diff to current |
2005-07-11 |
Paul Eggert | (open_next_file): Avoid setmode; use POSIX-specified... |
blob | commitdiff | diff to current |
2005-07-05 |
Paul Eggert | Adjust to verify.h change. |
blob | commitdiff | diff to current |
2005-07-04 |
Jim Meyering | rename: s/verify_dcl/verify_decl/ |
blob | commitdiff | diff to current |
2005-07-04 |
Jim Meyering | Reflect name change: s/VERIFY/verify_dcl/. |
blob | commitdiff | diff to current |
2005-06-29 |
Jim Meyering | Update sole use of VERIFY. |
blob | commitdiff | diff to current |
2005-06-28 |
Jim Meyering | (dump_strings): Use x2realloc on 1-byte base types... |
blob | commitdiff | diff to current |
2005-06-16 |
Jim Meyering | Rather than this: error (..., "...`%s'...", arg); |
blob | commitdiff | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | diff to current |
2005-04-26 |
Paul Eggert | Remove posixver.h and its uses. |
blob | commitdiff | diff to current |
2005-04-11 |
Paul Eggert | (check_and_close): Don't assume fopen does not return... |
blob | commitdiff | diff to current |
2005-03-17 |
Jim Meyering | Use VERIFY macro in place of an equivalent open-coded... |
blob | commitdiff | diff to current |
2004-09-28 |
Paul Eggert | (format_address_paren): c is optional, so don't output... |
blob | commitdiff | diff to current |
2004-09-06 |
Paul Eggert | Several changes for POSIX and FreeBSD compatibility. |
blob | commitdiff | diff to current |
2004-08-03 |
Paul Eggert | (FMT_BYTES_ALLOCATED): Now an enum, not a decimal |
blob | commitdiff | diff to current |
2004-06-21 |
Jim Meyering | (main): Standardize on the diagnostics given when someo... |
blob | commitdiff | diff to current |
2004-05-13 |
Jim Meyering | (print_ascii, dump_strings): Use e.g. '\a' rather than |
blob | commitdiff | diff to current |
2004-04-15 |
Jim Meyering | (gcd, lcm): Remove; now in system.h. |
blob | commitdiff | diff to current |
2004-01-21 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | diff to current |
2003-11-18 |
Jim Meyering | `od -c -w9999999' could segfault |
blob | commitdiff | diff to current |
2003-11-04 |
Jim Meyering | (decode_format_string): Remove unnecessary casts. |
blob | commitdiff | diff to current |
2003-11-04 |
Jim Meyering | (decode_format_string, dump_strings): Use x2nrealloc... |
blob | commitdiff | diff to current |
2003-11-04 |
Jim Meyering | (main): Use `sizeof *var' rather than `sizeof EXPLICIT_... |
blob | commitdiff | diff to current |
2003-10-18 |
Jim Meyering | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS... |
blob | commitdiff | diff to current |
2003-09-28 |
Jim Meyering | Remove unnecessary casts of alloca, since now it's... |
blob | commitdiff | diff to current |
2003-09-24 |
Jim Meyering | (check_and_close, dump, dump_strings): Don't report... |
blob | commitdiff | diff to current |
2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff | diff to current |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | diff to current |
2003-07-11 |
Jim Meyering | (main): Enclose diagnostic in _(...). |
blob | commitdiff | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | diff to current |
2003-04-11 |
Jim Meyering | Remove anachronistic casts of xmalloc, |
blob | commitdiff | diff to current |
2002-12-15 |
Jim Meyering | Remove all uses of `PARAMS'. |
blob | commitdiff | diff to current |
2002-09-21 |
Jim Meyering | No longer include values.h. |
blob | commitdiff | diff to current |
2002-09-17 |
Jim Meyering | `od -t x8' used the wrong (`l'-prefixed) printf format. |
blob | commitdiff | diff to current |
2002-09-02 |
Jim Meyering | (skip): Add a cast to avoid warning about comparison |
blob | commitdiff | diff to current |
2002-08-31 |
Jim Meyering | Change `exit (0)' to `exit (EXIT_SUCCESS)', |
blob | commitdiff | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | diff to current |
2002-05-22 |
Jim Meyering | [struct dummy]: Renamed. Don't rely on portability of |
blob | commitdiff | diff to current |
2002-05-14 |
Jim Meyering | This bug was introduced with my change of 2000-10-22... |
blob | commitdiff | diff to current |
2002-02-16 |
Jim Meyering | Include posixver.h. |
blob | commitdiff | diff to current |
2002-02-02 |
Jim Meyering | Add more support for POSIX 1003.1-2001, which requires... |
blob | commitdiff | diff to current |
2002-01-22 |
Jim Meyering | (skip): Remove redundant check for overflow. |
blob | commitdiff | diff to current |
2002-01-22 |
Jim Meyering | update copyright year |
blob | commitdiff | diff to current |
2002-01-22 |
Jim Meyering | (skip): Use fseeko rather than lseek. |
blob | commitdiff | diff to current |
2001-12-03 |
Jim Meyering | (usage): Don't split translatable strings in the middle... |
blob | commitdiff | diff to current |
2001-12-01 |
Jim Meyering | Reflect renaming to, and new usage of these macros: |
blob | commitdiff | diff to current |
2001-12-01 |
Jim Meyering | (usage): Use new macros, EMIT_HELP_DESCRIPTION and... |
blob | commitdiff | diff to current |
2001-11-23 |
Jim Meyering | Factor out some common strings to make translation... |
blob | commitdiff | diff to current |
2001-11-11 |
Jim Meyering | (struct tspec): Declare function pointer with prototype. |
blob | commitdiff | diff to current |
2001-11-11 |
Jim Meyering | (parse_old_offset): Declare to be static. |
blob | commitdiff | diff to current |
2001-11-11 |
Jim Meyering | (usage): Split --help output into smaller pieces. |
blob | commitdiff | diff to current |
2001-11-04 |
Jim Meyering | (usage): Say that |
blob | commitdiff | diff to current |
2001-09-20 |
Jim Meyering | (MAX_ADDRESS_LENGTH, pseudo_offset, format_address, |
blob | commitdiff | diff to current |
2001-09-19 |
Jim Meyering | (open_next_file): Use SETVBUF, not setbuf. |
blob | commitdiff | diff to current |
2001-09-19 |
Jim Meyering | When --read-bytes=N (-N N) is used, disable input buffe... |
blob | commitdiff | diff to current |
2001-01-02 |
Jim Meyering | (ulonglong_t): Define place-holder type to avoid some... |
blob | commitdiff | diff to current |
2001-01-02 |
Jim Meyering | (decode_one_format): Guard use of print_long_long with |
blob | commitdiff | diff to current |
2000-12-07 |
Jim Meyering | (address_base): Declare to be static. |
blob | commitdiff | diff to current |
2000-12-07 |
Jim Meyering | (address_base, address_pad_len): New var. |
blob | commitdiff | diff to current |
2000-12-03 |
Jim Meyering | use CHAR_BIT, not BITSPERBYTE TEXTUTILS-2_0_9 |
blob | commitdiff | diff to current |
2000-12-03 |
Jim Meyering | Make od print valid addresses for offsets of 2^32 and... |
blob | commitdiff | diff to current |
2000-12-03 |
Jim Meyering | Make od print valid addresses for offsets of 2^32 and... |
blob | commitdiff | diff to current |
2000-12-02 |
Jim Meyering | (skip): Use lseek instead of worrying about fseeko... |
blob | commitdiff | diff to current |
2000-11-06 |
Jim Meyering | (skip): st_size is not defined for directories. |
blob | commitdiff | diff to current |
2000-10-22 |
Jim Meyering | Support 8-byte integers, assuming they're printable... |
blob | commitdiff | diff to current |
2000-05-20 |
Jim Meyering | Arrange to call close_stdout upon exit. Don't close... |
blob | commitdiff | diff to current |
1999-08-22 |
Jim Meyering | (dump): Use IF_LINT macro instead of #ifdef lint... |
blob | commitdiff | diff to current |
1999-04-24 |
Jim Meyering | Include new "xstrtol.h", not "xstrtoul.h". |
blob | commitdiff | diff to current |
1999-04-13 |
Jim Meyering | * src/od.c (MIN, MAX): Remove definitions. |
blob | commitdiff | diff to current |
1999-04-04 |
Jim Meyering | Standardize --help and --version processing. |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Use AUTHORS in place of string in parse_long_options... |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Insert AUTHORS definition. |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | Use PROGRAM_NAME in place of string in parse_long_optio... |
blob | commitdiff | diff to current |
1999-04-03 |
Jim Meyering | define PROGRAM_NAME |
blob | commitdiff | diff to current |
1999-03-04 |
Jim Meyering | Include long-options.h |
blob | commitdiff | diff to current |
1999-02-16 |
Jim Meyering | update copyright dates |
blob | commitdiff | diff to current |
1999-01-14 |
Jim Meyering | Don't prototype usage as static. |
blob | commitdiff | diff to current |
1999-01-01 |
Jim Meyering | (skip, read_char, read_block) [O_BINARY]: Switch input |
blob | commitdiff | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1998-06-29 |
Jim Meyering | revert back to using lower case _unlocked wrapper names |
blob | commitdiff | diff to current |
1998-06-29 |
Jim Meyering | Change all uses of unlocked-wrapped functions to their... |
blob | commitdiff | diff to current |
1998-01-10 |
Jim Meyering | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX... |
blob | commitdiff | diff to current |
1997-12-21 |
Jim Meyering | s/__P/PARAMS/ |
blob | commitdiff | diff to current |
1997-11-08 |
Jim Meyering | (fseeko): Define a stub if ! HAVE_FSEEKO. |
blob | commitdiff | diff to current |
1997-10-25 |
Jim Meyering | Remove old-style xmalloc and xrealloc decls. |
blob | commitdiff | diff to current |
1997-10-18 |
Jim Meyering | (LONG_MAX): Define if not defined. |
blob | commitdiff | diff to current |
1997-10-14 |
Jim Meyering | (STREQ): Remove definition. |
blob | commitdiff | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | diff to current |
1997-09-22 |
Jim Meyering | [struct tspec] (hexl_mode_trailer): Rename from `trailer.' |
blob | commitdiff | diff to current |
1997-09-21 |
Jim Meyering | Patch from John Kodis. |
blob | commitdiff | diff to current |
next |