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