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