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