| Age | Commit message (Expand) | Author | Lines |
| 2012-06-05 | maint: mark new diagnostic for translation | Jim Meyering | -1/+1 |
| 2012-06-05 | head: with --lines=-N (-n-N) reset file pointer on seekable input | Jim Meyering | -0/+8 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -7/+7 |
| 2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering | -2/+2 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-08-13 | maint: remove empty statement after jump label | Bernhard Voelker | -1/+1 |
| 2011-06-09 | maint: remove unneeded includes | Pádraig Brady | -1/+0 |
| 2011-05-28 | maint: remove useless (off_t) cast of lseek arg | Jim Meyering | -5/+5 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-06-08 | maint: adjust INT_BUFSIZE_BOUND usage for maintainability | Jim Meyering | -4/+4 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -2/+1 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -358/+358 |
| 2009-05-29 | head, tail: make --help less ambiguous | Eric Blake | -6/+7 |
| 2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering | -2/+3 |
| 2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering | -1/+0 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -1/+1 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |
| 2008-06-02 | declare program_name consistently | Jim Meyering | -1/+1 |
| 2008-05-26 | adjust copyright dates | Jim Meyering | -1/+1 |
| 2008-05-26 | convert 2-author programs to use proper_name | Jim Meyering | -1/+3 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -5/+4 |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | -1/+1 |
| 2007-05-03 | The following commands and options now support the standard size | Paul Eggert | -4/+6 |
| 2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | -1/+1 |
| 2006-01-31 | (main): Use a better diagnostic when someone uses a | Paul Eggert | -3/+6 |
| 2005-12-03 | (long_options): Change the name of each undocumented, for- | Jim Meyering | -1/+1 |
| 2005-07-11 | (head_lines, head_file): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert | -16/+6 |
| 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-05-12 | Assume `free (NULL)' works. | Jim Meyering | -2/+1 |
| 2005-04-26 | Remove posixver.h and its uses. | Paul Eggert | -18/+0 |
| 2005-04-11 | (head_file): Don't assume open does not return 0. | Paul Eggert | -2/+3 |
| 2005-01-30 | (elide_tail_bytes_pipe): Correct wording in diagnostic. | Jim Meyering | -2/+2 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -3/+0 |
| 2004-08-03 | (presume_input_pipe, print_headers, have_read_stdin, | Paul Eggert | -85/+85 |
| 2004-05-06 | (elide_tail_bytes_pipe): Use xnmalloc, rather than xmalloc. | Jim Meyering | -1/+1 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -3/+3 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -2/+2 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -2/+2 |
| 2003-09-18 | revert previous change | Jim Meyering | -1/+1 |
| 2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering | -1/+1 |
| 2003-09-05 | (elide_tail_lines_pipe): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes. | Jim Meyering | -11/+9 |
| 2003-09-04 | (elide_tail_lines_pipe): Don't truncate return value from safe_read. | Jim Meyering | -1/+2 |
| 2003-07-23 | Don't include headers already included by system.h: | Jim Meyering | -1/+0 |
| 2003-07-11 | (diagnose_copy_fd_failure): New function, renamed from | Jim Meyering | -25/+23 |