Age | Commit message (Expand) | Author |
2012-01-11 | maint: adjust formatting of certain continued strings | Jim Meyering |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: adjust quoting: emit '...', not `...' in diagnostics | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-12-04 | od,test: address warnings from gcc's -Wjump-misses-init | Jim Meyering |
2011-08-13 | maint: remove empty statement after jump label | Bernhard Voelker |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert |
2010-11-18 | od: fix bugs in displaying floating-point values | Paul Eggert |
2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-05-25 | maint: don't emit an extra newline in each of two diagnostics | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-05-17 | maint: use ARRAY_CARDINALITY more | Jim Meyering |
2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering |
2008-09-19 | od: ungettextize debugging messages | Benno Schulenberg |
2008-09-19 | od --help: avoid concatening two messages without a newline | Benno Schulenberg |
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 |