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