maint: quote 'like this' or "like this", not `like this'
[platform/upstream/coreutils.git] / src / pr.c
2012-01-22 Paul Eggertmaint: quote 'like this' or "like this", not `like...
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: adjust quoting: emit '...', not `...' in diagnostics
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-04 Jim Meyeringmaint: remove redundant usage declarations (-Wredundant...
2011-08-23 Pádraig Bradypr: fix so that LAST_PAGE is honored with -T
2011-07-02 Jim Meyeringmaint: use "const" and "pure" function attributes where...
2011-05-26 Jim Meyeringmaint: accommodate gcc's -Wstrict-overflow option
2011-01-07 Pádraig Bradymaint: suppress some clang scan-build warnings
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-07-22 Pádraig Bradyprovide POSIX_FADV_SEQUENTIAL hint to appropriate utils
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-02-11 Pádraig Bradydoc: remove extraneous periods from --help output
2010-01-18 Jim Meyeringpr: avoid two over-allocations
2010-01-07 Eric Blakepr: ensure the page header line is of the required...
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2010-01-01 Stéphane Raimbaultpr --help: add missing space between short and long...
2010-01-01 Stéphane Raimbaultpr --help: improve a line-break
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-04-19 Ralf Wildenhuesfix comment typos
2009-03-07 Jim Meyeringpr: fix a bug whereby --indent=N (-o) did not indent...
2009-03-06 Jim Meyeringmaint: avoid new unused-macro warnings from gcc
2009-01-16 Pádraig Bradypr: avoid -Wsign-compare warnings
2008-11-10 Jim Meyeringmake --help print "Report PROGRAM translation bugs...
2008-11-10 Jim Meyeringavoid warnings about discarding "qualifiers from pointe...
2008-09-19 Benno Schulenbergpr --help: elide arguments after short options that...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2008-04-19 Jim Meyeringpr -e, with a mix of backspaces and TABs, could corrupt...
2008-03-19 Jim MeyeringCheck for -- and remove -- some unnecessarily included...
2007-08-11 Paul EggertAccommodate more xstrtol changes.
2007-08-04 Paul EggertAdapt to new human and xstrtol API.
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-07-04 Paul Eggertpr -F no longer suppresses the footer or the first...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-18 Jim MeyeringMerge branch 'master' of /cu
2007-03-18 Jim MeyeringFix a bug in how pr -m -s works.
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.
next