summaryrefslogtreecommitdiffstats
path: root/src/pr.c
AgeCommit message (Expand)AuthorLines
2009-04-19fix comment typosRalf Wildenhues-2/+2
2009-03-07pr: fix a bug whereby --indent=N (-o) did not indent header linesJim Meyering-2/+4
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering-2/+0
2009-01-16pr: avoid -Wsign-compare warningsPádraig Brady-4/+4
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering-1/+0
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering-4/+4
2008-09-19pr --help: elide arguments after short options that allow a spaceBenno Schulenberg-8/+6
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-08standardize some error messagesBo Borgerson-4/+4
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert 2-author programs to use proper_nameJim Meyering-1/+3
2008-04-19pr -e, with a mix of backspaces and TABs, could corrupt the heapJim Meyering-1/+11
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering-2/+1
2007-08-11Accommodate more xstrtol changes.Paul Eggert-8/+11
2007-08-04Adapt to new human and xstrtol API.Paul Eggert-5/+5
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-07-04pr -F no longer suppresses the footer or the first two blank header linesPaul Eggert-13/+4
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2007-03-18Fix a bug in how pr -m -s works.Jim Meyering-2/+1
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering-2/+2
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert-2/+2
2006-02-18(usage): Use two spaces (not one) to separate theJim Meyering-2/+2
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert-9/+7
2005-08-12(main): Cosmetic: use X2REALLOC rather than x2realloc.Jim Meyering-1/+1
2005-08-12adjust long linesJim Meyering-2/+3
2005-08-12(main): Cosmetic: use '\0' in place of 0.Jim Meyering-1/+1
2005-07-09Don't include stdio.h; no longer needed.Paul Eggert-1/+0
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert-2/+2
2005-06-29(main, store_char): Use X2REALLOC rather than x2realloc.Jim Meyering-1/+1
2005-06-28(main, store_char): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering-3/+2
2005-06-17Don't embed `this'-style quotes in format strings.Jim Meyering-13/+14
2005-06-02Don't use "path" or "filename".Paul Eggert-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-12Assume `free (NULL)' works.Jim Meyering-26/+13
2005-04-26Remove posixver.h and its uses.Paul Eggert-7/+2
2005-04-11Include stdio-safer.h.Paul Eggert-2/+3
2005-04-09Don't include "timespec.h". system.h does that.Jim Meyering-1/+0
2005-04-03(main): Fix off-by-one error.Jim Meyering-1/+1
2005-04-01Correct indentation of the two just-split lines.Jim Meyering-2/+2
2005-04-01split two longer-than-80-column linesJim Meyering-2/+4
2005-04-01(main): Free column_count_string when done with it.Jim Meyering-1/+4
2005-04-01Don't let pr treat +1:-1 like +1:18446744073709551615.Jim Meyering-14/+6
2005-03-28(print_sep_string):Jim Meyering-1/+1
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering-1/+1
2005-03-20(init_header): Use zero-filled `.%09d' format, not space-filled `.%9d'.Jim Meyering-1/+1
2005-03-20(init_header): Add missing `%' in format string.Jim Meyering-1/+1