summaryrefslogtreecommitdiff
path: root/src/pr.c
AgeCommit message (Expand)Author
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: adjust quoting: emit '...', not `...' in diagnosticsJim 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-12-04maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering
2011-08-24pr: fix so that LAST_PAGE is honored with -TPádraig Brady
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering
2011-01-07maint: suppress some clang scan-build warningsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-02-11doc: remove extraneous periods from --help outputPádraig Brady
2010-01-18pr: avoid two over-allocationsJim Meyering
2010-01-06pr: ensure the page header line is of the required formatEric Blake
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2010-01-01pr --help: add missing space between short and long options usage messageStéphane Raimbault
2010-01-01pr --help: improve a line-breakStéphane Raimbault
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-04-19fix comment typosRalf Wildenhues
2009-03-07pr: fix a bug whereby --indent=N (-o) did not indent header linesJim Meyering
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering
2009-01-16pr: avoid -Wsign-compare warningsPádraig Brady
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering
2008-09-19pr --help: elide arguments after short options that allow a spaceBenno Schulenberg
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering
2008-04-19pr -e, with a mix of backspaces and TABs, could corrupt the heapJim Meyering
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering
2007-08-11Accommodate more xstrtol changes.Paul Eggert
2007-08-04Adapt to new human and xstrtol API.Paul Eggert
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-07-04pr -F no longer suppresses the footer or the first two blank header linesPaul Eggert
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-03-18Fix a bug in how pr -m -s works.Jim Meyering
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-02-18(usage): Use two spaces (not one) to separate theJim Meyering
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert
2005-08-12(main): Cosmetic: use X2REALLOC rather than x2realloc.Jim Meyering