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