maint: remove empty statement after jump label
[platform/upstream/coreutils.git] / src / head.c
2011-08-13 Bernhard Voelkermaint: remove empty statement after jump label
2011-06-09 Pádraig Bradymaint: remove unneeded includes
2011-05-28 Jim Meyeringmaint: remove useless (off_t) cast of lseek arg
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-06-08 Jim Meyeringmaint: adjust INT_BUFSIZE_BOUND usage for maintainability
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-05-29 Eric Blakehead, tail: make --help less ambiguous
2008-11-10 Jim Meyeringuse xfreopen in place of unchecked freopen
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-03 Paul EggertThe following commands and options now support the...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-01-31 Paul Eggert(main): Use a better diagnostic when someone uses a
2005-12-03 Jim Meyering(long_options): Change the name of each undocumented...
2005-07-11 Paul Eggert(head_lines, head_file): Avoid setmode; use POSIX-speci...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-04-26 Paul EggertRemove posixver.h and its uses.
2005-04-11 Paul Eggert(head_file): Don't assume open does not return 0.
2005-01-30 Jim Meyering(elide_tail_bytes_pipe): Correct wording in diagnostic.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul Eggert(presume_input_pipe, print_headers, have_read_stdin,
2004-05-06 Jim Meyering(elide_tail_bytes_pipe): Use xnmalloc, rather than...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-09-05 Jim Meyering(elide_tail_lines_pipe): Don't assign 0 or SAFE_READ_ER...
2003-09-04 Jim Meyering(elide_tail_lines_pipe): Don't truncate return value...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-11 Jim Meyering(diagnose_copy_fd_failure): New function, renamed from
2003-07-10 Jim Meyering(usage): Use 1024*1024 in place of 1048576.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-21 Jim Meyering(elide_tail_lines_pipe): Fix a thinko.
2003-05-14 Jim Meyering(usage): Document new feature: --bytes=-N and --lines=-N.
2003-05-14 Jim Meyering(AUTHORS): Enclose string in N_(...), now that it inclu...
2003-05-13 Jim Meyering(elide_tail_lines_pipe): Don't apply cast to argument...
2003-05-13 Jim Meyering(elide_tail_lines_pipe): Use `if', not an assert.
2003-05-12 Jim MeyeringInclude <assert.h>.
2003-05-07 Jim MeyeringImplement support so that `head --lines=-N' works on...
2003-05-03 Jim MeyeringExtend head to accept --lines=-N (--bytes=-N) and to...
2002-10-07 Jim Meyering(head_bytes, head_lines): Adapt to new safe_read ABI.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-02-16 Jim MeyeringInclude posixver.h.
2002-02-11 Jim Meyering(head_lines): If we have read too much data, try
2002-02-02 Jim MeyeringAdd more support for POSIX 1003.1-2001, which requires...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Say that
2001-10-27 Jim MeyeringGive an accurate diagnostic when `head --bytes=30M...
2001-08-18 Jim Meyering(head_bytes): Read no more than the specified number...
2000-08-07 Jim Meyering(head): Call write_header here.
2000-05-24 Jim Meyering(head_file): Use STDIN_FILENO in place of `0'.
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-05-12 Jim Meyering(string_to_integer): Restrict base to 10.
1999-04-24 Jim MeyeringInclude new "xstrtol.h", not "xstrtoul.h".
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-01 Jim Meyering(head_bytes, head_lines) [O_BINARY]: Use binary I/O.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1998-04-11 Jim MeyeringInclude safe-read.h instead of merely declaring safe_read.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-07-13 Jim MeyeringInclude xstrtoul.h.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-25 Jim Meyeringupdate for changed xstrtou?l
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringCall error with EXIT_FAILURE (rather than `1') as first...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
next