Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-06 | require 1 argument | Jim Meyering | |
2001-02-06 | better comment | Jim Meyering | |
2001-02-06 | emit a comment, print numbers one per line | Jim Meyering | |
2001-02-06 | remove parens | Jim Meyering | |
2001-02-06 | move decl of q into loop | Jim Meyering | |
2001-02-06 | remove n0 | Jim Meyering | |
2001-02-04 | remove --help --version, etc | Jim Meyering | |
2001-02-04 | (usage): Tweak --help output: it prints the _prime_ | Jim Meyering | |
factors, not just any factors. | |||
2001-02-04 | (is_prime): Remove function. | Jim Meyering | |
2001-02-04 | *** empty log message *** | Jim Meyering | |
2001-02-04 | *** empty log message *** | Jim Meyering | |
2001-02-04 | *** empty log message *** | Jim Meyering | |
2001-02-03 | (main): Change type of index variable to `unsigned int' to avoid a warning. | Jim Meyering | |
2001-02-03 | (long_opts): Use `strip-trailing-slashes', | Jim Meyering | |
per the documetation, not `strip-trailing-slash'. | |||
2001-02-03 | (long_options): Use `strip-trailing-slashes', | Jim Meyering | |
per the documetation, not `strip-trailing-slash'. | |||
2001-02-03 | Improve the performance of `factor' (more than 2x speed-up for large N). | Jim Meyering | |
(wheel_tab): New global table. (WHEEL_START, WHEEL_END): Define. (factor): Remove the loop that special-cased `2'. Instead of incrementing by `2', use the offsets from the wheel table. From Michael Steffens. | |||
2001-01-28 | (main): Remove decl of unused local, `len'. | Jim Meyering | |
2001-01-28 | (gobble_file): Add a FIXME comment. | Jim Meyering | |
2001-01-28 | [FULL_TIME]: Define. | Jim Meyering | |
(long_options): Use it. (decode_switches): Make --full-time imply -l. | |||
2001-01-26 | (main): Declare local result as non-const, now that it's freed. | Jim Meyering | |
2001-01-22 | (remove_file): Correct an expression to avoid making | Jim Meyering | |
an unnecessary call to euidaccess for each file. | |||
2001-01-17 | (main): Likewise. | Jim Meyering | |
2001-01-17 | (PACKAGE): Likewise. | Jim Meyering | |
2001-01-17 | (main): Likewise. | Jim Meyering | |
2001-01-17 | (case_GETOPT_VERSION_CHAR): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering | |
2001-01-17 | (main): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering | |
2001-01-17 | (usage): Convert each TAB in --help output to a sequence of 8 spaces. | Jim Meyering | |
2001-01-17 | (main): Use PACKAGE, not GNU_PACKAGE. | Jim Meyering | |
2001-01-14 | (UINT_MAX_32_BITS): Define. | Jim Meyering | |
Use UINT_MAX_32_BITS in the cpp conditions that determine the `word32' typedef. Using a literal `0xffffffff' failed with HPUX10.20's /bin/cc. | |||
2001-01-14 | [RENAME_TRAILING_SLASH_BUG]: Use the rename wrapper. | Jim Meyering | |
2001-01-13 | add comment to go along with last change | Jim Meyering | |
2001-01-13 | (same_file_ok): When moving a symlink onto itself, | Jim Meyering | |
don't remove the symlink. Reported by David Luyer as Debian bug#82089, via Michael Stone. | |||
2001-01-10 | (copy_internal): Add a comment. | Jim Meyering | |
Set *copy_into_self in the new code that detects that. Make diagnostic more consistent: s/won't/will not/. [move_mode, copy_into_self]: Give a diagnstic here, now that we have the top_level_* globals. Remove the corresponding diagnostic from mv.c. Add a FIXME comment. | |||
2001-01-10 | (do_move): Remove diagnostic, now that copy.c issues it. | Jim Meyering | |
Set `fail' to nonzero in the primary `if (copy_into_self)' block rather than in its own tiny one below. | |||
2001-01-10 | [struct entry] (node): Describe how it's used, | Jim Meyering | |
now that we've overloaded it a little, in order to detect and diagnose the copying-directory-into-self problem. (new_file): Remove global. (htab): Declare global to be static. (remember_created): Insert file name instead of dummy pointer, so that copy.c can use the just-created directory name to detect the copying-directory-into-self problem. | |||
2001-01-10 | (copy_internal): Don't allow cp (or mv, when working | Jim Meyering | |
across a partition boundary) to overwrite a non-directory with a directory. | |||
2001-01-09 | add comment | Jim Meyering | |
2001-01-09 | (top_level_src_path, top_level_dst_path): New globals. | Jim Meyering | |
(copy_internal): Use them. (copy): Set them. | |||
2001-01-08 | whoops. move printf args, too | Jim Meyering | |
2001-01-07 | (usage): Split long message string. | Jim Meyering | |
2001-01-07 | Split a string that was longer than 2048 bytes. | Jim Meyering | |
2001-01-07 | (usage): Split a string that was longer than 2048 bytes. | Jim Meyering | |
2001-01-07 | back out last, prematurely-committed, change | Jim Meyering | |
2001-01-07 | Correct the indentation of an `#endif'. | Jim Meyering | |
2001-01-07 | clean up after commit hook testing | Jim Meyering | |
2001-01-07 | testing -- commit should fail | Jim Meyering | |
2001-01-07 | testing -- commit should fail | Jim Meyering | |
2001-01-07 | testing -- commit should fail | Jim Meyering | |
2001-01-07 | (usage): Untabify. | Jim Meyering | |
2001-01-07 | (parse_group): Normalize spelling. | Jim Meyering | |