| Age | Commit message (Expand) | Author | Lines |
| 2001-02-06 | emit a comment, print numbers one per line | Jim Meyering | -1/+9 |
| 2001-02-06 | remove parens | Jim Meyering | -1/+1 |
| 2001-02-06 | move decl of q into loop | Jim Meyering | -2/+1 |
| 2001-02-06 | remove n0 | Jim Meyering | -4/+2 |
| 2001-02-04 | remove --help --version, etc | Jim Meyering | -56/+39 |
| 2001-02-04 | (usage): Tweak --help output: it prints the _prime_ | Jim Meyering | -3/+3 |
| 2001-02-04 | (is_prime): Remove function. | Jim Meyering | -34/+26 |
| 2001-02-04 | *** empty log message *** | Jim Meyering | -13/+4 |
| 2001-02-04 | *** empty log message *** | Jim Meyering | -9/+20 |
| 2001-02-04 | *** empty log message *** | Jim Meyering | -0/+110 |
| 2001-02-03 | (main): Change type of index variable to `unsigned int' to avoid a warning. | Jim Meyering | -2/+2 |
| 2001-02-03 | (long_opts): Use `strip-trailing-slashes', | Jim Meyering | -1/+1 |
| 2001-02-03 | (long_options): Use `strip-trailing-slashes', | Jim Meyering | -1/+1 |
| 2001-02-03 | Improve the performance of `factor' (more than 2x speed-up for large N). | Jim Meyering | -9/+40 |
| 2001-01-28 | (main): Remove decl of unused local, `len'. | Jim Meyering | -2/+1 |
| 2001-01-28 | (gobble_file): Add a FIXME comment. | Jim Meyering | -0/+4 |
| 2001-01-28 | [FULL_TIME]: Define. | Jim Meyering | -1/+7 |
| 2001-01-26 | (main): Declare local result as non-const, now that it's freed. | Jim Meyering | -1/+1 |
| 2001-01-22 | (remove_file): Correct an expression to avoid making | Jim Meyering | -2/+2 |
| 2001-01-17 | (main): Likewise. | Jim Meyering | -2/+2 |
| 2001-01-17 | (PACKAGE): Likewise. | Jim Meyering | -1/+1 |
| 2001-01-17 | (main): Likewise. | Jim Meyering | -2/+2 |
| 2001-01-17 | (case_GETOPT_VERSION_CHAR): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering | -1/+1 |
| 2001-01-17 | (main): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering | -1/+1 |
| 2001-01-17 | (usage): Convert each TAB in --help output to a sequence of 8 spaces. | Jim Meyering | -4/+4 |
| 2001-01-17 | (main): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering | -4/+4 |
| 2001-01-14 | (UINT_MAX_32_BITS): Define. | Jim Meyering | -4/+10 |
| 2001-01-14 | [RENAME_TRAILING_SLASH_BUG]: Use the rename wrapper. | Jim Meyering | -0/+11 |
| 2001-01-13 | add comment to go along with last change | Jim Meyering | -1/+1 |
| 2001-01-13 | (same_file_ok): When moving a symlink onto itself, | Jim Meyering | -1/+1 |
| 2001-01-10 | (copy_internal): Add a comment. | Jim Meyering | -6/+24 |
| 2001-01-10 | (do_move): Remove diagnostic, now that copy.c issues it. | Jim Meyering | -7/+2 |
| 2001-01-10 | [struct entry] (node): Describe how it's used, | Jim Meyering | -5/+8 |
| 2001-01-10 | (copy_internal): Don't allow cp (or mv, when working | Jim Meyering | -0/+8 |
| 2001-01-09 | add comment | Jim Meyering | -2/+5 |
| 2001-01-09 | (top_level_src_path, top_level_dst_path): New globals. | Jim Meyering | -3/+21 |
| 2001-01-08 | whoops. move printf args, too | Jim Meyering | -5/+5 |
| 2001-01-07 | (usage): Split long message string. | Jim Meyering | -1/+3 |
| 2001-01-07 | Split a string that was longer than 2048 bytes. | Jim Meyering | -1/+3 |
| 2001-01-07 | (usage): Split a string that was longer than 2048 bytes. | Jim Meyering | -1/+3 |
| 2001-01-07 | back out last, prematurely-committed, change | Jim Meyering | -68/+3 |
| 2001-01-07 | Correct the indentation of an `#endif'. | Jim Meyering | -3/+68 |
| 2001-01-07 | clean up after commit hook testing | Jim Meyering | -2/+2 |
| 2001-01-07 | testing -- commit should fail | Jim Meyering | -1/+1 |
| 2001-01-07 | testing -- commit should fail | Jim Meyering | -2/+2 |
| 2001-01-07 | testing -- commit should fail | Jim Meyering | -1/+1 |
| 2001-01-07 | (usage): Untabify. | Jim Meyering | -2/+2 |
| 2001-01-07 | (parse_group): Normalize spelling. | Jim Meyering | -2/+2 |
| 2001-01-04 | (main): Fail when --rfc-822 (-R) is specified along | Jim Meyering | -1/+10 |
| 2001-01-03 | Use the more precise algorithm of GNU "make" to decide whether | Jim Meyering | -11/+65 |