Age | Commit message (Expand) | Author |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-08-12 | (main): Cosmetic: use X2REALLOC rather than x2realloc. | Jim Meyering |
2005-08-12 | adjust long lines | Jim Meyering |
2005-08-12 | (main): Cosmetic: use '\0' in place of 0. | Jim Meyering |
2005-07-09 | Don't include stdio.h; no longer needed. | Paul Eggert |
2005-07-03 | Include stdio--.h, not stdio-safer.h. | Paul Eggert |
2005-06-29 | (main, store_char): Use X2REALLOC rather than x2realloc. | Jim Meyering |
2005-06-28 | (main, store_char): Use x2realloc on 1-byte base types, not x2nrealloc. | Jim Meyering |
2005-06-17 | Don't embed `this'-style quotes in format strings. | Jim Meyering |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-12 | Assume `free (NULL)' works. | Jim Meyering |
2005-04-26 | Remove posixver.h and its uses. | Paul Eggert |
2005-04-11 | Include stdio-safer.h. | Paul Eggert |
2005-04-09 | Don't include "timespec.h". system.h does that. | Jim Meyering |
2005-04-03 | (main): Fix off-by-one error. | Jim Meyering |
2005-04-01 | Correct indentation of the two just-split lines. | Jim Meyering |
2005-04-01 | split two longer-than-80-column lines | Jim Meyering |
2005-04-01 | (main): Free column_count_string when done with it. | Jim Meyering |
2005-04-01 | Don't let pr treat +1:-1 like +1:18446744073709551615. | Jim Meyering |
2005-03-28 | (print_sep_string): | Jim Meyering |
2005-03-28 | (long_options): Use NULL, not `0'. | Jim Meyering |
2005-03-20 | (init_header): Use zero-filled `.%09d' format, not space-filled `.%9d'. | Jim Meyering |
2005-03-20 | (init_header): Add missing `%' in format string. | Jim Meyering |
2005-03-20 | (parse_column_count): Adjust comment to match the code. | Jim Meyering |
2005-03-19 | Include strftime.h, timespec.h. | Paul Eggert |
2005-03-15 | Both `pr -0' and e.g., `pr -03' evoke `column count too large'. | Jim Meyering |
2005-03-10 | Don't segfault for a long header date string, e.g., | Jim Meyering |
2005-03-10 | (init_header): Use INT_BUFSIZE_BOUND in place of INT_STRLEN_BOUND + 1. | Jim Meyering |
2005-03-06 | Factor out column-count processing. | Jim Meyering |
2005-03-06 | Remove register keyword. | Jim Meyering |
2005-01-08 | `pr --columns=N' was not equivalent to `pr -N' when also using | Jim Meyering |
2005-01-08 | (main): Check for column count overflow with usages like "pr -2147483648". | Jim Meyering |
2005-01-07 | (init_fps): Use xnmalloc, rather than xmalloc. | Jim Meyering |
2004-11-12 | (strtoumax): Declare if not declared. | Paul Eggert |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
2004-08-03 | Add a FIXME mentioning that there are many | Paul Eggert |
2004-06-15 | Include "hard-locale.h". | Jim Meyering |
2004-01-22 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-12-20 | Change type of global, buff_allocated, to size_t. | Jim Meyering |
2003-11-04 | (store_char): Use x2nrealloc rather than xrealloc. | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-23 | Don't include time.h; system.h already does it. | Jim Meyering |