summaryrefslogtreecommitdiff
path: root/src/head.c
AgeCommit message (Expand)Author
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-08-13maint: remove empty statement after jump labelBernhard Voelker
2011-06-09maint: remove unneeded includesPádraig Brady
2011-05-28maint: remove useless (off_t) cast of lseek argJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-06-08maint: adjust INT_BUFSIZE_BOUND usage for maintainabilityJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-05-29head, tail: make --help less ambiguousEric Blake
2008-11-10use xfreopen in place of unchecked freopenJim Meyering
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-05-03The following commands and options now support the standard sizePaul Eggert
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-01-31(main): Use a better diagnostic when someone uses aPaul 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-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-12Assume `free (NULL)' works.Jim Meyering
2005-04-26Remove 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-21Remove 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-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim 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-23Don't include headers already included by system.h:Jim Meyering
2003-07-11(diagnose_copy_fd_failure): New function, renamed fromJim Meyering
2003-07-10(usage): Use 1024*1024 in place of 1048576.Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering