Age | Commit message (Expand) | Author |
2012-05-08 | maint: fix common spelling errors | Kevin Lyda |
2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering |
2012-01-27 | maint: use single copyright year range | 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-30 | build: avoid spurious test.c warning with -Wsuggest-attribute=pure | Jim Meyering |
2011-12-04 | od,test: address warnings from gcc's -Wjump-misses-init | Jim Meyering |
2011-11-20 | port to GNU hosts, where getuid and friends can fail | Paul Eggert |
2011-03-22 | test: accept "==" as a synonym for "=" | David A. Wheeler |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | 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-03-02 | maint: avoid warnings about potentially-counterproductive "inline" | Jim Meyering |
2009-01-16 | echo, printf, test: remove unused #include directives | Jim Meyering |
2009-01-14 | test, echo, printf: don't accept option abbreviation | Eric Blake |
2008-10-19 | accommodate gnulib header removals | Jim Meyering |
2008-08-26 | use new global, "Version", rather than macro, VERSION | Jim Meyering |
2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering |
2008-03-19 | Check for -- and remove -- some unnecessarily included header files. | Jim Meyering |
2007-08-30 | Use PACKAGE_NAME instead of GNU_PACKAGE. | Eric Blake |
2007-08-28 | * src/test.c (usage): Say that [ honors --help and --version, but test does not. | Jim Meyering |
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-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-01-11 | (test_syntax_error): Append a newline. All callers | Paul Eggert |
2005-12-09 | (main): Fix misleading comment. | Jim Meyering |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-08-23 | Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering |
2005-08-14 | Don't include "timespec.h". | Jim Meyering |
2005-08-14 | Include "timespec.h". | Jim Meyering |
2005-05-30 | Include sys/param.h if it exists, not if _POSIX_VERSION | Paul Eggert |
2005-05-27 | Include inttostr.h, strnumcmp.h. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-07 | (binary_operator) [LINT]: Initialize lt and rt to 0. | Jim Meyering |
2005-04-07 | (binop): Move function definition to precede first use so we can... | Jim Meyering |
2005-04-07 | (is_int, age_of, binop): Declare `char *' parameters to be `const'. | Jim Meyering |
2005-04-04 | (usage): Move USAGE_BUILTIN_WARNING to end of --help output. | Jim Meyering |
2005-04-04 | (usage): Mention that some shells provide a built-in | Jim Meyering |
2005-03-06 | Remove register keyword. | Jim Meyering |
2005-01-13 | (is_int): Don't overflow when evaluating integer constants. | Jim Meyering |