(error_tail): Don't cast alloca to (void *); it's already (void *).
[gnulib.git] / config / ChangeLog
1 2003-09-27  Karl Berry  <karl@gnu.org>
2
3         * mkinstalldirs: update from automake.
4
5 2003-09-25  Karl Berry  <karl@gnu.org>
6
7         * install-sh: update from automake.
8
9 2003-09-14  Karl Berry  <karl@gnu.org>
10
11         * srclist.txt (strdup.c): disable for c89 changes.
12
13 2003-09-11  Bruno Haible  <bruno@clisp.org>
14
15         * srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
16
17 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18
19         * srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
20         libc.
21
22 2003-09-08  Karl Berry  <karl@gnu.org>
23
24         * config.sub, config.guess, srclistvars.sh: update from savannah
25                 config, forget about prep.
26
27         * depcomp, missing: update from automake.
28
29 2003-08-16  Paul Eggert  <eggert@twinsun.com>
30
31         * srclist.txt: Get regex.h, strdup.c, strtoll.c,
32         strtoul.c from libc, undoing this 2003-08-12 change:
33         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
34
35 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36
37         * srclist-update: Use three spaces, rather than tab, after '#'
38         in shell-script copyright notices.  Suggested by Bruno Haible.
39         Remove unnecessary parenthesization in regular expression.
40
41 2003-08-13  Paul Eggert  <eggert@twinsun.com>
42
43         * srclist-update: Change update back to the old behavior, leaving
44         whitespace alone.  Use one 'sed' command rather than a pipeline.
45         (fixlicense): Now a variable, not a function.
46         (remove_trailing_blanks): Remove.
47         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
48         * config.guess, config.sub, install-sh, missing, texinfo.tex:
49         Undo previous (whitespace-only) change.
50
51 2003-08-12  Paul Eggert  <eggert@twinsun.com>
52
53         * srclist-update: Add copyright notice.
54         (remove_id_lines, remove_trailing_blanks): New constants.
55         (fixfile): Use them to normalize spacing a bit in copied files.
56         * config.guess, config.sub, install-sh, missing, texinfo.tex:
57         Normalize leading white space and remove trailing white space.
58
59         * texinfo.tex: Sync with texinfo.
60
61         * srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
62         strtoul.c from libc, to merge coreutils whitespace changes.
63
64         * srclist.txt: Get the following m4 files from gettext:
65         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
66         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
67         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
68         wint_t.m4.
69
70 2003-08-12  Karl Berry  <karl@gnu.org>
71
72         * srclist.txt: can't sync vasnprintf.c any more, changes have been
73         made.
74
75 2003-08-03  Karl Berry  <karl@gnu.org>
76
77         * depcomp: update from automake.
78
79 2003-07-24    <karl@gnu.org>
80
81         * missing: update from automake.
82
83 2003-07-23    <karl@gnu.org>
84
85         * config.sub: update from prep.
86
87 2003-07-19    <karl@gnu.org>
88
89         * config.sub: update from prep.
90
91 2003-07-17    <karl@gnu.org>
92
93         * config.sub: update from prep.
94
95 2003-07-16    <karl@gnu.org>
96
97         * srclist-update: was running fixlicense twice, which caused
98                 texinfo.tex to be nullified for some reason.  Simplify,
99                 $gplsrc is no longer needed as far as I can see?
100
101 2003-07-15  Paul Eggert  <eggert@twinsun.com>
102
103         * srclist.txt: Get the following files from gettext-runtime/intl
104         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
105         ref-del.sin.  From Bruno Haible.
106         * srclist-update (fixfile): Change grep pattern again, since the
107         previous fix didn't work (there was another trailing $).  Use
108         '[$]' to escape the $s.
109
110 2003-07-15    <karl@gnu.org>
111
112         * srclist-update (fixfile): Change grep pattern, since 'Id'
113         gets expanded when surrounded by '$'.
114
115 2003-07-14  Paul Eggert  <eggert@twinsun.com>
116
117         * srclist.txt: Add tons more gettext files.  $GETTEXT is now
118         assumed to refer to the root of the most recent stable gettext version.
119         * srclistvars.sh: Add defaults for eggert.
120         * srclist-update: Convert LGPL to GPL in shell scripts, too.
121         Match "This program" as well as "The program".  This is needed
122         for gettext.
123
124 2003-07-09  Paul Eggert  <eggert@twinsun.com>
125
126         * srclist.txt: Sort sublists.  Add $LIBCSRC/sysdeps/generic/strtoul.c.
127         In comments, add more libc files that differ from gnulib for one
128         reason or another; we'd like this list to be smaller but for now
129         let's document what we have.
130
131 2003-07-08  Paul Eggert  <eggert@twinsun.com>
132
133         * srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding the
134         use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
135         and sweeter "eval x=$x".
136         * srclist.txt: Get lib/argp* from glibc.
137
138 2003-07-06    <karl@gnu.org>
139
140         * depcomp: update from automake.
141         * config.sub: update from prep.
142
143 2003-07-03    <karl@gnu.org>
144
145         * config.guess: update from prep.
146
147 2003-06-26    <karl@gnu.org>
148
149         * depcomp: update from automake.
150
151 2003-06-22    <karl@gnu.org>
152
153         * srclist.txt: update mkinstalldirs from automake.
154         * mkinstalldirs: update.
155
156 2003-06-18    <karl@gnu.org>
157
158         * config.{guess,sub}: update from prep.
159
160 2003-06-07    <karl@gnu.org>
161
162         * config.{guess,sub}: update from prep.
163
164 2003-06-04  Paul Eggert  <eggert@twinsun.com>
165
166         * srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for now,
167         as glibc mktime is buggy on non-glibc systems.
168
169 2003-06-03    <karl@gnu.org>
170
171         * config.sub: update from prep.
172
173 2003-06-02    <karl@gnu.org>
174
175         * mkinstalldirs (version): new variable.
176         (--version): new option.
177         (usage): improve message.
178
179 2003-05-29    <karl@gnu.org>
180
181         * config.rpath: update from gettext.
182
183 2003-05-24    <karl@gnu.org>
184
185         * config.guess: update from prep.
186
187 2003-05-20    <karl@gnu.org>
188
189         * config.guess: update from prep.
190
191 2003-05-18    <karl@gnu.org>
192
193         * srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF might
194                 actually be set by the user.
195
196         * depcomp, install-sh, mdate-sh: update from automake.
197
198 2003-05-11    <karl@gnu.org>
199
200         * config.{guess,sub}: update from prep.
201
202 2003-01-03    <karl@gnu.org>
203
204         * config.{guess,sub}: update from prep.
205
206 2002-12-24    <karl@gnu.org>
207
208         * config.guess: update from prep.
209
210 2002-12-19    <karl@gnu.org>
211
212         * config.guess: update from prep.
213
214 2002-12-12    <karl@gnu.org>
215
216         * config.guess: update from prep.
217
218 2002-11-25    <karl@gnu.org>
219
220         * install-sh: update from automake for variable quoting, $0 in
221         error msgs, etc.
222
223         * srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
224         * srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
225         entry.
226
227 2002-11-14    <karl@gnu.org>
228
229         * mkinstalldirs: `do' on separate line, instead of `for var; do'.
230
231 2002-09-28    <karl@gnu.org>
232
233         * srclist.txt: can't copy install-sh/mkinstalldirs from installed
234         automake until the next release, since changes have been made.
235
236 2002-09-25    <karl@gnu.org>
237
238         * srclist.txt: enable gettext.h check.
239         * config.{guess,sub}: update from prep.
240         * depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
241                 from automake 1.6.3.
242         See srclist*.
243
244 2002-02-17  Jim Meyering  <meyering@lucent.com>
245
246         * config.guess (main): Don't use `head -1'; it's no longer portable.
247         Use `sed 1q' instead.