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