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