summaryrefslogtreecommitdiff
path: root/src/head.c
AgeCommit message (Expand)Author
2014-04-02head: port to Darwin and use simpler seeksPaul Eggert
2014-03-31head: fix bug with head -c-N when stdin is not at startPaul Eggert
2014-02-09head,tail: consistently diagnose write errorsPádraig Brady
2014-02-09head: fix --lines=-0 outputting nothing if no newline at EOFАлексей Шилин
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-07-12head: avoid redundant allocations when reading empty filesPádraig Brady
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-06-05maint: mark new diagnostic for translationJim Meyering
2012-06-05head: with --lines=-N (-n-N) reset file pointer on seekable inputJim Meyering
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