Age | Commit message (Expand) | Author |
2008-06-17 | ls, od: avoid redundant const | Eric Blake |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-13 | od: improve handling of padding | Eric Blake |
2008-06-13 | od: align multiple -t specs | Eric Blake |
2008-06-13 | od: use gnulib printf replacement as necessary | Eric Blake |
2008-06-13 | od: simplify long double support | Eric Blake |
2008-06-13 | doc: od defaults to -toS, not -td2 | Eric Blake |
2008-06-08 | standardize some error messages | Bo Borgerson |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2007-08-24 | * src/od.c (LDBL_DIG): Remove now-unneeded definition. | Jim Meyering |
2007-08-15 | od --skip (-j) works even on files in /proc, when the kernel lies | Jim Meyering |
2007-08-14 | od: fix a bug that arises when skipping exact length of file | Jim Meyering |
2007-08-11 | Accommodate more xstrtol changes. | Paul Eggert |
2007-08-04 | Adapt to new human and xstrtol API. | Paul Eggert |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-05-03 | The following commands and options now support the standard size | Paul Eggert |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-12-12 | * src/system.h (SETVBUF): Remove definition, now that the | Jim Meyering |
2006-11-27 | Improve the check for departures from C89, and fix the departures | Paul Eggert |
2006-11-16 | * bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too. | Paul Eggert |
2006-10-20 | * src/od.c (usage): Change description of default to use "-w16", | Jim Meyering |
2006-08-21 | * src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no longer defined | Jim Meyering |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-02-02 | (usage): Mention that -t a ignores high order bit. | Paul Eggert |
2005-11-26 | (unsigned_long_long_int): Renamed from ulonglong_t, | Paul Eggert |
2005-09-23 | Use `verify' to ensure that our hard-coded | Jim Meyering |
2005-08-23 | Include <float.h> unconditionally. | Jim Meyering |
2005-08-12 | Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with th... | Jim Meyering |
2005-07-11 | (open_next_file): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert |
2005-07-05 | Adjust to verify.h change. | Paul Eggert |
2005-07-04 | rename: s/verify_dcl/verify_decl/ | Jim Meyering |
2005-07-04 | Reflect name change: s/VERIFY/verify_dcl/. | Jim Meyering |
2005-06-29 | Update sole use of VERIFY. | Jim Meyering |
2005-06-28 | (dump_strings): Use x2realloc on 1-byte base types, not x2nrealloc. | Jim Meyering |
2005-06-16 | Rather than this: error (..., "...`%s'...", arg); | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-26 | Remove 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-17 | Use 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-06 | Several changes for POSIX and FreeBSD compatibility. | Paul Eggert |
2004-08-03 | (FMT_BYTES_ALLOCATED): Now an enum, not a decimal | Paul Eggert |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-05-13 | (print_ascii, dump_strings): Use e.g. '\a' rather than | Jim Meyering |