Improve the check for departures from C89, and fix the departures
[platform/upstream/coreutils.git] / src / pr.c
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2006-02-18 Jim Meyering(usage): Use two spaces (not one) to separate the
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-08-12 Jim Meyering(main): Cosmetic: use X2REALLOC rather than x2realloc.
2005-08-12 Jim Meyeringadjust long lines
2005-08-12 Jim Meyering(main): Cosmetic: use '\0' in place of 0.
2005-07-09 Paul EggertDon't include stdio.h; no longer needed.
2005-07-03 Paul EggertInclude stdio--.h, not stdio-safer.h.
2005-06-29 Jim Meyering(main, store_char): Use X2REALLOC rather than x2realloc.
2005-06-28 Jim Meyering(main, store_char): Use x2realloc on 1-byte base types...
2005-06-17 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-06-02 Paul EggertDon't use "path" or "filename".
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 EggertInclude stdio-safer.h.
2005-04-09 Jim MeyeringDon't include "timespec.h". system.h does that.
2005-04-03 Jim Meyering(main): Fix off-by-one error.
2005-04-01 Jim MeyeringCorrect indentation of the two just-split lines.
2005-04-01 Jim Meyeringsplit two longer-than-80-column lines
2005-04-01 Jim Meyering(main): Free column_count_string when done with it.
2005-04-01 Jim MeyeringDon't let pr treat +1:-1 like +1:18446744073709551615.
2005-03-28 Jim Meyering(print_sep_string):
2005-03-28 Jim Meyering(long_options): Use NULL, not `0'.
2005-03-20 Jim Meyering(init_header): Use zero-filled `.%09d' format, not...
2005-03-20 Jim Meyering(init_header): Add missing `%' in format string.
2005-03-20 Jim Meyering(parse_column_count): Adjust comment to match the code.
2005-03-19 Paul EggertInclude strftime.h, timespec.h.
2005-03-15 Jim MeyeringBoth `pr -0' and e.g., `pr -03' evoke `column count...
2005-03-10 Jim MeyeringDon't segfault for a long header date string, e.g.,
2005-03-10 Jim Meyering(init_header): Use INT_BUFSIZE_BOUND in place of INT_ST...
2005-03-06 Jim MeyeringFactor out column-count processing.
2005-03-06 Jim MeyeringRemove register keyword.
2005-01-08 Jim Meyering`pr --columns=N' was not equivalent to `pr -N' when...
2005-01-08 Jim Meyering(main): Check for column count overflow with usages...
2005-01-07 Jim Meyering(init_fps): Use xnmalloc, rather than xmalloc.
2004-11-12 Paul Eggert(strtoumax): Declare if not declared.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul EggertAdd a FIXME mentioning that there are many
2004-06-15 Jim MeyeringInclude "hard-locale.h".
2004-01-22 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-12-20 Jim MeyeringChange type of global, buff_allocated, to size_t.
2003-11-04 Jim Meyering(store_char): Use x2nrealloc rather than xrealloc.
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-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringDon't include time.h; system.h already does it.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-13 Jim Meyeringshorten long line
2003-05-13 Jim Meyering(init_fps, init_store_cols): Don't apply cast to argume...
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-08-09 Jim Meyering(main): Don't ignore -COLUMN if it's the last option.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-28 Jim MeyeringAvoid new warnings from gcc.
2002-02-16 Jim MeyeringInclude posixver.h.
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-25 Jim Meyering(usage): Indent --help and --version strings to start...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(struct COLUMN) [print_func]: Declare as a protype.
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Say that
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-03-17 Jim MeyeringInclude mbswidth.h.
2000-11-19 Jim Meyering(main): Do not assume EOF == -1.
2000-08-05 Jim Meyering(init_header): Fix buffer-overrun error.
2000-08-04 Jim Meyering(store_columns): Remove conjunct that would dereference
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-01-08 Jim Meyering(PAGES_OPTION, COLUMNS_OPTION): Define these and use...
1999-08-22 Jim Meyering(read_line): Use IF_LINT macro instead of #ifdef lint...
1999-07-25 Jim Meyering(usage): Remove `NEWS'-style paragraph (sorry to have...
1999-05-04 Jim Meyering(usage): Break the usage message into 3 pieces instead of
1999-04-15 Jim MeyeringAdd comments.
1999-04-04 Jim MeyeringAdd case_GETOPT_* cases.
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-07 Jim Meyering(usage): Add missing \n\.
1999-03-07 Jim Meyeringremove trailing blanks
1999-03-07 Jim Meyering1999-02-13 Roland Huebner <rh@pelikan.cologne.de>
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 Meyeringfix typo in comment
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-30 Jim MeyeringDon't assume ASCII.
1998-08-15 Jim Meyering(usage): Reformat a little.
1998-08-15 Jim Meyering(long_options): Add long names for all options.
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-06-27 Jim Meyering(print_page): Break out of loop before double space...
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
next