summaryrefslogtreecommitdiffstats
path: root/src/install.c
AgeCommit message (Expand)AuthorLines
2006-09-16* NEWS: Document that mkdir -p and install -d now fork on occasion.Paul Eggert-19/+48
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert-1/+0
2006-07-17Include mkancesdirs.h.Paul Eggert-67/+57
2006-03-26(target_directory_operand, install_file_in_dir): Use new last_component, in p...Jim Meyering-2/+2
2006-02-18(usage): Use two spaces (not one) to separate theJim Meyering-2/+2
2005-12-17(cp_option_init): Don't set umask_kill member.Jim Meyering-1/+0
2005-09-23(install_file_in_file): Be more conservative about the previous patch:Paul Eggert-2/+2
2005-09-23(change_timestamps): First arg is sourcePaul Eggert-13/+12
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert-4/+3
2005-06-16Finally remove support for --version-control=S (-V).Jim Meyering-9/+1
2005-06-15(main): Fix my typo: s/argv[optind]/file[i]/.Jim Meyering-1/+1
2005-06-14(main): Standardize on a diagnostic forPaul Eggert-16/+17
2005-06-14(main): Adjust to new make_dir_parents convention.Paul Eggert-3/+1
2005-06-14tweak diagnostic wording: Use `... return to working directory', ratherJim Meyering-1/+1
2005-06-14remove obsolete FIXMEJim Meyering-1/+1
2005-06-13(main): When make_dir_parents changes the current workingJim Meyering-2/+19
2005-06-02Don't use "path" or "filename".Paul Eggert-24/+25
2005-05-31(cp_options_init): Use chown_privileges rather than geteuid.Paul Eggert-1/+1
2005-05-30(getpwnam, getgrnam): Remove decl.Paul Eggert-9/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-01mode_free -> freePaul Eggert-1/+1
2005-04-28(main): Adjust to new modechange API.Paul Eggert-5/+4
2004-11-26(stat): Remove decl.Paul Eggert-2/+0
2004-11-21(usage): Avoid usage that runs afoul of DocbookPaul Eggert-6/+6
2004-09-21Remove unused "case 0".Paul Eggert-3/+0
2004-09-13Adjust to backup file rename.Paul Eggert-2/+2
2004-08-11Further fix for -d regression.Paul Eggert-2/+2
2004-08-11(main): Fix -d regression introduced withPaul Eggert-1/+1
2004-08-10(change_timestamps): Fix int->bool conversionPaul Eggert-3/+3
2004-08-02(isdir): Remove decl.Paul Eggert-17/+9
2004-07-30(isdir, change_timestamps, change_attributes,Paul Eggert-95/+87
2004-07-02Add short names -t and -T for --target-directoryJim Meyering-25/+17
2004-06-30Add support for --no-target-directory option.Jim Meyering-2/+21
2004-06-29Add support for 'install --target-directory', an optionJim Meyering-26/+74
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering-1/+4
2004-04-21install -s failed on System V if SIGCHLD was ignored.Jim Meyering-0/+5
2004-02-07(cp_option_init): Likewise.Jim Meyering-1/+0
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering-3/+3
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering-2/+2
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering-2/+2
2003-08-09Include utimens.h.Jim Meyering-8/+7
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering-4/+0
2003-07-11(change_attributes): Enclose diagnostic in _(...).Jim Meyering-2/+2
2003-06-17(main): Call initialize_main.Jim Meyering-0/+1
2003-05-10(main): Handle argc < optind.Jim Meyering-2/+2
2002-12-15Remove all uses of `PARAMS'.Jim Meyering-13/+13
2002-09-26(get_ids): Use strtoul, not strtol. Remove some casts.Jim Meyering-8/+8
2002-09-21No longer include values.h.Jim Meyering-4/+0
2002-09-02(skip): Add casts to avoid warning about comparisonJim Meyering-2/+2