*** empty log message ***
[coreutils.git] / build-aux / ChangeLog
blob96025c8022c8d593f767ac633763d7587454e52a
1 2005-09-21  Paul Eggert  <eggert@cs.ucla.edu>
3         * install-sh, config.guess: Sync from gnulib.
5 2005-07-01  Jim Meyering  <jim@meyering.net>
7         * config.guess, config.sub, mdate-sh, missing, mkinstalldirs:
8         * texinfo.tex: Update from gnulib.
10 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12         * config.guess, config.sub, texinfo.tex: Sync from gnulib.
14 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16         * config.guess: Sync from gnulib.
18 2005-05-15  Paul Eggert  <eggert@cs.ucla.edu>
20         * depcomp, install-sh, mdate-sh, missing, pmkinstalldirs:
21         Sync from gnulib (scriptversion change only).
23 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25         * config.guess, config.sub: Sync from gnulib.
27 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29         * config.guess, config.sub, texinfo.tex: Sync from gnulib.
31 2005-03-20  Paul Eggert  <eggert@cs.ucla.edu>
33         * config.rpath: Sync from gnulib.
35 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37         * config.guess, config.sub, depcomp, install-sh, mdate-sh, missing,
38         mkinstalldirs: Sync from gnulib.
40 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
42         * config.sub: Sync from gnulib.
44 2004-12-17  Jim Meyering  <jim@meyering.net>
46         * install-sh: Sync from gnulib.
48 2004-12-16  Paul Eggert  <eggert@cs.ucla.edu>
50         * mdate-sh: Sync from gnulib.
52 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54         * config.sub, texinfo.tex: Sync from gnulib.
56 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
58         * config.guess, config.sub: Sync from gnulib.
60 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
62         * texinfo.tex: Sync from gnulib.
64 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
66         * texinfo.tex: Sync from gnulib.
68 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
70         * config.guess, install-sh, texinfo.tex: Sync from gnulib.
72 2004-10-03  Paul Eggert  <eggert@cs.ucla.edu>
74         * config.guess, config.sub, install-sh, missing, texinfo.tex:
75         Sync from gnulib.
77 2004-09-24  Jim Meyering  <jim@meyering.net>
79         * cvsu: Remove file.  The version of cvsu from the cvsutils package
80         does the same job with --find --type=... options.
81         * cvsu: New file, used by rules in coreutils' Makefile.maint.
83 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
85         * config.guess, config.sub, install-sh, texinfo.tex: Sync from gnulib.
87 2004-03-30  Paul Eggert  <eggert@twinsun.com>
89         * config.guess, config.sub, install-sh, texinfo.tex: Sync from gnulib.
91 2003-08-16  Paul Eggert  <eggert@twinsun.com>
93         * config.rpath, texinfo.tex: Sync with gnulib.
95 2003-04-21  Jim Meyering  <jim@meyering.net>
97         * depcomp: New version, now that this file is on the list
98         in ../Makefile.cfg.
100 2003-01-12  Jim Meyering  <jim@meyering.net>
102         Lots of syntactic clean-up, mostly from Karl Berry.
103         * install-sh: Use consistent indentation, two spaces per level.
104         (scriptversion): New variable.
105         Change initializations like `variable=""' to `variable='.
106         (usage): New variable.
107         Use `test', not `['.
108         Use `test -z "$var"', not `[ x"$var" = x ]'.
109         Use `test -n "$var"', not `[ x"$var" != x ]'.
110         Alphabetize case entries.
111         Accept --help and --version options.
112         Remove unnecessary `else :' clauses.
113         Add a `Local variables' eval block to help emacs users update
114         the time-stamp variable added above.
116 2002-12-20  Jim Meyering  <jim@meyering.net>
118         * install-sh: Set the execute bit on this file.
119         Reported by Vin Shelton.
121 2002-11-09  Jim Meyering  <jim@meyering.net>
123         Make it work even when names contain spaces or shell metachars.
124         * install-sh: Write diagnostics to stderr, not stdout.
125         Normalize spacing in diagnostics: use one space (not two, and not a TAB)
126         after the leading `install:'.
127         Add double quotes around `$src' here: $doit $instcmd "$src" "$dsttmp"
129         Merge in some changes from the version in automake.
130         * install-sh: Remove unnecessary quotes around `case' argument.
131         Use `[ cond1 ] || [ cond2 ]' rather than `[ cond1 -o cond2 ]'.
132         Use `:' rather than `true'.
134 2002-02-17  Jim Meyering  <jim@meyering.net>
136         * config.guess (main): Don't use `head -1'; it's no longer portable.
137         Use `sed 1q' instead.