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