Age | Commit message (Expand) | Author |
2000-11-01 | remove const attribute for PARENTS | Jim Meyering |
2000-11-01 | Fix bad typo! free the string, PARENTS, not the function, dir_name. | Jim Meyering |
2000-11-01 | (main): Better diagnostics. | Jim Meyering |
2000-10-31 | `mkdir -p' would create parent directories with permissions | Jim Meyering |
2000-10-30 | Include "system.h" after wctype.h (not before) to avoid | Jim Meyering |
2000-10-29 | (do_copy): When constructing dst_path for use with the | Jim Meyering |
2000-10-29 | (DT_INIT): Define. | Jim Meyering |
2000-10-28 | [enum filetype] (arg_directory): Rather than `100', use | Jim Meyering |
2000-10-28 | (main): In call to gobble_file with `"."', use `directory' | Jim Meyering |
2000-10-28 | Make `ls' a lot more efficient on systems (e.g., linux-2.4.*) | Jim Meyering |
2000-10-28 | Include assert.h. | Jim Meyering |
2000-10-26 | (usage): Mention the time zone, UTC, and write the date | Jim Meyering |
2000-10-25 | Include dirname.h. | Jim Meyering |
2000-10-22 | include stdio.h | Jim Meyering |
2000-10-22 | renamed from shasum.c | Jim Meyering |
2000-10-22 | fix typo | Jim Meyering |
2000-10-22 | (print_long_format): Wrap date format strings in _(...) | Jim Meyering |
2000-10-22 | (make_path_private): Add a FIXME comment. | Jim Meyering |
2000-10-22 | . | Jim Meyering |
2000-10-22 | Factor out the differences between MD5 and SHA1, | Jim Meyering |
2000-10-22 | Support 8-byte integers, assuming they're printable with e.g., %lld. | Jim Meyering |
2000-10-22 | add missing backslash | Jim Meyering |
2000-10-21 | The command, `yes ''|./cat -n' would stop printing after INT_MAX lines. | Jim Meyering |
2000-10-21 | Prevent a counter buffer overrun when numbering lines and when | Jim Meyering |
2000-10-21 | (SORT_OUT_OF_ORDER): Define. | Jim Meyering |
2000-10-21 | (main): Use EXIT_SUCCESS rather than 0. | Jim Meyering |
2000-10-18 | (universal_time): Remove; it's just a temptation to do the wrong thing. | Jim Meyering |
2000-10-18 | Undo the effect of the 1997-07-12 change to date.c; it | Jim Meyering |
2000-10-16 | fix spell-o in comment | Jim Meyering |
2000-10-16 | (rm_option_init): Remove FIXME-maybe comment. | Jim Meyering |
2000-09-30 | (main): Rename local `symbolic_mode' to `specified_mode'. | Jim Meyering |
2000-09-30 | (change_file_mode): Perform the chmod even if the | Jim Meyering |
2000-09-30 | (main): Don't set the umask to 0 and hand-apply | Jim Meyering |
2000-09-30 | (main): Rename local `symbolic_mode' to `specified_mode'. | Jim Meyering |
2000-09-30 | (main): Don't set the umask to 0 and hand-apply | Jim Meyering |
2000-09-30 | (main): Rename local `symbolic_mode' to `specified_mode'. | Jim Meyering |
2000-09-30 | (main): Don't set the umask to 0 and hand-apply | Jim Meyering |
2000-09-30 | (main): Rename local `symbolic_mode' to `specified_mode'. | Jim Meyering |
2000-09-30 | Remove option-describing comment block. | Jim Meyering |
2000-09-29 | (usage): Add a separate usage line, just for `OPTION'. | Jim Meyering |
2000-09-25 | (long_opts): --exact doesn't take an argument. | Jim Meyering |
2000-09-25 | (usage): Match revised documentation better. | Jim Meyering |
2000-09-24 | (main): Tweak a relatively new diagnostic. | Jim Meyering |
2000-09-22 | (main): When used with --force, each of the --link and | Jim Meyering |
2000-09-22 | (cp_option_init): Once again make it so install always | Jim Meyering |
2000-09-22 | (do_move): Moving a directory specified with a trailing | Jim Meyering |
2000-09-22 | (copy_internal): Don't try to unlink directories when | Jim Meyering |
2000-09-09 | (usage): Make second `Usage' line more precise | Jim Meyering |
2000-09-09 | (copy_internal): Call chmod also if we've made the | Jim Meyering |
2000-09-09 | (SAME_OWNER, SAME_GROUP, SAME_OWNER_AND_GROUP): Define. | Jim Meyering |