(main): Fix -d regression introduced with
[platform/upstream/coreutils.git] / src / install.c
2004-08-11 Paul Eggert(main): Fix -d regression introduced with
2004-08-10 Paul Eggert(change_timestamps): Fix int->bool conversion
2004-08-02 Paul Eggert(isdir): Remove decl.
2004-07-30 Paul Eggert(isdir, change_timestamps, change_attributes,
2004-07-02 Jim MeyeringAdd short names -t and -T for --target-directory
2004-06-30 Jim MeyeringAdd support for --no-target-directory option.
2004-06-29 Jim MeyeringAdd support for 'install --target-directory', an option
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-04-21 Jim Meyeringinstall -s failed on System V if SIGCHLD was ignored.
2004-02-07 Jim Meyering(cp_option_init): Likewise.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-08-09 Jim MeyeringInclude utimens.h.
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-07-11 Jim Meyering(change_attributes): Enclose diagnostic in _(...).
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-10 Jim Meyering(main): Handle argc < optind.
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-09-26 Jim Meyering(get_ids): Use strtoul, not strtol. Remove some casts.
2002-09-21 Jim MeyeringNo longer include values.h.
2002-09-02 Jim Meyering(skip): Add casts to avoid warning about comparison
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-03-10 Jim Meyering(strip): Change wording in diagnostic.
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-22 Jim Meyering(cp_option_init): Initialize new member.
2001-11-22 Jim Meyering(cp_option_init): Initialize new member.
2001-10-13 Jim Meyering(cp_option_init): Initialize new member, preserve_links.
2001-10-13 Jim Meyering(cp_option_init): Don't set it.
2001-10-13 Jim Meyering* src/copy.h (struct cp_options): Rename members:
2001-10-06 Jim Meyering(main): Reflect that hash_init now takes no arguments.
2001-09-28 Jim Meyering(main): Call dest_info_init if necessary.
2001-08-31 Jim Meyering(full_write): Remove decl; not needed.
2001-08-13 Jim Meyering(cp_option_init): Adjust initialization of `interactive',
2000-12-25 Jim MeyeringFor both ln and install, when using `--backup=simple...
2000-09-30 Jim Meyering(main): Rename local `symbolic_mode' to `specified_mode'.
2000-09-30 Jim MeyeringRemove option-describing comment block.
2000-09-22 Jim Meyering(cp_option_init): Once again make it so install always
2000-09-03 Jim Meyering(cp_option_init): Initialize new members.
2000-08-20 Jim Meyering(cp_option_init): Initialize to DEREF_ALWAYS, not `1'.
2000-08-08 Jim Meyering(main): Invoke xalloc_die instead of printing our own...
2000-07-15 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-06-03 Jim Meyering(usage): Document that -v is a synonym for --verbose.
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-05-01 Jim Meyering(change_attributes): Don't remove the destination file...
2000-05-01 Jim Meyering[checked in with intention to back out...]
2000-04-08 Jim MeyeringDocument that while the --backup option takes an
2000-02-27 Jim Meyering(install_file_to_path): Always use install_file_in_file.
1999-10-31 Jim MeyeringConvert --backup to take an optional argument.
1999-04-26 Jim Meyering(isodigit): Remove unused macro.
1999-04-01 Jim Meyering(install_file_in_dir): Qualify a char* with the `const...
1999-04-01 Jim Meyering(main): Qualify a char* with the `const' keyword.
1999-04-01 Jim Meyering(main): Qualify a char* with the `const' keyword.
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-30 Jim Meyering(strip): Use standard "cannot fork" message.
1999-03-27 Jim Meyering(strip): Use pid_t, not int.
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-14 Jim Meyering(main): Set x.backup_type only if backups are requested.
1999-01-16 Jim MeyeringRemove declarations of base_name and get_version.
1998-12-18 Jim Meyering(UID_T_MAX, GID_T_MAX): Remove definitions.
1998-12-07 Jim MeyeringUse dir_name, not dirname. Include dirname.h.
1998-10-05 Jim Meyering(long_options): Add entry for --suffix=SUFFIX option.
1998-09-20 Jim Meyering(install_file_to_path) [-D]: Create any leading
1998-09-20 Jim Meyering(install_file_to_path): Copy the file after creating...
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-02 Jim Meyering(change_timestamps): Add comment.
1998-07-27 Jim MeyeringMake copy create each destination file initially
1998-06-01 Jim Meyering(main): Fix argv-handling bug in my 1998-05-09 change.
1998-05-11 Jim Meyeringreflect additional parameter to copy
1998-05-10 Jim Meyering(cp_option_init): s/use_mode/set_mode/
1998-05-10 Jim Meyering(main): Rewrite argv-handling to be clearer.
1998-03-15 Jim MeyeringUse #if, not #ifdef with HAVE_ macros.
1998-03-13 Jim Meyering(usage): Tweak spacing
1998-01-22 Jim MeyeringDeclare new global, backup_type.
1998-01-10 Jim Meyering(usage): Describe -D.
1998-01-05 Jim Meyeringreindent a little
1998-01-05 Jim Meyeringreformat comment, dcl fail, dirname
1998-01-05 Jim Meyeringremove SPECIAL_BITS #ifdefs
1998-01-05 Jim MeyeringAdd support for marty's -D option
1998-01-04 Jim Meyering(main, usage): Check for write error to stdout before...
1998-01-02 Jim Meyering(get_ids): When otherwise unspecified, set uid and...
1997-12-25 Jim Meyering(get_ids): Don't cast GID_T_MAX to long, it might overflow.
1997-12-16 Jim Meyerings/__P/PARAMS/g
1997-11-30 Jim Meyering(BITSPERBYTE): Remove.
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-23 Jim MeyeringRemove stpcpy decl.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-10-06 Jim Meyeringchange verbose messages
1997-10-06 Jim Meyering(usage): Add a line describing --verbose.
1997-09-11 Jim MeyeringAdd new option: --verbose (-v).
1997-07-29 Jim Meyering(usage): tweak -p descr
1997-07-29 Jim MeyeringDeclare pointer parameters const as appropriate.
1997-07-29 Jim Meyering(main): New option --preserve-timestamps (-p).
1997-05-27 Jim MeyeringUse base_name, not basename.
next