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