Age | Commit message (Expand) | Author |
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-01-31 | (main): Use a better diagnostic when someone uses a | Paul Eggert |
2005-12-03 | (long_options): Change the name of each undocumented, for- | Jim Meyering |
2005-07-11 | (head_lines, head_file): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-12 | Assume `free (NULL)' works. | Jim Meyering |
2005-04-26 | Remove posixver.h and its uses. | Paul Eggert |
2005-04-11 | (head_file): Don't assume open does not return 0. | Paul Eggert |
2005-01-30 | (elide_tail_bytes_pipe): Correct wording in diagnostic. | Jim Meyering |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
2004-08-03 | (presume_input_pipe, print_headers, have_read_stdin, | Paul Eggert |
2004-05-06 | (elide_tail_bytes_pipe): Use xnmalloc, rather than xmalloc. | Jim Meyering |
2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-09-05 | (elide_tail_lines_pipe): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes. | Jim Meyering |
2003-09-04 | (elide_tail_lines_pipe): Don't truncate return value from safe_read. | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-11 | (diagnose_copy_fd_failure): New function, renamed from | Jim Meyering |
2003-07-10 | (usage): Use 1024*1024 in place of 1048576. | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-05-21 | (elide_tail_lines_pipe): Fix a thinko. | Jim Meyering |
2003-05-14 | (usage): Document new feature: --bytes=-N and --lines=-N. | Jim Meyering |
2003-05-14 | (AUTHORS): Enclose string in N_(...), now that it includes `and'. | Jim Meyering |
2003-05-13 | (elide_tail_lines_pipe): Don't apply cast to argument of free. | Jim Meyering |
2003-05-13 | (elide_tail_lines_pipe): Use `if', not an assert. | Jim Meyering |
2003-05-12 | Include <assert.h>. | Jim Meyering |
2003-05-07 | Implement support so that `head --lines=-N' works on seekable files. | Jim Meyering |
2003-05-03 | Extend head to accept --lines=-N (--bytes=-N) and to print all | Jim Meyering |
2002-10-07 | (head_bytes, head_lines): Adapt to new safe_read ABI. | Jim Meyering |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2002-02-16 | Include posixver.h. | Jim Meyering |
2002-02-11 | (head_lines): If we have read too much data, try | Jim Meyering |
2002-02-02 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2001-12-01 | Reflect renaming to, and new usage of these macros: | Jim Meyering |
2001-12-01 | (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION | Jim Meyering |
2001-11-23 | Factor out some common strings to make translation easier. | Jim Meyering |
2001-11-11 | (usage): Split --help output into smaller pieces. | Jim Meyering |
2001-11-04 | (usage): Say that | Jim Meyering |
2001-10-27 | Give an accurate diagnostic when `head --bytes=30M' fails. | Jim Meyering |
2001-08-18 | (head_bytes): Read no more than the specified number of bytes. | Jim Meyering |
2000-08-07 | (head): Call write_header here. | Jim Meyering |
2000-05-24 | (head_file): Use STDIN_FILENO in place of `0'. | Jim Meyering |
2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering |
2000-05-12 | (string_to_integer): Restrict base to 10. | Jim Meyering |