aboutsummaryrefslogtreecommitdiffstats
path: root/src/pr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-19pr -e, with a mix of backspaces and TABs, could corrupt the heapJim Meyering1-1/+11
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering1-2/+1
2007-08-11Accommodate more xstrtol changes.Paul Eggert1-8/+11
2007-08-04Adapt to new human and xstrtol API.Paul Eggert1-5/+5
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-07-04pr -F no longer suppresses the footer or the first two blank header linesPaul Eggert1-13/+4
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-03-18Fix a bug in how pr -m -s works.Jim Meyering1-2/+1
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering1-2/+2
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert1-2/+2
2006-02-18(usage): Use two spaces (not one) to separate theJim Meyering1-2/+2
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert1-9/+7
2005-08-12(main): Cosmetic: use X2REALLOC rather than x2realloc.Jim Meyering1-1/+1
2005-08-12adjust long linesJim Meyering1-2/+3
2005-08-12(main): Cosmetic: use '\0' in place of 0.Jim Meyering1-1/+1
2005-07-09Don't include stdio.h; no longer needed.Paul Eggert1-1/+0
2005-07-03Include stdio--.h, not stdio-safer.h.Paul Eggert1-2/+2
2005-06-29(main, store_char): Use X2REALLOC rather than x2realloc.Jim Meyering1-1/+1
2005-06-28(main, store_char): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering1-3/+2
2005-06-17Don't embed `this'-style quotes in format strings.Jim Meyering1-13/+14
2005-06-02Don't use "path" or "filename".Paul Eggert1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-12Assume `free (NULL)' works.Jim Meyering1-26/+13
2005-04-26Remove posixver.h and its uses.Paul Eggert1-7/+2
2005-04-11Include stdio-safer.h.Paul Eggert1-2/+3
2005-04-09Don't include "timespec.h". system.h does that.Jim Meyering1-1/+0
2005-04-03(main): Fix off-by-one error.Jim Meyering1-1/+1
2005-04-01Correct indentation of the two just-split lines.Jim Meyering1-2/+2
2005-04-01split two longer-than-80-column linesJim Meyering1-2/+4
2005-04-01(main): Free column_count_string when done with it.Jim Meyering1-1/+4
2005-04-01Don't let pr treat +1:-1 like +1:18446744073709551615.Jim Meyering1-14/+6
2005-03-28(print_sep_string):Jim Meyering1-1/+1
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering1-1/+1
2005-03-20(init_header): Use zero-filled `.%09d' format, not space-filled `.%9d'.Jim Meyering1-1/+1
2005-03-20(init_header): Add missing `%' in format string.Jim Meyering1-1/+1
2005-03-20(parse_column_count): Adjust comment to match the code.Jim Meyering1-1/+1
2005-03-19Include strftime.h, timespec.h.Paul Eggert1-13/+24
2005-03-15Both `pr -0' and e.g., `pr -03' evoke `column count too large'.Jim Meyering1-16/+22
2005-03-10Don't segfault for a long header date string, e.g.,Jim Meyering1-9/+10
2005-03-10(init_header): Use INT_BUFSIZE_BOUND in place of INT_STRLEN_BOUND + 1.Jim Meyering1-1/+1
2005-03-06Factor out column-count processing.Jim Meyering1-18/+36
2005-03-06Remove register keyword.Jim Meyering1-11/+11
2005-01-08`pr --columns=N' was not equivalent to `pr -N' when also usingJim Meyering1-0/+1
2005-01-08(main): Check for column count overflow with usages like "pr -2147483648".Jim Meyering1-1/+4
2005-01-07(init_fps): Use xnmalloc, rather than xmalloc.Jim Meyering1-2/+2
2004-11-12(strtoumax): Declare if not declared.Paul Eggert1-55/+54
2004-09-21Remove unused "case 0".Paul Eggert1-3/+0
2004-08-03Add a FIXME mentioning that there are manyPaul Eggert1-219/+221