Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | (usage): Call close_stdout_status. | Jim Meyering | |
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | (usage): Call close_stdout_status. | Jim Meyering | |
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(usage): Call close_stdout just before exit. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(main): Call atexit with close_stdout. Remove explicit close_stdout. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(usage): Call close_stdout just before exit. | |||
2000-05-06 | (EEXIST): Remove now-unused definition. | Jim Meyering | |
(ENOTEMPTY): Likewise. (errno_rmdir_non_empty): Rewrite to use RMDIR_ERRNO_NOT_EMPTY, which is determined by the autoconf test in m4/rmdir-errno.m4.. | |||
2000-05-06 | (main): Warn about arguments, don't fail. | Jim Meyering | |
(usage): Call close_stdout_status from here as well as from main. | |||
2000-05-05 | Include "closeout.h". | Jim Meyering | |
(main): Call close_stdout. | |||
2000-05-05 | Include "closeout.h". | Jim Meyering | |
(main): Call close_stdout. | |||
2000-05-05 | Include "closeout.h". | Jim Meyering | |
(main): Call close_stdout. | |||
2000-05-05 | Include "closeout.h". | Jim Meyering | |
(main): Call close_stdout. | |||
2000-05-05 | Include "closeout.h". | Jim Meyering | |
(main): Call close_stdout. | |||
2000-05-05 | Exit nonzero upon write failure. | Jim Meyering | |
Include "closeout.h". (main): Call close_stdout. Reported by Ian Jackson via Michael Stone. | |||
2000-05-03 | Remove declaration of strndup. | Jim Meyering | |
2000-05-03 | (!HAVE_DECL_STRNDUP): Declare strndup. | Jim Meyering | |
2000-05-02 | don't hard-code `rm' | Jim Meyering | |
2000-05-02 | (usage): Add the answer to `How do I remove a file named -f?' | Jim Meyering | |
2000-05-01 | (change_attributes): Don't remove the destination file upon failure. | Jim Meyering | |
2000-05-01 | [checked in with intention to back out...] | Jim Meyering | |
(change_attributes): Unlink the destination file if either of the chown or the chmod calls fails. Don't even attempt the chmod if the chown fails. Suggestion from Marc Olzheim. | |||
2000-04-30 | (O_NOCTTY): Define if not defined already. | Jim Meyering | |
(touch): Add O_NOCTTY to the flags passed to open. | |||
2000-04-30 | tweak comment | Jim Meyering | |
2000-04-30 | Detect and terminate upon write failure. | Jim Meyering | |
2000-04-29 | [LSTAT_FOLLOWS_SLASHED_SYMLINK] (lstat): Define to rpl_lstat. | Jim Meyering | |
2000-04-27 | (pop_dir): Remove through_symlink arg; use null cwd | Jim Meyering | |
for that purpose instead. (count_entry): Also save the directory if we're saving more than one level. Fix file descriptor and memory leak when chdir fails. | |||
2000-04-26 | Rename global: s/path_mode/create_parents/. | Jim Meyering | |
(main): No longer perform explicit chmod when creating parent directories, since make_path now does the chmod. | |||
2000-04-19 | [__BEOS__]: Ignore O_BINARY and O_TEXT. | Jim Meyering | |
2000-04-17 | Accept new option: --from=CURRENT_OWNER:CURRENT_GROUP. | Jim Meyering | |
(enum) [FROM_OPTION]: New member. (long_options): New getopt spec. (change_file_owner): Add old_user, old_group parameters. Use them. (change_dir_owner): Likewise. (usage): Describe. (main): New case. | |||
2000-04-17 | Don't remove support for --max-consecutive-size-changes just yet... | Jim Meyering | |
2000-04-16 | Remove option: --max-consecutive-size-changes=N. | Jim Meyering | |
Doesn't seem useful. (usage): Remove description. | |||
2000-04-16 | New option: --strip-trailing-slashes. | Jim Meyering | |
(enum) [STRIP_TRAILING_SLASHES_OPTION]: New member. (remove_trailing_slashes): New global. (long_opts): New getopt spec. (usage): Describe. (do_copy): Strip trailing slashes on SOURCE names only if the new option has been specified. (main): New case. | |||
2000-04-16 | add comment | Jim Meyering | |
2000-04-14 | tweak copyright date | Jim Meyering | |
2000-04-14 | Shorten `#ifdef HAVE_...' to `#if HAVE_...' and | Jim Meyering | |
remove unnecessary uses of `defined' (aesthetics). | |||
2000-04-12 | (usage): Tweak --help output. Suggestions from Karl Berry. | Jim Meyering | |
2000-04-09 | (usage): Clarify descriptions of the --max-* options. | Jim Meyering | |
From Karl Berry. | |||
2000-04-09 | Use the "C" locale when using --rfc-822 (-R), as | Jim Meyering | |
required by rfc822. Before, in the de_DE locale, date would print the German weekday and month abbreviations. | |||
2000-04-08 | Document the ln=target directive. | Jim Meyering | |