summaryrefslogtreecommitdiff
path: root/lib/install-sh
Commit message (Expand)AuthorAgeFilesLines
* install-sh: trailing whitespace.Karl Berry2020-11-131-2/+2
* install-sh: new option -S SUFFIX for simple file backups.Karl Berry2020-11-121-1/+15
* install-sh: --help tweaks.Karl Berry2020-11-101-2/+5
* install-sh: new option -p to preserve mtime.Karl Berry2020-11-101-1/+4
* install-sh: do not chown existing directories.Karl Berry2020-11-101-1/+5
* install-sh: do not redundantly specify -f to rm.Karl Berry2020-11-101-2/+5
* * Update scriptversions for install-sh, mkinstalldirs.Paul Eggert2020-07-261-1/+1
* Install directories mode 755 instead of using umaskPaul Eggert2020-07-261-64/+49
* install-sh: support -s with read-only sourcePaul Eggert2019-08-261-1/+12
* install-sh: avoid (low risk) race in "/tmp"Pavel Raiskup2018-03-111-8/+17
* maint: write-file-hooks -> before-save-hookPaul Eggert2018-03-061-2/+2
* install-sh: do not assume / = //Paul Eggert2017-09-231-6/+14
* maint: port time-stamp-time-zone to strict POSIXPaul Eggert2016-01-121-2/+2
* install-sh: a slightly better diagnostic, and tests enhancementsStefano Lattarini2013-12-261-9/+9
* install-sh: be stricter in catching invalid usagesStefano Lattarini2013-12-261-5/+26
* cosmetics: untabify the install-sh scriptStefano Lattarini2013-10-301-137/+137
* install-sh: assume that "set -f" and "set +f" work...Stefano Lattarini2013-10-301-20/+4
* install-sh: assume ${var:-value} works as expectedStefano Lattarini2013-10-301-7/+2
* install-sh: assume 'dirname' is available and working correctlyStefano Lattarini2013-10-301-28/+2
* scripts: quote 'like this', not `like this'Paul Eggert2012-01-061-5/+5
* * lib/install-sh: Spelling fix in comment.Paul Eggert2011-11-191-2/+2
* install-sh: avoid Tru64 sh `test' operator precedence issues.Ralf Wildenhues2011-01-191-10/+13
* Fix exit status of signal handlers in shell scripts.Dmitry V. Levin2010-02-061-2/+6
* scripts: normalize all timestamps to UTCEric Blake2009-04-291-2/+3
* * lib/install-sh (initialize_posix_glob): New var.Paul Eggert2006-12-261-39/+65
* * lib/install-sh: Fix typo in previous patch for handling --.Paul Eggert2006-12-251-80/+66
* * lib/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,Alexandre Duret-Lutz2006-10-141-1/+1
* * lib/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,Alexandre Duret-Lutz2006-10-141-5/+19
* * lib/install-sh: Don't incorrectly claim that this implementationPaul Eggert2006-07-091-47/+98
* * lib/install-sh: Sync from Autoconf, as follows:Paul Eggert2006-05-111-13/+31
* * lib/install-sh: Initialize IFS, so field splitting isn'tRalf Wildenhues2006-05-111-1/+5
* * lib/install-sh: Simplify the expr implementation of dirname.Ralf Wildenhues2006-04-251-3/+2
* Update scriptversion.Paul Eggert2006-04-241-1/+1
* * lib/install.sh: Handle --, and diagnose unknown options.Paul Eggert2006-04-241-16/+24
* * lib/install-sh (dstdir): Don't use semicolons inside { } inAlexandre Duret-Lutz2006-01-121-6/+18
* Update scriptversion.Paul Eggert2005-11-081-1/+1
* Use "trap '' 0" instead of "trap - 0", so thatPaul Eggert2005-11-081-1/+1
* * doc/automake.texi (limitations on file names): New section.Paul Eggert2005-09-131-64/+142
* * lib/install-sh: Use IFS=/ to split directories on /, don't translateAlexandre Duret-Lutz2005-07-091-13/+13
* * COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,Alexandre Duret-Lutz2005-05-141-1/+1
* * lib/depcomp: Exit with nonzero status if a write failure occursAlexandre Duret-Lutz2005-02-021-3/+3
* * install-sh: Use `(exit N); exit N', not `(exit N); exit'.Alexandre Duret-Lutz2004-12-171-4/+4
* * lib/install-sh: Fix the dirname emulation to ignore trailingAlexandre Duret-Lutz2004-10-221-3/+4
* * lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $retAlexandre Duret-Lutz2004-09-101-2/+2
* Remove support for -b= and -t= options; thisPaul Eggert2004-07-051-44/+41
* * lib/install-sh: If "mv -f" works, use it.Paul Eggert2004-04-021-20/+29
* * m4/mkdirp.m4: Use `mkdir -p' only with GNU mkdir, becauseAlexandre Duret-Lutz2004-02-151-2/+8
* Change `\n \t' to `\n\t ' in `defaultIFS' assignment.Jim Meyering2004-01-131-4/+4
* * lib/install-sh: Do not use "$@" in a context where it may be empty,Alexandre Duret-Lutz2004-01-121-3/+4
* * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Append `.' to $(mkdir_p).Alexandre Duret-Lutz2004-01-081-126/+140