Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-29 | Sync from gnulib. | Paul Eggert | |
2004-10-04 | Sync from gnulib. | Paul Eggert | |
2004-08-05 | Sync from gnulib. | Paul Eggert | |
2004-04-26 | update from master | Jim Meyering | |
2004-04-04 | sync from gnulib | Jim Meyering | |
2004-01-19 | . | Jim Meyering | |
2004-01-13 | reapply my SPACE-TAB-related changes | Jim Meyering | |
2004-01-13 | update from automake-1.8.2 | Jim Meyering | |
2004-01-12 | remove spurious SPACEs before TABs | Jim Meyering | |
Change ` \t' to \t ' in `defaultIFS' assignment. | |||
2004-01-12 | updated from automake | Jim Meyering | |
2003-09-28 | . | Jim Meyering | |
2003-06-18 | update from upstream | Jim Meyering | |
2003-05-11 | . | Jim Meyering | |
2003-01-17 | update from automake/lib | Jim Meyering | |
2003-01-12 | Lots of syntactic clean-up, mostly from Karl Berry. | Jim Meyering | |
Use consistent indentation, two spaces per level. (scriptversion): New variable. Change initializations like `variable=""' to `variable='. (usage): New variable. Use `test', not `['. Use `test -n "$var"', not `[ x"$var" = x ]'. Use `test -z "$var"', not `[ x"$var" != x ]'. Alphabetize case entries. Accept --help and --version options. Remove unnecessary `else :' clauses. Add a `Local variables' eval block to help emacs users update the time-stamp variable added above. | |||
2002-12-01 | update from master | Jim Meyering | |
2002-11-09 | Make it work even when names contain spaces or shell metachars. | Jim Meyering | |
Write diagnostics to stderr, not stdout. Normalize spacing in diagnostics: use one space (not two, and not a TAB) after the leading `install:'. Add double quotes around `$src' here: $doit $instcmd "$src" "$dsttmp" | |||
2002-11-09 | Merge in some changes from the version in automake. | Jim Meyering | |
Remove unnecessary quotes around `case' argument. Use `[ cond1 ] || [ cond2 ]' rather than `[ cond1 -o cond2 ]'. Use `:' rather than `true'. | |||
2002-02-16 | renamed from install-sh | Jim Meyering | |