9a5beab58869e16aed71bae2b91fa1c78728984b
[gnulib.git] / ChangeLog
1 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4         at least as wide as intmax_t.
5
6 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
7
8         (Imported from Automake.)
9         * build-aux/gnupload: Update to version 1.1 of directive file.
10
11 2006-10-16  Eric Blake  <ebb9@byu.net>
12
13         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
14         match Automake 1.10a.
15
16 2006-10-14  Bruno Haible  <bruno@clisp.org>
17
18         * modules/sigprocmask: New file.
19         * lib/sigprocmask.h: New file.
20         * lib/sigprocmask.c: New file.
21         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
22         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23         request sigprocmask.o.
24         (gl_PREREQ_SIGPROCMASK): New macro.
25         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
26         (Depends-on): Add sigprocmask.
27         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
28         gt_SIGNALBLOCKING. Test for 'raise' only once.
29         * lib/fatal-signal.c: Include sigprocmask.h.
30         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
31         unblock_fatal_signals): Define always.
32         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33         sigprocmask.
34
35 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36
37         Sync from Automake.
38         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
39         which incorrectly sets the mode of an existing destination
40         directory.  In some cases the unpatched install-sh could do the
41         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42         system.  We hope this is rare in practice, but it's clearly worth
43         fixing.  Problem reported by Alex Unleashed in
44         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
45         Also, don't bother to check for -m bugs unless we're using -m;
46         suggested by Stepan Kasal.
47
48 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49
50         Sync from Automake.
51         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
52         `-c' flag, so they appear at the same position as in %FASTDEP%
53         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
54         which ignores unknown options only after the first non-option.
55         Bug report against M4 by Nelson H. F. Beebe.
56
57 2006-10-13  Jim Meyering  <jim@meyering.net>
58
59         Fix a bug in yesterday's change.
60         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
61         p->fts_statp->st_dev would be used uninitialized.
62         Ensures that we always call fts_stat on the very first entry.
63         Miklos Szeredi reported that find -xdev stopped working.
64
65 2006-10-12  Bruno Haible  <bruno@clisp.org>
66
67         * gnulib-tool (func_get_automake_snippet): Append an automatically
68         computed EXTRA_DIST augmentation.
69         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
70         * modules/alloca-opt (Makefile.am): Likewise.
71         * modules/allocsa (Makefile.am): Likewise.
72         * modules/arcfour (Makefile.am): Likewise.
73         * modules/arctwo (Makefile.am): Likewise.
74         * modules/argmatch (Makefile.am): Likewise.
75         * modules/argz (Makefile.am): Likewise.
76         * modules/atexit (Makefile.am): Likewise.
77         * modules/backupfile (Makefile.am): Likewise.
78         * modules/byteswap (Makefile.am): Likewise.
79         * modules/c-strtod (Makefile.am): Likewise.
80         * modules/c-strtold (Makefile.am): Likewise.
81         * modules/calloc (Makefile.am): Likewise.
82         * modules/canon-host (Makefile.am): Likewise.
83         * modules/canonicalize (Makefile.am): Likewise.
84         * modules/chdir-long (Makefile.am): Likewise.
85         * modules/chdir-safer (Makefile.am): Likewise.
86         * modules/check-version (Makefile.am): Likewise.
87         * modules/chown (Makefile.am): Likewise.
88         * modules/cloexec (Makefile.am): Likewise.
89         * modules/close-stream (Makefile.am): Likewise.
90         * modules/closeout (Makefile.am): Likewise.
91         * modules/crc (Makefile.am): Likewise.
92         * modules/csharpexec (Makefile.am): Likewise.
93         * modules/cycle-check (Makefile.am): Likewise.
94         * modules/des (Makefile.am): Likewise.
95         * modules/dev-ino (Makefile.am): Likewise.
96         * modules/dirfd (Makefile.am): Likewise.
97         * modules/dirname (Makefile.am): Likewise.
98         * modules/dup2 (Makefile.am): Likewise.
99         * modules/eealloc (Makefile.am): Likewise.
100         * modules/error (Makefile.am): Likewise.
101         * modules/euidaccess (Makefile.am): Likewise.
102         * modules/exclude (Makefile.am): Likewise.
103         * modules/exitfail (Makefile.am): Likewise.
104         * modules/fcntl-safer (Makefile.am): Likewise.
105         * modules/fcntl (Makefile.am): Likewise.
106         * modules/file-type (Makefile.am): Likewise.
107         * modules/fileblocks (Makefile.am): Likewise.
108         * modules/filemode (Makefile.am): Likewise.
109         * modules/filenamecat (Makefile.am): Likewise.
110         * modules/fnmatch (Makefile.am): Likewise.
111         * modules/fopen-safer (Makefile.am): Likewise.
112         * modules/fpending (Makefile.am): Likewise.
113         * modules/fprintftime (Makefile.am): Likewise.
114         * modules/free (Makefile.am): Likewise.
115         * modules/fsusage (Makefile.am): Likewise.
116         * modules/ftruncate (Makefile.am): Likewise.
117         * modules/fts (Makefile.am): Likewise.
118         * modules/gc-arcfour (Makefile.am): Likewise.
119         * modules/gc-des (Makefile.am): Likewise.
120         * modules/gc-hmac-md5 (Makefile.am): Likewise.
121         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
122         * modules/gc-md4 (Makefile.am): Likewise.
123         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
124         * modules/gc-sha1 (Makefile.am): Likewise.
125         * modules/gc (Makefile.am): Likewise.
126         * modules/getaddrinfo (Makefile.am): Likewise.
127         * modules/getcwd (Makefile.am): Likewise.
128         * modules/getdelim (Makefile.am): Likewise.
129         * modules/getdomainname (Makefile.am): Likewise.
130         * modules/getgroups (Makefile.am): Likewise.
131         * modules/gethostname (Makefile.am): Likewise.
132         * modules/gethrxtime (Makefile.am): Likewise.
133         * modules/getline (Makefile.am): Likewise.
134         * modules/getloadavg (Makefile.am): Likewise.
135         * modules/getlogin_r (Makefile.am): Likewise.
136         * modules/getndelim2 (Makefile.am): Likewise.
137         * modules/getopt (Makefile.am): Likewise.
138         * modules/getpagesize (Makefile.am): Likewise.
139         * modules/getpass-gnu (Makefile.am): Likewise.
140         * modules/getpass (Makefile.am): Likewise.
141         * modules/getsubopt (Makefile.am): Likewise.
142         * modules/gettime (Makefile.am): Likewise.
143         * modules/gettimeofday (Makefile.am): Likewise.
144         * modules/getugroups (Makefile.am): Likewise.
145         * modules/getusershell (Makefile.am): Likewise.
146         * modules/glob (Makefile.am): Likewise.
147         * modules/group-member (Makefile.am): Likewise.
148         * modules/hard-locale (Makefile.am): Likewise.
149         * modules/hash (Makefile.am): Likewise.
150         * modules/hmac-md5 (Makefile.am): Likewise.
151         * modules/hmac-sha1 (Makefile.am): Likewise.
152         * modules/human (Makefile.am): Likewise.
153         * modules/idcache (Makefile.am): Likewise.
154         * modules/imaxabs (Makefile.am): Likewise.
155         * modules/imaxdiv (Makefile.am): Likewise.
156         * modules/inet_ntop (Makefile.am): Likewise.
157         * modules/inet_pton (Makefile.am): Likewise.
158         * modules/intprops (Makefile.am): Likewise.
159         * modules/inttostr (Makefile.am): Likewise.
160         * modules/inttypes (Makefile.am): Likewise.
161         * modules/isapipe (Makefile.am): Likewise.
162         * modules/javaversion (Makefile.am): Likewise.
163         * modules/lchmod (Makefile.am): Likewise.
164         * modules/lchown (Makefile.am): Likewise.
165         * modules/localcharset (Makefile.am): Likewise.
166         * modules/long-options (Makefile.am): Likewise.
167         * modules/lstat (Makefile.am): Likewise.
168         * modules/malloc (Makefile.am): Likewise.
169         * modules/mathl (Makefile.am): Likewise.
170         * modules/mbchar (Makefile.am): Likewise.
171         * modules/md2 (Makefile.am): Likewise.
172         * modules/md4 (Makefile.am): Likewise.
173         * modules/md5 (Makefile.am): Likewise.
174         * modules/memcasecmp (Makefile.am): Likewise.
175         * modules/memchr (Makefile.am): Likewise.
176         * modules/memcmp (Makefile.am): Likewise.
177         * modules/memcoll (Makefile.am): Likewise.
178         * modules/memcpy (Makefile.am): Likewise.
179         * modules/memmem (Makefile.am): Likewise.
180         * modules/memmove (Makefile.am): Likewise.
181         * modules/mempcpy (Makefile.am): Likewise.
182         * modules/memrchr (Makefile.am): Likewise.
183         * modules/memset (Makefile.am): Likewise.
184         * modules/memxor (Makefile.am): Likewise.
185         * modules/mkancesdirs (Makefile.am): Likewise.
186         * modules/mkdir-p (Makefile.am): Likewise.
187         * modules/mkdir (Makefile.am): Likewise.
188         * modules/mkdtemp (Makefile.am): Likewise.
189         * modules/mkstemp (Makefile.am): Likewise.
190         * modules/mktime (Makefile.am): Likewise.
191         * modules/modechange (Makefile.am): Likewise.
192         * modules/mountlist (Makefile.am): Likewise.
193         * modules/nanosleep (Makefile.am): Likewise.
194         * modules/obstack (Makefile.am): Likewise.
195         * modules/openat (Makefile.am): Likewise.
196         * modules/pagealign_alloc (Makefile.am): Likewise.
197         * modules/pathmax (Makefile.am): Likewise.
198         * modules/physmem (Makefile.am): Likewise.
199         * modules/poll (Makefile.am): Likewise.
200         * modules/posixtm (Makefile.am): Likewise.
201         * modules/posixver (Makefile.am): Likewise.
202         * modules/putenv (Makefile.am): Likewise.
203         * modules/quote (Makefile.am): Likewise.
204         * modules/quotearg (Makefile.am): Likewise.
205         * modules/raise (Makefile.am): Likewise.
206         * modules/read-file (Makefile.am): Likewise.
207         * modules/readline (Makefile.am): Likewise.
208         * modules/readlink (Makefile.am): Likewise.
209         * modules/readtokens (Makefile.am): Likewise.
210         * modules/readutmp (Makefile.am): Likewise.
211         * modules/realloc (Makefile.am): Likewise.
212         * modules/regex (Makefile.am): Likewise.
213         * modules/rename-dest-slash (Makefile.am): Likewise.
214         * modules/rename (Makefile.am): Likewise.
215         * modules/rijndael (Makefile.am): Likewise.
216         * modules/rmdir (Makefile.am): Likewise.
217         * modules/rpmatch (Makefile.am): Likewise.
218         * modules/safe-read (Makefile.am): Likewise.
219         * modules/safe-write (Makefile.am): Likewise.
220         * modules/same-inode (Makefile.am): Likewise.
221         * modules/same (Makefile.am): Likewise.
222         * modules/save-cwd (Makefile.am): Likewise.
223         * modules/savedir (Makefile.am): Likewise.
224         * modules/setenv (Makefile.am): Likewise.
225         * modules/settime (Makefile.am): Likewise.
226         * modules/sha1 (Makefile.am): Likewise.
227         * modules/sig2str (Makefile.am): Likewise.
228         * modules/snprintf (Makefile.am): Likewise.
229         * modules/stat-macros (Makefile.am): Likewise.
230         * modules/stat-time (Makefile.am): Likewise.
231         * modules/stdbool (Makefile.am): Likewise.
232         * modules/stdint (Makefile.am): Likewise.
233         * modules/stdlib-safer (Makefile.am): Likewise.
234         * modules/stpcpy (Makefile.am): Likewise.
235         * modules/stpncpy (Makefile.am): Likewise.
236         * modules/strcase (Makefile.am): Likewise.
237         * modules/strcasestr (Makefile.am): Likewise.
238         * modules/strchrnul (Makefile.am): Likewise.
239         * modules/strcspn (Makefile.am): Likewise.
240         * modules/strdup (Makefile.am): Likewise.
241         * modules/strerror (Makefile.am): Likewise.
242         * modules/strftime (Makefile.am): Likewise.
243         * modules/strndup (Makefile.am): Likewise.
244         * modules/strnlen (Makefile.am): Likewise.
245         * modules/strpbrk (Makefile.am): Likewise.
246         * modules/strsep (Makefile.am): Likewise.
247         * modules/strstr (Makefile.am): Likewise.
248         * modules/strtod (Makefile.am): Likewise.
249         * modules/strtoimax (Makefile.am): Likewise.
250         * modules/strtok_r (Makefile.am): Likewise.
251         * modules/strtol (Makefile.am): Likewise.
252         * modules/strtoll (Makefile.am): Likewise.
253         * modules/strtoul (Makefile.am): Likewise.
254         * modules/strtoull (Makefile.am): Likewise.
255         * modules/strtoumax (Makefile.am): Likewise.
256         * modules/strverscmp (Makefile.am): Likewise.
257         * modules/sys_socket (Makefile.am): Likewise.
258         * modules/sys_stat (Makefile.am): Likewise.
259         * modules/sysexits (Makefile.am): Likewise.
260         * modules/time_r (Makefile.am): Likewise.
261         * modules/timegm (Makefile.am): Likewise.
262         * modules/timespec (Makefile.am): Likewise.
263         * modules/tmpfile-safer (Makefile.am): Likewise.
264         * modules/trim (Makefile.am): Likewise.
265         * modules/unistd-safer (Makefile.am): Likewise.
266         * modules/unlinkdir (Makefile.am): Likewise.
267         * modules/unlocked-io (Makefile.am): Likewise.
268         * modules/userspec (Makefile.am): Likewise.
269         * modules/utime (Makefile.am): Likewise.
270         * modules/utimecmp (Makefile.am): Likewise.
271         * modules/utimens (Makefile.am): Likewise.
272         * modules/vasnprintf (Makefile.am): Likewise.
273         * modules/vasprintf (Makefile.am): Likewise.
274         * modules/vsnprintf (Makefile.am): Likewise.
275         * modules/xalloc (Makefile.am): Likewise.
276         * modules/xgetcwd (Makefile.am): Likewise.
277         * modules/xnanosleep (Makefile.am): Likewise.
278         * modules/xreadlink (Makefile.am): Likewise.
279         * modules/xstrtod (Makefile.am): Likewise.
280         * modules/xstrtol (Makefile.am): Likewise.
281         * modules/xstrtold (Makefile.am): Likewise.
282         * modules/yesno (Makefile.am): Likewise.
283         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
284
285 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
286
287         * modules/error (Makefile.am): Distribute files through
288         EXTRA_DIST, not lib_SOURCES.
289
290 2006-10-12  Eric Blake  <ebb9@byu.net>
291
292         * modules/error (Makefile.am): Distribute files in /lib.
293         * modules/obstack (Makefile.am): Likewise.
294
295 2006-10-12  Bruno Haible  <bruno@clisp.org>
296
297         * modules/acl (Makefile.am): Distribute all files in lib/ through
298         EXTRA_DIST.
299         * modules/arcfour (Makefile.am): Likewise.
300         * modules/arctwo (Makefile.am): Likewise.
301         * modules/argmatch (Makefile.am): Likewise.
302         * modules/argz (Makefile.am): Likewise.
303         * modules/atexit (Makefile.am): Likewise.
304         * modules/backupfile (Makefile.am): Likewise.
305         * modules/c-strtod (Makefile.am): Likewise.
306         * modules/c-strtold (Makefile.am): Likewise.
307         * modules/calloc (Makefile.am): Likewise.
308         * modules/canon-host (Makefile.am): Likewise.
309         * modules/canonicalize (Makefile.am): Likewise.
310         * modules/chdir-long (Makefile.am): Likewise.
311         * modules/chdir-safer (Makefile.am): Likewise.
312         * modules/check-version (Makefile.am): Likewise.
313         * modules/chown (Makefile.am): Likewise.
314         * modules/cloexec (Makefile.am): Likewise.
315         * modules/close-stream (Makefile.am): Likewise.
316         * modules/closeout (Makefile.am): Likewise.
317         * modules/crc (Makefile.am): Likewise.
318         * modules/cycle-check (Makefile.am): Likewise.
319         * modules/des (Makefile.am): Likewise.
320         * modules/dirfd (Makefile.am): Likewise.
321         * modules/dirname (Makefile.am): Likewise.
322         * modules/dup2 (Makefile.am): Likewise.
323         * modules/euidaccess (Makefile.am): Likewise.
324         * modules/exclude (Makefile.am): Likewise.
325         * modules/exitfail (Makefile.am): Likewise.
326         * modules/fcntl-safer (Makefile.am): Likewise.
327         * modules/file-type (Makefile.am): Likewise.
328         * modules/fileblocks (Makefile.am): Likewise.
329         * modules/filemode (Makefile.am): Likewise.
330         * modules/filenamecat (Makefile.am): Likewise.
331         * modules/fnmatch (Makefile.am): Likewise.
332         * modules/fopen-safer (Makefile.am): Likewise.
333         * modules/fpending (Makefile.am): Likewise.
334         * modules/fprintftime (Makefile.am): Likewise.
335         * modules/free (Makefile.am): Likewise.
336         * modules/fsusage (Makefile.am): Likewise.
337         * modules/ftruncate (Makefile.am): Likewise.
338         * modules/fts (Makefile.am): Likewise.
339         * modules/gc (Makefile.am): Likewise.
340         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
341         * modules/getaddrinfo (Makefile.am): Likewise.
342         * modules/getcwd (Makefile.am): Likewise.
343         * modules/getdelim (Makefile.am): Likewise.
344         * modules/getdomainname (Makefile.am): Likewise.
345         * modules/getgroups (Makefile.am): Likewise.
346         * modules/gethostname (Makefile.am): Likewise.
347         * modules/gethrxtime (Makefile.am): Likewise.
348         * modules/getline (Makefile.am): Likewise.
349         * modules/getloadavg (Makefile.am): Likewise.
350         * modules/getlogin_r (Makefile.am): Likewise.
351         * modules/getopt (Makefile.am): Likewise.
352         * modules/getpass (Makefile.am): Likewise.
353         * modules/getpass-gnu (Makefile.am): Likewise.
354         * modules/getsubopt (Makefile.am): Likewise.
355         * modules/gettime (Makefile.am): Likewise.
356         * modules/gettimeofday (Makefile.am): Likewise.
357         * modules/getugroups (Makefile.am): Likewise.
358         * modules/getusershell (Makefile.am): Likewise.
359         * modules/glob (Makefile.am): Likewise.
360         * modules/group-member (Makefile.am): Likewise.
361         * modules/hard-locale (Makefile.am): Likewise.
362         * modules/hash (Makefile.am): Likewise.
363         * modules/hmac-md5 (Makefile.am): Likewise.
364         * modules/hmac-sha1 (Makefile.am): Likewise.
365         * modules/human (Makefile.am): Likewise.
366         * modules/idcache (Makefile.am): Likewise.
367         * modules/imaxabs (Makefile.am): Likewise.
368         * modules/imaxdiv (Makefile.am): Likewise.
369         * modules/inet_ntop (Makefile.am): Likewise.
370         * modules/inet_pton (Makefile.am): Likewise.
371         * modules/inttostr (Makefile.am): Likewise.
372         * modules/isapipe (Makefile.am): Likewise.
373         * modules/lchown (Makefile.am): Likewise.
374         * modules/long-options (Makefile.am): Likewise.
375         * modules/lstat (Makefile.am): Likewise.
376         * modules/malloc (Makefile.am): Likewise.
377         * modules/mathl (Makefile.am): Likewise.
378         * modules/mbchar (Makefile.am): Likewise.
379         * modules/md2 (Makefile.am): Likewise.
380         * modules/md4 (Makefile.am): Likewise.
381         * modules/md5 (Makefile.am): Likewise.
382         * modules/memcasecmp (Makefile.am): Likewise.
383         * modules/memchr (Makefile.am): Likewise.
384         * modules/memcmp (Makefile.am): Likewise.
385         * modules/memcoll (Makefile.am): Likewise.
386         * modules/memcpy (Makefile.am): Likewise.
387         * modules/memmem (Makefile.am): Likewise.
388         * modules/memmove (Makefile.am): Likewise.
389         * modules/mempcpy (Makefile.am): Likewise.
390         * modules/memrchr (Makefile.am): Likewise.
391         * modules/memset (Makefile.am): Likewise.
392         * modules/memxor (Makefile.am): Likewise.
393         * modules/mkancesdirs (Makefile.am): Likewise.
394         * modules/mkdir (Makefile.am): Likewise.
395         * modules/mkdir-p (Makefile.am): Likewise.
396         * modules/mkdtemp (Makefile.am): Likewise.
397         * modules/mkstemp (Makefile.am): Likewise.
398         * modules/mktime (Makefile.am): Likewise.
399         * modules/modechange (Makefile.am): Likewise.
400         * modules/mountlist (Makefile.am): Likewise.
401         * modules/nanosleep (Makefile.am): Likewise.
402         * modules/openat (Makefile.am): Likewise.
403         * modules/pagealign_alloc (Makefile.am): Likewise.
404         * modules/physmem (Makefile.am): Likewise.
405         * modules/poll (Makefile.am): Likewise.
406         * modules/posixtm (Makefile.am): Likewise.
407         * modules/posixver (Makefile.am): Likewise.
408         * modules/putenv (Makefile.am): Likewise.
409         * modules/quote (Makefile.am): Likewise.
410         * modules/quotearg (Makefile.am): Likewise.
411         * modules/raise (Makefile.am): Likewise.
412         * modules/read-file (Makefile.am): Likewise.
413         * modules/readline (Makefile.am): Likewise.
414         * modules/readlink (Makefile.am): Likewise.
415         * modules/readtokens (Makefile.am): Likewise.
416         * modules/readutmp (Makefile.am): Likewise.
417         * modules/realloc (Makefile.am): Likewise.
418         * modules/regex (Makefile.am): Likewise.
419         * modules/rename (Makefile.am): Likewise.
420         * modules/rename-dest-slash (Makefile.am): Likewise.
421         * modules/rijndael (Makefile.am): Likewise.
422         * modules/rmdir (Makefile.am): Likewise.
423         * modules/rpmatch (Makefile.am): Likewise.
424         * modules/safe-read (Makefile.am): Likewise.
425         * modules/safe-write (Makefile.am): Likewise.
426         * modules/same (Makefile.am): Likewise.
427         * modules/save-cwd (Makefile.am): Likewise.
428         * modules/savedir (Makefile.am): Likewise.
429         * modules/setenv (Makefile.am): Likewise.
430         * modules/settime (Makefile.am): Likewise.
431         * modules/sha1 (Makefile.am): Likewise.
432         * modules/sig2str (Makefile.am): Likewise.
433         * modules/snprintf (Makefile.am): Likewise.
434         * modules/stdlib-safer (Makefile.am): Likewise.
435         * modules/stpcpy (Makefile.am): Likewise.
436         * modules/stpncpy (Makefile.am): Likewise.
437         * modules/strcase (Makefile.am): Likewise.
438         * modules/strcasestr (Makefile.am): Likewise.
439         * modules/strchrnul (Makefile.am): Likewise.
440         * modules/strcspn (Makefile.am): Likewise.
441         * modules/strdup (Makefile.am): Likewise.
442         * modules/strerror (Makefile.am): Likewise.
443         * modules/strftime (Makefile.am): Likewise.
444         * modules/strndup (Makefile.am): Likewise.
445         * modules/strnlen (Makefile.am): Likewise.
446         * modules/strpbrk (Makefile.am): Likewise.
447         * modules/strsep (Makefile.am): Likewise.
448         * modules/strstr (Makefile.am): Likewise.
449         * modules/strtod (Makefile.am): Likewise.
450         * modules/strtoimax (Makefile.am): Likewise.
451         * modules/strtok_r (Makefile.am): Likewise.
452         * modules/strtol (Makefile.am): Likewise.
453         * modules/strtoll (Makefile.am): Likewise.
454         * modules/strtoul (Makefile.am): Likewise.
455         * modules/strtoull (Makefile.am): Likewise.
456         * modules/strtoumax (Makefile.am): Likewise.
457         * modules/strverscmp (Makefile.am): Likewise.
458         * modules/time_r (Makefile.am): Likewise.
459         * modules/timegm (Makefile.am): Likewise.
460         * modules/tmpfile-safer (Makefile.am): Likewise.
461         * modules/unistd-safer (Makefile.am): Likewise.
462         * modules/unlinkdir (Makefile.am): Likewise.
463         * modules/userspec (Makefile.am): Likewise.
464         * modules/utime (Makefile.am): Likewise.
465         * modules/utimecmp (Makefile.am): Likewise.
466         * modules/utimens (Makefile.am): Likewise.
467         * modules/vasnprintf (Makefile.am): Likewise.
468         * modules/vasprintf (Makefile.am): Likewise.
469         * modules/vsnprintf (Makefile.am): Likewise.
470         * modules/xalloc (Makefile.am): Likewise.
471         * modules/xgetcwd (Makefile.am): Likewise.
472         * modules/xnanosleep (Makefile.am): Likewise.
473         * modules/xreadlink (Makefile.am): Likewise.
474         * modules/xstrtod (Makefile.am): Likewise.
475         * modules/xstrtol (Makefile.am): Likewise.
476         * modules/xstrtold (Makefile.am): Likewise.
477         * modules/yesno (Makefile.am): Likewise.
478
479 2006-10-12  Jim Meyering  <jim@meyering.net>
480
481         * m4/getloadavg.m4: Revert the change below.
482
483         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
484         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
485         fail with a symlink, which is what coreutils' ./bootstrap now
486         creates by default.
487
488 2006-10-12  Bruno Haible  <bruno@clisp.org>
489
490         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
491         mingw.
492         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
493         MSVC and mingw explicitly.
494
495 2006-10-11  Simon Josefsson  <jas@extundo.com>
496             Bruno Haible  <bruno@clisp.org>
497
498         Add support for multiple gnulib-tool invocations in the scope of a
499         single configure.ac file.
500         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
501         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
502         with the same contents as the _LIBADD variable.
503         (func_emit_initmacro_start, func_emit_initmacro_end,
504         func_emit_initmacro_done): New functions.
505         (func_import, func_create_testdir): Invoke them. Allow the identifiers
506         gl_LIBOBJS and gl_LTLIBOBJS.
507
508 2006-10-11  Bruno Haible  <bruno@clisp.org>
509
510         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
511         (func_create_testdir): Don't create po/Makefile.am, don't invoke
512         autoreconf. Instead, invoke autopoint explicitly but move back the
513         *.m4 files from gnulib.
514
515 2006-10-11  Bruno Haible  <bruno@clisp.org>
516
517         * gnulib-tool (func_usage): Make module names after --create-testdir
518         optional.
519         (func_create_testdir): If no module was specified, use nearly all
520         modules.
521
522 2006-10-12  Jim Meyering  <jim@meyering.net>
523
524         Big performance improvement for fts-based tools that use FTS_NOSTAT.
525         Avoid spurious inode-mismatch problems on non-POSIX file systems.
526         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
527         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
528         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
529         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
530         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
531         (fts_set_stat_required): New function.
532         (fts_open): Defer the calls to fts_stat, if possible or requested.
533         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
534         into fts_stat itself.
535         (fts_read): Perform any required (deferred) fts_stat call.
536         (fts_build): Likewise, for the directory we're about to open and read.
537         In the readdir loop, carefully decide whether each entry will require
538         an eventual call to fts_stat, using dirent.d_type info if available.
539         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
540         a command line argument into this function.  Update all callers.
541         Map a return value of FTS_DOT to FTS_D for a command line argument.
542         * modules/fts (Depends-on): Add d-type.  Alphabetize.
543         Thanks to Miklos Szeredi for his tenacity and for the initial
544         bug report about "find" failing on a FUSE-based file system.
545
546         * lib/fts.c (fts_open): Use consistent indentation.
547
548 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
549
550         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
551         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
552         reported by Jim Meyering.  All uses of cache variables renamed
553         to match Autoconf's.
554         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
555         the other one.
556
557         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
558         Fix misspelling in diagnostic.
559
560 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
561
562         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
563         defined.  Problem reported by Matthew Woehlke.
564
565         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
566         Add support for Tandem NonStop R series.
567         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
568         Use new macro.
569
570         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
571         (has_trailing_slash): Omit size arg; all callers changed.
572         Omit 'inline', since it doesn't help performance and we'd
573         need to configure it.
574         Don't count //, ///, etc. as having a trailing slash.
575         As a side effect, this removes a C99ism reported by Matthew Woehlke.
576         (rpl_rename_dest_slash): On failure, use rename's errno rather
577         than (in some cases) an incorrect or junk errno.
578         Simplify code by removing need to compute length; this does
579         cause it to make two passes instead of one over the file name,
580         but it's worth it.
581
582         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
583         change, since Autoconf's version may no longer be appropriate now
584         that we are using CVS Autoconf's version.  Add support for Tandem.
585
586 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
587             Bruno Haible  <bruno@clisp.org>
588
589         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
590         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
591         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
592         gl_AC_TYPE_LONG_LONG.
593
594         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
595         instead of HAVE_LONG_LONG.
596         * lib/printf-args.c (printf_fetchargs): Likewise.
597         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
598         * lib/vasnprintf.c (VASNPRINTF): Likewise.
599         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
600         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
601         gl_AC_TYPE_LONG_LONG.
602
603 2006-10-11  Bruno Haible  <bruno@clisp.org>
604
605         * m4/longlong.m4: Add comments.
606         * m4/ulonglong.m4: Likewise.
607
608 2006-10-10  Bruno Haible  <bruno@clisp.org>
609
610         Make it possible to #define stpcpy, strdup to aliases.
611         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
612         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
613
614 2006-10-10  Bruno Haible  <bruno@clisp.org>
615
616         Make it possible to #define gcd to an alias.
617         * lib/gcd.c: Include config.h.
618
619 2006-10-10  Bruno Haible  <bruno@clisp.org>
620
621         Make it possible to #define c_isascii to an alias.
622         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
623         defined. Undefine the macros before defining them, to avoid gcc
624         warnings.
625         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
626         define NO_C_CTYPE_MACROS early.
627
628 2006-10-10  Bruno Haible  <bruno@clisp.org>
629
630         Make it possible to #define set_program_name to an alias.
631         * lib/progname.c: Don't undefine set_program_name; instead, undefine
632         ENABLE_RELOCATABLE early.
633
634 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
635
636         Port to Tandem NSK OSS, which has 64-bit signed int but at most
637         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
638         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
639         More generally, don't assume that 64-bit signed int is available
640         if unsigned int is, and vice versa.
641         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
642         unsigned symbols, not on their signed counterparts.
643         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
644         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
645         (UINT64_C, UINTMAX_C):
646         Likewise.
647         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
648         unsigned counterparts.
649         (Have_long_long, Unsigned): New macros.
650         (Int): Renamed from INT.
651         (strtoimax): Use the new macros.
652         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
653         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
654         * modules/inttypes (inttypes.h): Substitute
655         HAVE_UNSIGNED_LONG_LONG_INT.
656         * modules/stdint (stdint.h): Likewise.
657         (Files): Add m4/ulonglong.m4.
658
659 2006-10-10  Bruno Haible  <bruno@clisp.org>
660
661         Fix a gcc -Wshadow warning.
662         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
663         to 'bucket'.
664         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
665         gl_linked_indexof_from_to): Likewise.
666         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
667         Likewise.
668         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
669         Likewise.
670         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
671         Reported by Eric Blake.
672
673 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
674
675         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
676         for NetBSD.  Problem reported by Bruno Haible.
677
678 2006-10-09  Jim Meyering  <jim@meyering.net>
679
680         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
681         Patch from Bruno Haible.
682
683 2006-10-09  Jim Meyering  <jim@meyering.net>
684
685         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
686         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
687         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
688
689 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
690
691         Don't include <config.h> twice; this doesn't work in some cases,
692         e.g., when config.h has "#define intmax_t long long int" and
693         we include <config.h>, <inttypes.h>, <config.h> in that order.
694         Problem reported by Matthew Woehlke in:
695         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
696         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
697         * lib/fts-cycle.c: Don't include config.h.
698         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
699         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
700         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
701         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
702         inttypes.h.
703         * lib/xstrtoumax.c: Likewise.
704         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
705         __strtol and the like, so that this module is more like its siblings.
706         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
707         Remove; no longer needed now that we assume gnulib inttypes.h.
708
709 2006-10-08  Bruno Haible  <bruno@clisp.org>
710
711         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
712         option.
713
714 2006-10-07  Jim Meyering  <jim@meyering.net>
715
716         * modules/inttypes (inttypes.h): Revert what seems to have been
717         an inadvertent part of today's change: use "|", not "/" in the
718         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
719
720 2006-10-07  Bruno Haible  <bruno@clisp.org>
721
722         * modules/sublist: New file.
723
724 2006-10-07  Bruno Haible  <bruno@clisp.org>
725
726         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
727         * modules/argz (argz.h): Likewise.
728         * modules/arpa_inet (arpa/inet.h): Likewise.
729         * modules/byteswap (byteswap.h): Likewise.
730         * modules/configmake (configmake.h): Likewise.
731         * modules/fcntl (fcntl.h): Likewise.
732         * modules/fnmatch (fnmatch.h): Likewise.
733         * modules/getopt (getopt.h): Likewise.
734         * modules/glob (glob.h): Likewise.
735         * modules/inttypes (inttypes.h): Likewise.
736         * modules/netinet_in (netinet/in.h): Likewise.
737         * modules/poll (poll.h): Likewise.
738         * modules/stdbool (stdbool.h): Likewise.
739         * modules/stdint (stdint.h): Likewise.
740         * modules/sys_select (sys/select.h): Likewise.
741         * modules/sys_socket (sys/socket.h): Likewise.
742         * modules/sys_stat (sys/stat.h): Likewise.
743         * modules/sysexits (sysexits.h): Likewise.
744         * modules/unistd (unistd.h): Likewise.
745         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
746         Add a "DO NOT EDIT" comment to the generated file.
747         (func_import): Likewise for gnulib-comp.m4.
748
749 2006-10-07  Bruno Haible  <bruno@clisp.org>
750
751         * lib/gl_sublist.h: New file.
752         * lib/gl_sublist.c: New file.
753
754 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
755
756         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
757         name (relative to the original working directory) and the file
758         name component (relative to the temporary working directory).  All
759         callers changed.
760         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
761         * lib/mkdir-p.c (make_dir_parents): Likewise.
762         * lib/mkdir-p.h (make_dir_parents): Likewise.
763
764 2006-10-06  Eric Blake  <ebb9@byu.net>
765
766         Define several macros for use by the clean-temp module.
767         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
768         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
769         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
770
771         * lib/clean-temp.h (close_stream_temp): New declaration.
772         * lib/clean-temp.c (includes): Pull in headers according to what
773         other modules are in use.
774         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
775
776 2006-10-06  Bruno Haible  <bruno@clisp.org>
777
778         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
779         instead of fopen, fwriteerror.
780
781 2006-10-06  Bruno Haible  <bruno@clisp.org>
782
783         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
784         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
785         int.
786         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
787         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
788         Return an error indicator.
789         Suggested by Eric Blake.
790
791 2006-10-06  Bruno Haible  <bruno@clisp.org>
792
793         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
794         Reported by Eric Blake.
795
796 2006-10-06  Bruno Haible  <bruno@clisp.org>
797
798         * modules/closeout (Description): Mention stderr too.
799
800 2006-10-06  Bruno Haible  <bruno@clisp.org>
801         and Paul Eggert  <eggert@cs.ucla.edu>
802
803         * lib/closeout.c (close_stdout): Also close stderr.
804         * lib/closeout.h: Update comment.
805
806 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
807
808         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
809         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
810         * lib/dirchownmod.c: Include lchown.h.
811         * lib/lchown.c: Don't include files that lchown.h now includes.
812         Don't declare chown, since lchown.h now does that.
813         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
814         (lchown): Define to rpl_chown if lchown is declared but
815         does not exist.  Declare using a prototype if lchown is not
816         declared.  Add a copyright notice.
817         * lib/mkstemp.h: Include <unistd.h>.
818         * lib/openat.c: Include lchown.h.
819
820         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
821         we now test for that separately.
822         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
823         rather than O_NOFOLLOW, when testing whether it's possible to
824         avoid a race condition reliably.
825         * lib/savewd.c (savewd_chdir): Likewise.
826
827         Remove macros that are no longer needed now that stdint.h is
828         reliable.
829         * lib/fsusage.c (UINTMAX_MAX): Remove.
830         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
831         * lib/utimecmp.c (SIZE_MAX): Remove.
832
833         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
834
835         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
836         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
837         O_NOATIME works.
838
839 2006-10-05  Bruno Haible  <bruno@clisp.org>
840
841         * lib/gl_list.h (gl_sortedlist_search_from_to,
842         gl_sortedlist_indexof_from_to): New declarations.
843         (gl_list_implementation): New fields sortedlist_search_from_to,
844         sortedlist_indexof_from_to.
845         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
846         inline functions.
847         * lib/gl_list.c (gl_sortedlist_search_from_to,
848         gl_sortedlist_indexof_from_to): New functions.
849         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
850         function.
851         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
852         (gl_array_sortedlist_search_from_to): New function.
853         (gl_array_list_implementation): Update.
854         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
855         function.
856         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
857         (gl_carray_sortedlist_search_from_to): New function.
858         (gl_carray_list_implementation): Update.
859         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
860         gl_linked_sortedlist_indexof_from_to): New functions.
861         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
862         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
863         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
864         gl_tree_sortedlist_indexof_from_to): New functions.
865         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
866         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
867         Update.
868         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
869         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
870         Update.
871
872 2006-10-05  Bruno Haible  <bruno@clisp.org>
873
874         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
875         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
876         (struct gl_list_implementation): Add fields search_from_to,
877         indexof_from_to. Remove fields search, indexof.
878         (gl_list_search): Use the search_from_to method.
879         (gl_list_search_from, gl_list_search_from_to): New functions.
880         (gl_list_indexof): Use the indexof_from_to method.
881         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
882         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
883         (gl_list_search_from, gl_list_search_from_to): New functions.
884         (gl_list_indexof): Use the indexof_from_to method.
885         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
886         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
887         gl_array_indexof. Add start_index, end_index arguments.
888         (gl_array_search_from_to): Renamed from gl_array_search. Add
889         start_index, end_index arguments.
890         (gl_array_remove, gl_array_list_implementation): Update.
891         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
892         gl_carray_indexof. Add start_index, end_index arguments.
893         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
894         start_index, end_index arguments.
895         (gl_carray_remove, gl_carray_list_implementation): Update.
896         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
897         gl_linked_search. Add start_index, end_index arguments.
898         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
899         start_index, end_index arguments.
900         (gl_linked_remove): Update.
901         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
902         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
903         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
904         field to 'size_t'.
905         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
906         gl_tree_search. Add start_index, end_index arguments.
907         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
908         start_index, end_index arguments.
909         (gl_tree_remove): Update.
910         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
911         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
912         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
913         function.
914         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
915         gl_tree_search. Add start_index, end_index arguments.
916         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
917         start_index, end_index arguments.
918         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
919         Update.
920         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
921
922 2006-10-05  Bruno Haible  <bruno@clisp.org>
923
924         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
925
926         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
927         fwriteerror_temp): New declarations.
928         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
929         (descriptors): New variable.
930         (cleanup): First, close the descriptors.
931         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
932         fclose_temp, fwriteerror_temp): New functions.
933
934 2006-10-04  Jim Meyering  <jim@meyering.net>
935
936         * lib/fts.c (fts_open): Tiny comment change.
937
938 2006-10-04  Bruno Haible  <bruno@clisp.org>
939
940         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
941         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
942         gl_LOCK_BODY.
943         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
944         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
945         gl_LOCK_EARLY_BODY.
946         (gl_LOCK): Require gl_LOCK_BODY.
947
948 2006-10-04  Bruno Haible  <bruno@clisp.org>
949
950         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
951         (gl_oset_search_atleast): New declaration.
952         (struct gl_oset_implementation): Add field 'search_atleast'.
953         (gl_oset_search_atleast): New inline function.
954         * lib/gl_oset.c (gl_oset_search_atleast): New function.
955         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
956         (gl_array_oset_implementation): Update.
957         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
958         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
959         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
960
961 2006-10-04  Bruno Haible  <bruno@clisp.org>
962
963         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
964
965 2006-10-03  Bruno Haible  <bruno@clisp.org>
966
967         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
968         from gl_avltreehash_list_implementation.
969
970 2006-10-03  Bruno Haible  <bruno@clisp.org>
971
972         * lib/gl_oset.c (gl_oset_add): Fix return type.
973
974 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
975
976         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
977
978 2006-10-02  Eric Blake  <ebb9@byu.net>
979
980         * modules/strnlen (Depends-on): Add extensions.
981
982 2006-10-02  Eric Blake  <ebb9@byu.net>
983
984         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
985         definition in 2.60+.
986
987 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
988
989         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
990         checks.
991
992 2006-10-02  Bruno Haible  <bruno@clisp.org>
993
994         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
995         to the AUTOMAKE_OPTIONS.
996         Reported by Jim Meyering.
997
998 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
999
1000         Work around bug in Solaris 10 /proc file system:
1001         /proc/self/fd/NNN/.. isn't the parent directory of
1002         the directory whose file descriptor is NNN.  This needs to
1003         be worked around at run time, not compile time, since a
1004         program might be built on Solaris 8, where things work, and
1005         run on Solaris 10.
1006         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
1007         to use the following interface instead:
1008         (OPENAT_BUFFER_SIZE): New macro.
1009         (openat_proc_name): New function.
1010         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
1011         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
1012         Likewise.
1013         * lib/openat-proc.c: New file.
1014         * modules/openat (Files): Add lib/openat-proc.c.
1015         (Depends-on): Add same-inode, stdbool.
1016         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
1017
1018 2006-09-29  Bruno Haible  <bruno@clisp.org>
1019
1020         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
1021         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
1022         argument. Set stdout_closed before testing for ferror, not after.
1023         (fwriteerror, fwriteerror_no_ebadf): New functions.
1024
1025 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1026
1027         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
1028
1029 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
1030
1031         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
1032         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
1033
1034 2006-09-28  Jim Meyering  <jim@meyering.net>
1035
1036         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
1037         Include <unistd.h>.
1038
1039 2006-09-28  Bruno Haible  <bruno@clisp.org>
1040
1041         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
1042         * modules/linkedhash-list (Depends-on): Likewise.
1043         * modules/rbtreehash-list (Depends-on): Likewise.
1044
1045 2006-09-28  Bruno Haible  <bruno@clisp.org>
1046
1047         * lib/strndup.h: Simplify the redefinition of strndup.
1048         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
1049         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
1050
1051 2006-09-28  Bruno Haible  <bruno@clisp.org>
1052
1053         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
1054         * lib/gl_linkedhash_list.c: Likewise.
1055         * lib/gl_rbtreehash_list.c: Likewise.
1056
1057 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
1058
1059         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
1060         getaddrinfo.
1061
1062         * lib/__fpending.h: Don't include <stdio_ext.h> unless
1063         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
1064         it causes <stdio_ext.h> to cause a compile-time error.
1065         Problem reported by Nelson H. F. Beebe.
1066         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
1067         of HAVE_DECL___PENDING.
1068
1069         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
1070         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
1071         declaration.
1072
1073 2006-09-27  Jim Meyering  <jim@meyering.net>
1074
1075         This file could end up with a definition for a function
1076         named __strndup, rather than rpl_strndup on a system with
1077         incomplete weak_alias support.
1078         * lib/strndup.c (strndup): Rename from __strndup.
1079         Remove #defines that used to map __strndup to strndup.
1080         Don't use K&R prototypes.
1081         Remove LIBC-related code, since this file is not sync'd with glibc.
1082         * lib/strndup.h: Revamp, accordingly.
1083         * m4/strndup.m4: Modernize.
1084
1085 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1086
1087         * modules/savewd (Depends-on): Add 'raise'.
1088         * lib/savewd.c: Include <signal.h>, for 'raise'.
1089
1090 2006-09-26  Jim Meyering  <jim@meyering.net>
1091
1092         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
1093         when we detect Darwin 8.7.0's acl_get_file bug.
1094         Rearrange to perform the new (below) run-test while $LIBS
1095         contains any acl-related library.  Set USE_ACL at the end.
1096         (gl_ACL_GET_FILE): New function.
1097
1098 2006-09-26  Eric Blake  <ebb9@byu.net>
1099
1100         * lib/verror.c: Include <config.h> unconditionally.
1101
1102 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1103
1104         * modules/clock-time (Maintainer): Add self.
1105         * modules/getlogin_r (Depends-on): Add extensions.
1106
1107 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1108
1109         * modules/clock-time: New module.
1110         * modules/nanosleep (Depends-on): Add clock-time.
1111         * modules/gethrxtime (Depends-on): Likewise.
1112         * modules/gettime (Depends-on): Likewise.
1113         * modules/settime (Depends-on): Likewise.
1114
1115         * modules/fts-lgpl: Depend on openat.
1116         * modules/mkancesdirs: Depend on savewd.
1117         * modules/mkdir-p: Likewise.
1118
1119 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1120
1121         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
1122
1123         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
1124         `gl_have_arbitrary_file_name_length_limit' to
1125         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
1126         actually works between configure runs.
1127
1128 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1129             Bruno Haible  <bruno@clisp.org>
1130
1131         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
1132
1133 2006-09-25  Jim Meyering  <jim@meyering.net>
1134
1135         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
1136         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
1137
1138 2006-09-25  Eric Blake  <ebb9@byu.net>
1139
1140         * gnulib-tool (func_import, func_create_testdir): Fix typos in
1141         exec's in 2006-09-18 patch when shuffling fds.
1142
1143 2006-09-25  Bruno Haible  <bruno@clisp.org>
1144
1145         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
1146         Reported by Jim Meyering.
1147
1148 2006-09-24  Jim Meyering  <jim@meyering.net>
1149
1150         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
1151         compare a pointer against a literal "0".  That caused failures with
1152         at least HP-UX's hpcc.
1153
1154 2006-09-22  Simon Josefsson  <jas@extundo.com>
1155
1156         * modules/gc-sha1:
1157         * modules/gc-md4:
1158         * modules/gc-hmac-sha1:
1159         * modules/gc-hmac-md5:
1160         * modules/gc-des:
1161         * modules/gc-arcfour: Distribute more files.
1162
1163 2006-09-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1164
1165         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
1166         (gl_linked_iterator_from_to): Initialize struct completely.
1167         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
1168         (gl_tree_iterator_from_to): Likewise
1169         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
1170         * lib/gl_array_list.c [lint] (gl_array_iterator)
1171         (gl_array_iterator_from_to): Likewise.
1172         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
1173         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
1174         (gl_carray_iterator_from_to): Likewise.
1175
1176         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
1177         * lib/md4.c (md4_process_block): Remove unused variable.
1178         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
1179         parentheses for clarity.
1180
1181 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1182
1183         * modules/bison-i18n (Depends-on): Add gettext.
1184
1185 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1186
1187         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
1188         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
1189         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
1190         also add missing comma that caused broken test.
1191         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
1192         stdlib.h, for `abort'.
1193         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
1194         variables.
1195         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
1196         include unistd.h if present, for `rmdir'.
1197         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
1198         variables.
1199         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
1200         in the process include standard headers for prototypes.
1201         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
1202         gets declared on GNU/Linux.
1203         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
1204         unistd.h, for `rmdir'.
1205         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
1206
1207         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
1208         always true.
1209         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
1210
1211         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
1212
1213 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1214
1215         * gnulib-tool (func_version): Create output all at once.  This
1216         may help avoid triggering unnecessary SIGPIPEs, and at any
1217         rate it doesn't hurt.
1218
1219 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1220             Bruno Haible  <bruno@clisp.org>
1221
1222         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
1223         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1224         * m4/signed.m4 (bh_C_SIGNED): Likewise.
1225
1226         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
1227         (gl_FUNC_VASPRINTF): Invoke it.
1228
1229 2006-09-22  Bruno Haible  <bruno@clisp.org>
1230
1231         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
1232         getloadavg.c as first argument.
1233
1234 2006-09-22  Bruno Haible  <bruno@clisp.org>
1235
1236         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
1237         at the beginning of the gl_INIT macro.
1238         * modules/getloadavg (configure.ac): Pass $gl_source_base to
1239         gl_GETLOADAVG.
1240
1241 2006-09-22  Bruno Haible  <bruno@clisp.org>
1242
1243         * gnulib-tool (func_create_megatestdir): Don't include the config-h
1244         module.
1245         Suggested by Ralf Wildenhues.
1246
1247 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
1248
1249         Import this patch from libc:
1250
1251         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
1252
1253         * lib/regex_internal.c (re_string_reconstruct): Handle
1254         offset < pstr->valid_raw_len && pstr->offsets_needed case.
1255         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
1256         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
1257         re_string_context_at.
1258
1259         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
1260         now requires it.
1261         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
1262         gl_REGEX now does it for us.
1263         (gl_REGEX): Add test taken from
1264         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
1265
1266         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
1267         Check that large offsets work.  Modernize Autoconf usages.
1268         Prefer "yes" to mean a good thing rather than a bad.
1269         Don't put "#define mkstemp" in config.h, as this might interfere
1270         with standard system headers that "#define mkstemp mkstemp64".
1271
1272         * modules/mkstemp (Depends-on): Add extensions, so that
1273         mkstemp is visible on some platforms.
1274         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
1275         (Include): Change to "mkstemp.h" from <stdlib.h>.
1276         (Files): Add mkstemp.h.
1277
1278         * lib/mkstemp.h: New file, since some standard headers
1279         #define mkstemp.
1280         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
1281         Include "mkstemp.h".
1282         Make the _LIBC code resemble glibc original more,
1283         e.g., use K&R style.
1284         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
1285         (mkstemp): Remove, since mkstemp.h does this for us.
1286         * lib/stdlib--.h: Include mkstemp.h.
1287
1288         Import this patch from libc:
1289
1290         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
1291
1292         * lib/tempname.c (__gen_tempname): Change attempts_min
1293         into a macro.  Use preprocessor to decide how to initialize
1294         attempts [Coverity CID 67].
1295
1296 2006-09-20  Bruno Haible  <bruno@clisp.org>
1297
1298         * lib/mkdtemp.c: Import from libc.
1299         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
1300                 * sysdeps/posix/tempname.c (__gen_tempname): Change
1301                 attempts_min into a macro.  Use preprocessor to decide how to
1302                 initialize attempts [Coverity CID 67].
1303         2001-11-27  Paul Eggert  <eggert@twinsun.com>
1304                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
1305                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
1306
1307 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1308
1309         * gnulib-tool (func_exit): New function, to allow to pass the
1310         exit status portably through the trap.  Use everywhere.
1311         (--help, --version): Signal a write error.
1312         (trap): catch SIGPIPE, for write errors.
1313         Exit at the end of the trap, with the correct exit status.
1314
1315 2006-09-19  Karl Berry  <karl@gnu.org>
1316
1317         * doc/gnulib.texi: note about the license texinfo files.
1318
1319 2006-09-19  Eric Blake  <ebb9@byu.net>
1320
1321         * gnulib-tool: Avoid space-tab.
1322
1323 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1324
1325         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
1326         that prevented coreutils 6.1 from building.  Problem reported
1327         by Petter Reinholdtsen.
1328
1329 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1330
1331         * gnulib-tool (avoidlist): Fix typo that broke options like
1332         --avoid=lock that are used by coreutils bootstrap.
1333
1334 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
1335
1336         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
1337         more systematically.
1338
1339 2006-09-18  Jim Meyering  <jim@meyering.net>
1340
1341         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
1342
1343 2006-09-18  Bruno Haible  <bruno@clisp.org>
1344
1345         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
1346
1347 2006-09-18  Bruno Haible  <bruno@clisp.org>
1348
1349         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
1350         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
1351         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
1352         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
1353         * m4/gettext.m4: Require autoconf >= 2.52.
1354         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
1355         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
1356         of gl_cv_header_inttypes_h.
1357
1358 2006-09-18  Bruno Haible  <bruno@clisp.org>
1359
1360         * lib/javaversion.c: Include configmake.h.
1361
1362 2006-09-18  Bruno Haible  <bruno@clisp.org>
1363
1364         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
1365         avoid that the while loops be executed in a subshell.
1366
1367 2006-09-18  Bruno Haible  <bruno@clisp.org>
1368
1369         * MODULES.html.sh (func_module): Break long lines.
1370         Suggested by Bruce Korb <bkorb@gnu.org>.
1371
1372 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1373
1374         Speed up by a factor of 1.12.
1375         * gnulib-tool (nl): New variable.
1376         (func_import): Rewrite include directive extraction to only read each
1377         directive once.
1378
1379 2006-09-17  Bruno Haible  <bruno@clisp.org>
1380
1381         * modules/javaversion (Makefile.am): Remove DEFS setting.
1382         (Depends-on): Add configmake, for PKGDATADIR definition.
1383
1384 2006-09-17  Bruno Haible  <bruno@clisp.org>
1385
1386         * gnulib-tool (func_create_testdir): Rewrite all files at once.
1387
1388 2006-09-17  Bruno Haible  <bruno@clisp.org>
1389
1390         * gnulib-tool (func_append): New function, stolen from libtool.m4.
1391         (func_modules_transitive_closure, func_modules_add_dummy,
1392         func_modules_to_filelist, func_import, func_create_testdir,
1393         func_create_megatestdir, ...): Use it wherever possible.
1394         Suggested by Ralf Wildenhues.
1395
1396 2006-09-16  Karl Berry  <karl@gnu.org>
1397
1398         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1399         to avoid sectioning errors.
1400         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
1401         [ifinfo]: blank line after @center-ed titles.
1402         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
1403         Spell FSF address consistently with others.
1404         (These changes approved by rms.)
1405
1406 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1407
1408         Speed up by a factor of 1.61.
1409         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
1410         already checked module names again.
1411
1412 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1413
1414         Speed up by a factor of 1.13.
1415         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
1416         for new_files, and the input to func_add_or_update.
1417
1418 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1419
1420         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
1421         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
1422
1423 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1424
1425         * modules/mkancesdirs (Depends-on): Add fcntl.
1426         * modules/savewd: New file.
1427         * MODULES.html.sh (File system functions): Add savewd.
1428
1429         * modules/configmake (Makefile.am): Add support for the
1430         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
1431
1432 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1433
1434         * m4/savewd.m4: New file.
1435
1436 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1437
1438         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
1439         (dirchownmod): New arg FD.  All callers changed.
1440         Use FD rather than opening the directory ourself, as opening is
1441         now the caller's responsibility.
1442         * lib/dirchownmod.h: Likewise.
1443         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
1444         hosts that require <sys/types.h> before <sys/stat.h>.  Include
1445         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
1446         (test_dir): Remove.
1447         (mkancesdirs): Return length of prefix of FILE that has already
1448         been made, or -2 if there is a child doing the work.  Redo
1449         algorithm so that it is O(N) rather than O(N**2).  Optimize away
1450         ".", and treat ".." specially since it might stray back into
1451         already-created areas.  Use a subprocess if necessary.  New arg
1452         WD; all users changed.  MAKE_DIR function should now return 1
1453         if it creates a directory that is not readable.  Return -2 if
1454         a child process is spun off.
1455         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
1456         Adjust signature to match code.
1457         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
1458         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
1459         all users changed.
1460         * lib/savewd.c, savewd.h: New files.
1461
1462 2006-09-15  Jim Meyering  <jim@meyering.net>
1463
1464         * modules/rename-dest-slash: New module.
1465         * MODULES.html.sh (posix_compat): Add it here.
1466
1467         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
1468
1469 2006-09-15  Jim Meyering  <jim@meyering.net>
1470
1471         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
1472         file.
1473
1474         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
1475
1476 2006-09-15  Jim Meyering  <jim@meyering.net>
1477
1478         * lib/rename-dest-slash.c (has_trailing_slash): Use
1479         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
1480         (rpl_rename_dest_slash): Perform the cheaper trailing slash
1481         test before testing whether SRC is a directory.
1482         Suggestions from Bruno Haible.
1483
1484         Avoid a warning about an unused variable.
1485         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
1486         into the #ifdef block where it's used.
1487
1488         * lib/rename-dest-slash.c: New file.
1489
1490 2006-09-14  Bruno Haible  <bruno@clisp.org>
1491
1492         * lib/allocsa.c: Include <config.h> unconditionally.
1493         * lib/asnprintf.c: Likewise.
1494         * lib/asprintf.c: Likewise.
1495         * lib/c-strcasecmp.c: Likewise.
1496         * lib/c-strcasestr.c: Likewise.
1497         * lib/c-strncasecmp.c: Likewise.
1498         * lib/c-strstr.c: Likewise.
1499         * lib/classpath.c: Likewise.
1500         * lib/clean-temp.c: Likewise.
1501         * lib/concatpath.c: Likewise.
1502         * lib/copy-file.c: Likewise.
1503         * lib/csharpcomp.c: Likewise.
1504         * lib/csharpexec.c: Likewise.
1505         * lib/execute.c: Likewise.
1506         * lib/fatal-signal.c: Likewise.
1507         * lib/findprog.c: Likewise.
1508         * lib/fwriteerror.c: Likewise.
1509         * lib/gl_array_list.c: Likewise.
1510         * lib/gl_array_oset.c: Likewise.
1511         * lib/gl_avltree_list.c: Likewise.
1512         * lib/gl_avltree_oset.c: Likewise.
1513         * lib/gl_avltreehash_list.c: Likewise.
1514         * lib/gl_carray_list.c: Likewise.
1515         * lib/gl_linked_list.c: Likewise.
1516         * lib/gl_linkedhash_list.c: Likewise.
1517         * lib/gl_list.c: Likewise.
1518         * lib/gl_oset.c: Likewise.
1519         * lib/gl_rbtree_list.c: Likewise.
1520         * lib/gl_rbtree_oset.c: Likewise.
1521         * lib/gl_rbtreehash_list.c: Likewise.
1522         * lib/imaxabs.c: Likewise.
1523         * lib/imaxdiv.c: Likewise.
1524         * lib/javacomp.c: Likewise.
1525         * lib/javaexec.c: Likewise.
1526         * lib/javaversion.c: Likewise.
1527         * lib/linebreak.c: Likewise.
1528         * lib/localcharset.c: Likewise.
1529         * lib/lock.c: Likewise.
1530         * lib/mbchar.c: Likewise.
1531         * lib/mbswidth.c: Likewise.
1532         * lib/mkdtemp.c: Likewise.
1533         * lib/pipe.c: Likewise.
1534         * lib/printf-args.c: Likewise.
1535         * lib/printf-parse.c: Likewise.
1536         * lib/progname.c: Likewise.
1537         * lib/progreloc.c: Likewise.
1538         * lib/readlink.c: Likewise.
1539         * lib/sh-quote.c: Likewise.
1540         * lib/stpcpy.c: Likewise.
1541         * lib/stpncpy.c: Likewise.
1542         * lib/strcasecmp.c: Likewise.
1543         * lib/strcasestr.c: Likewise.
1544         * lib/strcspn.c: Likewise.
1545         * lib/striconv.c: Likewise.
1546         * lib/strncasecmp.c: Likewise.
1547         * lib/strnlen1.c: Likewise.
1548         * lib/strstr.c: Likewise.
1549         * lib/strtok_r.c: Likewise.
1550         * lib/tls.c: Likewise.
1551         * lib/tmpdir.c: Likewise.
1552         * lib/unicodeio.c: Likewise.
1553         * lib/unsetenv.c: Likewise.
1554         * lib/vasnprintf.c: Likewise.
1555         * lib/vasprintf.c: Likewise.
1556         * lib/wait-process.c: Likewise.
1557         * lib/xallocsa.c: Likewise.
1558         * lib/xsetenv.c: Likewise.
1559         * lib/xstriconv.c: Likewise.
1560
1561 2006-09-13  Simon Josefsson  <jas@extundo.com>
1562
1563         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
1564         that internally, suggested by Ralf Wildenhues
1565         <Ralf.Wildenhues@gmx.de>.
1566
1567 2006-09-13  Simon Josefsson  <jas@extundo.com>
1568
1569         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
1570         @LIBOBJS@.
1571         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1572
1573 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1574
1575         * lib/_fpending.c: Include <config.h> unconditionally, since we no
1576         longer worry about uses that don't define HAVE_CONFIG_H.
1577         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
1578         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
1579         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
1580         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
1581         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
1582         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
1583         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
1584         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
1585         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
1586         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
1587         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
1588         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
1589         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
1590         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
1591         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
1592         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
1593         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
1594         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
1595         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
1596         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
1597         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
1598         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
1599         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
1600         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
1601         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
1602         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
1603         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
1604         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
1605         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
1606         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
1607         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
1608         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
1609         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
1610         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
1611         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
1612         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
1613         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
1614         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
1615         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
1616         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
1617         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
1618         Likewise.
1619
1620 2006-09-13  Eric Blake  <ebb9@byu.net>
1621
1622         * lib/getopt.c: Fix typo in last commit.
1623
1624 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1625
1626         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
1627         dgettext.
1628
1629 2006-09-12  Jim Meyering  <jim@meyering.net>
1630
1631         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
1632         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
1633         Reported by Nelson H. F. Beebe.
1634
1635 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1636
1637         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
1638         program_invocation_name and program_invocation_short_name are
1639         initialized.
1640         * lib/argp-namefrob.h: Move declarations of program_invocation_name
1641         and program_invocation_short_name to argp.h, so they are visible
1642         to user programs.
1643         * lib/argp.h: Likewise
1644
1645 2006-09-10  Bruno Haible  <bruno@clisp.org>
1646
1647         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
1648         m4/inttypes_h.m4, m4/uintmax_t.m4.
1649
1650 2006-09-10  Bruno Haible  <bruno@clisp.org>
1651
1652         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
1653         gl_AC_TYPE_UINTMAX_T.
1654
1655 2006-09-10  Bruno Haible  <bruno@clisp.org>
1656
1657         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
1658
1659 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1660
1661         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
1662         convention.  Text proposed by Bruno Haible.
1663         (struct argp_option): Document the use of N_() wrappers.
1664
1665         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
1666         '\v', and translate the two parts separately, instead of feeding
1667         the whole string to gettext.  This allows to exclude
1668         '\v' from the strings visible to the translator by writing doc
1669         strings as N_("..") "\v" N_("..").
1670
1671 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
1672
1673         * config/srclist.txt: Undo latest change; the bug was fixed.
1674
1675 2006-09-09  Bruno Haible  <bruno@clisp.org>
1676
1677         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
1678         assignments if building a library without libtool.
1679         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
1680         in func_emit_lib_Makefile_am.
1681         (func_import): When building a static library libfoo.a, arrange to
1682         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
1683         (func_create_testdir): Likewise.
1684         * modules/gc (configure.ac, Makefile.am): If building statically,
1685         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
1686         * modules/iconvme (configure.ac, Makefile.am): Likewise.
1687         * modules/striconv (configure.ac, Makefile.am): Likewise.
1688         Based on a suggestion by Ralf Wildenhues.
1689
1690 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1691
1692         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1693         Check for unistd.h too, since Autoconf doesn't assume POSIX.
1694         Also:
1695
1696         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1697         Add year_2050_test to catch glibc bug 2821
1698         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1699
1700         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1701         Prefer #ifdef to #if.
1702
1703         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1704         Return from 'main' instead of calling 'exit'.
1705
1706 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1707
1708         * lib/mktime.c (guess_time_tm): Fix bug where mktime
1709         returned the maximum time_t value rather than (time_t) -1.
1710         Problem originally reported by William Bardwell
1711         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1712
1713         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1714         Moved to here ...
1715         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1716         ... from here.
1717
1718 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1719
1720         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
1721         2821 is fixed.
1722
1723 2006-09-08  Jim Meyering  <jim@meyering.net>
1724
1725         Don't make generated files read-only.  That would bother too many
1726         people.  However, do retain the ability to work when targets are
1727         read-only: remove the destination and temporary files before writing
1728         them (when generated via sed or echo), or by using the -f option for
1729         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
1730         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1731         * modules/byteswap, modules/configmake, modules/fcntl:
1732         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1733         * modules/localcharset, modules/netinet_in, modules/poll:
1734         * modules/stdbool, modules/stdint, modules/sys_select:
1735         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1736
1737 2006-09-08  Jim Meyering  <jim@meyering.net>
1738
1739         Avoid new build failure on FreeBSD 6.0.
1740         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
1741         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
1742         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
1743
1744 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1745
1746         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
1747
1748 2006-09-07  Jim Meyering  <jim@meyering.net>
1749
1750         Fix global typo in last change: use chmod u-w, not chmod u-x.
1751         Spotted by Paul Eggert and Bruce Korb.
1752         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1753         * modules/byteswap, modules/configmake, modules/fcntl:
1754         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1755         * modules/localcharset, modules/netinet_in, modules/poll:
1756         * modules/stdbool, modules/stdint, modules/sys_select:
1757         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1758
1759 2006-09-06  Jim Meyering  <jim@meyering.net>
1760
1761         Make generated files be read-only.
1762         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
1763         Ensure that each generated file is now read-only.
1764         * modules/argz: Likewise.
1765         * modules/arpa_inet: Likewise.
1766         * modules/byteswap: Likewise.
1767         * modules/configmake: Likewise.
1768         * modules/fcntl: Likewise.
1769         * modules/fnmatch: Likewise.
1770         * modules/getopt: Likewise.
1771         * modules/glob: Likewise.
1772         * modules/inttypes: Likewise.
1773         * modules/netinet_in: Likewise.
1774         * modules/poll: Likewise.
1775         * modules/stdbool: Likewise.
1776         * modules/stdint: Likewise.
1777         * modules/sys_select: Likewise.
1778         * modules/sys_socket: Likewise.
1779         * modules/sys_stat: Likewise.
1780         * modules/sysexits: Likewise.
1781         * modules/localcharset: Same as above, but continue using temporary
1782         file named "t-$@" (why different?) rather than the "$@-t" used
1783         everywhere else.
1784
1785         * modules/sysexits (Makefile.am): Replace literal occurrences
1786         of "sysexit.h" more readable, and more consistent, "$@".
1787
1788 2006-09-06  Bruno Haible  <bruno@clisp.org>
1789
1790         * modules/striconv: New file.
1791         * modules/xstriconv: New file.
1792         * MODULES.html.sh (Internationalization functions): Add striconv,
1793         xstriconv.
1794
1795 2006-09-06  Bruno Haible  <bruno@clisp.org>
1796
1797         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
1798         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
1799         not using libtool correctly.
1800
1801 2006-09-06  Bruno Haible  <bruno@clisp.org>
1802
1803         * lib/striconv.h: New file.
1804         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
1805         iconvstring.c.
1806         * lib/xstriconv.h: New file.
1807         * lib/xstriconv.c: New file.
1808
1809 2006-09-06  Bruno Haible  <bruno@clisp.org>
1810
1811         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1812         lib_..._LDFLAGS.
1813
1814 2006-09-05  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1815
1816         * lib/argz_.h: Sync from Libtool.
1817
1818         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
1819                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1820
1821         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
1822
1823 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1824
1825         * modules/trim: New file.
1826
1827 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1828
1829         * lib/trim.h: New file.
1830         * lib/trim.c: New file.
1831
1832 2006-09-05  Bruno Haible  <bruno@clisp.org>
1833
1834         * MODULES.html.sh (String handling): Add trim.
1835
1836 2006-09-04  Karl Berry  <karl@gnu.org>
1837
1838         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
1839         until next release.
1840
1841 2006-09-03  Bruno Haible  <bruno@clisp.org>
1842
1843         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
1844         correctly.
1845
1846 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1847
1848         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
1849         not gl_GETLOADAVG.  Omit unneeded semicolons.
1850         Problems reported by Ralf Wildenhues in
1851         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1852         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
1853         at the end, which is the usual gnulib style.
1854
1855         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
1856         of doing all the work ourselves.
1857         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
1858         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
1859
1860 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1861
1862         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
1863         Problem reported by Ralf Wildenhues in
1864         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1865
1866         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
1867         HAVE_STRUCT_STATFS_F_FSTYPENAME.
1868
1869 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1870
1871         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
1872         yesterday's patch by changing test -n to test -z.
1873
1874 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1875
1876         * modules/getloadavg (Files): Add m4/getloadavg.m4.
1877         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
1878         the former is now obsolescent.
1879
1880         * modules/chdir-long (Depends-on): Add fcntl.
1881
1882 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1883
1884         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
1885         obsolescent, and programs should use gnulib instead.
1886         * m4/getloadavg.m4: New file, with contents taken from Autoconf
1887         but with prefixes changed.
1888
1889 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1890
1891         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
1892         or stdbool.h, because they might not exist while configuring.
1893
1894         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
1895         Don't include unistd.h or limits.h; not needed, since chdir-long.h
1896         does that for us.
1897         (O_DIRECTORY): Remove.
1898
1899 2006-08-31  Eric Blake  <ebb9@byu.net>
1900
1901         * gnulib-tool: Don't let emacs change spaces to TAB.
1902
1903 2006-08-31  Bruno Haible  <bruno@clisp.org>
1904
1905         * gnulib-tool: When calling func_import more than once, do it in a
1906         subshell.
1907         Reported by Eric Blake <ebb9@byu.net>.
1908
1909 2006-08-31  Bruno Haible  <bruno@clisp.org>
1910
1911         * gnulib-tool (nl): Remove variable.
1912         (sed_transform_lib_file): Use more robust test for config-h module.
1913         (func_import): Fix typo in 2006-08-25 patch.
1914
1915 2006-08-31  Bruno Haible  <bruno@clisp.org>
1916
1917         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
1918         specified, augment Makefile.am variables instead of assigning them.
1919
1920 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1921
1922         Work around a bug in both the Linux and SunOS 64-bit kernels:
1923         nanosleep mishandles sleeps for longer than 2**31 seconds.
1924         Problem reported by Frank v Waveren in
1925         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1926         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
1927         Check for nanosleep bug.
1928         (LIB_NANOSLEEP): Append clock_gettime library if needed.
1929
1930 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1931
1932         Work around a bug in both the Linux and SunOS 64-bit kernels:
1933         nanosleep mishandles sleeps for longer than 2**31 seconds.
1934         Problem reported by Frank v Waveren in
1935         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1936         * lib/nanosleep.c (BILLION): New constant.
1937         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
1938         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
1939         implementation.
1940
1941 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1942
1943         * modules/nanosleep (Depends-on): Add gettime.
1944
1945 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1946         and Simon Josefsson  <jas@extundo.com>
1947         and Oskar Liljeblad  <oskar@osk.mine.nu>
1948
1949         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
1950         * gnulib-tool (func_import): New license type 'unmodifiable license
1951         text'.
1952         * modules/fdl: Use it.  Longer description.
1953         * module/gpl, module/lgpl: New files.
1954
1955 2006-08-30  Jim Meyering  <jim@meyering.net>
1956
1957         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
1958         shadowing the parameter.
1959
1960 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1961
1962         Sync from Libtool:
1963
1964         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1965
1966         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
1967         sharing with gnulib.  Report by Eric Blake.
1968
1969 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1970
1971         * modules/isapipe: New file.
1972         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
1973
1974 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1975
1976         * modules/configmake (Makefile.am): Add a comment, and omit
1977         the CONFIGMAKE_ prefix from generated macro names.  Suggested
1978         by Bruno Haible.
1979
1980 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1981
1982         * m4/isapipe.m4: New file.
1983
1984 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1985
1986         * lib/isapipe.c, isapipe.h: New files.
1987
1988 2006-08-29  Jim Meyering  <jim@meyering.net>
1989
1990         * modules/configmake (Makefile.am): Make configmake.h depend on
1991         Makefile.  Otherwise, a stale configmake.h could hang around.
1992
1993 2006-08-29  Eric Blake  <ebb9@byu.net>
1994
1995         * lib/error.c (error_at_line, print_errno_message): Match libc, after
1996         resolution of upstream bug 3044.
1997
1998 2006-08-29  Bruno Haible  <bruno@clisp.org>
1999
2000         * modules/localcharset (Depends-on): Add configmake.
2001         (Makefile.am): Remove setting of LIBDIR through DEFS.
2002
2003 2006-08-29  Bruno Haible  <bruno@clisp.org>
2004
2005         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
2006         defined.
2007
2008 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2009
2010         * modules/fcntl: New file.
2011         * modules/chdir-safer (Depends-on): Add fcntl.
2012         * modules/fts: Likewise.
2013         * modules/mkdir-p: Likewise.
2014
2015         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
2016         This undoes the most recent change, since we're now addressing the
2017         problem in a different way.
2018
2019         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
2020         into output, since the output might be called Makefile.am even
2021         if $makefile_name is something different.
2022         (func_import): Use $makefile_am rather than
2023         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
2024         empty.
2025
2026         * modules/inttypes (Files): Add m4/inttypes-h.m4.
2027
2028 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2029
2030         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
2031         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
2032         recent change to stdint.m4, since we're now addressing the problem in a
2033         different way.
2034
2035 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2036
2037         * m4/fcntl_h.m4: New file.
2038
2039 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2040
2041         * lib/fcntl_.h: New file.
2042         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
2043         the fcntl module.
2044         * lib/dirchownmod.c: Likewise.
2045         * lib/fts.c: Likewise.
2046
2047         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
2048         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
2049         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
2050         just before including <inttypes.h>, to avoid circular inclusion.
2051
2052 2006-08-28  Jim Meyering  <jim@meyering.net>
2053
2054         * doc/visibility.texi: Actually read and correct the grammar of the
2055         sentence affected by yesterday's change.
2056
2057 2006-08-28  Eric Blake  <ebb9@byu.net>
2058
2059         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
2060         needs wrapper.
2061
2062 2006-08-28  Eric Blake  <ebb9@byu.net>
2063
2064         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
2065
2066 2006-08-28  Eric Blake  <ebb9@byu.net>
2067
2068         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
2069
2070 2006-08-28  Bruno Haible  <bruno@clisp.org>
2071
2072         * modules/c-strstr: New file, from GNU gettext.
2073         * MODULES.html.sh (String handling): Add c-strstr.
2074
2075 2006-08-28  Bruno Haible  <bruno@clisp.org>
2076
2077         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
2078         macros.
2079         Reported by Eric Blake.
2080
2081 2006-08-28  Bruno Haible  <bruno@clisp.org>
2082
2083         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
2084         (VASNPRINTF): Return a string of length > INT_MAX without failing.
2085         * lib/vasprintf.c: Include errno.h, limits.h.
2086         (EOVERFLOW): New fallback definition.
2087         (vasprintf): Test here whether the string length is > INT_MAX.
2088         * lib/vsnprintf.c: Include errno.h, limits.h.
2089         (EOVERFLOW): New fallback definition.
2090         (vsnprintf): Fix bug when generated string was too long for the buffer.
2091         Test here whether the string length is > INT_MAX.
2092
2093 2006-08-28  Bruno Haible  <bruno@clisp.org>
2094
2095         * lib/inttypes_.h (SCNX*): Remove definitions.
2096         Reported by Eric Blake.
2097
2098 2006-08-28  Bruno Haible  <bruno@clisp.org>
2099
2100         * lib/c-strstr.h: New file, from GNU gettext.
2101         * lib/c-strstr.c: New file, from GNU gettext.
2102
2103 2006-08-28  Bruno Haible  <bruno@clisp.org>
2104
2105         * gnulib-tool: Reorder some statements.
2106
2107 2006-08-28  Bruno Haible  <bruno@clisp.org>
2108
2109         * gnulib-tool: New option --makefile-name.
2110         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
2111         $makefile_name.
2112         (func_import): Write $makefile_name to the cache file, and read it from
2113         there unless explicitly specified. Use $makefile_name as file name
2114         instead of Makefile.am. Adjust the recommendations accordingly.
2115
2116 2006-08-28  Bruno Haible  <bruno@clisp.org>
2117
2118         * gnulib-tool (func_verify_module): Check against misapplying patch.
2119
2120 2006-08-28  Bruno Haible  <bruno@clisp.org>
2121
2122         * gnulib-tool (func_relativize, func_relconcat): New functions.
2123         Give an error if --local-dir is given with --update.
2124         Remove trailing slashes from $local_gnulib_dir.
2125         (func_import): Store the relativized $local_gnulib_dir in
2126         gnulib-cache.m4, and read it from there if not specified explicitly.
2127
2128 2006-08-28  Bruno Haible  <bruno@clisp.org>
2129
2130         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
2131         is the current directory. Respect also $local_gnulib_dir.
2132
2133 2006-08-28  Bruno Haible  <bruno@clisp.org>
2134             Simon Josefsson  <jas@extundo.com>
2135
2136         BeOS portability.
2137         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
2138
2139 2006-08-27  Jim Meyering  <jim@meyering.net>
2140
2141         * doc/visibility.texi: Remove duplicate word: "pointer".
2142
2143 2006-08-26  Bruno Haible  <bruno@clisp.org>
2144
2145         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
2146         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
2147         (Makefile.am): Create inttypes.h from inttypes_.h.
2148         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
2149
2150         * modules/imaxabs: New file.
2151
2152         * modules/imaxdiv: New file.
2153
2154 2006-08-26  Bruno Haible  <bruno@clisp.org>
2155
2156         * m4/inttypes.m4: New file.
2157         * m4/_inttypes_h.m4: Remove file.
2158         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
2159         PRI_MACROS_BROKEN.
2160         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
2161
2162         * m4/imaxabs.m4: New file.
2163
2164         * m4/imaxdiv.m4: New file.
2165
2166 2006-08-26  Bruno Haible  <bruno@clisp.org>
2167
2168         * lib/inttypes_.h: New file.
2169         * lib/inttypes.h: Remove file.
2170         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
2171
2172         * lib/imaxabs.c: New file.
2173
2174         * lib/imaxdiv.c: New file.
2175
2176 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2177
2178         New config-h module, so that "make" output needn't be cluttered
2179         by -DHAVE_CONFIG_H.
2180         * MODULES.html.sh (Support for building libraries and executables):
2181         Add config-h.
2182         * modules/config-h: New file.
2183         * gnulib-tool (nl, sed_transform_lib_file): New vars.
2184         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
2185         the config-h module is used.
2186
2187         New configmake module, so that "make" output needn't be cluttered
2188         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
2189         * MODULES.html.sh (Support for building libraries and executables):
2190         Add configmake.
2191         * modules/configmake: New file.
2192
2193 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2194
2195         * m4/config-h.m4: New file.
2196
2197 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2198
2199         * config/srclist.txt: Add elisp-comp.
2200
2201 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2202
2203         * MODULES.html.sh (Support for building libraries and executables):
2204         Add elisp-comp.
2205         * build-aux/elisp-comp: New file.
2206         * modules/elisp-comp: New file.
2207
2208 2006-08-24  Bruno Haible <bruno@clisp.org>
2209
2210         * gnulib-tool (func_create_testdir): Use non-default values of
2211         sourcebase and m4base.
2212
2213 2006-08-24  Bruno Haible <bruno@clisp.org>
2214
2215         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
2216         HTML structure.
2217
2218 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
2219
2220         * modules/openat (Depends-on): Add lchown.
2221
2222 2006-08-23  Bruno Haible <bruno@clisp.org>
2223
2224         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
2225         of gl_LOCK_EARLY instead of gl_LOCK.
2226
2227 2006-08-23  Bruno Haible  <bruno@clisp.org>
2228
2229         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
2230         on OSF/1 to no.
2231         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
2232
2233 2006-08-23  Bruno Haible  <bruno@clisp.org>
2234
2235         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
2236         as unusable.
2237
2238         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
2239         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
2240         (gl_LOCK): New macro.
2241
2242 2006-08-22  Simon Josefsson  <jas@extundo.com>
2243
2244         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
2245         to md5 module.
2246
2247 2006-08-22  Simon Josefsson  <jas@extundo.com>
2248
2249         * MODULES.html.sh: Add "Support for maintaining and release
2250         projects".
2251
2252         * build-aux/gnupload: New file, from coreutils.
2253
2254 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2255
2256         Avoid the need for AC_LIBSOURCES in m4 macros.
2257         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
2258         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
2259         * modules/check-version (EXTRA_DIST): Add check-version.h.
2260         * modules/crc (EXTRA_DIST): Add crc.h.
2261         * modules/des (EXTRA_DIST): Add des.h.
2262         * modules/gc (EXTRA_DIST): Add gc.h.
2263         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
2264         * modules/getline (EXTRA_DIST): Add getline.h.
2265         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
2266         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
2267         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
2268         * modules/md2 (EXTRA_DIST): Add md2.h.
2269         * modules/md4 (EXTRA_DIST): Add md4.h.
2270         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
2271         * modules/read-file (EXTRA_DIST): Add read-file.h.
2272         * modules/readline (EXTRA_DIST): Add readline.h.
2273         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
2274         rijndael-api-fst.h.
2275
2276 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2277
2278         * m4/rijndael.m4 (gl_ARCFOUR):
2279         * m4/arctwo.m4 (gl_ARCTWO):
2280         * m4/check-version.m4 (gl_CHECK_VERSION):
2281         * m4/crc.m4 (gl_CRC):
2282         * m4/des.m4 (gl_DES):
2283         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
2284         * m4/gc.m4 (gl_GC):
2285         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
2286         * m4/getline.m4 (gl_FUNC_GETLINE):
2287         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
2288         * m4/hmac-md5.m4 (gl_HMAC_MD5):
2289         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
2290         * m4/md2.m4 (gl_MD2):
2291         * m4/md4.m4 (gl_MD4):
2292         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
2293         * m4/read-file.m4 (gl_FUNC_READ_FILE):
2294         * m4/readline.m4 (gl_FUNC_READLINE):
2295         * m4/rijndael.m4 (gl_RIJNDAEL):
2296         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
2297         to get the necessary .h files and whatnot.
2298
2299 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2300
2301         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
2302         gnulib rather than the other way around.
2303         * config/srclistvars.sh (COREUTILS): Remove.
2304
2305 2006-08-22  Jim Meyering  <jim@meyering.net>
2306
2307         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
2308
2309         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
2310
2311 2006-08-22  Eric Blake  <ebb9@byu.net>
2312
2313         * modules/regexprops-generic: New file.
2314         * MODULES.html.sh (Support for building documentation): List it.
2315
2316 2006-08-22  Eric Blake  <ebb9@byu.net>
2317
2318         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
2319         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
2320         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
2321         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
2322
2323 2006-08-22  Bruno Haible <bruno@clisp.org>
2324
2325         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
2326         and lib_LTLIBRARIES like the other lib_* variables.
2327
2328 2006-08-22  Bruno Haible <bruno@clisp.org>
2329
2330         * build-aux/x-to-1.in: New file, from GNU gettext.
2331
2332 2006-08-22  Bruno Haible  <bruno@clisp.org>
2333
2334         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
2335         <utmpx.h> exists.
2336
2337 2006-08-22  Bruno Haible  <bruno@clisp.org>
2338
2339         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
2340         <utmpx.h> exists.
2341
2342 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2343
2344         BeOS portability.
2345         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
2346         exist.
2347         Problem reported by Bruno Haible.
2348
2349 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2350
2351         Avoid the need for AC_LIBSOURCES in m4 macros.
2352         * modules/acl (EXTRA_DIST): Add acl.h.
2353         * modules/argmatch (Files): Add m4/argmatch.m4.
2354         (configure.ac): Add gl_ARGMATCH.
2355         (EXTRA_DIST): Renamed from lib_SOURCES, for
2356         consistency with the other modules.  Remove argmatch.c.
2357         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
2358         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
2359         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
2360         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
2361         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
2362         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
2363         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
2364         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
2365         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
2366         * modules/closeout (EXTRA_DIST): Add closeout.h.
2367         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
2368         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
2369         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
2370         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
2371         dirname.h; remove basename.c and stripslash.c.
2372         * modules/exclude (EXTRA_DIST): Add exclude.h.
2373         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
2374         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
2375         * modules/file-type (EXTRA_DIST): Add file-type.h.
2376         * modules/filemode (EXTRA_DIST): Add filemode.h.
2377         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
2378         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
2379         * modules/fpending (EXTRA_DIST): Add __fpending.h.
2380         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
2381         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
2382         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
2383         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
2384         * modules/getdate (EXTRA_DIST): Add getdate.c.
2385         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
2386         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
2387         * modules/getpass (EXTRA_DIST): Add getpass.h.
2388         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
2389         * modules/group-member (EXTRA_DIST): Add group-member.h.
2390         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
2391         * modules/hash (EXTRA_DIST): Add hash.h.
2392         * modules/human (EXTRA_DIST): Add human.h.
2393         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
2394         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
2395         * modules/lchown (EXTRA_DIST): Add lchown.h.
2396         * modules/long-options (EXTRA_DIST): Add long-options.h.
2397         * modules/lstat (EXTRA_DIST): Add lstat.h.
2398         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
2399         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
2400         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
2401         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
2402         * modules/memxor (EXTRA_DIST): Add memxor.h.
2403         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
2404         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
2405         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
2406         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
2407         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
2408         * modules/physmem (EXTRA_DIST): Add physmem.h.
2409         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
2410         * modules/posixver (EXTRA_DIST): Add posixver.h.
2411         * modules/quote (EXTRA_DIST): Add quote.h.
2412         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
2413         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
2414         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
2415         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
2416         regex_internal.h regexec.c.
2417         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
2418         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
2419         * modules/same (EXTRA_DIST): Add same.h.
2420         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
2421         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
2422         * modules/savedir (EXTRA_DIST): Add savedir.h.
2423         * modules/sha1 (EXTRA_DIST): Add sha1.h.
2424         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
2425         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
2426         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
2427         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
2428         * modules/strdup (EXTRA_DIST): Add strdup.h.
2429         * modules/strftime (EXTRA_DIST): Add strftime.h.
2430         * modules/strndup (EXTRA_DIST): Add strndup.h.
2431         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
2432         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
2433         * modules/time_r (EXTRA_DIST): Add time_r.h.
2434         * modules/timespec (EXTRA_DIST): Add timespec.h.
2435         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
2436         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
2437         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
2438         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
2439         * modules/userspec (EXTRA_DIST): Add userspec.h.
2440         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
2441         * modules/utimens (EXTRA_DIST): Add utimens.h.
2442         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
2443         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
2444         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
2445         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
2446         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
2447         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
2448         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
2449         * modules/yesno (EXTRA_DIST): Add yesno.h.
2450
2451 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2452
2453         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
2454
2455         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
2456         * m4/dev-ino.m4, same-inode.m4: Remove.
2457
2458         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
2459         * m4/acl.m4 (AC_FUNC_ACL):
2460         * m4/backupfile.m4 (gl_BACKUPFILE):
2461         * m4/c-strtod.m4 (gl_C99_STRTOLD):
2462         * m4/canon-host.m4 (gl_CANON_HOST):
2463         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2464         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
2465         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
2466         * m4/cloexec.m4 (gl_CLOEXEC):
2467         * m4/close-stream.m4 (gl_CLOSE_STREAM):
2468         * m4/closeout.m4 (gl_CLOSEOUT):
2469         * m4/dirfd.m4 (gl_FUNC_DIRFD):
2470         * m4/dirname.m4 (gl_DIRNAME):
2471         * m4/exclude.m4 (gl_EXCLUDE):
2472         * m4/exitfail.m4 (gl_EXITFAIL):
2473         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
2474         * m4/file-type.m4 (gl_FILE_TYPE):
2475         * m4/filemode.m4 (gl_FILEMODE):
2476         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
2477         * m4/fpending.m4 (gl_FUNC_FPENDING):
2478         * m4/fprintftime.m4 (gl_FPRINTFTIME):
2479         * m4/fts.m4 (gl_FUNC_FTS):
2480         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
2481         * m4/getdate.m4 (gl_GETDATE):
2482         * m4/gethrxtime.m4 (gl_GETHRXTIME):
2483         * m4/getpagesize.m4 (gl_GETPAGESIZE):
2484         * m4/getpass.m4 (gl_FUNC_GETPASS):
2485         * m4/gettime.m4 (gl_GETTIME):
2486         * m4/getugroups.m4 (gl_GETUGROUPS):
2487         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
2488         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
2489         * m4/hard-locale.m4 (gl_HARD_LOCALE):
2490         * m4/hash.m4 (gl_HASH):
2491         * m4/idcache.m4 (gl_IDCACHE):
2492         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
2493         * m4/lchown.m4 (gl_FUNC_LCHOWN):
2494         * m4/long-options.m4 (gl_LONG_OPTIONS):
2495         * m4/lstat.m4 (gl_FUNC_LSTAT):
2496         * m4/md5.m4 (gl_MD5):
2497         * m4/memcasecmp.m4 (gl_MEMCASECMP):
2498         * m4/memcoll.m4 (gl_MEMCOLL):
2499         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
2500         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
2501         * m4/memxor.m4 (gl_MEMXOR):
2502         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
2503         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
2504         * m4/modechange.m4 (gl_MODECHANGE):
2505         * m4/mountlist.m4 (gl_MOUNTLIST):
2506         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2507         * m4/openat.m4 (gl_FUNC_OPENAT):
2508         * m4/pathmax.m4 (gl_PATHMAX):
2509         * m4/physmem.m4 (gl_PHYSMEM):
2510         * m4/posixtm.m4 (gl_POSIXTM):
2511         * m4/posixver.m4 (gl_POSIXVER):
2512         * m4/quote.m4 (gl_QUOTE):
2513         * m4/quotearg.m4 (gl_QUOTEARG):
2514         * m4/readtokens.m4 (gl_READTOKENS):
2515         * m4/readutmp.m4 (gl_READUTMP):
2516         * m4/regex.m4 (gl_REGEX):
2517         * m4/safe-read.m4 (gl_SAFE_READ):
2518         * m4/safe-write.m4 (gl_SAFE_WRITE):
2519         * m4/same.m4 (gl_SAME):
2520         * m4/save-cwd.m4 (gl_SAVE_CWD):
2521         * m4/savedir.m4 (gl_SAVEDIR):
2522         * m4/settime.m4 (gl_SETTIME):
2523         * m4/sha1.m4 (gl_SHA1):
2524         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
2525         * m4/stat-macros.m4 (gl_STAT_MACROS):
2526         * m4/stat-time.m4 (gl_STAT_TIME):
2527         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
2528         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
2529         * m4/strdup.m4 (gl_FUNC_STRDUP):
2530         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
2531         * m4/strndup.m4 (gl_FUNC_STRNDUP):
2532         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
2533         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
2534         * m4/time_r.m4 (gl_TIME_R):
2535         * m4/timespec.m4 (gl_TIMESPEC):
2536         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
2537         * m4/unlinkdir.m4 (gl_UNLINKDIR):
2538         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
2539         * m4/userspec.m4 (gl_USERSPEC):
2540         * m4/utimecmp.m4 (gl_UTIMECMP):
2541         * m4/utimens.m4 (gl_UTIMENS):
2542         * m4/xalloc.m4 (gl_XALLOC):
2543         * m4/xgetcwd.m4 (gl_XGETCWD):
2544         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
2545         * m4/xreadlink.m4 (gl_XREADLINK):
2546         * m4/xstrtod.m4 (gl_XSTRTOD):
2547         * m4/yesno.m4 (gl_YESNO):
2548         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
2549         to get the necessary .h files and whatnot.
2550
2551 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
2552             Bruno Haible <bruno@clisp.org>
2553
2554         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
2555         /bin/sh understanding of '!' conditional negation.
2556
2557 2006-08-21  Jim Meyering  <jim@meyering.net>
2558
2559         * modules/openat (Depends-on): Really alphabetize.
2560
2561         * modules/acl (Depends-on): Add error and quote.
2562
2563         * check-module (find_included_lib_files): Add at-func.c to the
2564         ok-to-include-more-than-once white list.
2565
2566         * modules/openat (Depends-on): Add lstat.  Alphabetize.
2567
2568 2006-08-21  Bruno Haible <bruno@clisp.org>
2569
2570         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2571         Emit a pkgdata_DATA variable only if some snippets add contents to it.
2572         Reported by Martin Lambers <marlam@marlam.de>.
2573
2574 2006-08-21  Bruno Haible <bruno@clisp.org>
2575
2576         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
2577         specify an installation location, don't emit a noinst_LIBRARIES or
2578         noinst_LTLIBRARIES assignment.
2579
2580 2006-08-21  Bruno Haible  <bruno@clisp.org>
2581
2582         BeOS portability.
2583         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
2584         BeOS has mbrtowc() but no <wctype.h>.
2585
2586 2006-08-21  Bruno Haible  <bruno@clisp.org>
2587
2588         BeOS portability.
2589         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
2590         exist.
2591
2592 2006-08-21  Bruno Haible  <bruno@clisp.org>
2593
2594         BeOS portability.
2595         * lib/mbchar.h: Include <wctype.h> only if it exists.
2596
2597 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2598
2599         Remove files that are no longer needed by their respective modules.
2600         * m4/obstack.m4: Remove.
2601         * m4/strerror_r.m4: Remove.
2602         * m4/uint32_t.m4: Remove.
2603         * m4/uintptr_t.m4: Remove.
2604         * m4/ullong_max.m4: Remove.
2605         * m4/xstrtoimax.m4: Remove.
2606         * m4/xstrtoumax.m4: Remove.
2607
2608         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
2609         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
2610         dependencies now capture this.
2611
2612         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
2613         Do not use AC_LIBSOURCES, since gnulib modules now do this.
2614         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
2615         * m4/human.m4 (gl_HUMAN): Likewise.
2616         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
2617         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
2618
2619         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
2620
2621         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
2622         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
2623         stdint.
2624         * m4/human.m4 (gl_HUMAN): Likewise.
2625         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
2626         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
2627         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2628         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2629         * m4/xstrtol (gl_XSTRTOL): Likewise.
2630
2631         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
2632         AC_TYPE_LONG_LONG_INT.
2633         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2634         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
2635         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
2636         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2637
2638         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
2639         on stdbool.
2640
2641         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
2642         (gl_PREREQ_XSTRTOUL): Remove.
2643
2644         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
2645
2646         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
2647         mode.
2648
2649 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2650
2651         Add and change modules to make it easier for coreutils to use
2652         gnulib-tool.
2653         * modules/backupfile (Files): Remove m4/d-ino.m4.
2654         (Depends-on): Add d-ino.
2655         * modules/cycle-check (Depends-on): Add stdint.
2656         (lib_SOURCES): Add cycle-check.h.
2657         * modules/d-ino: New module.
2658         * modules/d-type: New module.
2659         * modules/error (Files): Remove m4/strerror_r.m4.
2660         * modules/filemode (Files): Add m4/st_dm_mode.m4.
2661         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
2662         m4/inttypes_h.m4, m4/uintmax_t.m4.
2663         (Depends-on): Add stdint.
2664         (lib_SOURCES): Add fsusage.h.
2665         * modules/getcwd (Files): Remove d-ino.m4.
2666         (Depends-on): Add d-ino.
2667         * modules/getndelim2 (Depends-on): Add stdint.
2668         * modules/glob (Files): Remove m4/d-type.m4.
2669         (Depends-on): Add d-type.
2670         * modules/host-os: New module.
2671         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
2672         m4/inttypes_h.m4, m4/uintmax_t.m4.
2673         * Depends-on: Add stdint.
2674         (lib_SOURCES): Add human.h.
2675         * modules/inttostr (Files): Remove m4/intmax_t.m4,
2676         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
2677         m4/uintmax_t.m4, m4/ulonglong.m4.
2678         (Depends-on): Add stdint.
2679         (EXTRA_DIST): Add inttostr.h.
2680         * modules/lchmod: New module.
2681         * modules/link-follow: New module.
2682         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
2683         (Depends-on): Add lchmod.
2684         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
2685         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
2686         (Depends-on): Add stdint.
2687         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
2688         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
2689         (Depends-on): Add stdint.
2690         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
2691         * modules/perl: New module.
2692         * modules/regex (Depends-on): Add stdint.
2693         * modules/rmdir-errno: New module.
2694         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2695         m4/intmax_t.m4.
2696         (Depends-on): Add stdint.
2697         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2698         m4/uintmax_t.m4.
2699         (Depends-on): Add stdint.
2700         * modules/unlink-busy: New module.
2701         * modules/utimecmp (Depends-on): Add stdint.
2702         * modules/uptime: New module.
2703         * modules/winsz-ioctl: New module.
2704         * modules/winsz-termios: New module.
2705         * modules/xnanosleep (Depends-on): Add nanosleep.
2706         * modules/ullong_max: Remove.
2707         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
2708         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
2709         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
2710         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
2711         (Depends-on): Add inttypes.
2712         (lib_SOURCES): Add xstrtol.h.
2713         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
2714         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
2715         * MODULES.html.sh: Move 'assert' into the assert section.
2716         Move 'dummy' into the linking section.
2717         Remove ullong_max.
2718         Add section for compatibility checks for POSIX:2001 functions,
2719         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
2720         winsz-ioctl, and winsz-termios into it.
2721         Add lchmod.
2722         Add top-level Misc section and put host-os, perl, and uptime
2723         into it.
2724
2725 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2726
2727         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
2728         now assume the stdint module.  Do not include inttypes.h.
2729         * lib/fsusage.h: Likewise.
2730         * lib/getndelim2.c: Likewise.
2731         * lib/human.h: Likewise.
2732         * lib/inttostr.h: Likewise.
2733         * lib/obstack.c: Likewise.
2734         * lib/regex_internal.h: Likewise.
2735         * lib/tempname.c: Likewise.
2736         * lib/utimecmp.c: Likewise.
2737         * lib/xstrtol.h: Likewise.
2738
2739         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
2740
2741         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
2742         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
2743         * lib/xtime.h: Likewise.
2744
2745 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2746
2747         * modules/openat (Files): Add lib/fchmodat.c.
2748         Fixes problem reported by Jay Youngman.
2749
2750 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2751
2752         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
2753         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
2754
2755 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
2756             Bruno Haible  <bruno@clisp.org>
2757
2758         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
2759         and is a script that invokes bison. Tighten the code. Add comments.
2760
2761 2006-08-18  Jim Meyering  <jim@meyering.net>
2762
2763         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
2764         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
2765         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
2766         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
2767
2768 2006-08-18  Bruno Haible  <bruno@clisp.org>
2769
2770         * modules/bison-i18n: New file.
2771         * MODULES.html.sh (Internationalization functions): Add it.
2772
2773 2006-08-18  Bruno Haible  <bruno@clisp.org>
2774
2775         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
2776         sys/statvfs.h. When getmntinfo was found, check its declaration and
2777         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
2778
2779 2006-08-18  Bruno Haible  <bruno@clisp.org>
2780
2781         * m4/bison-i18n.m4: New file, from bison.
2782
2783 2006-08-18  Bruno Haible  <bruno@clisp.org>
2784
2785         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
2786         (ME_DUMMY): Treat "kernfs" as a dummy.
2787         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
2788
2789 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2790
2791         Update from coreutils.
2792
2793         2006-08-15  Jim Meyering  <jim@meyering.net>
2794
2795         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
2796
2797         2006-01-17  Jim Meyering  <jim@meyering.net>
2798
2799         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
2800
2801         2006-01-11  Jim Meyering  <jim@meyering.net>
2802
2803         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
2804         Check for the lchmod function.
2805
2806 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2807
2808         Update from coreutils.
2809
2810         * lib/__fpending.h: Add copyright notice.
2811         * lib/fprintftime.h: Likewise.
2812         * lib/savedir.c: Use (C) in copyright notice.
2813         * lib/savedir.h: Likewise.
2814
2815         2006-08-15  Jim Meyering  <jim@meyering.net>
2816
2817         * lib/at-func.c: New file, with the logic of all emulated at-functions.
2818         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
2819         in support of the EXPECTED_ERRNO macro.
2820         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
2821         definitions.  Instead, define the appropriate symbols and include
2822         "at-func.c".
2823         * lib/mkdirat.c (mkdirat): Likewise.
2824         * lib/fchmodat.c (fchmodat): Likewise.
2825         (ENOSYS): Remove definition.
2826         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
2827         it.  Don't include "unistd--.h" -- it wasn't ever used.
2828
2829         2006-01-17  Jim Meyering  <jim@meyering.net>
2830
2831         Rewrite fts.c not to change the current working directory,
2832         by using openat, fstatat, fdopendir, etc..
2833
2834         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
2835         (HAVE_OPENAT_SUPPORT): Define.
2836         [_LIBC] (fchdir): Don't undef or define; no longer used.
2837         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
2838         Now, this `function' always succeeds, and consumes its file descriptor
2839         parameter -- so callers must not close such FDs.  Update callers.
2840         (diropen_fd, opendirat, cwd_advance_fd): New functions.
2841         (diropen): Add parameter, SP.  Adjust all callers.
2842         Implement using diropen_fd, rather than open.
2843         (fts_open): Initialize new member, fts_cwd_fd.
2844         Remove fts_rft-setting code.
2845         (fts_close): Close fts_cwd_fd, if necessary.
2846         (__opendir2): Define in terms of opendir or opendirat,
2847         depending on whether the FST_NOCHDIR flag is set.
2848         (fts_build): Since fts_safe_changedir consumes its FD, and since
2849         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
2850         and close the dup'd file descriptor upon failure.
2851         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
2852         (fts_safe_changedir): Tweak semantics to reflect that this function
2853         now calls cwd_advance_fd and hence consumes its FD argument.
2854         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
2855         [struct FTS] (fts_rft): Remove now-unused member.
2856         [struct FTS] (fts_cycle.state): Improve comment.
2857
2858         * lib/openat.c (openat_needs_fchdir): New function.
2859         * lib/openat.h (openat_needs_fchdir): Declare it.
2860
2861 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
2862
2863         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
2864         Problem and fix reported by Pádraig Brady in
2865         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
2866
2867 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2868
2869         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
2870
2871 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2872
2873         * lib/memcoll.c (memcoll): Optimize for the common case where the
2874         arguments are bytewise equal.
2875
2876 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2877
2878         * doc/regexprops-generic.texi: Add a copyright notice.
2879
2880 2006-08-15  Bruno Haible  <bruno@clisp.org>
2881
2882         * modules/tmpdir (License): Change to LGPL.
2883
2884 2006-08-15  Bruno Haible  <bruno@clisp.org>
2885
2886         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
2887         module.
2888
2889 2006-08-14  Simon Josefsson  <jas@extundo.com>
2890
2891         * config/srclist.txt: Add gnupload.
2892
2893 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2894
2895         Change copyright notice from LGPL 2 to GPL 2, since that's the
2896         standard form used in the gnulib repository.
2897         * tests/test-lock.c: Likewise.
2898         * tests/test-stdint.c: Likewise.
2899         * tests/test-tls.c: Likewise.
2900
2901         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
2902         prelude-manager.  User shorter URLs for GNU projects, without '?'.
2903         Add copyright notice.
2904
2905         * check-module: Add copyright notice.  Output a copyright
2906         notice if "--version" is specified.
2907         * modules/COPYING: New file.
2908         * tests/test-getaddrinfo.c: Add copyright notice.
2909         * tests/test-verify.c: Likewise.
2910
2911 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2912
2913         Change copyright notice from LGPL 2 to GPL 2, since that's the
2914         standard form used in the gnulib repository.
2915         * lib/lock.c: LGPL -> GPL.
2916         * lib/lock.h: Likewise.
2917         * lib/strnlen1.c: Likewise.
2918         * lib/strnlen1.h: Likewise.
2919         * lib/tls.c: Likewise.
2920         * lib/tls.h: Likewise.
2921         * lib/tmpdir.c: Likewise.
2922
2923         * lib/TODO: Remove; this belongs only in coreutils.
2924
2925 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2926
2927         Add copyright notices to long-enough files that lack them, since
2928         otherwise the files aren't clearly free.  Use the same notice that
2929         getdate.texi already uses.
2930         * doc/alloca-opt.texi: Add copyright notice.
2931         * doc/alloca.texi: Likewise.
2932         * doc/ctime.texi: Likewise.
2933         * doc/functions.texi: Likewise.
2934         * doc/gcd.texi: Likewise.
2935         * doc/gnulib-tool.texi: Likewise.
2936         * doc/inet_ntoa.texi: Likewise.
2937         * doc/visibility.texi: Likewise.
2938
2939         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
2940         * doc/quote.texi: Add copyright notice.
2941
2942         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
2943         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
2944         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
2945         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
2946         is now obsolete, and give a pointer to the Sun list.
2947         Add copyright notice.
2948
2949 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2950
2951         * config/srclistvars.sh: Add copyright notice.
2952
2953 2006-08-14  Eric Blake  <ebb9@byu.net>
2954
2955         Import the following change from libc:
2956
2957         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
2958
2959         Upstream bug 2997.
2960         * lib/misc/error.c: Add space between program name and message if file
2961         name is missing.
2962
2963 2006-08-12  Karl Berry  <karl@gnu.org>
2964
2965         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
2966         remove, these originate in gnulib now.
2967
2968 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2969
2970         * doc/Makefile (standards.info standards.html standards.dvi):
2971         Also depend on make-stds.texi.
2972
2973 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2974
2975         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
2976         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
2977
2978         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
2979         in wchar_t.  Problem reported by Eric Blake.
2980
2981         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
2982         LEN is smaller than SIZE.  Suggested by Bruno Haible.
2983         Also, help the compiler to keep LEN in a register.
2984
2985 2006-08-11  Eric Blake  <ebb9@byu.net>
2986
2987         * users.txt: Sort.  Add tar.
2988
2989 2006-08-11  Bruno Haible  <bruno@clisp.org>
2990
2991         * users.txt: New file.
2992
2993 2006-08-11  Bruno Haible  <bruno@clisp.org>
2994
2995         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
2996         before <wchar.h>. Needed for OSF/1 and BSD/OS.
2997
2998 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2999
3000         * modules/snprintf (Depends-on): Remove minmax.
3001         (Maintainer): Add self and Bruno.
3002
3003 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3004
3005         * lib/.cppi-disable: Add snprintf.h, socket_.h.
3006         * lib/snprintf.c: Include <errno.h> and <limits.h>.
3007         (EOVERFLOW): Define if the system does not.
3008         Do not include "minmax.h"; it wasn't used.
3009         (snprintf): Don't assume size_t promotes to an unsigned type.
3010         Fix bug when generated string was too long for the buffer: the
3011         buffer's contents are supposed to be the initial prefix of the
3012         output.  Don't assume vasnprintf returns EOVERFLOW if the size
3013         exceeds INT_MAX; do the check ourselves.
3014
3015         Import the following changes from libc:
3016
3017         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
3018
3019         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
3020         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
3021         set wc to the byte which couldn't be converted.
3022         (re_string_reconstruct): Don't clear valid_raw_len before calling
3023         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
3024         tip_context using re_string_context_at.
3025
3026         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3027
3028         * lib/posix/regex.h: g++ still cannot handled [restrict].
3029
3030         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
3031
3032         * lib/posix/regex.h: Remove special handling for VMS.
3033
3034 2006-08-10  Jim Meyering  <jim@meyering.net>
3035
3036         * modules/same-inode: New module.
3037         * modules/dev-ino: New module.
3038         * modules/cycle-check: Depend on these modules, rather than simply
3039         including their .h files.
3040         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
3041         required via m4/cycle-check.m4.
3042         * modules/same: Depend on new same-inode module, rather than
3043         including same-inode.h.
3044         * modules/chdir-safer: New file.
3045
3046         * modules/chown (Depends-on): Add stat-macros.
3047
3048 2006-08-10  Jim Meyering  <jim@meyering.net>
3049
3050         * m4/cycle-check.m4: New file.
3051         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
3052         * m4/dev-ino.m4, same-inode.m4: New files.
3053
3054 2006-08-10  Eric Blake  <ebb9@byu.net>
3055
3056         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
3057         in from original proposal.
3058
3059 2006-08-10  Eric Blake  <ebb9@byu.net>
3060         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3061
3062         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
3063         namespace.
3064
3065 2006-08-10  Bruno Haible  <bruno@clisp.org>
3066
3067         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
3068         as well.
3069
3070 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3071
3072         Sync from coreutils.
3073
3074         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
3075
3076         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
3077         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
3078
3079 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3080
3081         * modules/restrict: Remove; no longer needed now that we assume
3082         Autoconf 2.59 or later.
3083         * MODULES.html.sh: Remove 'restrict'.
3084         * modules/argp (Depends-on): Remove 'restrict'.
3085         * modules/base64 (Depends-on): Likewise.
3086         * modules/gc (Depends-on): Likewise.
3087         * modules/getaddrinfo (Depends-on): Likewise.
3088         * modules/glob (Depends-on): Likewise.
3089         * modules/inet_ntop (Depends-on): Likewise.
3090         * modules/inet_pton (Depends-on): Likewise.
3091         * modules/memxor (Depends-on): Likewise.
3092         * modules/regex (Depends-on): Likewise.
3093         * modules/strtok_r (Depends-on): Likewise.
3094         * modules/time_r (Depends-on): Likewise.
3095
3096 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3097
3098         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
3099         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
3100         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3101         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
3102         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
3103         * m4/memxor.m4 (gl_MEMXOR): Likewise.
3104         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
3105         gl_C_RESTRICT replaced by AC_C_RESTRICT.
3106
3107         Merge from coreutils.
3108         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
3109         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
3110         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3111         * m4/time_r.m4 (gl_TIME_R): Likewise.
3112
3113 2006-08-09  Karl Berry  <karl@gnu.org>
3114
3115         * config/srclist.txt: no more gettext-tools, per Bruno.
3116
3117 2006-08-08  Eric Blake  <ebb9@byu.net>
3118
3119         * modules/verror: New module.
3120         * MODULES.html.sh: Document it.
3121
3122 2006-08-08  Eric Blake  <ebb9@byu.net>
3123
3124         * lib/verror.h, verror.c: New files.
3125
3126 2006-08-08  Eric Blake  <ebb9@byu.net>
3127
3128         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
3129         verror_at_line output complies with GNU Coding Standards even when
3130         file is NULL.
3131
3132 2006-08-07  Bruno Haible  <bruno@clisp.org>
3133
3134         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
3135         versions of AIX.
3136         Reported by Ralf Wildenhues.
3137
3138 2006-08-07  Bruno Haible  <bruno@clisp.org>
3139
3140         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
3141         in an AC_DEFUN. Needed so that the autoconf snippets can use
3142         AC_REQUIRE.
3143
3144 2006-08-06  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3145
3146         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3147         Initialize pkgdata_DATA.
3148         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
3149         overriding it.
3150
3151 2006-08-06  Eric Blake  <ebb9@byu.net>
3152
3153         * lib/error.h: Fold in some upstream changes from glibc.
3154         * lib/error.c: Likewise.
3155
3156 2006-08-04  Bruno Haible  <bruno@clisp.org>
3157
3158         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3159         Make the mostlyclean-local rule depend on mostlyclean-generic.
3160         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
3161
3162 2006-07-31  Bruno Haible  <bruno@clisp.org>
3163
3164         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
3165         <stdlib.h>, <string.h>.
3166
3167 2006-07-30  Bruno Haible  <bruno@clisp.org>
3168
3169         * modules/readlink (License): Change to LGPL.
3170
3171 2006-07-30  Bruno Haible  <bruno@clisp.org>
3172
3173         * modules/javaversion (Makefile.am): Distribute javaversion.java and
3174         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
3175         set PKGDATADIR to point to it.
3176
3177 2006-07-30  Bruno Haible  <bruno@clisp.org>
3178
3179         * modules/csharpexec (configure.ac): Comment out macro invocation.
3180         * modules/javaexec (configure.ac): Likewise.
3181         * modules/javacomp-script (configure.ac): Likewise.
3182
3183         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
3184
3185 2006-07-30  Bruno Haible  <bruno@clisp.org>
3186
3187         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
3188         linked-list.
3189
3190 2006-07-30  Bruno Haible  <bruno@clisp.org>
3191
3192         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
3193
3194 2006-07-30  Bruno Haible  <bruno@clisp.org>
3195
3196         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3197         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
3198         get removed.
3199
3200 2006-07-29  Bruno Haible  <bruno@clisp.org>
3201
3202         Make it possible for gnulib-tool to work with locally modified or
3203         augmented gnulib repositories.
3204         * gnulib-tool (func_usage): Document --local-dir option.
3205         (local_gnulib_dir): New variable.
3206         Handle --local-dir option.
3207         (func_lookup_file): New function.
3208         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
3209         (func_get_description, func_get_filelist, func_get_description,
3210         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
3211         func_get_automake_snippet, func_get_include_directive,
3212         func_get_license, func_get_maintainer): Use func_lookup_file.
3213         (func_import, func_create_testdir): Use func_lookup_file.
3214
3215 2006-07-29  Bruno Haible  <bruno@clisp.org>
3216
3217         * modules/setenv (Depends-on): Add unistd.
3218
3219 2006-07-29  Bruno Haible  <bruno@clisp.org>
3220
3221         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
3222
3223 2006-07-29  Bruno Haible  <bruno@clisp.org>
3224
3225         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
3226
3227 2006-07-29  Bruno Haible  <bruno@clisp.org>
3228
3229         * gnulib-tool (import, update): If there is no Makefile.am, look at
3230         aclocal.m4, instead of bailing out.
3231
3232 2006-07-29  Bruno Haible  <bruno@clisp.org>
3233
3234         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
3235         Categorize the options by when they are useful.
3236
3237 2006-07-29  Bruno Haible  <bruno@clisp.org>
3238
3239         * gnulib-tool (func_usage): Document option --no-libtool.
3240         Handle option --no-libtool.
3241         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
3242         for changed semantics of $libtool variable.
3243         (func_import): Likewise. If libtool is not used, show this through
3244         an option --no-libtool.
3245         (func_create_testdir): Update.
3246
3247 2006-07-29  Bruno Haible  <bruno@clisp.org>
3248
3249         * gnulib-tool (func_import): Extend error message about missing
3250         --doc-base.
3251
3252 2006-07-29  Bruno Haible  <bruno@clisp.org>
3253
3254         * gnulib-tool (func_import): Don't create the $docbase directory if
3255         there is no file to store there.
3256
3257 2006-07-29  Bruno Haible  <bruno@clisp.org>
3258
3259         * gnulib-tool (autoconf_minversion): If a --dir option is given and
3260         relevant, look for configure.ac there, not in the current directory.
3261         Also use a simple search for AC_PREREQ, not "autoconf --trace".
3262
3263 2006-07-29  Bruno Haible  <bruno@clisp.org>
3264
3265         * gnulib-tool (SORT): New variable.
3266         (func_usage): Undocument --assume-autoconf option.
3267         Remove --assume-autoconf option handling.
3268         (autoconf_minversion): Determine from the contents of configure.ac.
3269         (func_import): Remove autoconf_minversion handling.
3270         Suggested by Eric Blake.
3271
3272 2006-07-29  Bruno Haible  <bruno@clisp.org>
3273
3274         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
3275
3276 2006-07-29  Bruno Haible  <bruno@clisp.org>
3277
3278         * config/srclist.txt (*setenv.[ch]): Remove rules.
3279
3280 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3281
3282         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
3283
3284 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3285
3286         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
3287         arpa/inet.h.
3288
3289 2006-07-28  Simon Josefsson  <jas@extundo.com>
3290
3291         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
3292         * modules/inet_pton (Depends-on): Likewise.
3293
3294 2006-07-28  Simon Josefsson  <jas@extundo.com>
3295
3296         * m4/netinet_in_h.m4: New file.
3297
3298 2006-07-28  Simon Josefsson  <jas@extundo.com>
3299
3300         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
3301         #include's.
3302
3303 2006-07-28  Simon Josefsson  <jas@extundo.com>
3304
3305         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
3306         #include's.
3307
3308 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
3309
3310         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
3311         setgid on directories only if they set these bits.
3312         * lib/modechange.h: Remove obsolete comment about masks.
3313
3314 2006-07-28  Eric Blake  <ebb9@byu.net>
3315
3316         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
3317         macro expansion.
3318
3319 2006-07-28  Bruno Haible <bruno@clisp.org>
3320
3321         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
3322
3323 2006-07-28  Bruno Haible  <bruno@clisp.org>
3324
3325         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
3326
3327 2006-07-28  Bruno Haible  <bruno@clisp.org>
3328
3329         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
3330         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
3331         Define fallbacks.
3332         Avoids link error on FreeBSD 4.x.
3333         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3334
3335         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
3336         encoding.
3337         * lib/mbswidth.c (iswcntrl): Likewise.
3338
3339 2006-07-27  Bruno Haible  <bruno@clisp.org>
3340
3341         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
3342         test.
3343
3344 2006-07-27  Bruno Haible  <bruno@clisp.org>
3345
3346         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
3347         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
3348         defined.
3349
3350 2006-07-26  Eric Blake  <ebb9@byu.net>
3351
3352         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
3353
3354 2006-07-26  Eric Blake  <ebb9@byu.net>
3355
3356         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
3357         like mingw that lack mkstemp.
3358         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
3359         avoid compilation warning on mingw.
3360
3361 2006-07-26  Bruno Haible  <bruno@clisp.org>
3362
3363         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
3364         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
3365         INT_FAST*_MIN, INTPTR_MIN.
3366
3367 2006-07-25  Bruno Haible  <bruno@clisp.org>
3368
3369         * modules/version-etc (Depends-on): Add stdarg.
3370
3371 2006-07-25  Bruno Haible  <bruno@clisp.org>
3372
3373         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
3374         complex commands.
3375
3376 2006-07-25  Bruno Haible  <bruno@clisp.org>
3377
3378         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
3379         defined in <stdarg.h> or config.h.
3380
3381 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
3382
3383         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
3384         (gl_STDIO_SAFER): Remove.
3385
3386 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
3387
3388         * MODULES.html.sh (File stream based Input/Output):
3389         Add fopen-safer, tmpfile-safer; remove stdio-safer.
3390         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
3391         * modules/fopen-safer, modules/tmpfile-safer: New files.
3392         * modules/stdio-safer: Remove.
3393
3394 2006-07-24  Bruno Haible  <bruno@clisp.org>
3395
3396         * modules/tmpdir: New file.
3397         * MODULES.html.sh (File system functions): Add it.
3398
3399 2006-07-24  Bruno Haible  <bruno@clisp.org>
3400
3401         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
3402         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
3403
3404 2006-07-24  Bruno Haible  <bruno@clisp.org>
3405
3406         * modules/clean-temp: New file.
3407
3408 2006-07-24  Bruno Haible  <bruno@clisp.org>
3409
3410         * m4/tmpdir.m4: New file, from GNU gettext.
3411
3412 2006-07-24  Bruno Haible  <bruno@clisp.org>
3413
3414         * lib/tmpdir.h: New file, from GNU gettext.
3415         * lib/tmpdir.c: New file, from GNU gettext.
3416
3417 2006-07-24  Bruno Haible  <bruno@clisp.org>
3418
3419         * lib/clean-temp.h: New file, from GNU gettext.
3420         * lib/clean-temp.c: New file, from GNU gettext.
3421
3422 2006-07-23  Eric Blake  <ebb9@byu.net>
3423
3424         * modules/stdio-safer (Files): Add tmpfile-safer.c.
3425         (Depends-on): Add binary-io.
3426
3427 2006-07-23  Eric Blake  <ebb9@byu.net>
3428
3429         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
3430
3431 2006-07-23  Eric Blake  <ebb9@byu.net>
3432
3433         * lib/tmpfile-safer.c: New file.
3434         * lib/stdio-safer.h (fopen_safer): Add prototype.
3435         * lib/stdio--.h (tmpfile): Make safer.
3436
3437 2006-07-23  Bruno Haible  <bruno@clisp.org>
3438
3439         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
3440         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
3441         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
3442         gl_linked_remove_at): Use it.
3443
3444 2006-07-22  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3445         and Simon Josefsson <jas@extundo.com>
3446
3447         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
3448
3449         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
3450
3451 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3452
3453         * modules/close-stream: New file.
3454         * modules/closeout (Description): Make it clear that it exits
3455         with a diagnostic on error.
3456         (Depends-on): Add close-stream.  Remove fpending, stdbool.
3457         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
3458
3459 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3460
3461         * m4/close-stream.m4: New file.
3462
3463 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3464
3465         * lib/close-stream.c, close-stream.h: New files.
3466
3467 2006-07-22  Bruno Haible  <bruno@clisp.org>
3468
3469         Merge from GNU gettext 0.15.
3470
3471         2006-05-01  Bruno Haible  <bruno@clisp.org>
3472
3473                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
3474
3475         2006-07-22  Bruno Haible  <bruno@clisp.org>
3476
3477                 * modules/javaversion: New file.
3478                 * MODULES.html.sh (Java): Add javaversion.
3479
3480         2006-03-12  Bruno Haible  <bruno@clisp.org>
3481
3482                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
3483
3484         2005-12-04  Bruno Haible  <bruno@clisp.org>
3485
3486                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
3487                 (untested).
3488
3489         2006-06-21  Bruno Haible  <bruno@clisp.org>
3490
3491                 Avoid warnings from recent versions of mcs.
3492                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
3493                 -o, -L, -r any more. Use options documented since mcs-1.0
3494                 instead. Similarly for -g.
3495
3496         2005-12-04  Bruno Haible  <bruno@clisp.org>
3497
3498                 * build-aux/csharpcomp.sh.in: Suffix for resources is
3499                 .resources, not .resource.
3500
3501         2005-07-09  Bruno Haible  <bruno@clisp.org>
3502
3503                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
3504                 add a .dll suffix.
3505                 Reported by Mark Junker <mjscod@gmx.de>.
3506
3507         2006-07-22  Bruno Haible  <bruno@clisp.org>
3508
3509                 * modules/gettext: Upgrade to gettext-0.15.
3510                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
3511                 m4/visibility.m4.
3512                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
3513
3514 2006-07-22  Bruno Haible  <bruno@clisp.org>
3515
3516         Merge from GNU gettext 0.15.
3517
3518         2006-03-25  Bruno Haible  <bruno@clisp.org>
3519
3520                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
3521
3522         2006-07-21  Bruno Haible  <bruno@clisp.org>
3523
3524                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
3525                 "1.1".
3526
3527         2006-05-09  Bruno Haible  <bruno@clisp.org>
3528
3529                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
3530                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
3531                 for the conftestver execution.
3532
3533         2006-05-01  Bruno Haible  <bruno@clisp.org>
3534
3535                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
3536                 optional target-version argument. Verify that the compiler
3537                 groks source of the specified source-version, or add -source
3538                 option as necessary. Verify that the compiler produces
3539                 bytecode in the specified target-version, or add -target and
3540                 -source options as necessary. Make the result of the test
3541                 available as variable CONF_JAVAC. Also log error output in
3542                 config.log.
3543
3544         2006-03-11  Bruno Haible  <bruno@clisp.org>
3545
3546                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
3547
3548         2006-05-09  Bruno Haible  <bruno@clisp.org>
3549
3550                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
3551                 CLASSPATH_SEPARATOR to a semicolon.
3552
3553         2006-03-12  Bruno Haible  <bruno@clisp.org>
3554
3555                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
3556                 available as variable CONF_JAVA, for subsequent autoconf
3557                 tests. Also log error output in config.log.
3558
3559         2006-07-19  Bruno Haible  <bruno@clisp.org>
3560
3561                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
3562                 that getline works on glibc2 systems. Needed to avoid trouble
3563                 in relocatable.c.
3564                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
3565
3566         2005-12-04  Bruno Haible  <bruno@clisp.org>
3567
3568                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
3569                 launcher (untested).
3570
3571         2005-12-04  Bruno Haible  <bruno@clisp.org>
3572
3573                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
3574
3575         2006-07-22  Bruno Haible  <bruno@clisp.org>
3576
3577                 * gettext.m4: Update from GNU gettext-0.15.
3578                 * nls.m4: Likewise.
3579                 * po.m4: Likewise.
3580                 * inttypes-pri.m4: Likewise.
3581                 * inttypes-h.m4: Renamed from inttypes.m4.
3582                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
3583
3584 2006-07-22  Bruno Haible  <bruno@clisp.org>
3585
3586         Merge from GNU gettext 0.15.
3587
3588         2005-07-05  Bruno Haible  <bruno@clisp.org>
3589
3590                 * printf-args.c (printf_fetchargs): Work around broken
3591                 definition of wint_t on mingw.
3592
3593         2005-02-12  Bruno Haible  <bruno@clisp.org>
3594
3595                 * xallocsa.h: Add extern "C" for C++.
3596
3597         2006-05-17  Bruno Haible  <bruno@clisp.org>
3598
3599                 Cygwin portability.
3600                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
3601
3602         2006-04-30  Bruno Haible  <bruno@clisp.org>
3603
3604                 * progreloc.c: Include <mach-o/dyld.h> if available.
3605                 (find_executable): Use _NSGetExecutablePath when possible.
3606
3607         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3608
3609                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
3610                 function.
3611
3612         2005-12-29  Bruno Haible  <bruno@clisp.org>
3613
3614                 * progreloc.c (set_program_name_and_installdir): Fix
3615                 compilation error.
3616
3617         2005-12-04  Bruno Haible  <bruno@clisp.org>
3618
3619                 Cygwin portability.
3620                 * progreloc.c: Include <windows.h> also on Cygwin.
3621                 (find_executable): Add support for Cygwin.
3622                 (set_program_name_and_installdir): Handle also platforms with
3623                 nonempty EXEEXT.
3624
3625         2006-07-11  Bruno Haible  <bruno@clisp.org>
3626
3627                 * javacomp.c: Fix a comment.
3628                 Reported by Jim Meyering.
3629
3630         2006-04-30  Bruno Haible  <bruno@clisp.org>
3631
3632                 * javacomp.h (compile_java_class): Add source_version,
3633                 target_version arguments.
3634                 * javacomp.c: Rewritten to choose only a compiler that
3635                 respects the specified source_version and target_version.
3636
3637         2006-06-27  Bruno Haible  <bruno@clisp.org>
3638
3639                 Assume correct S_ISDIR macro.
3640                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
3641
3642         2006-07-22  Bruno Haible  <bruno@clisp.org>
3643
3644                 * javaversion.h: New file, from GNU gettext.
3645                 * javaversion.c: New file, from GNU gettext.
3646                 * javaversion.java: New file, from GNU gettext.
3647                 * javaversion.class: New file, from GNU gettext.
3648
3649         2006-05-17  Bruno Haible  <bruno@clisp.org>
3650
3651                 Cygwin portability.
3652                 * javaexec.c (execute_java_class): Test for jview program
3653                 also on Cygwin.
3654
3655         2006-04-09  Bruno Haible  <bruno@clisp.org>
3656
3657                 * fatal-signal.c: Don't include string.h.
3658                 (at_fatal_signal): Use a copying loop instead of memcpy.
3659
3660         2005-12-04  Bruno Haible  <bruno@clisp.org>
3661
3662                 * csharpexec.c: Add support for 'clix' launcher (untested).
3663                 (execute_csharp_using_sscli): New function.
3664                 (execute_csharp_program): Call it.
3665
3666         2006-06-21  Bruno Haible  <bruno@clisp.org>
3667
3668                 Avoid warnings from recent versions of mcs.
3669                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
3670                 -o, -L, -r any more. Use options documented since mcs-1.0
3671                 instead. Similarly for -g.
3672
3673         2005-07-09  Bruno Haible  <bruno@clisp.org>
3674
3675                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
3676                 add a .dll suffix.
3677                 Reported by Mark Junker <mjscod@gmx.de>.
3678
3679         2006-06-17  Bruno Haible  <bruno@clisp.org>
3680
3681                 * config.charset: Update for NetBSD 3.0.
3682
3683         2006-05-17  Bruno Haible  <bruno@clisp.org>
3684
3685                 Cygwin portability.
3686                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
3687
3688         2006-05-16  Bruno Haible  <bruno@clisp.org>
3689
3690                 * localcharset.c [CYGWIN]: Include <windows.h>.
3691                 (get_charset_aliases): For Cygwin, return the same CPxxx
3692                 aliases list as under WIN32.
3693                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
3694                 the environment variables. Fall back to GetACP().
3695
3696         2006-04-05  Bruno Haible  <bruno@clisp.org>
3697
3698                 * config.charset: Update Juan Manuel Guerrero's address.
3699
3700         2005-02-12  Bruno Haible  <bruno@clisp.org>
3701
3702                 * allocsa.h: Add extern "C" for C++.
3703
3704         2005-02-10  Bruno Haible  <bruno@clisp.org>
3705
3706                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
3707                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
3708
3709         2006-07-22  Bruno Haible  <bruno@clisp.org>
3710
3711                 * gettext.h: Update to GNU gettext-0.15.
3712
3713 2006-07-22  Bruno Haible  <bruno@clisp.org>
3714
3715         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
3716         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
3717         lib-prefix.m4, longdouble.m4, ssize_t.m4.
3718
3719 2006-07-21  Eric Blake  <ebb9@byu.net>
3720
3721         * modules/stdlib-safer: New file.
3722         * MODULES.html.sh (File stream based Input/Output): Add
3723         stdlib-safer.
3724
3725 2006-07-21  Eric Blake  <ebb9@byu.net>
3726
3727         * lib/stdlib-safer.h: New file from coreutils, required by
3728         stdlib--.h.
3729
3730 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
3731
3732         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
3733
3734 2006-07-20  Bruno Haible  <bruno@clisp.org>
3735
3736         * gnulib-tool: Recognize new option --assume-autoconf.
3737         (autoconf_minversion): New variable.
3738         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
3739
3740 2006-07-20  Bruno Haible  <bruno@clisp.org>
3741
3742         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
3743
3744 2006-07-19  Derek R. Price  <derek@ximbiot.com>
3745
3746         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
3747         Reindent and repaginate.
3748
3749 2006-07-19  Derek Price  <derek@ximbiot.com>
3750
3751         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
3752         Correct grammar.
3753
3754 2006-07-17  Bruno Haible  <bruno@clisp.org>
3755
3756         * modules/list: New file.
3757         * modules/array-list: New file.
3758         * modules/carray-list, modules/carray-list-tests: New files.
3759         * modules/linked-list, modules/linked-list-tests: New files.
3760         * modules/avltree-list, modules/avltree-list-tests: New files.
3761         * modules/rbtree-list, modules/rbtree-list-tests: New files.
3762         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
3763         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
3764         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
3765         * modules/oset: New file.
3766         * modules/array-oset: New file.
3767         * modules/avltree-oset, modules/avltree-oset-tests: New files.
3768         * modules/rbtree-oset, rbtree-oset-tests: New files.
3769         * tests/test-carray_list.c: New file.
3770         * tests/test-linked_list.c: New file.
3771         * tests/test-avltree_list.c: New file.
3772         * tests/test-rbtree_list.c: New file.
3773         * tests/test-linkedhash_list.c: New file.
3774         * tests/test-avltreehash_list.c: New file.
3775         * tests/test-rbtreehash_list.c: New file.
3776         * tests/test-avltree_oset.c: New file.
3777         * tests/test-rbtree_oset.c: New file.
3778         * MODULES.html.sh (Container data structures): New section.
3779
3780 2006-07-17  Bruno Haible  <bruno@clisp.org>
3781
3782         * m4/gl_list.m4: New file.
3783
3784 2006-07-17  Bruno Haible  <bruno@clisp.org>
3785
3786         * lib/gl_list.h: New file.
3787         * lib/gl_list.c: New file.
3788         * lib/gl_array_list.h: New file.
3789         * lib/gl_array_list.c: New file.
3790         * lib/gl_carray_list.h: New file.
3791         * lib/gl_carray_list.c: New file.
3792         * lib/gl_linked_list.h: New file.
3793         * lib/gl_linked_list.c: New file.
3794         * lib/gl_anylinked_list1.h: New file.
3795         * lib/gl_anylinked_list2.h: New file.
3796         * lib/gl_avltree_list.h: New file.
3797         * lib/gl_avltree_list.c: New file.
3798         * lib/gl_anyavltree_list1.h: New file.
3799         * lib/gl_anyavltree_list2.h: New file.
3800         * lib/gl_rbtree_list.h: New file.
3801         * lib/gl_rbtree_list.c: New file.
3802         * lib/gl_anyrbtree_list1.h: New file.
3803         * lib/gl_anyrbtree_list2.h: New file.
3804         * lib/gl_anytree_list1.h: New file.
3805         * lib/gl_anytree_list2.h: New file.
3806         * lib/gl_linkedhash_list.h: New file.
3807         * lib/gl_linkedhash_list.c: New file.
3808         * lib/gl_anyhash_list1.h: New file.
3809         * lib/gl_anyhash_list2.h: New file.
3810         * lib/gl_avltreehash_list.h: New file.
3811         * lib/gl_avltreehash_list.c: New file.
3812         * lib/gl_rbtreehash_list.h: New file.
3813         * lib/gl_rbtreehash_list.c: New file.
3814         * lib/gl_anytreehash_list1.h: New file.
3815         * lib/gl_anytreehash_list2.h: New file.
3816
3817         * lib/gl_oset.h: New file.
3818         * lib/gl_oset.c: New file.
3819         * lib/gl_array_oset.h: New file.
3820         * lib/gl_array_oset.c: New file.
3821         * lib/gl_avltree_oset.h: New file.
3822         * lib/gl_avltree_oset.c: New file.
3823         * lib/gl_rbtree_oset.h: New file.
3824         * lib/gl_rbtree_oset.c: New file.
3825         * lib/gl_anytree_oset.h: New file.
3826
3827 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3828
3829         * m4/mkancesdirs.m4: New file.
3830         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
3831         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
3832         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
3833         it.
3834
3835 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3836
3837         * lib/dirchownmod.c, dirchownmod.h, mkancesdirs.c, mkancesdirs.h:
3838         New files.
3839         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
3840         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
3841         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
3842         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
3843         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
3844         callers changed.  Revamp internals significantly, by not
3845         attempting to create directories that are temporarily more
3846         permissive than the final results.  Do not attempt to use
3847         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
3848         This removes some race conditions, fixes some bugs, and simplifies
3849         things.  Use new dirchownmod function to do owner and mode changes.
3850         * lib/mkdir-p.h: Likewise.
3851         * lib/modechange.c (octal_to_mode): New function.
3852         (struct mode_change): New member mentioned.
3853         (make_node_op_equals): New arg mentioned.  All callers changed.
3854         (mode_compile): Keep track of which mode bits the user has explicitly
3855         mentioned.
3856         (mode_adjust): New arg DIR, so that we implement the X op correctly.
3857         New arg PMODE_BITS, to keep track of which mode bits the user
3858         mentioned; it treats S_ISUID and S_ISGID speciall.
3859         All callers changed.
3860         * lib/modechange.h: Likewise.
3861
3862 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3863
3864         * MODULES.html.sh: Add mkancestors.
3865         * modules/mkancesdirs: New module.
3866         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
3867         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
3868         The chdir-safer and afs files are now orphans; I'll remove them
3869         unless someone speaks up.
3870         Add lib/dirchownmod.c, lib/dirchownmod.h.
3871         (Depends-on): Remove alloca, chown, save-cwd, dirname.
3872         Add lchown, mkancesdirs.
3873         (Maintainer): Add self.
3874
3875 2006-07-15  Karl Berry  <karl@gnu.org>
3876
3877         * gnulib-tool: help message wording/arrangement.
3878
3879 2006-07-14  Simon Josefsson  <jas@extundo.com>
3880
3881         * doc/gnulib.texi (Libtool and Windows): New section.
3882
3883 2006-07-12  Simon Josefsson  <jas@extundo.com>
3884
3885         * modules/gendocs (License): Fix license, approved by Karl.
3886
3887 2006-07-12  Eric Blake  <ebb9@byu.net>
3888
3889         * MODULES.html.sh: Add gendocs.
3890
3891 2006-07-11  Eric Blake  <ebb9@byu.net>
3892
3893         * modules/fdl: New module, to install doc/fdl.texi.
3894         * MODULES.html.sh: Add new section for documentation modules.
3895         * gnulib-tool: Avoid space-tab.
3896         (--doc-base): New option, to manage files from doc.
3897
3898 2006-07-11  Eric Blake  <ebb9@byu.net>
3899
3900         * m4/absolute-header.m4: Fix comments to match recent change.
3901
3902 2006-07-11  Eric Blake  <ebb9@byu.net>
3903
3904         * gnulib-tool: List --doc-base before --tests-base.
3905
3906 2006-07-11  Derek R. Price  <derek@ximbiot.com>
3907
3908         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
3909
3910 2006-07-11  Bruno Haible  <bruno@clisp.org>
3911
3912         * README: Mention where to put documentation.
3913
3914 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3915
3916         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
3917
3918 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3919
3920         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
3921         to stdint.m4.
3922
3923 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3924
3925         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
3926         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
3927         "no/such/file/stdint.h" when there is no such file, so that
3928         the resulting C code can be parsed by dodgy compilers.
3929         Problems reported by Bob Proulx.
3930
3931 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3932
3933         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
3934         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3935         macros into the GNU _D_EXACT_NAMLEN.
3936         * lib/savedir.c:  Likewise.
3937         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
3938
3939 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3940         and Paul Eggert  <eggert@cs.ucla.edu>
3941
3942         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
3943         * m4/savedir.m4:
3944         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3945         macros into the GNU _D_EXACT_NAMLEN.
3946
3947 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3948
3949         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
3950         around the absolute name, to work around a problem with the HP-UX
3951         11.23 native C compiler, reported by Bob Proulx.
3952
3953 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3954
3955         * doc/maintain.texi, make-stds.texi: Sync from
3956         <http://savannah.gnu.org/projects/gnustandards>.
3957
3958 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3959
3960         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
3961
3962 2006-07-09  Jim Meyering  <jim@meyering.net>
3963
3964         * m4/glob.m4: Remove a doubled word in a comment.
3965
3966 2006-07-09  Jim Meyering  <jim@meyering.net>
3967
3968         * lib/argp-pv.c: Remove a doubled word in a comment.
3969         * lib/check-version.c (check_version): Likewise.
3970         * lib/javacomp.c (compile_java_class): Likewise.
3971
3972 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
3973
3974         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
3975         for the benefit of people using Autoconf 2.60.  If you want to
3976         support older Autoconf versions you can copy m4/onceonly_2_57.m4
3977         (or m4/onceonly.m4, if pre-2.57) manually.
3978
3979 2006-07-08  Jim Meyering  <jim@meyering.net>
3980
3981         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
3982         comment.
3983         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
3984         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
3985         comment.
3986
3987 2006-07-08  Jim Meyering  <jim@meyering.net>
3988
3989         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
3990
3991 2006-07-07  Simon Josefsson  <jas@extundo.com>
3992
3993         * tests/test-crc.c: Change expected crc value, the test vector
3994         were probably computed using the old broken crc.c?
3995
3996 2006-07-06  Simon Josefsson  <jas@extundo.com>
3997
3998         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
3999         now the canonical place for the M4 file).
4000
4001         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
4002         from the sys_socket dependency now.
4003
4004         * modules/inet_pton (Files): Ditto.
4005
4006         * modules/inet_ntop (Files): Ditto.
4007
4008 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
4009
4010         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
4011         not gl_PREREQ_GETUSERSHELL.
4012
4013 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4014
4015         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
4016         with only one argument, for Autoconf 2.60.
4017         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
4018         expand to nothing, so add a shell command to avoid syntax error.
4019         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
4020
4021 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4022
4023         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
4024
4025 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4026
4027         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
4028         no longer needed.  Check for isblank decl.
4029         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
4030         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
4031         of existence.
4032
4033 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4034
4035         * lib/getloadavg.c: Use __VMS, not VMS.
4036         * lib/getopt.c: Likewise.
4037         * lib/getpagesize.h: Likewise.
4038         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
4039         and probably does not work.
4040
4041 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4042
4043         * lib/.cppi-disable: Add wcwidth.
4044         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
4045         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
4046         (ISGRAPH): Remove.  All uses changed to isgraph.
4047         (FOLD) [!defined _LIBC]: Remove special case.
4048         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
4049         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
4050         HAVE_ISBLANK.
4051         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
4052         case.
4053
4054 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
4055
4056         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
4057         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
4058         brackets.  Other minor changes to suppress some compiler
4059         warnings.
4060
4061 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4062         and Paul Eggert  <eggert@cs.ucla.edu>
4063
4064         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
4065         of invoking obsolescent AC_HEADER_DIRENT macro.
4066         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
4067         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
4068         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
4069         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4070         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
4071         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4072         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
4073         * m4/readdir.m4: Remove; no longer needed.
4074
4075 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4076         and Paul Eggert  <eggert@cs.ucla.edu>
4077
4078         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
4079         Don't worry about this obsolete case any more.
4080         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
4081         directories.
4082         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
4083         worry about this obsolete case any more.
4084         * lib/fts.c: Likewise.
4085         * lib/getcwd.c: Likewise.
4086         * lib/glob.h: Likewise.
4087         * lib/savedir.c: Likewise.
4088
4089 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4090
4091         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
4092         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
4093         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
4094         needed.
4095         All uses removed.
4096         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4097         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4098         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
4099         needed.
4100         * m4/getdate.m4 (gl_GETDATE): Likewise.
4101         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4102         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4103         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4104         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4105         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4106         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4107         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
4108         needed.
4109
4110 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         * lib/memcasecmp.c: Include <limits.h>.
4113         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
4114         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
4115         Don't assume isdigit succeeds only on '0' through '9'.
4116
4117 2006-07-05  Eric Blake  <ebb9@byu.net>
4118
4119         * modules/getaddrinfo (Depends-on): Add snprintf.
4120
4121 2006-07-05  Eric Blake  <ebb9@byu.net>
4122
4123         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
4124         to avoid 'header present but could not be compiled' on cygwin.
4125
4126 2006-07-05  Eric Blake  <ebb9@byu.net>
4127
4128         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
4129         missing from netdb.h.
4130         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
4131
4132 2006-07-05  Derek R. Price  <derek@ximbiot.com>
4133
4134         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
4135         no longer needed.
4136         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
4137         * m4/getdate.m4 (gl_GETDATE): Likewise.
4138         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4139         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4140         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4141         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4142         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4143
4144 2006-07-05  Derek R. Price  <derek@ximbiot.com>
4145
4146         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
4147         All uses of is_space replaced by isspace.
4148         * lib/exit.h: Don't talk about STDC_HEADERS.
4149         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
4150         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
4151         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
4152         replaced by isprint etc.
4153         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
4154         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
4155         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
4156         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
4157         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
4158         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
4159
4160 2006-07-05  Bruno Haible  <bruno@clisp.org>
4161
4162         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
4163         the function exists, before testing against AIX.
4164         Reported by Martin Lambers <marlam@marlam.de>.
4165
4166 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4167
4168         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
4169         From Mark D. Baushke.
4170
4171 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4172
4173         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
4174         to the absolute name, not just one, to bypass Sun C 5.8's
4175         "warning: #include of /usr/include/... may be non-portable".
4176
4177 2006-07-04  Eric Blake  <ebb9@byu.net>
4178
4179         * modules/dirname-tests: New test module.
4180         * tests/test-dirname.c: New file, replacing dirname.c
4181         TEST_DIRNAME section that was recently deleted.
4182
4183 2006-07-04  Bruno Haible  <bruno@clisp.org>
4184
4185         Assume ANSI C header files and <ctype.h> functions.
4186         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
4187         (mbsnwidth): Use isprint, iscntrl instead.
4188
4189 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4190
4191         Merge from coreutils.
4192         * MODULES.html.sh: Add xstrtold.
4193         * modules/xstrtold: New file.
4194         * modules/cycle-check (Files): Add lib/same-inode.h.
4195         * modules/dirname (Files): Add m4/double-slash-root.m4.
4196         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
4197         * modules/mkdir-p (Files): Add lib/same-inode.h.
4198         * modules/same (Files): Add lib/same-inode.h.
4199
4200 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4201
4202         * m4/absolute-header.m4: Renamed from full-header-path.m4.
4203         This is to keep the terminology clean; POSIX talks about
4204         "absolute pathnames", not "full pathnames", but the GNU
4205         Coding Standards say to use "path" for something else;
4206         so use "absolute" to keep both sides happy.
4207         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
4208         Set gl_absolute_header, not gl_full_header_path.
4209         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
4210         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
4211         All uses changed.
4212
4213         Merge from coreutils.
4214
4215         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4216
4217         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
4218         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
4219         want to require the building of c-strtod.o.
4220         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
4221         needs -lm directly.
4222         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
4223
4224         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4225
4226         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
4227         --as-needed option if available.  Problem reported by Albert Chin in
4228         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
4229         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
4230         cc merely issues a bunch of annoying warnings for --as-needed
4231         (this problem was reported by Bob Proulx).  Also, try linking with
4232         -lm to detect a bug in binutils 2.16 (this problem was reported
4233         by Ralf Wildenhues).
4234
4235         2006-06-18  Jim Meyering  <jim@meyering.net>
4236
4237         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
4238         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
4239         macro.
4240         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
4241         also check for glibc-2.4's abort-inducing bug.
4242
4243         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
4244         Low-probability clean-up should be to use rmdir to get rid of
4245         the just-created directory, not unlink.
4246
4247         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
4248         configure fail, and request a bug report to inform us about it.
4249         Add a comment that, barring reports to the contrary, in 2007 we'll
4250         assume ftruncate is universally available.
4251
4252         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
4253
4254         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
4255
4256         2006-03-12  Jim Meyering  <jim@meyering.net>
4257
4258         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
4259         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
4260         * m4/same.m4 (gl_SAME): Likewise.
4261         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
4262
4263         2006-03-11  Eric Blake  <ebb9@byu.net>
4264
4265         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
4266         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
4267         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
4268         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
4269
4270 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4271
4272         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
4273         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
4274         reported by Mark D. Baushke, one in
4275         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
4276
4277         Merge from coreutils.
4278
4279         * lib/.cppi-disable: Add stdint_.h.
4280         * lib/.cvsignore: Add stdint.h.
4281
4282         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4283
4284         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
4285         both double and long double versions.
4286         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
4287         * lib/xstrtold.c: New file.
4288         * lib/xstrtod.h (xstrtold): New decl.
4289
4290         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
4291
4292         * lib/filemode.c (setst): Remove.
4293         (strmode): Rewrite to avoid setst.  This makes the code shorter,
4294         (arguably) clearer, and the generated code is a bit smaller on my
4295         Debian GNU/Linux stable x86 host.
4296
4297         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
4298
4299         * lib/filemode.c: Include "filemode.h" first, to test the interface.
4300         Assume that filemode.h includes sys/types.h and sys/stat.h.
4301         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
4302         (ftypelet): Reorder to put common cases first, for efficiency.
4303         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
4304         to do 'M'.
4305         (strmode): Renamed from mode_string, and now stores 12 bytes instead
4306         of 10, for compatibility with FreeBSD.  All callers changed.
4307         (filemodestring): Now stores 12 bytes instead of 10, and sets file
4308         types that can't be deduced solely from st_mode.  First arg is now a
4309         const pointer.
4310         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
4311         (strmode): Renamed from mode_string.
4312         (filemodestring): New decl.
4313         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
4314         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
4315         needed.
4316         (S_ISPORT, S_ISWHT): New macros, if not already defined.
4317
4318         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
4319
4320         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
4321         fsusage.h now does that.  Include fsusage.h first, to test interface.
4322         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
4323         at most one method (the old code could have generated decls that
4324         didn't conform to C89, not that this was ever exercised).
4325         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
4326
4327         2006-03-19  Jim Meyering  <jim@meyering.net>
4328
4329         Work even in a chroot where d_ino values for entries in "/"
4330         don't match the stat.st_ino values for the same names.
4331         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
4332         number, iterate through all entries again, using lstat instead.
4333         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
4334         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
4335
4336         * lib/getcwd.c (__getcwd): Clarify a comment.
4337         Use memcpy in place of a call to strcpy.
4338
4339         2006-03-12  Jim Meyering  <jim@meyering.net>
4340
4341         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
4342         matches that of the current directory (which we're about to chdir ".."
4343         out of), then save the dev-ino of the parent, instead.
4344
4345         * lib/same-inode.h (SAME_INODE): New file/macro.
4346         * lib/chdir-safer.c (SAME_INODE): Remove definition.
4347         Include "same-inode.h", instead.
4348         * lib/same.c: Likewise.
4349         * lib/cycle-check.h: Include "same-inode.h".
4350         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
4351         * lib/cycle-check.c (SAME_INODE): Remove definition.
4352         * lib/root-dev-ino.h: Include "same-inode.h".
4353
4354         2006-03-11  Eric Blake  <ebb9@byu.net>
4355
4356         * lib/same.c (same_name): s/base_name/last_component/
4357         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
4358         * lib/filenamecat.c (file_name_concat): Likewise.
4359
4360         2006-03-11  Eric Blake  <ebb9@byu.net>,
4361                     Paul Eggert  <eggert@cs.ucla.edu>
4362
4363         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
4364         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
4365         drive prefix.
4366         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
4367         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
4368         (last_component): New method.
4369         * lib/dirname.c (dir_len): Determine when drive letters need a
4370         subsequent slash.  Preserve // when it is special.
4371         (dir_name): Don't append dot when drive letter is absolute.
4372         [TEST_DIRNAME]: Move into a full-blown gnulib test.
4373         * lib/basename.c (base_name): New semantics - malloc the result.
4374         Preserve // when it is special.  Preserve relative files that look
4375         like drive letters.
4376         (base_len): Preserve // when it is special.
4377         (last_component): New method, similar to old base_name semantics.
4378         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
4379         base_name.  Strip redundant slashes from ///.
4380
4381 2006-07-03  Jim Meyering  <jim@meyering.net>
4382
4383         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
4384         macro is used before the first cycle_check call.
4385
4386 2006-07-03  Eric Blake  <ebb9@byu.net>
4387
4388         * modules/dirname (Depends-on): Add xstrndup.
4389
4390 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4391
4392         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
4393         test cases, so that config.log is a bit easier to follow.
4394
4395 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4396
4397         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
4398         both are 64 bits, since this seems to be the tradition, and this
4399         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
4400         we ever run into a host that prefers long long to long in this
4401         case, we'll need another configure-time test.  Problem reported by
4402         Jim Meyering.
4403
4404 2006-07-02  Eric Blake  <ebb9@byu.net>
4405
4406         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
4407
4408 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4409
4410         * modules/inttypes (Depends-on): No longer depends on stdint.
4411         * modules/stdint (Description): Say more about assumptions.
4412         Say that the fast types might differ.  Say macros are used.
4413         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
4414         (Makefile.am): Revise list of substituted symbols to match
4415         new stdint.m4.
4416         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
4417         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
4418         * tests/test-stdint.c (verify_same_types)
4419         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
4420         the code conforms to C99/C89.
4421         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
4422         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
4423
4424 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4425
4426         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
4427         but fix a bug, by requiring at least 64 bits.
4428         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4429         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
4430         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
4431         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
4432
4433         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
4434         changes.  Make 2.59 a prerequisite.  Check and substitute for
4435         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
4436         inttypes.h.  Do not use special include files; just use the
4437         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
4438         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
4439         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
4440         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
4441         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
4442         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
4443         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
4444         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
4445         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
4446         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
4447         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
4448         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
4449         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
4450         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
4451         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
4452         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
4453         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
4454         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
4455         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
4456         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
4457         WINT_MAX.  Check for C99 conformance more strictly, by detecting
4458         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
4459         not check for things that C99 does not require, e.g., int8_t.  If
4460         a test isn't needed unless <stdint.h> isn't working, and is
4461         unlikely to be needed for any other reason, then don't do it
4462         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
4463         size_t, since we assume C89 freestanding at least.  Do not check
4464         for sig_atomic_t, wchar_t, or wint_t, since the code now does
4465         the right thing even if the types are not defined.  Instead use:
4466         (gl_STDINT_TYPE_PROPERTIES): New macro.
4467         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
4468         testing whether <sys/types.h> clashes, as Autoconf does this for
4469         us now.  All uses removed.
4470         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
4471         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
4472         (gl_CHECK_TYPE_SAME):
4473         Remove; no longer needed.
4474         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
4475         exists, since we'll return 0 anyway in that case.
4476         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
4477
4478 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4479
4480         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
4481         possible collision with system files.
4482         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
4483         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
4484         WCHAR_MIN and WCHAR_MAX in this case.
4485         (<stddef.h>): Do not include; no longer needed.
4486         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
4487         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
4488         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
4489         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
4490         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
4491         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
4492         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
4493         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
4494         !defined(__c99))]: Include in this case too, since it's harmless
4495         now.
4496         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
4497         dangerous to do so.
4498         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
4499         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
4500         (_STDINT_MIN, _STDINT_MAX): New macros.
4501         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
4502         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
4503         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
4504         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
4505         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
4506         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
4507         macros, not typedefs; this simplifies things quite a bit.
4508         Use long int for all types narrower than int64_t.
4509         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
4510         Define in terms of long long int or int64_t or long int,
4511         not int64_t or int32_t.  This saves some compile-time testing.
4512         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
4513         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
4514         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
4515         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
4516         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
4517         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
4518         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
4519         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
4520         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
4521         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
4522         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
4523         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
4524         undef any previous version and define our own version, for
4525         simplicity and consistency with the new macros for types.
4526         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
4527         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
4528         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
4529         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
4530         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
4531         @WINT_T_SUFFIX@ to keep things simple here.
4532         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
4533         Simplify by assuming typical 8/16/32/64 host, since we're
4534         already doing that elsewhere anyway.
4535         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
4536         and assume long long int is 64 bits if available.  This
4537         speeds up 'configure'.
4538
4539 2006-07-01  Eric Blake  <ebb9@byu.net>
4540
4541         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
4542         Reported by Andreas Buening.
4543
4544 2006-07-01  Eric Blake  <ebb9@byu.net>
4545
4546         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
4547
4548 2006-06-30  Jim Hyslop <jhyslop@dreampossible.ca>  (tiny change)
4549
4550         * lib/getaddrinfo.c: fixed typo
4551
4552 2006-06-29  Jim Meyering  <jim@meyering.net>
4553
4554         * modules/strftime (Maintainer): Add my name, since with the
4555         FPRINTFTIME changes strftime.c has forked from glibc.
4556
4557 2006-06-29  Eric Blake  <ebb9@byu.net>
4558
4559         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
4560
4561 2006-06-29  Eric Blake  <ebb9@byu.net>
4562
4563         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
4564
4565 2006-06-29  Eric Blake  <ebb9@byu.net>
4566
4567         * lib/stat_.h: New file.
4568
4569 2006-06-29  Eric Blake  <ebb9@byu.net>
4570
4571         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
4572         unused static function.
4573
4574 2006-06-29  Eric Blake  <ebb9@byu.net>
4575
4576         * doc/functions.texi (Function Portability): Document missing lstat
4577         on mingw.
4578
4579 2006-06-29  Eric Blake  <ebb9@byu.net>
4580
4581         * MODULES.html.sh: Add sys_stat.
4582         * modules/sys_stat: New module.
4583         * modules/mkstemp (Depends-on): Add sys_stat.
4584
4585 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4586
4587         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
4588
4589 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4590
4591         * m4/c-bs-a.m4: Removed.
4592
4593 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4594
4595         * lib/strftime.c: Assume strftime() exists.
4596
4597 2006-06-29  Derek Price  <derek@ximbiot.com>
4598
4599         * modules/c-bs-a: Removed - \a is C89.
4600         * MODULES.html.sh: Remove c-bs-a.
4601
4602 2006-06-29  Bruno Haible  <bruno@clisp.org>
4603
4604         * modules/wcwidth (License): Change to LGPL.
4605
4606 2006-06-28  Simon Josefsson  <jas@extundo.com>
4607
4608         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
4609         on _WIN32.
4610
4611         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
4612         getnameinfo.
4613
4614 2006-06-28  Simon Josefsson  <jas@extundo.com>
4615
4616         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
4617
4618 2006-06-28  Simon Josefsson  <jas@extundo.com>
4619
4620         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
4621         functions there.  It will succeed on Windows XP, but on Windows
4622         2000 and (presumably) earlier, it will fail, and use the internal
4623         re-implementation.
4624         (use_win32_p): New function.
4625         (getaddrinfo): Use strtoul on servname, to support numeric ports.
4626         Support AI_NUMERICSERV to disable getservbyname.
4627         (getnameinfo): New function, only supports
4628         NI_NUMERICHOST|NI_NUMERICSERV for now.
4629
4630         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
4631         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
4632         getnameinfo.
4633
4634 2006-06-28  Eric Blake  <ebb9@byu.net>
4635
4636         * modules/wcwidth: New file.
4637         * modules/mbchar (Depends-on): Add wcwidth.
4638         * modules/mbswidth (Depends-on): Add wcwidth.
4639         * MODULES.html.sh: Add wcwidth.
4640
4641 2006-06-28  Eric Blake  <ebb9@byu.net>
4642
4643         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
4644         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
4645
4646 2006-06-28  Eric Blake  <ebb9@byu.net>
4647
4648         * lib/xvasprintf.h: Fix comments.
4649
4650 2006-06-28  Eric Blake  <ebb9@byu.net>
4651
4652         * lib/mbchar.h (wcwidth): Include wcwidth.h.
4653         * lib/mbswidth.c (wcwidth): Move from here...
4654         * lib/wcwidth.h: ...to this new file.
4655
4656 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4657
4658         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
4659
4660         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
4661         it's obsolete.
4662         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
4663
4664 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4665
4666         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
4667         Autoconf 2.60 says this stuff was obsolete.
4668
4669 2006-06-28  Bruno Haible  <bruno@clisp.org>
4670
4671         * modules/wcwidth (Files): Add m4/wchar_t.m4.
4672
4673 2006-06-28  Bruno Haible  <bruno@clisp.org>
4674
4675         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
4676         gt_TYPE_WCHAR_T.
4677
4678 2006-06-28  Bruno Haible  <bruno@clisp.org>
4679
4680         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
4681         declaration for wcwidth.
4682         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
4683
4684 2006-06-28  Bruno Haible  <bruno@clisp.org>
4685
4686         * lib/mkdtemp.c [MINGW]: Include <io.h>.
4687         (mkdir): Define using _mkdir.
4688
4689 2006-06-28  Bruno Haible  <bruno@clisp.org>
4690
4691         * lib/getaddrinfo.h: Fix POSIX URL.
4692         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
4693         _WIN32.
4694         (use_win32_p): Make static.
4695         (getaddrinfo): Reject service name if it is empty or does not consist
4696         solely of decimal digits, or if its value is > 65535.
4697         (getnameinfo): Remove useless casts.
4698
4699 2006-06-27  Simon Josefsson  <jas@extundo.com>
4700
4701         * modules/sys_select: New file, suggested by Bruno Haible, Paul
4702         Eggert and Martin Lambers.
4703
4704 2006-06-27  Simon Josefsson  <jas@extundo.com>
4705
4706         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
4707         Eggert and Martin Lambers.
4708
4709 2006-06-27  Bruno Haible  <bruno@clisp.org>
4710
4711         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
4712         result to 0, not to empty.
4713         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
4714
4715 2006-06-27  Bruno Haible  <bruno@clisp.org>
4716
4717         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
4718
4719 2006-06-26  Simon Josefsson  <jas@extundo.com>
4720
4721         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
4722         present.
4723
4724 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
4725
4726         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
4727         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
4728         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
4729
4730 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
4731
4732         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
4733
4734 2006-06-26  Bruno Haible  <bruno@clisp.org>
4735
4736         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
4737
4738 2006-06-26  Bruno Haible  <bruno@clisp.org>
4739
4740         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
4741
4742 2006-06-26  Bruno Haible  <bruno@clisp.org>
4743
4744         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
4745         SGI C compiler in pre-C99 mode.
4746         Suggested by Mark D. Baushke and Larry Jones.
4747
4748 2006-06-26  Bruno Haible  <bruno@clisp.org>
4749
4750         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
4751         WCHAR_MAX.
4752         Reported by Mark D. Baushke and Larry Jones.
4753
4754 2006-06-26  Bruno Haible  <bruno@clisp.org>
4755
4756         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
4757         in pre-C99 mode.
4758         Suggested by Mark D. Baushke and Larry Jones.
4759
4760 2006-06-23  Simon Josefsson  <jas@extundo.com>
4761             Bruno Haible  <bruno@clisp.org>
4762
4763         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
4764         Emit mostlyclean-local rule.
4765         (func_emit_tests_Makefile_am): Likewise.
4766         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
4767
4768 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
4769
4770         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
4771
4772 2006-06-23  Bruno Haible  <bruno@clisp.org>
4773
4774         * tests/test-stdint.c: Update to match ISO C 99 Technical
4775         Corrigendum 1.
4776
4777 2006-06-23  Bruno Haible  <bruno@clisp.org>
4778
4779         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
4780
4781 2006-06-23  Bruno Haible  <bruno@clisp.org>
4782
4783         * lib/stdint_.h: Treat IRIX like OpenBSD.
4784
4785 2006-06-23  Bruno Haible  <bruno@clisp.org>
4786
4787         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
4788         ISO C 99 Technical Corrigendum 1.
4789
4790 2006-06-22  Simon Josefsson  <jas@extundo.com>
4791
4792         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
4793         MinGW.
4794
4795 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4796
4797         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
4798         needed.  Some compiler complained about some of them.  Problem reported
4799         by Larry Jones in
4800         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
4801
4802 2006-06-21  Simon Josefsson  <jas@extundo.com>
4803
4804         * tests/test-getaddrinfo.c: New file.
4805
4806         * modules/getaddrinfo-tests: New file.
4807
4808         * MODULES.html.sh: Add inet_pton.
4809
4810         * modules/inet_pton: New file.
4811
4812 2006-06-21  Simon Josefsson  <jas@extundo.com>
4813
4814         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
4815         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
4816         of using the (limited) gnulib implementation on Windows XP.
4817
4818         * m4/inet_pton.m4: New file.
4819
4820 2006-06-21  Simon Josefsson  <jas@extundo.com>
4821
4822         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
4823         variable.
4824
4825         * lib/socket_.h: Don't define WINVER.
4826
4827         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
4828         slightly modified to work in gnulib.
4829
4830 2006-06-21  Simon Josefsson  <jas@extundo.com>
4831
4832         * doc/gnulib.texi (Windows sockets): Add.
4833
4834 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
4835
4836         * lib/read-file.c (fread_file): Start with buffer allocation of
4837         0 bytes rather than 1 byte; this simplifies the code.
4838         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
4839         code to free buffer and save/restore errno.
4840         (internal_read_file): Remove unused local.
4841
4842 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4843
4844         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
4845         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
4846         Problem reported by Denis Excoffier in
4847         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
4848
4849 2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4850
4851         * modules/sys_socket, modules/socklen: Include sys/types since
4852         FreeBSD 4.x's sys/socket.h needs it.
4853
4854 2006-06-19  Simon Josefsson  <jas@extundo.com>
4855
4856         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
4857
4858 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4859
4860         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
4861
4862 2006-06-19  Bruno Haible  <bruno@clisp.org>
4863
4864         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
4865         and FULL_PATH_INTTYPES_H in angle brackets.
4866         Reported by Mark D. Baushke <mdb@gnu.org>.
4867
4868 2006-06-17  Eric Blake  <ebb9@byu.net>
4869
4870         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
4871         errno.
4872
4873 2006-06-17  Bruno Haible  <bruno@clisp.org>
4874
4875         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
4876         <sys/inttypes.h>.
4877
4878 2006-06-17  Bruno Haible  <bruno@clisp.org>
4879
4880         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
4881         whether errno is declared. Assume <errno.h> declares errno.
4882
4883 2006-06-17  Bruno Haible  <bruno@clisp.org>
4884
4885         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
4886
4887 2006-06-17  Bruno Haible  <bruno@clisp.org>
4888
4889         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
4890         problem on Solaris 2.5.1.
4891
4892 2006-06-16  Eric Blake  <ebb9@byu.net>
4893
4894         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
4895         * lib/unicodeio.c [!defined errno]: Likewise.
4896         * lib/strtol.c [!defined errno]: Likewise.
4897         * lib/strtod.c [!defined errno]: Likewise.
4898
4899 2006-06-15  Eric Blake  <ebb9@byu.net>
4900
4901         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
4902
4903 2006-06-15  Eric Blake  <ebb9@byu.net>
4904
4905         * config/srclist.txt (ssize_t.m4): Lose sync.
4906
4907 2006-06-15  Bruno Haible  <bruno@clisp.org>
4908
4909         * modules/stdint (Files): Include m4/full-header-path.m4,
4910         m4/size_max.m4, m4/wchar_t.m4.
4911         (Makefile.am): Many more substitutions.
4912         * modules/stdint-tests: New file.
4913         * tests/test-stdint.c: New file.
4914
4915 2006-06-15  Bruno Haible  <bruno@clisp.org>
4916
4917         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
4918         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
4919         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
4920         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
4921         gl_CHECK_TYPE_SAME): New macros.
4922
4923 2006-06-15  Bruno Haible  <bruno@clisp.org>
4924
4925         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
4926
4927 2006-06-15  Bruno Haible  <bruno@clisp.org>
4928
4929         * lib/stdint_.h: Rewritten to be fully auto-configured.
4930         Fixes bug on HP-UX/IA64.
4931
4932 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
4933
4934         * lib/getdate.y (__attribute__): Don't define if already defined.
4935         Problem reported by Larry Jones.
4936         * lib/utimens.c (__attribute__): Likewise.
4937
4938 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4939
4940         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
4941         reported by Andreas Schwab.
4942
4943 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4944             Bruno Haible  <bruno@clisp.org>
4945
4946         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
4947         check for the declaration of strnlen and a run test that exposes the
4948         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
4949         rpl_strndup.
4950
4951 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4952             Bruno Haible  <bruno@clisp.org>
4953
4954         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
4955
4956 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4957
4958         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
4959         compile test, for Tru64 4.0D.
4960
4961 2006-05-28  Karl Berry  <karl@gnu.org>
4962
4963         * config/srclist.txt (printf-args.c): lose sync.
4964
4965 2006-05-26  Martin Lambers  <marlam@marlam.de>
4966
4967         * lib/getpass.c: Updates the test for the native W32 API, and adds
4968         missing includes, thus fixing compilation warnings.
4969
4970 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
4971
4972         * lib/exclude.c (exclude_fnmatch): New function.
4973         (excluded_file_name): Call exclude_fnmatch.
4974         * lib/exclude.h (excluded_file_name): New prototype
4975
4976 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4977
4978         * lib/tempname.c (small_open, large_open): New macros.
4979         (__open, __open64) [!_LIBC]: Remove.
4980         (__gen_tempname): Use small_open and large_open instead of __open
4981         and __open64.  This fixes a portability bug on HP-UX 11.11i
4982         reported by Simon Wing-Tang in
4983         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
4984
4985 2006-05-24  Bruno Haible  <bruno@clisp.org>
4986
4987         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
4988         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
4989         Reported by Thorsten Maerz <torte@netztorte.de> via
4990         Aaron Stone <aaron@serendipity.cx>.
4991
4992 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
4993
4994         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
4995         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
4996         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
4997         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
4998         not really conditional on the cache.
4999         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
5000
5001 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
5002
5003         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
5004         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
5005         (my_usleep): Don't mishandle maximum value.
5006
5007 2006-05-19  Jim Meyering  <jim@meyering.net>
5008
5009         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
5010
5011 2006-05-17  Bruno Haible  <bruno@clisp.org>
5012
5013         Cygwin portability.
5014         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
5015
5016 2006-05-17  Bruno Haible  <bruno@clisp.org>
5017
5018         * lib/stdint_.h: Fix recognition of Cygwin.
5019
5020 2006-05-15  Bruno Haible  <bruno@clisp.org>
5021
5022         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
5023         on libtool patch by Ralf Wildenhues.
5024
5025 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
5026
5027         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
5028         test for C99 conformance; (bool) 0.5 is an integer constant
5029         expression, but (bool) -0.5 is not.  Problem reported by Fedor
5030         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
5031
5032 2006-05-11  Simon Josefsson  <jas@extundo.com>
5033
5034         * m4/xvasprintf.m4: Fix obvious typo.
5035
5036 2006-05-11  Jim Meyering  <jim@meyering.net>
5037
5038         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
5039         James Lemley.
5040
5041 2006-05-10  Simon Josefsson  <jas@extundo.com>
5042
5043         * lib/md4.c: Typo fix, update copyright years.
5044         (K1, K2): Don't use L because it turn computations into 64-bit on
5045         64-bit platforms.
5046
5047 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5048
5049         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
5050         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
5051         unwanted sign propagation, e.g., on hosts with 64-bit int.
5052         There still are some problems with reeelly weird theoretical hosts
5053         (e.g., 33-bit int) but it's not worth worrying about now.
5054         * lib/sha1.c (rol): Likewise.
5055         (K1, K2, K3, K4): Remove unnecessary L suffix.
5056
5057 2006-05-10  Bruno Haible  <bruno@clisp.org>
5058
5059         * lib/des.c: Cast to avoid warnings.
5060
5061 2006-05-09  Bruno Haible  <bruno@clisp.org>
5062
5063         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
5064         (Depends-on): Depend also on xsize, stdarg.
5065         (configure.ac): Add gl_XVASPRINTF.
5066
5067 2006-05-09  Bruno Haible  <bruno@clisp.org>
5068
5069         * m4/xvasprintf.m4: New file.
5070
5071 2006-05-09  Bruno Haible  <bruno@clisp.org>
5072
5073         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
5074         (EOVERFLOW): Define fallback value.
5075         (xstrcat): New function.
5076         (xvasprintf): Recognize the special case of a string concatenation.
5077
5078 2006-05-08  Eric Blake  <ebb9@byu.net>
5079
5080         * gnulib-tool (func_version): Base copyright year on CVS date.
5081         (func_emit_copyright_notice): New function.
5082         (func_emit_lib_Makefile_am): Use it.
5083         (func_emit_tests_Makefile_am): Likewise.
5084         (func_import): Likewise.
5085
5086 2006-05-08  Bruno Haible  <bruno@clisp.org>
5087
5088         * modules/stdarg: New file.
5089         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
5090
5091 2006-05-08  Bruno Haible  <bruno@clisp.org>
5092
5093         * m4/stdarg.m4: New file, from GNU gettext.
5094
5095 2006-05-08  Bruno Haible  <bruno@clisp.org>
5096
5097         * config/srclist.txt (build-aux/config.rpath): different from latest
5098         release.
5099
5100 2006-05-08  Bruno Haible  <bruno@clisp.org>
5101
5102         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
5103
5104 2006-05-05  Jim Meyering  <jim@meyering.net>
5105
5106         * m4/warning.m4: New file, derived from bison's file by the same name.
5107
5108 2006-05-03  Bruno Haible  <bruno@clisp.org>
5109
5110         * lib/stdint_.h: Shorter URL.
5111         * lib/inttypes.h: Likewise.
5112
5113 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5114
5115         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
5116
5117 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5118
5119         * lib/verify.h: Document the internals better.  Most of this change
5120         was written by Bruno Haible.
5121
5122 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5123
5124         * doc/verify.texi: New file, partly based on a proposal by
5125         Bruno Haible.
5126
5127 2006-05-02  Bruno Haible  <bruno@clisp.org>
5128
5129         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
5130         test from here...
5131         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
5132
5133 2006-04-29  Bruno Haible  <bruno@clisp.org>
5134
5135         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
5136         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
5137
5138 2006-04-29  Bruno Haible  <bruno@clisp.org>
5139
5140         * gnulib-tool: Make --update option actually work.
5141
5142 2006-04-29  Bruno Haible  <bruno@clisp.org>
5143
5144         * doc/gcd.texi: New file.
5145         * doc/gnulib.texi: Include it.
5146
5147 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
5148
5149         * lib/getdate.y (get_date): When adding relative date, start with the
5150         initial time, not with the result of the first mktime call.
5151
5152 2006-04-25  Bruno Haible  <bruno@clisp.org>
5153
5154         * gnulib-tool (func_import): Output the include directives in three
5155         blocks, sorted separately.
5156         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5157
5158 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5159
5160         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
5161         to define main with arguments, for C++.  Reported by Eric Blake.
5162         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
5163         Prefer 'int main ()' to 'int main (void)', for C++.
5164         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
5165         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
5166         for 'main', for C99 and C++.
5167
5168 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5169
5170         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
5171         Don't assume that exit status -1 is valid.
5172         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5173         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
5174         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
5175         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
5176         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
5177         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
5178         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
5179         functions can be used without declaring them, or that you can
5180         exit with status -1.
5181         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
5182
5183 2006-04-24  Karl Berry  <karl@gnu.org>
5184
5185         * config/srclist.txt (longdouble.m4): sync lost.
5186
5187 2006-04-24  Eric Blake  <ebb9@byu.net>
5188
5189         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
5190
5191 2006-04-24  Bruno Haible  <bruno@clisp.org>
5192
5193         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
5194         poll() implementation in AIX.
5195         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5196
5197 2006-04-24  Bruno Haible  <bruno@clisp.org>
5198
5199         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
5200         assigned exactly once.
5201
5202 2006-04-23  Claudio Fontana  <claudio@gnu.org>
5203             Bruno Haible  <bruno@clisp.org>
5204
5205         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
5206         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
5207         for AM_CPPFLAGS.
5208
5209 2006-04-23  Bruno Haible  <bruno@clisp.org>
5210
5211         * modules/copy-file: Depend on unistd.
5212         * modules/execute: Likewise.
5213         * modules/fatal-signal: Likewise.
5214         * modules/findprog: Likewise.
5215         * modules/mkdtemp : Likewise.
5216         * modules/pipe: Likewise.
5217         * modules/wait-process: Likewise.
5218
5219 2006-04-23  Bruno Haible  <bruno@clisp.org>
5220
5221         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
5222         condition was already detected.
5223         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5224
5225 2006-04-23  Bruno Haible  <bruno@clisp.org>
5226
5227         * lib/copy-file.c: Include <unistd.h> unconditionally.
5228         * lib/execute.c: Likewise.
5229         * lib/fatal-signal.c: Likewise.
5230         * lib/findprog.c: Likewise.
5231         * lib/mkdtemp.c: Likewise.
5232         * lib/pipe.h: Likewise.
5233         * lib/pipe.c: Likewise.
5234         * lib/wait-process.h: Likewise.
5235
5236 2006-04-23  Bruno Haible  <bruno@clisp.org>
5237
5238         * gnulib-tool (func_usage): Fix --import description. Document
5239         --update.
5240         (func_import): Create temporary file in a temporary directory, if
5241         --dry-run is specified. Silence errors from 'grep' when there are no
5242         m4 files in $m4dir.
5243         (func_create_testdir): Silence errors from 'grep' when there are no
5244         m4 files in $m4dir.
5245         Reported by Karl Berry <karl@freefriends.org>.
5246
5247 2006-04-20  Bruno Haible  <bruno@clisp.org>
5248
5249         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
5250         one argument, so that the code will be portable to Autoconf 2.60.
5251         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
5252         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5253         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
5254
5255 2006-04-19  Derek Price  <derek@ximbiot.com>
5256             Eric Blake  <ebb9@byu.net>
5257
5258         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
5259         rather than "/full/path.h".  Update comment to match.  Shorten &
5260         generalize m4_translit call via AS_TR_CPP.
5261
5262 2006-04-19  Derek Price  <derek@ximbiot.com>
5263             Eric Blake  <ebb9@byu.net>
5264
5265         * lib/inttypes.h: Correct grammar in comment.
5266
5267 2006-04-18  Derek Price  <derek@ximbiot.com>
5268             Paul Eggert  <eggert@cs.ucla.edu>
5269
5270         * modules/inttypes: New file.
5271         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
5272
5273 2006-04-18  Derek Price  <derek@ximbiot.com>
5274             Paul Eggert  <eggert@cs.ucla.edu>
5275
5276         * m4/_inttypes_h.m4, full-header-path.m4, include_next: New files.
5277
5278 2006-04-18  Derek Price  <derek@ximbiot.com>
5279             Paul Eggert  <eggert@cs.ucla.edu>
5280
5281         * lib/inttypes.h: New file.
5282         * lib/strtoimax.c: Assume <inttypes.h>.
5283
5284 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
5285
5286         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
5287         isn't mounted.  Problem reported by Kir Kolyshkin.
5288
5289 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5290
5291         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
5292         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
5293         Derek R. Price.
5294         * lib/regex.h (RE_DUP_MAX): Update comment to match current
5295         implementation.
5296
5297 2006-04-12  Eric Blake  <ebb9@byu.net>
5298
5299         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
5300         is now done automatically by the corresponding Autoconf macro.
5301
5302 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
5303
5304         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
5305         time_r.h.
5306
5307 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5308
5309         Merge regex changes from libc, removing some of our
5310         POSIX-conformance changes that were rejected and redoing them in a
5311         less-intrusive way.
5312
5313         * lib/regcomp.c (re_compile_internal, init_dfa):
5314         Length arg is now size_t, not Idx.  All uses changed.
5315         (peek_token): Forward decl now says internal_function.
5316         (__re_error_msgid, __re_error_msgid_idx):
5317         Now static rather than extern with attribute_hidden.
5318         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
5319         For some reason libc prefers K&R style defns for external functions.
5320         (regerror) [!defined _LIBC]: Likewise.
5321         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
5322         (seek_collating_symbol_entry, lookup_collation_sequence_value):
5323         (build_range_exp, build_collating_symbol):
5324         Use K&R-style defn.
5325         (re_compile_fastmap): Use '\0' to memset, not 0.
5326         (utf8_sb_map): Make the calculations more obvious.
5327         (init_dfa, parse_bracket_exp, build_charclass_op):
5328         Call calloc and cast result, as glibc does.
5329         (init_word_char, fetch_token, peek_token, peek_token_bracket):
5330         (build_range_exp, build_collating_symbol):
5331         Now internal functions.
5332
5333         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
5334
5335         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
5336         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
5337         Don't depend on VMS; depend on __VMS instead, for POSIX
5338         namespace cleanness.
5339         (regoff_t): Define to ssize_t, not long int.
5340
5341         Remove the REG_ macros named below.  Instead, make the old names
5342         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
5343         __USE_GNU_REGEX.
5344         (REG_BACKSLASH_ESCAPE_IN_LISTS):
5345         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
5346         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
5347         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
5348         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
5349         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
5350         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
5351         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
5352         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
5353         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
5354         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
5355         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
5356         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
5357         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
5358         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
5359         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
5360         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
5361         (REG_NREGS):
5362         Remove.  All uses replaced by the old RE_* names.
5363         (RE_BACKSLASH_ESCAPE_IN_LISTS):
5364         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
5365         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
5366         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
5367         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
5368         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
5369         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
5370         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
5371         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
5372         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
5373         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
5374         Don't bother having these macros be independent of each others'
5375         values, since they no longer exist in the POSIX name space.
5376
5377         Rename the following member names back to their old names,
5378         unless !__USE_GNU_REGEX.  All uses changed back.
5379         (buffer): Renamed from re_buffer.
5380         (allocated): Renamed from re_allocated.
5381         (used): Renamed from re_used.
5382         (syntax): Renamed from re_syntax.
5383         (fastmap): Renamed from re_fastmap.
5384         (translate): Renamed from re_translate.
5385         (can_be_null): Renamed from re_can_be_null.
5386         (regs_allocated): Renamed from re_regs_allocated.
5387         (fastmap_accurate): Renamed from re_fastmap_accurate.
5388         (no_sub): Renamed from re_no_sub.
5389         (not_bol): Renamed from re_not_bol.
5390         (not_eol): Renamed from re_not_eol.
5391         (newline_anchor): Renamed from re_newline_anchor.
5392         (num_regs): Renamed from rm_num_regs.
5393         (start): Renamed from rm_start.
5394         (end): Renamed from rm_end.
5395
5396         (free_state): Move up a bit.
5397
5398         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
5399         #define to be empty.
5400         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
5401         when that is what is intended.
5402         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
5403         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
5404         (MAX): New macro.
5405         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
5406         All uses changed back to re_malloc, etc.  It's now the caller's
5407         responsibility to check for overflow; all callers changed.
5408         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
5409         (re_x2nrealloc): Remove.
5410         (free_state): Remove decl.
5411
5412         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
5413         (re_set_registers, re_exec):
5414         Use K&R-style defn.
5415
5416         2006-01-31  Roland McGrath  <roland@redhat.com>
5417
5418         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
5419         Reported by Mike Frysinger <vapier@gentoo.org>.
5420
5421         2006-01-15  Andreas Jaeger  <aj@suse.de>
5422
5423         [BZ #1950]
5424         * lib/regex_internal.c (re_string_reconstruct): Adjust for
5425         build_wcs_upper_buffer change.
5426         (build_wcs_upper_buffer): Change return type.
5427
5428         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
5429
5430         * lib/regex_internal.h: Include <stdint.h> if available.
5431
5432         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
5433
5434         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
5435
5436         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
5437
5438         * lib/regcomp.c: Adjust for changed secondary hash function.
5439
5440         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
5441
5442         * lib/regex.h: Pretty printing.
5443         Clean up namespace a bit.
5444
5445         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
5446
5447         * lib/regexec.c (update_cur_sifted_state, check_arrival,
5448         check_arrival_add_next_nodes): Avoid using uninitialized variable.
5449
5450         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5451                     Ulrich Drepper  <drepper@redhat.com>
5452
5453         [BZ #1302]
5454         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
5455         changed.
5456         (bitset_word_t): Renamed from bitset_word.  All uses changed.
5457
5458         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
5459
5460         [BZ #281]
5461         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
5462         * lib/regcomp.c: Remove unnecessary uses of
5463         unsigned RE_TRANSLATE_TYPE.
5464         * lib/regex_internal.h: Likewise.
5465         * lib/regex_internal.c: Likewise.
5466         * lib/regexec.c: Likewise.
5467         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
5468
5469         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
5470
5471         * lib/regexec.c (find_recover_state): Remove unnecessary
5472         initialization.
5473         (transit_state_bkref): Make DFA a const pointer.
5474         (get_subexp): Likewise.
5475         (check_arrival): Likewise.
5476         (update_cur_sifted_state): Likewise.
5477         (re_search_internal): Likewise.
5478         (prune_impossible_nodes): Likewise.
5479         (acquire_init_state_context): Likewise.
5480         (proceed_next_node): Likewise.
5481         (set_regs): Likewise.
5482         (free_fail_stack_return): Likewise.
5483         (check_arrival_expand_ecl): Mark DFA parameter as const.
5484         (check_arrival_expand_ecl_sub): Likewise.
5485         (check_subexp_limits): Likewise.
5486         (sub_epsilon_src_nodes):  Likewise.
5487         (add_epsilon_src_nodes):  Likewise.
5488         (merge_state_array): Likewise.
5489         (update_regs): Likewise.
5490         (build_trtable): Likewise.
5491         (sift_states_backward): Mark MCTX parameter as const.
5492         (build_sifted_states): Likewise.
5493         (update_cur_sifted_state): Likewise.
5494         (sift_states_mkref): Likewise.
5495         (check_arrival_expand_ecl): Mark eclosure as const.
5496         (check_dst_limits_calc_pos_1): Likewise.
5497         * lib/regex_internal.h (re_match_context_t): Make dfa a const
5498         pointer.
5499
5500         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
5501
5502         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
5503         (transit_state_sb): Likewise.
5504         (transit_state_mb): Likewise.
5505         (sift_states_iter_mb): Likewise.
5506         (check_arrival_add_next_nodes): Likewise.
5507         (check_node_accept_bytes): Change first parameter to pointer-to-const.
5508         [_LIBC] (re_search_2_stub): Use mempcpy.
5509
5510         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
5511         mbrtowc for very simple UTF-8 case.
5512
5513         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
5514         a pointer-to-const.
5515         (re_acquire_state_context): Likewise.
5516         * lib/regex_internal.h: Adjust prototypes.
5517
5518         * lib/regex.c: Prevent using C++ compilers.
5519
5520         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
5521         (re_acquire_state_context): Likewise.
5522
5523 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5524
5525         * modules/regex (Depends-on): Add ssize_t.
5526
5527 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5528
5529         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
5530         translation table.
5531
5532 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5533
5534         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
5535
5536 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
5537             Bruno Haible  <bruno@clisp.org>
5538
5539         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
5540         <sys/types.h> and <inttypes.h>.
5541
5542 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5543
5544         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
5545         `__error_t_defined', so argp.h will not typedef the former.
5546
5547 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
5548
5549         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
5550         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
5551         glibc names.  Even if glibc is changed to conform to POSIX, the
5552         traditional names will be available anyway, since regex depends on
5553         the extensions module.  Also, fix a longstanding typo in the
5554         implementation of Spencer ERE test #75 from grep 2.3.  Problems
5555         reported by Emanuele Giaquinta.  Also, change sense of cached
5556         variable, so that the message makes sense.
5557
5558 2006-03-24  Simon Josefsson  <jas@extundo.com>
5559
5560         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
5561         including some doc fixes.
5562         (base64_encode_alloc): Fix +1 bug on allocation failures.
5563
5564 2006-03-24  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5565
5566         * lib/base64.c (base64_encode): Do not read past end of array with
5567         unsanitized input on systems with CHAR_BIT > 8.
5568
5569 2006-03-24  Eric Blake  <ebb9@byu.net>
5570
5571         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
5572
5573 2006-03-22  Karl Berry  <karl@gnu.org>
5574
5575         * config/srclist.txt (*setenv.[ch]): get from coreutils.
5576         * config/srclistvars.sh (COREUTILS): new var.
5577
5578 2006-03-17  Jim Meyering  <jim@meyering.net>
5579
5580         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
5581         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
5582
5583 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
5584
5585         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
5586         no longer needs it.  Instead, check that regoff_t is as least
5587         as wide as ptrdiff_t.
5588
5589         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
5590         so that our regex.h stays compatible with the installed regex.
5591         This is helpful for installers who configure --without-included-regex.
5592         Problem reported by Emanuele Giaquinta.
5593
5594 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
5595
5596         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
5597         Typedef to long int, not to off_, as POSIX will likely change
5598         in that direction.
5599
5600 2006-03-15  Eric Blake  <ebb9@byu.net>
5601
5602         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
5603
5604 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5605
5606         * lib/argp-help.c (validate_uparams): Fix typo
5607         * lib/argp-parse.c (argp_default_options): Consistently begin help
5608         messages with a lowercase letter.
5609
5610 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
5611
5612         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
5613         overrun buffers and shouldn't be used (much as gets shouldn't be
5614         used).
5615         * lib/time_r.c (asctime_r, ctime_r): Likewise.
5616
5617 2006-03-08  Simon Josefsson  <jas@extundo.com>
5618
5619         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
5620         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5621
5622 2006-03-08  Simon Josefsson  <jas@extundo.com>
5623
5624         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
5625         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5626
5627 2006-03-08  Simon Josefsson  <jas@extundo.com>
5628
5629         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
5630         signal that configure disabled the device.
5631
5632 2006-03-08  Simon Josefsson  <jas@extundo.com>
5633
5634         * build-aux/maint.mk: Fix refresh-po, to handle no translated
5635         languages.
5636
5637 2006-03-07  Simon Josefsson  <jas@extundo.com>
5638
5639         * modules/getopt (Depends-on): Add unistd.
5640
5641         * modules/unistd: New file.
5642
5643 2006-03-07  Simon Josefsson  <jas@extundo.com>
5644
5645         * modules/gc-random: New file.
5646
5647 2006-03-07  Simon Josefsson  <jas@extundo.com>
5648
5649         * m4/unistd_h.m4: New file.
5650
5651 2006-03-07  Simon Josefsson  <jas@extundo.com>
5652
5653         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
5654         test to be side-effect free by storing the result in the cache
5655         variable gl_cv_lib_readline, and moving the assignment of
5656         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
5657         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5658
5659 2006-03-07  Simon Josefsson  <jas@extundo.com>
5660
5661         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
5662         error on missing devices (the functions will return an error).
5663
5664         * m4/gc.m4: Move random stuff to gc-random.m4
5665
5666 2006-03-07  Simon Josefsson  <jas@extundo.com>
5667
5668         * lib/unistd_.h: New file.
5669
5670 2006-03-07  Simon Josefsson  <jas@extundo.com>
5671
5672         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
5673
5674 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5675
5676         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
5677         Problem reported by Juan Manuel Guerrero.
5678
5679 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5680
5681         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
5682         the unistd module.
5683         * lib/getlogin_r.c: Likewise.
5684         * lib/getlogin_r.h: Likewise.
5685         * lib/glob.c: Likewise.
5686         * lib/pagealign_alloc.c: Likewise.
5687         * lib/unistd_.h: Remove; no longer needed.
5688
5689 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5690
5691         * MODULES.html.sh (Support for systems lacking POSIX:2001):
5692         Add unistd.
5693         * modules/c-stack (Depends-on): Add unistd.
5694         * modules/getlogin_r: Likewise.
5695         * modules/glob: Likewise.
5696         * modules/pagealign_alloc: Likewise.
5697         * modules/unistd (Files): Remove lib/unistd_.h.
5698         (EXTRA_DIST): Remove.
5699         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
5700         need unistd_.h.
5701         (MOSTLYCLEANFILES): Remove unistd.h-t.
5702
5703 2006-03-03  Simon Josefsson  <jas@extundo.com>
5704
5705         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
5706
5707 2006-03-03  Simon Josefsson  <jas@extundo.com>
5708
5709         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
5710         libidn and bison.
5711
5712 2006-03-03  Simon Josefsson  <jas@extundo.com>
5713
5714         * build-aux/maint.mk: Add indent target.
5715
5716 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
5717
5718         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
5719         our replacement poll.h in any case, to avoid a differing
5720         declaration from a system header.  Seen on AIX.
5721
5722 2006-03-01  Simon Josefsson  <jas@extundo.com>
5723
5724         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
5725         <kasal@ucw.cz>.
5726
5727 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5728
5729         * modules/gettime (Depends-on): Add extensions module.
5730         * modules/nanosleep (Depends-on): Likewise.
5731         * modules/settime (Depends-on): Likewise.
5732
5733 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5734
5735         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
5736         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
5737         pedantically.
5738         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5739         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
5740
5741         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
5742         not "==".  Reported by Ralf Wildenhues.
5743
5744 2006-03-01  Karl Berry  <karl@gnu.org>
5745
5746         * doc/Copyright/request-*: new files, synced from gnuorg.
5747
5748 2006-03-01  Karl Berry  <karl@gnu.org>
5749
5750         * config/srclist.txt (Copyright/*): new entries.
5751
5752 2006-02-28  Simon Josefsson  <jas@extundo.com>
5753
5754         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
5755
5756 2006-02-27  Simon Josefsson  <jas@extundo.com>
5757
5758         * lib/base64.h: Indent #define's.  From Jim Meyering
5759         <jim@meyering.net>.
5760
5761 2006-02-27  Jim Meyering  <jim@meyering.net>
5762
5763         Revert the change of 2006-02-24, so these files can continue
5764         to be sync'd from gettext.
5765         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
5766         of `config.h'.
5767
5768 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
5769
5770         * modules/intprops: New file.
5771         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5772         Add intprops.
5773         * modules/getloadavg (Files): Remove lib/intprops.h.
5774         (Depends-on): Add intprops.
5775         * modules/human: Likewise.
5776         * modules/inttostr: Likewise.
5777         * modules/openat: Likewise.
5778         * modules/sig2str: Likewise.
5779         * modules/userspec: Likewise.
5780         * modules/utimecmp: Likewise.
5781         * modules/xnanosleep: Likewise.
5782         * modules/xstrtol: Likewise.
5783
5784 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
5785
5786         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
5787         * modules/lock-tests (TESTS): Use $(EXEEXT).
5788         * modules/tls-tests: Likewise.
5789         * modules/argp-tests: Likewise.
5790         (check_PROGRAMS): New var, replacing...
5791         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
5792
5793 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5794
5795         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
5796         `config.h'.
5797
5798 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5799
5800         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
5801
5802 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5803
5804         Sync from coreutils.
5805         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
5806         gl_CHDIR_SAFER.
5807
5808 2006-02-22  Jim Meyering  <jim@meyering.net>
5809
5810         Sync from coreutils.
5811         * m4/chdir-safer.m4: New file.
5812
5813 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5814
5815         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
5816         AT_FDCWD exceeds INT_MAX.
5817         * lib/openat.h (AT_FDCWD): Likewise.
5818
5819 2006-02-17  Eric Blake  <address@hidden>
5820
5821         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
5822
5823 2006-02-16  Simon Josefsson  <jas@extundo.com>
5824
5825         * modules/getaddrinfo (Depends-on): Add sys_socket.
5826
5827 2006-02-15  Simon Josefsson  <jas@extundo.com>
5828
5829         * build-aux/maint.mk: Add dsyntax-check rule.
5830
5831 2006-02-15  Eric Blake  <ebb9@byu.net>
5832
5833         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
5834         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
5835         'present but cannot compile' warnings on cygwin.
5836         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
5837         use ws2tcpip.h if sys/socket.h works.
5838         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
5839         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
5840
5841 2006-02-14  Simon Josefsson  <jas@extundo.com>
5842
5843         * modules/maintainer-makefile (Files): Rename.
5844
5845         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
5846         and (the local) Makefile.cfg to maint-cfg.mk.
5847
5848         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
5849         to the latter.
5850
5851         * modules/maintainer-makefile: New module.
5852
5853         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
5854         severaly stripped to make it possible to build it up from scratch
5855         with reliable tests.
5856
5857         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
5858         fixes to permit overriding the default actions when configure and
5859         makefile are not available.
5860
5861 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5862
5863         Sync from coreutils.
5864         * modules/lstat (Depends-on): Don't depend on xalloc.
5865         (License): Change from GPL to LGPL, since this is now simply a
5866         replacement for a libc function.
5867
5868 2006-02-14  Jim Meyering  <jim@meyering.net>
5869
5870         Sync from coreutils.
5871
5872         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
5873         failure on deficient systems, and simplify gnulib lgpl dependencies.
5874         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
5875         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
5876
5877         * lib/xalloc-die.c: Remove unused definition of N_.
5878
5879 2006-02-14  Jim Meyering  <jim@meyering.net>
5880
5881         Sync from coreutils.
5882         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
5883         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
5884         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
5885         double-quote uses of that variable, to accommodate the rare case in
5886         which getmntent is available in none of the libraries checked.  This
5887         happens at least on FreeBSD 5.0.
5888
5889 2006-02-13  Simon Josefsson  <jas@extundo.com>
5890
5891         * gnulib-tool (Usage): Fix --import, from
5892         karl@freefriends.org (Karl Berry).
5893
5894 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5895
5896         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
5897
5898 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
5899
5900         * lib/argp-namefrob.h: Restore changes accidentally lost during the
5901         "autoupdate" on 2005-12-12.
5902
5903 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5904
5905         * modules/closeout (Depends-on): Remove atexit.
5906
5907 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5908
5909         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
5910         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
5911
5912 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5913
5914         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
5915         __EXTENSIONS__ if this causes compilation to fail.  Problem
5916         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
5917         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
5918
5919 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
5920
5921         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
5922         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
5923         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
5924         All uses changed.
5925
5926 2006-01-26  Simon Josefsson  <jas@extundo.com>
5927
5928         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
5929         prototype is visible on mingw32.
5930
5931         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
5932         for mingw32.
5933
5934         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
5935         mingw32).
5936
5937 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
5938
5939         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
5940         attempt to open for write; this always fails, at least on POSIX
5941         hosts.  This reinstates the 2006-01-09 change, which was
5942         inadvertently removed.
5943
5944 2006-01-26  Bruno Haible  <bruno@clisp.org>
5945
5946         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
5947         Reported by Paul Eggert.
5948
5949 2006-01-26  Bruno Haible  <bruno@clisp.org>
5950             Paul Eggert  <eggert@cs.ucla.edu>
5951
5952         * lib/stdbool_.h (_Bool)
5953         [(! (defined __cplusplus || defined __BEOS__)
5954           && !defined __GNUC__
5955           && !(defined __HP_cc || defined __xlc__
5956                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
5957                || defined __sgi))]:
5958         #define to signed char in these cases too; this simplifies
5959         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
5960         etc., separately) and makes it more conservative.
5961
5962 2006-01-25  Simon Josefsson  <jas@extundo.com>
5963
5964         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
5965         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
5966         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
5967
5968 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5969
5970         * lib/argp-namefrob.h: Bugfix. Remove stray #
5971
5972 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
5973
5974         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
5975         so that we test the test.
5976         Check for yet another HP-UX cc bug involving *bool |= bool.
5977
5978 2006-01-25  Karl Berry  <karl@gnu.org>
5979
5980         * config/srclist.txt (vasnprintf.c): sync lost.
5981
5982 2006-01-25  Jim Meyering  <jim@meyering.net>
5983
5984         Sync from the stable (b5) branch of coreutils:
5985
5986         * lib/fts.c (fts_children): Don't let close() clobber errno from
5987         failed fchdir().
5988
5989         * lib/fts.c (fts_stat): When following a symlink-to-directory,
5990         don't necessarily interpret stat-fails+lstat-succeeds as indicating
5991         a dangling symlink.  That can also happen at least for ELOOP.
5992         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
5993         FYI, this bug predates the inclusion of fts.c in coreutils.
5994
5995         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
5996         in their own block, so pre-c99 compilers don't object.
5997
5998         Avoid the double-free (first in fts_read, second in fts_close) that
5999         would occur when an `active' directory is made inaccessible (e.g.,
6000         via chmod a-x) during a traversal.
6001         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
6002         before returning.  Reproduce this failure by
6003         mkdir -p a/b; cd a; chmod a-x . b
6004         Reported by Stavros Passas.
6005
6006 2006-01-25  Jim Meyering  <jim@meyering.net>
6007
6008         * lib/fileblocks.c: Remove more useless parentheses.
6009         * lib/readutmp.h: Likewise.
6010
6011 2006-01-25  Bruno Haible  <bruno@clisp.org>
6012
6013         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
6014         warnings.
6015         Reported by Paul Eggert.
6016
6017 2006-01-25  Bruno Haible  <bruno@clisp.org>
6018
6019         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
6020         rid of a trap command. For Solaris sh.
6021         Reported by Mark D. Baushke <mdb@gnu.org>.
6022
6023 2006-01-24  Simon Josefsson  <jas@extundo.com>
6024
6025         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
6026         Bruno.
6027
6028 2006-01-24  Karl Berry  <karl@gnu.org>
6029
6030         * config/srclist.txt (argp-namefrob.h): sync lost.
6031
6032 2006-01-24  Jim Meyering  <jim@meyering.net>
6033
6034         * modules/openat (Files): Add lib/intprops.h.
6035         From Mark D. Baushke.
6036
6037 2006-01-24  Jim Meyering  <jim@meyering.net>
6038
6039         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
6040         Reported by Mark D. Baushke.
6041
6042 2006-01-24  Jim Meyering  <jim@meyering.net>
6043
6044         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
6045
6046 2006-01-24  Bruno Haible  <bruno@clisp.org>
6047
6048         * modules/strnlen (Maintainer): Change from glibc to all.
6049
6050 2006-01-24  Bruno Haible  <bruno@clisp.org>
6051
6052         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
6053         Patch by Paul Eggert.
6054
6055 2006-01-24  Bruno Haible  <bruno@clisp.org>
6056
6057         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
6058         already has it.
6059         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
6060         2005-11-26.
6061
6062         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
6063         'signed char' to avoid problems with the built-in _Bool type.
6064         Reported by Paul Eggert on 2005-11-26.
6065
6066 2006-01-24  Bruno Haible  <bruno@clisp.org>
6067
6068         * gnulib-tool (func_import): Avoid constructing complicated sed
6069         expressions inside backquote.
6070         Report and solution by Mark D. Baushke <mdb@gnu.org>.
6071
6072 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
6073
6074         These changes imported from libc.
6075         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
6076         test and two separate function calls.
6077         * lib/strndup.c (__strndup): Add libc_hidden_def.
6078
6079 2006-01-23  Simon Josefsson  <jas@extundo.com>
6080
6081         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
6082         Remove the test_*_SOURCES variable: automake infers it by default.
6083         * modules/tls-tests: Likewise.
6084
6085 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6086
6087         Work around porting bugs reported by Dieter in
6088         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
6089         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
6090         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
6091         Include "getopt.h" first, to check interface.
6092         (getenv): Declare only if defined HAVE_DECL_GETENV &&
6093         !HAVE_DECL_GETENV.
6094         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
6095         (__strndup): Revert to K&R-style function dfns, the glibc style.
6096         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
6097         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
6098         Include strnlen.h first, to get prototype properly.
6099         (strnlen): Renamed from __strnlen.
6100         Remove weak alias.
6101
6102 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6103
6104         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
6105
6106 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6107
6108         * config/srclist.txt: Adjust to reflect glibc reorganization.
6109         This affects only comments.
6110
6111 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6112
6113          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
6114          Reported by Bruce Korb <bkorb@gnu.org>.
6115
6116 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6117
6118         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
6119         to pacify gcc -Wswitch-default.
6120
6121 2006-01-22  Bruno Haible  <bruno@clisp.org>
6122
6123         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
6124         temporary buffer for sprintf, take into account the precision also
6125         for 'd', 'i', 'u', 'o', 'x', 'X'.
6126
6127 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
6128
6129         * modules/argp-tests: New module
6130         * tests/test-argp.c: New file
6131         * tests/test-argp-2.sh: New file
6132
6133 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
6134
6135         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
6136         (__argp_base_name): Removed
6137         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
6138         typo.
6139         (__argp_base_name): Provide macro definition or extern declaration
6140         depending on the configuration
6141
6142 2006-01-20  Simon Josefsson  <jas@extundo.com>
6143
6144         * modules/inet_ntop (Depends-on): Depend on sys_socket.
6145
6146 2006-01-20  Simon Josefsson  <jas@extundo.com>
6147
6148         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
6149
6150 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
6151
6152         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
6153         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
6154         Suggested by Bruno Haible.
6155
6156 2006-01-20  Karl Berry  <karl@gnu.org>
6157
6158         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
6159         until changes propagate, I guess.
6160
6161 2006-01-19  Simon Josefsson  <jas@extundo.com>
6162
6163         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
6164
6165 2006-01-19  Simon Josefsson  <jas@extundo.com>
6166
6167         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
6168
6169 2006-01-19  Simon Josefsson  <jas@extundo.com>
6170
6171         * gnulib-tool: Set check_PROGRAMS.
6172
6173         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
6174         modules/des-tests, modules/gc-arcfour-tests,
6175         modules/gc-arctwo-tests, modules/gc-des-tests,
6176         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
6177         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
6178         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
6179         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
6180         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
6181         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
6182         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
6183         test_*_SOURCES.
6184
6185 2006-01-18  Simon Josefsson  <jas@extundo.com>
6186
6187         * modules/socklen (Depends-on): Depend on sys_socket.
6188
6189 2006-01-18  Simon Josefsson  <jas@extundo.com>
6190
6191         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
6192         modules/des-tests, modules/gc-arcfour-tests,
6193         modules/gc-arctwo-tests, modules/gc-des-tests,
6194         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
6195         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
6196         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
6197         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
6198         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
6199         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
6200         $(EXEEXT) to automake TESTS variable, for mingw32.
6201
6202 2006-01-17  Simon Josefsson  <jas@extundo.com>
6203
6204         * modules/socklen (Include): Need sys/socket.h.
6205
6206 2006-01-17  Bruno Haible  <bruno@clisp.org>
6207
6208         * modules/ssize_t (Include): Add <sys/types.h>.
6209
6210 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
6211
6212         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
6213         it's not portable and it doesn't work with cross-compiles.
6214         Problem reported by Bruno Haible.  Fix missing-$ typo in
6215         'test "gl_cv_ignore_unused_libraries" ...' that prevented
6216         -zignore from being used with Sun's C compiler.
6217
6218 2006-01-12  Simon Josefsson  <jas@extundo.com>
6219
6220         * lib/base64.c: Fix warning, reported by Bruno Haible
6221         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
6222
6223 2006-01-12  Bruno Haible  <bruno@clisp.org>
6224
6225         * modules/ldd: New file.
6226         * build-aux/ldd.sh.in: New file.
6227         * MODULES.html.sh (Support for building libraries and executables): Add
6228         ldd.
6229
6230 2006-01-12  Bruno Haible  <bruno@clisp.org>
6231
6232         * m4/ldd.m4: New file.
6233
6234 2006-01-12  Bruno Haible  <bruno@clisp.org>
6235
6236         * gnulib-tool (func_import, func_create_testdir): Don't go into an
6237         endless loop while replacing $auxdir with build-aux.
6238
6239 2006-01-11  Simon Josefsson  <jas@extundo.com>
6240
6241         * lib/stdint_.h (SIZE_MAX): Add missing (.
6242
6243 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
6244
6245         Sync from coreutils.
6246         * lib/md5.c: Fix commentary typos.
6247         (alignof, UNALIGNED_P): No need for a GCC-specific version.
6248         * lib/md5.h (__attribute__): Remove; unused.
6249         * lib/sha1.c: Fix commentary to match md5 better.
6250         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
6251         so that we don't need to worry about alignment.  All uses changed.
6252         This merges the 2005-10-28 md5 change into sha1.
6253
6254 2006-01-11  Jim Meyering  <jim@meyering.net>
6255
6256         Sync from coreutils.
6257         * lib/md5.c (OP): Fix spacing.
6258
6259 2006-01-11  Bruno Haible  <bruno@clisp.org>
6260
6261         Ensure automatic ordering between gl_LOCK and gl_ARGP.
6262         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
6263         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
6264
6265 2006-01-11  Bruno Haible  <bruno@clisp.org>
6266
6267         Ensure automatic ordering between gl_LOCK and gl_ARGP.
6268         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
6269         the "early" section as well.
6270
6271 2006-01-11  Bruno Haible  <bruno@clisp.org>
6272
6273         Avoid "ar: no archive members specified" error on MacOS X.
6274         * gnulib-tool (func_modules_add_dummy): New function.
6275         (func_import, func_create_testdir): Invoke it.
6276
6277 2006-01-11  Bruno Haible  <bruno@clisp.org>
6278
6279         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
6280         with $auxdir in AC_CONFIG_FILES statements.
6281
6282 2006-01-11  Bruno Haible  <bruno@clisp.org>
6283
6284         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6285         Initialize also noinst_HEADERS to empty.
6286
6287 2006-01-11  Bruno Haible  <bruno@clisp.org>
6288
6289         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
6290         variables.
6291         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
6292         autoreconf.
6293
6294 2006-01-11  Bruno Haible  <bruno@clisp.org>
6295
6296         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
6297         overridable by the user.
6298         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6299
6300 2006-01-10  Simon Josefsson  <jas@extundo.com>
6301
6302         * modules/sys_socket: New file.
6303
6304 2006-01-10  Simon Josefsson  <jas@extundo.com>
6305
6306         * m4/sys_socket_h.m4: New file.
6307
6308 2006-01-10  Simon Josefsson  <jas@extundo.com>
6309
6310         * lib/socket_.h: New file.
6311
6312 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6313
6314         * modules/readutmp (Maintainer): Add myself.
6315
6316 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6317
6318         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
6319         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
6320         People who are still concerned with buggy memcmp implementations
6321         can invoke gl_FUNC_MEMCMP themselves.
6322
6323 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6324
6325         * lib/regex_internal.h (BITSET_WORD_BITS):
6326         Work around a bug in 64-bit PGC (before version 6.1-2), where the
6327         preprocessor mishandles large unsigned values as if they were signed.
6328         Problem reported by Claudio Fontana in
6329         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
6330
6331 2006-01-10  Jim Meyering  <jim@meyering.net>
6332
6333         Avoid the double-free (first in fts_read, second in fts_close) that
6334         would occur when an `active' directory is made inaccessible (e.g.,
6335         via chmod a-x) during a traversal.
6336         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
6337         before returning.  Reproduce this failure by
6338         mkdir -p a/b; cd a; chmod a-x . b
6339         Reported by Stavros Passas.
6340
6341         Sync from coreutils.
6342         * lib/sha1.c: Tweak grammar in a comment.
6343
6344 2006-01-10  Jim Meyering  <jim@meyering.net>
6345
6346         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
6347         Patch by Joerg Sonnenberger.
6348
6349 2006-01-10  Bruno Haible  <bruno@clisp.org>
6350
6351         * modules/readutmp: Depend on module free.
6352         * modules/strtok_r: Depend on module restrict.
6353
6354 2006-01-10  Bruno Haible  <bruno@clisp.org>
6355
6356         * modules/gettext (configure.ac): Add an invocation of
6357         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
6358
6359 2006-01-10  Bruno Haible  <bruno@clisp.org>
6360
6361         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
6362         Reported by Werner Lemberg <wl@gnu.org>.
6363
6364 2006-01-10  Bruno Haible  <bruno@clisp.org>
6365
6366         * lib/localcharset.c: Update from GNU gettext.
6367
6368 2006-01-10  Bruno Haible  <bruno@clisp.org>
6369
6370         * lib/argp.h (__const): Remove macro. Use const instead.
6371         * lib/argp-fmtstream.h (__const): Likewise.
6372         * lib/glob_.h (__const): Remove macro.
6373         * lib/glob-libc.h: Use const instead of __const.
6374
6375 2006-01-10  Bruno Haible  <bruno@clisp.org>
6376
6377         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
6378         variable.
6379         Needed to avoid an automake error regarding the 'gettext' module.
6380
6381 2006-01-09  Simon Josefsson  <jas@extundo.com>
6382
6383         * modules/inet_ntop (Depends-on): Add restrict.
6384
6385 2006-01-09  Simon Josefsson  <jas@extundo.com>
6386
6387         * modules/gc-rijndael-tests (License): Put under LGPL.
6388
6389         * modules/gc-des-tests (License): Likewise.
6390
6391         * modules/gc-arcfour-tests (License): Likewise.
6392
6393         * modules/gc-arctwo-tests (License): Likewise.
6394
6395         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
6396
6397         * modules/gc-hmac-sha1-tests (Files): Likewise.
6398
6399         * modules/gc-hmac-md5-tests (License): Likewise.
6400
6401         * modules/gc-sha1-tests (License): Likewise.
6402
6403         * modules/gc-md5-tests (License): Likewise.
6404
6405         * modules/gc-md4-tests (License): Likewise.
6406
6407         * modules/gc-md2-tests (License): Likewise.
6408
6409         * modules/gc-tests (License): Likewise.
6410
6411         * modules/des-tests (License): Likewise.
6412
6413         * modules/md4-tests (License): Likewise.
6414
6415         * modules/md2-tests (License): Likewise.
6416
6417 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6418
6419         Sync from coreutils:
6420
6421         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
6422         * modules/lib-ignore: New file.
6423         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
6424         chdir-safer.m4, lchmod.m4.
6425         * modules/openat: Add mkdirat.c, openat-priv.h.
6426
6427 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6428
6429         Sync from coreutils.
6430         * m4/lib-ignore.m4: New file.
6431         * m4/lchmod.m4: New file.
6432
6433 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6434
6435         Sync from coreutils.
6436         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
6437         for write access: POSIX says that must fail.
6438         * lib/fts.c (diropen): Likewise.
6439         * lib/save-cwd.c (save_cwd): Likewise.
6440         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
6441         well, for minor improvements on hosts that lack O_DIRECTORY.
6442         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
6443         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
6444         Fall back on chown if open failed with EACCES.
6445
6446         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
6447         Report an error at compile-time if only a 1-second nominal clock
6448         resolution is found.
6449
6450         * lib/lchmod.h: New file.
6451         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
6452         (make_dir_parents): Use lchown rather than chown, and
6453         lchmod rather than chmod.
6454
6455         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
6456         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
6457         "proc" reported by n0dalus.
6458
6459         * lib/mountlist.c: Include <limits.h>.
6460         (dev_from_mount_options)
6461         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
6462         New function.  It no longer assumes "dev=" has the System V meaning
6463         on Linux (since it doesn't).  It also parses "dev=" more carefully.
6464         (read_file_system_list)
6465         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
6466         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
6467         dev= in that case.
6468
6469         * lib/posixtm.h (PDS_PRE_2000): New macro.
6470         * lib/posixtm.c (year): Arg is now syntax_bits rather than
6471         allow_century.  All usages changed.  Reject dates outside the range
6472         1969-1999 if PDS_PRE_2000 is used.
6473
6474 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6475
6476         Sync from coreutils.
6477         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
6478         (Time of day items): Mention the possibility of leap seconds.
6479         Problem reported by Dr. David Alan Gilbert.
6480
6481 2006-01-09  Jim Meyering  <jim@meyering.net>
6482
6483         Sync from coreutils.
6484
6485         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
6486
6487         * lib/chdir-safer.h, chdir-safer.c: New files.
6488
6489         * lib/modechange.c (mode_compile): Reject an invalid mode string
6490         that starts with an octal digit.  From Andreas Gruenbacher.
6491
6492         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
6493         and dup to open_safer and dup_safer, respectively.
6494         (openat_permissive): Fix typo in comment.
6495
6496         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
6497         "gettext.h"; either no longer needed or are guaranteed by openat.h.
6498         (_): Remove; no longer needed.
6499         (openat): Renamed from rpl_openat; no need for rpl_openat
6500         since openat.h renames openat for us.
6501         Replace most of the body with a call to openat_permissive,
6502         to avoid duplicate code.
6503         Port to (probably hypothetical) environments were mode_t is
6504         wider than int.
6505         (openat_permissive): Require mode arg, so that we can check
6506         types better.  Put it just after flags.  Change cwd failure
6507         indicator from pointer-to-bool to pointer-to-errno-value.
6508         All callers changed.
6509         Invoke openat_save_fail and/or openat_restore_fail if
6510         cwd_errno is null, so that openat can call us.
6511         (openat_permissive, fdopendir, fstatat, unlinkat):
6512         Simplify errno handling to avoid some duplicate code,
6513         as it's OK to set errno on success.
6514         * lib/openat.h: Revamp code so that function macros depend on
6515         __OPENAT_PREFIX only, not also on AT_FDCWD.
6516         (openat_ro): Remove.  Caller changed to use openat_permissive.
6517         (openat_permissive): Now a macro, if not a function.
6518         (openat_restore_fail, openat_save_fail): Now always functions,
6519         since mkdirat needs them even if __OPENAT_PREFIX is defined.
6520
6521         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
6522         and openat.c.
6523         * lib/mkdirat.c: Include openat-priv.h.
6524         Remove definitions of macros defined therein.
6525         * lib/openat.c: Likewise.
6526
6527         * lib/mkdirat.c (mkdirat): New file and function.
6528         * lib/openat.h (mkdirat): Declare.
6529
6530         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
6531
6532         * lib/openat.h (openat_permissive): Declare.
6533         (openat_ro): Define.
6534
6535         * lib/openat.c (EXPECTED_ERRNO): New macro.
6536         (openat_permissive): New function -- used in remove.c rewrite.
6537         (all functions): Set errno just before returning, only if there
6538         was an actual failure.
6539         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
6540
6541         Emulate openat-family functions using Linux's procfs, if possible.
6542         Idea and some code based on Ulrich Drepper's glibc changes.
6543
6544         * lib/openat.c: (BUILD_PROC_NAME): New macro.
6545         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
6546         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
6547         before falling back on save_cwd and restore_cwd.
6548         (fdopendir, fstatat, unlinkat): Likewise.
6549
6550         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
6551         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
6552
6553         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
6554         as second argument to va_arg.  Otherwise, some versions of gcc
6555         warn that `if this code is reached, the program will abort'.
6556
6557 2006-01-09  Jim Meyering  <jim@meyering.net>
6558
6559         Sync from coreutils.
6560         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
6561         Require openat-priv.h.
6562
6563 2006-01-09  Bruno Haible  <bruno@clisp.org>
6564
6565         * modules/strnlen (Include): Use strnlen.h.
6566
6567 2006-01-09  Bruno Haible  <bruno@clisp.org>
6568
6569         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
6570
6571 2006-01-09  Bruno Haible  <bruno@clisp.org>
6572
6573         * lib/sysexit_.h (EX_OK): New macro.
6574         Suggested by Martin Lambers <marlam@marlam.de>.
6575
6576 2006-01-09  Bruno Haible  <bruno@clisp.org>
6577
6578         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
6579         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
6580
6581 2006-01-09  Bruno Haible  <bruno@clisp.org>
6582
6583         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
6584         numbers.
6585
6586 2006-01-09  Bruno Haible  <bruno@clisp.org>
6587
6588         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
6589         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
6590         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
6591         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
6592
6593 2006-01-09  Bruno Haible  <bruno@clisp.org>
6594
6595         * build-aux/javacomp.sh.in: New file, moved from lib/.
6596         * modules/javacomp-script (Files): Update.
6597         (configure.ac): Add AC_CONFIG_FILES invocation.
6598         (EXTRA_DIST): Remove variable.
6599
6600         * build-aux/javaexec.sh.in: New file, moved from lib/.
6601         * modules/javaexec (Files): Update.
6602         (configure.ac): Add AC_CONFIG_FILES invocation.
6603         (EXTRA_DIST): Remove javaexec.sh.in.
6604
6605         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
6606         * modules/csharpcomp-script (Files): Update.
6607         (configure.ac): Add AC_CONFIG_FILES invocation.
6608         (EXTRA_DIST): Remove variable.
6609
6610         * build-aux/csharpexec.sh.in: New file, moved from lib/.
6611         * modules/csharpexec (Files): Update.
6612         (configure.ac): Add AC_CONFIG_FILES invocation.
6613         (EXTRA_DIST): Remove csharpexec.sh.in.
6614
6615 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6616
6617         Sync from coreutils.
6618
6619         Add POSIX ACL support
6620         * lib/acl.h (copy_acl, set_acl): Add declarations.
6621         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
6622         systems other than Linux.
6623         (chmod_or_fchmod): New function: use fchmod when possible,
6624         and chmod otherwise.
6625         (file_has_acl): Add a POSIX ACL implementation, with a
6626         Linux-specific subcase.
6627         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
6628         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
6629         acls are unsupported.
6630         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
6631         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
6632         are unsupported.
6633
6634 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6635
6636         Sync from coreutils.
6637         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
6638
6639 2006-01-07  Bruno Haible  <bruno@clisp.org>
6640
6641         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
6642         gl_EARLY.
6643
6644 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6645
6646         * lib/strftime.c (tzname): Don't declare if it is already #defined.
6647         Problem reported for Mingw by Mark Junker.
6648
6649 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6650
6651         * README: Gnulib normally doesn't generate a tarball.
6652
6653 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
6654
6655         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
6656         long int, not int, for nanosecond counts, so that people who are
6657         used to POSIX struct timespec won't be surprised.  Reported by Jim
6658         Meyering.
6659
6660 2005-12-28  Bruno Haible  <bruno@clisp.org>
6661
6662         * build-aux/config.rpath: Update from GNU gettext.
6663
6664 2005-12-16  Jim Meyering  <jim@meyering.net>
6665
6666         * modules/fprintftime: New module.
6667         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
6668
6669 2005-12-16  Jim Meyering  <jim@meyering.net>
6670
6671         * m4/fprintftime.m4: New file.
6672
6673 2005-12-16  Jim Meyering  <jim@meyering.net>
6674
6675         * lib/fprintftime.c, fprintftime.h: New files.
6676
6677 2005-12-15  Simon Josefsson  <jas@extundo.com>
6678
6679         * modules/socklen (configure.ac): Fix M4 macro name, to align with
6680         new m4/socklen.m4.
6681
6682 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6683
6684         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
6685         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
6686
6687 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6688
6689         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
6690         * lib/argp-help.c (fill_in_uparams): Check if the constructed
6691         struct uparams is valid. Fall back to the default values if it is
6692         not.
6693
6694 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6695
6696         * modules/argp (Files): Add argp-pin.c
6697         (Depends-on): dirname
6698         (lib_SOURCES): Add argp-pin.c
6699
6700 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6701
6702         * m4/argp.m4:  Check if program_invocation_name and
6703         program_invocation_short_name are declared and define appropriate
6704         macros if they are not.
6705
6706 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6707
6708         * lib/argp-help.c (__argp_base_name): New function
6709         (__argp_short_program_name): Rewrite using __argp_base_name
6710         * lib/argp-namefrob.h: Define program_invocation_name and
6711         program_invocation_short_name if requested
6712         (__argp_base_name): Add prototype
6713         * lib/argp-parse.c (argp_def): Use gettext wrappers
6714         (argp_default_parser): Use __argp_base_name
6715         * lib/argp-pin.c: New file. Defines program_invocation_name and
6716         program_invocation_short_name on systems that lack them.
6717
6718 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6719
6720         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
6721         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6722         porting problem reported by Georg Schwarz in
6723         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6724
6725 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6726
6727         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
6728         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6729         porting problem reported by Georg Schwarz in
6730         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6731
6732 2005-12-05  Bruno Haible  <bruno@clisp.org>
6733
6734         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
6735         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
6736         Reported by Mark Junker <mjscod@gmx.de>.
6737
6738 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6739
6740         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
6741         Use implementation from Albert Chin, with some
6742         comments/corrections by Stepan Kasal and myself.
6743
6744 2005-12-02  Bruno Haible  <bruno@clisp.org>
6745
6746         * gnulib-tool (func_import): Accept GPLed build tool modules when
6747         --lgpl is given.
6748         * modules/csharpcomp-script: New file.
6749         * modules/csharpcomp: Depend on it.
6750         * modules/javacomp-script: New file.
6751         * modules/javacomp: Depend on it.
6752         Suggested by Simon Josefsson.
6753
6754 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
6755
6756         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
6757         statement, to work around an HP-UX 10.20 compiler bug reported by
6758         Peter O'Gorman.
6759
6760 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6761
6762         * modules/savedir (Depends-on): Add openat.
6763
6764 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6765
6766         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
6767         (uintmax_t) [defined uintmax_t]: Do not declare.
6768         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
6769         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
6770         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
6771         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
6772         sake of portability to weird hosts that C allows (though we don't
6773         know of any practical examples).
6774
6775         * lib/savedir.h (fdsavedir): New decl.
6776         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
6777         contains most of the former guts of savedir.
6778         (savedir): Use savedirstream.
6779         Include "openat.h".
6780
6781 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6782
6783         * modules/obstack (Files): Add m4/ulonglong.m4.
6784         Problem reported by Davide Angelocola.
6785
6786 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
6787
6788         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
6789         coreutils no longer futzes with rounding modes.
6790
6791 2005-11-14  Jim Meyering  <jim@meyering.net>
6792
6793         * lib/mkstemp-safer.c: Include <config.h>, required for possible
6794         replacement of mkstemp.
6795
6796 2005-11-10  Simon Josefsson  <jas@extundo.com>
6797
6798         * lib/readline.c: Remove EOL.
6799
6800 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6801
6802         * modules/gethrxtime (Depends-on): Add gettime.
6803
6804 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6805
6806         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
6807         or gettimeofday; no longer needed.
6808
6809 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6810
6811         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
6812         time business.
6813         (gethrxtime) [! (HAVE_NANOUPTIME
6814         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
6815         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
6816         our own approximation.
6817
6818 2005-11-08  Eric Blake  <ebb9@byu.net>
6819
6820         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6821
6822 2005-11-08  Eric Blake  <ebb9@byu.net>
6823
6824         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6825
6826 2005-11-04  Bruno Haible  <bruno@clisp.org>
6827
6828         * gnulib-tool: Implement --update mode.
6829
6830 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6831
6832         Fix porting problem reported by Theodoros V. Kalamatianos.
6833         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
6834         Don't assume that futimes failing means we must fail.
6835
6836 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6837
6838         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
6839         variables to suggest the intended function of the PATH_MAX check.
6840
6841 2005-10-30  Kean Johnston  <jkj@sco.com>
6842
6843         Trivial changes to support SCO systems.
6844         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
6845         as PATH_MAX.
6846         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
6847         where __ptr is null when no I/O is pending.
6848
6849 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
6850
6851         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
6852         leave errno alone.  Problem reported by Dmitry V. Levin.
6853
6854 2005-10-28  Simon Josefsson  <jas@extundo.com>
6855
6856         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
6857         Test more.
6858
6859         * tests/test-gc-md2.c, tests/test-md2.c: New files.
6860
6861         * modules/md2, modules/md2-tests: New files.
6862
6863 2005-10-28  Simon Josefsson  <jas@extundo.com>
6864
6865         * m4/inet_ntop.m4: More tests.
6866
6867         * m4/gc-md2.m4, md2.m4: New file.
6868
6869 2005-10-28  Simon Josefsson  <jas@extundo.com>
6870
6871         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
6872         "restrict" keywords, as per POSIX.  Protect the function
6873         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
6874         Don't use K&R prototypes.  Check the sprintf return values.
6875         Re-define EAFNOSUPPORT if not present.  Indent.
6876
6877         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
6878         suggested by Bruno Haible <bruno@clisp.org>.
6879
6880         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
6881
6882         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
6883
6884         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
6885         libgcrypt).
6886
6887         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
6888
6889         * lib/md2.h, md2.c: New files.
6890
6891 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
6892
6893         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
6894         errno alone.  Problem reported by Frederic Jolliton.
6895
6896 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6897
6898         * modules/verify (License): Change from GPL to LGPL.  This is a
6899         tiny module and there are apparently near-equivalents that are
6900         under the BSD license.
6901
6902 2005-10-24  Simon Josefsson  <jas@extundo.com>
6903
6904         * modules/sha1: Relicense to LGPL.
6905
6906 2005-10-24  Simon Josefsson  <jas@extundo.com>
6907
6908         * lib/md4.h: Shrink buffer size, now that we changed the type.
6909
6910 2005-10-23  Simon Josefsson  <jas@extundo.com>
6911
6912         * gnulib-tool (func_import): Fix --tests-base.
6913
6914 2005-10-22  Simon Josefsson  <jas@extundo.com>
6915
6916         * modules/arcfour (Depends-on): Need stdint.
6917
6918 2005-10-22  Simon Josefsson  <jas@extundo.com>
6919
6920         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
6921         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
6922
6923 2005-10-22  Simon Josefsson  <jas@extundo.com>
6924
6925         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
6926         suggested by Bruno Haible <bruno@clisp.org>.
6927
6928 2005-10-22  Simon Josefsson  <jas@extundo.com>
6929
6930         * lib/crc.h: Include stddef.h, for size_t.
6931
6932 2005-10-22  Simon Josefsson  <jas@extundo.com>
6933
6934         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
6935         arcfour_context struct (simplify test vector testing in GNU
6936         Shishi).
6937
6938 2005-10-21  Simon Josefsson  <jas@extundo.com>
6939
6940         * modules/des, modules/des-tests: New files.
6941
6942         * modules/gc-des, modules/gc-des-tests: New files.
6943
6944         * tests/test-des.c, tests/test-gc-des.c: New file.
6945
6946 2005-10-21  Simon Josefsson  <jas@extundo.com>
6947
6948         * modules/arctwo, modules/arctwo-tests: New files.
6949
6950         * tests/test-arctwo.c: New file.
6951
6952         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
6953
6954         * tests/test-gc-arctwo.c: New file.
6955
6956 2005-10-21  Simon Josefsson  <jas@extundo.com>
6957
6958         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
6959         Bruno Haible <bruno@clisp.org>.
6960
6961         * m4/gc-des.m4: New file.
6962
6963 2005-10-21  Simon Josefsson  <jas@extundo.com>
6964
6965         * m4/arctwo.m4: New file.
6966
6967         * m4/gc-arctwo.m4: New file.
6968
6969 2005-10-21  Simon Josefsson  <jas@extundo.com>
6970
6971         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
6972         block.
6973
6974 2005-10-21  Simon Josefsson  <jas@extundo.com>
6975
6976         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
6977         <bruno@clisp.org>.
6978
6979         * lib/hmac-sha1.c (hmac_sha1): Likewise.
6980
6981         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
6982         Bruno Haible <bruno@clisp.org>.
6983
6984         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
6985         <bruno@clisp.org>.
6986
6987 2005-10-21  Simon Josefsson  <jas@extundo.com>
6988
6989         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
6990
6991 2005-10-21  Simon Josefsson  <jas@extundo.com>
6992
6993         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
6994
6995 2005-10-21  Simon Josefsson  <jas@extundo.com>
6996
6997         * lib/des.h, des.c: New files.
6998
6999         * lib/gc-gnulib.c: Support DES.c
7000
7001 2005-10-21  Simon Josefsson  <jas@extundo.com>
7002
7003         * lib/arctwo.h, arctwo.c: New files.
7004
7005         * lib/gc-gnulib.c: Support ARCTWO.
7006
7007 2005-10-21  Simon Josefsson  <jas@extundo.com>
7008
7009         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
7010         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7011
7012 2005-10-21  Simon Josefsson  <jas@extundo.com>
7013
7014         * gnulib-tool (func_import, func_create_testdir): Define automake
7015         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
7016         Makefile.am snippet),
7017         suggested by Bruno Haible <bruno@clisp.org>.
7018
7019         * modules/gc (Makefile.am): Use it.
7020
7021 2005-10-21  Bruno Haible  <bruno@clisp.org>
7022
7023         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
7024         patch.
7025
7026 2005-10-19  Simon Josefsson  <jas@extundo.com>
7027
7028         * tests/test-gc-rijndael.c: New file.
7029
7030         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
7031
7032 2005-10-19  Simon Josefsson  <jas@extundo.com>
7033
7034         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
7035         interface too.
7036
7037 2005-10-19  Simon Josefsson  <jas@extundo.com>
7038
7039         * tests/test-gc-arcfour.c: New file.
7040
7041         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
7042
7043 2005-10-19  Simon Josefsson  <jas@extundo.com>
7044
7045         * modules/gc-md4, modules/gc-md4-tests: New file.
7046
7047         * tests/test-gc-md4.c: New file.
7048
7049 2005-10-19  Simon Josefsson  <jas@extundo.com>
7050
7051         * m4/gc-md4.m4: New file.
7052
7053 2005-10-19  Simon Josefsson  <jas@extundo.com>
7054
7055         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
7056         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
7057         <kasal@ucw.cz>.
7058
7059 2005-10-19  Simon Josefsson  <jas@extundo.com>
7060
7061         * m4/gc-arcfour.m4: New file.
7062
7063         * m4/gc-rijndael.m4: New file.
7064
7065 2005-10-19  Simon Josefsson  <jas@extundo.com>
7066
7067         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
7068
7069 2005-10-19  Simon Josefsson  <jas@extundo.com>
7070
7071         * lib/gc-gnulib.c: Support ARCFOUR.
7072
7073 2005-10-19  Simon Josefsson  <jas@extundo.com>
7074
7075         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
7076         support.
7077
7078         * lib/gc.h: Add ECB enum type.
7079
7080         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
7081
7082 2005-10-18  Simon Josefsson  <jas@extundo.com>
7083
7084         * tests/test-md5.c: New file.
7085
7086         * modules/md5-tests: New file.
7087
7088 2005-10-18  Simon Josefsson  <jas@extundo.com>
7089
7090         * tests/test-md4.c: New file.
7091
7092         * modules/md4, modules/md4-tests: New files.
7093
7094 2005-10-18  Simon Josefsson  <jas@extundo.com>
7095
7096         * m4/md4.m4: New file.
7097
7098 2005-10-18  Simon Josefsson  <jas@extundo.com>
7099
7100         * lib/md4.h, md4.c: New files, based on md5.?.
7101
7102 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
7103
7104         * gnulib-tool (func_create_testdir): Omit the second check whether
7105         BUILT_SOURCES in nonempty.
7106
7107 2005-10-17  Simon Josefsson  <jas@extundo.com>
7108
7109         * tests/test-rijndael.c: New file.
7110
7111 2005-10-17  Simon Josefsson  <jas@extundo.com>
7112
7113         * modules/sha1: Depend on stdint instead of md5.
7114
7115         * modules/md5: Depend on stdint, remove uint32_t.
7116
7117 2005-10-17  Simon Josefsson  <jas@extundo.com>
7118
7119         * modules/gc-sha1-tests: New file.
7120
7121         * tests/test-gc-sha1.c: New file.
7122
7123 2005-10-17  Simon Josefsson  <jas@extundo.com>
7124
7125         * m4/md5.m4: Remove call to uint32_t.m4.
7126
7127 2005-10-17  Simon Josefsson  <jas@extundo.com>
7128
7129         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
7130
7131         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
7132         md5.h.
7133
7134         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
7135
7136         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
7137
7138 2005-10-17  Simon Josefsson  <jas@extundo.com>
7139
7140         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
7141
7142 2005-10-17  Simon Josefsson  <jas@extundo.com>
7143
7144         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
7145
7146 2005-10-17  Simon Josefsson  <jas@extundo.com>
7147
7148         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
7149
7150         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
7151
7152 2005-10-17  Bruno Haible  <bruno@clisp.org>
7153
7154         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
7155         that it can also be used in a test.
7156
7157 2005-10-16  Bruno Haible  <bruno@clisp.org>
7158
7159         * gnulib-tool (func_emit_tests_Makefile_am): Also define
7160         TESTS_ENVIRONMENT, so that individual tests can augment it.
7161
7162         * gnulib-tool (func_create_testdir): Use an intermediate target for
7163         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
7164         macros, like $(ALLOCA_H), which cannot be passed through the command
7165         line.
7166
7167 2005-10-15  Simon Josefsson  <jas@extundo.com>
7168
7169         * modules/rijndael-tests: New file.
7170
7171         * modules/rijndael: New file.
7172
7173 2005-10-15  Simon Josefsson  <jas@extundo.com>
7174
7175         * m4/rijndael.m4: New file.
7176
7177 2005-10-15  Simon Josefsson  <jas@extundo.com>
7178
7179         * lib/rijndael-api-fst.h, rijndael-api-fst.c: New files.
7180
7181         * lib/rijndael-alg-fst.h, rijndael-alg-fst.c: New files.
7182
7183 2005-10-14  Simon Josefsson  <jas@extundo.com>
7184
7185         * tests/test-arcfour.c: New file.
7186
7187         * modules/arcfour, modules/arcfour-tests: New files.
7188
7189 2005-10-14  Simon Josefsson  <jas@extundo.com>
7190
7191         * m4/arcfour.m4: New file.
7192
7193 2005-10-14  Simon Josefsson  <jas@extundo.com>
7194
7195         * lib/arcfour.h, arcfour.c: New files.
7196
7197 2005-10-14  Roland McGrath  <roland@redhat.com>
7198
7199         Import from libc.  [BZ #1331]
7200         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
7201         macro argument.
7202         Reported by Matej Vela <vela@debian.org>.
7203
7204 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7205
7206         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
7207         include <wchar.h>; no longer needed.
7208
7209 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7210
7211         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
7212
7213 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
7214         and  Ulrich Drepper  <drepper@redhat.com>
7215
7216         Import from libc.
7217         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
7218         instead of inline stream orientation test and two separate
7219         function calls.  Pay no attention to USE_IN_LIBIO.
7220
7221 2005-10-13  Simon Josefsson  <jas@extundo.com>
7222
7223         * modules/gc-hmac-md5-tests: New file.
7224
7225         * tests/test-gc-hmac-sha1.c: New file.
7226
7227         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
7228
7229         * modules/gc-hmac-md5-tests: New file.
7230
7231         * tests/test-gc-md5.c: New file.
7232
7233         * modules/gc-md5-tests: New file.
7234
7235 2005-10-13  Simon Josefsson  <jas@extundo.com>
7236
7237         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
7238         Move memory allocation outside of loop.
7239
7240 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
7241
7242         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
7243         intermediate directory is in a read-only file system.  Problem
7244         reported by Eric Blake.
7245
7246 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
7247
7248         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
7249
7250 2005-10-12  Simon Josefsson  <jas@extundo.com>
7251
7252         * tests/test-hmac-sha1.c: New file.
7253
7254         * modules/hmac-sha1-tests: New file.
7255
7256         * modules/hmac-sha1: New file.
7257
7258 2005-10-12  Simon Josefsson  <jas@extundo.com>
7259
7260         * modules/gc-sha1: New file.
7261
7262 2005-10-12  Simon Josefsson  <jas@extundo.com>
7263
7264         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
7265
7266         * tests/test-gc-pbkdf2-sha1.c: New file.
7267
7268 2005-10-12  Simon Josefsson  <jas@extundo.com>
7269
7270         * modules/gc-md5, modules/gc-hmac-md5: New files.
7271
7272         * modules/gc (Files): Remove md5, memxor and hmac files.
7273
7274 2005-10-12  Simon Josefsson  <jas@extundo.com>
7275
7276         * m4/gc-pbkdf2-sha1.m4: New file.
7277
7278         * m4/gc-hmac-sha1.m4: New file.
7279
7280         * m4/gc-sha1: New file.
7281
7282         * m4/hmac-sha1.m4: New file.
7283
7284 2005-10-12  Simon Josefsson  <jas@extundo.com>
7285
7286         * m4/gc-md5.m4, gc-hmac-md5: New files.
7287
7288         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
7289
7290 2005-10-12  Simon Josefsson  <jas@extundo.com>
7291
7292         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
7293         suggested by Bruno Haible <bruno@clisp.org>.
7294
7295 2005-10-12  Simon Josefsson  <jas@extundo.com>
7296
7297         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
7298
7299 2005-10-12  Simon Josefsson  <jas@extundo.com>
7300
7301         * lib/gc-pbkdf2-sha1.c: New file.
7302
7303         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
7304
7305 2005-10-12  Simon Josefsson  <jas@extundo.com>
7306
7307         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
7308
7309         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
7310
7311 2005-10-12  Simon Josefsson  <jas@extundo.com>
7312
7313         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
7314         GC_USE_HMAC_MD5, respectively.
7315
7316         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
7317         (gc_md5): Fix typo.
7318
7319         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
7320
7321         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
7322
7323         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
7324
7325 2005-10-12  Bruno Haible  <bruno@clisp.org>
7326
7327         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
7328         Reported by Stepan Kasal <kasal@ucw.cz>.
7329
7330 2005-10-11  Simon Josefsson  <jas@extundo.com>
7331
7332         * tests/test-crc.c: New file.
7333
7334         * modules/crc, modules/crc-tests: New files.
7335
7336 2005-10-11  Simon Josefsson  <jas@extundo.com>
7337
7338         * m4/crc.m4: New file.
7339
7340 2005-10-11  Simon Josefsson  <jas@extundo.com>
7341
7342         * lib/gc.h: Add gc_hash and gc_hash_buffer.
7343
7344         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
7345
7346         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
7347
7348 2005-10-11  Simon Josefsson  <jas@extundo.com>
7349
7350         * lib/crc.h, crc.c: New files.
7351
7352         * lib/gc.h (gc_hash_buffer): Add doc.
7353
7354 2005-10-11  Bruno Haible  <bruno@clisp.org>
7355
7356         * modules/c-strcasestr: New file.
7357         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
7358
7359 2005-10-11  Bruno Haible  <bruno@clisp.org>
7360
7361         * modules/c-strcase: New file.
7362         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
7363
7364 2005-10-11  Bruno Haible  <bruno@clisp.org>
7365
7366         * lib/strcasecmp.c: Include limits.h.
7367         (strcasecmp): Avoid integer overflow on exotic platforms.
7368         * lib/strncasecmp.c: Include limits.h.
7369         (strncasecmp): Avoid integer overflow on exotic platforms.
7370         Reported by Paul Eggert.
7371
7372 2005-10-11  Bruno Haible  <bruno@clisp.org>
7373
7374         * lib/c-strcasestr.h: New file, from GNU gettext.
7375         * lib/c-strcasestr.c: New file, from GNU gettext.
7376
7377 2005-10-11  Bruno Haible  <bruno@clisp.org>
7378
7379         * lib/c-strcase.h: New file, from GNU gettext.
7380         * lib/c-strcasecmp.c: New file, from GNU gettext.
7381         * lib/c-strncasecmp.c: New file, from GNU gettext.
7382
7383 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7384
7385         * modules/mempcpy (License): GPL -> LGPL.
7386         * modules/strchrnul (License): Likewise.
7387         * modules/sysexits (License): Likewise.
7388
7389 2005-10-08  Simon Josefsson  <jas@extundo.com>
7390
7391         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
7392
7393 2005-10-07  Simon Josefsson  <jas@extundo.com>
7394
7395         * m4/memxor.m4: Remove gl_C_RESTRICT call.
7396
7397 2005-10-06  Simon Josefsson  <jas@extundo.com>
7398
7399         * tests/test-hmac-md5.c: New file.
7400
7401         * modules/hmac-md5-tests: New file.
7402
7403         * modules/hmac-md5: New file.
7404
7405 2005-10-06  Simon Josefsson  <jas@extundo.com>
7406
7407         * m4/hmac-md5.m4: New file.
7408
7409         * m4/memxor.m4: Require gl_C_RESTRICT.
7410
7411 2005-10-06  Simon Josefsson  <jas@extundo.com>
7412
7413         * lib/memxor.c (memxor): Avoid casts and warnings.
7414
7415 2005-10-06  Simon Josefsson  <jas@extundo.com>
7416
7417         * lib/hmac-md5.c: New file.
7418
7419         * lib/hmac.h: New file.
7420
7421 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7422
7423         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
7424         promotes to int, not unsigned int, to catch the AIX 5.3
7425         compiler bug.
7426
7427 2005-10-05  Simon Josefsson  <jas@extundo.com>
7428
7429         * modules/memxor: New file.
7430
7431         * modules/iconv (Files): Move config.rpath to havelib, it is used
7432         there.
7433
7434         * modules/havelib (Files): Add config.rpath.
7435
7436 2005-10-05  Simon Josefsson  <jas@extundo.com>
7437
7438         * m4/memxor.m4: New file.
7439
7440 2005-10-05  Simon Josefsson  <jas@extundo.com>
7441
7442         * lib/memxor.c (memxor): Fix compiler error.
7443
7444         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
7445         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
7446
7447         * lib/memxor.h, memxor.c: New files.
7448
7449         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
7450         we assume all systems have it, suggested by Jim Meyering
7451         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
7452         any systems lack sys/socket.h; mingw32 is known to lack it, but we
7453         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
7454         same reasons.
7455
7456 2005-10-05  Simon Josefsson  <jas@extundo.com>
7457
7458         * config/srclist.txt: Add glibc bug 1423 for md5.h.
7459
7460 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7461
7462         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
7463         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
7464         needed, since the source code now assumes these .h files.
7465
7466 2005-10-05  Derek Price  <derek@ximbiot.com>
7467
7468         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
7469
7470 2005-10-05  Bruno Haible  <bruno@clisp.org>
7471
7472         * modules/stdint (License): Change to LGPL.
7473
7474 2005-10-04  Simon Josefsson  <jas@extundo.com>
7475
7476         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
7477         D. Baushke" <mdb@gnu.org>.
7478
7479 2005-10-04  Bruno Haible  <bruno@clisp.org>
7480
7481         * lib/verify.h (verify_true): Provide alternative definition for C++.
7482
7483 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
7484
7485         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
7486         (SSIZE_MAX): New macro, if not already defined.
7487         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
7488         than 2 GiB.
7489
7490 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7491
7492         Sync from coreutils.
7493         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
7494         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
7495         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
7496         ULLONG_MAX doesn't work with 2.7.2.1.
7497
7498 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7499
7500         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
7501         From Ben Pfaff.
7502
7503         * modules/exclude (Depends-on): Depend on verify.
7504         * modules/strtoimax (Depends-on): Likewise.
7505         * modules/utimecmp (Depends-on): Likewise.
7506
7507 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7508
7509         * lib/exclude.c: Include verify.h.
7510         (verify): Remove.  All callers changed to use verify.h's version.
7511         * lib/strtoimax.c: Likewise.
7512         * lib/utimecmp.c: Likewis.e
7513
7514         Sync from coreutils.
7515         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
7516         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
7517         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
7518         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
7519         bother returning ENOSYS if settimeofday or stime fails; just let
7520         them return whatever errno they want to return.
7521         * lib/utimens.c: Include unistd.h, for dup2.
7522         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
7523         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
7524
7525 2005-10-02  Jim Meyering  <jim@meyering.net>
7526
7527         Sync from coreutils.
7528         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
7529         from glibc-2.2.5 that fails for read-only files.
7530
7531 2005-10-02  Jim Meyering  <jim@meyering.net>
7532
7533         Sync from coreutils.
7534         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
7535         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
7536         `#if HAVE_CONFIG_H'.
7537         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
7538         Remove AT_FDCWD test.
7539         Do not consume the fd unless successful.
7540         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
7541         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
7542         block, so that we don't even try to compile it if settimeofday is
7543         available.  This works around a compilation failure on OSF1 V5.1,
7544         due to stime requiring a `long int*' while tv_sec is `int'.
7545
7546 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
7547
7548         Sync from coreutils.
7549         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
7550         against `yes', rather than just testing for nonempty.
7551
7552 2005-10-01  Simon Josefsson  <jas@extundo.com>
7553
7554         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
7555         and Darwin.
7556
7557         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
7558         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
7559         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
7560         freeaddrinfo and gai_strerror are declared by the POSIX headers.
7561         Check if struct addrinfo is declared.
7562
7563 2005-10-01  Simon Josefsson  <jas@extundo.com>
7564
7565         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
7566         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
7567         AI_* and EAI_* definitions.  Protect function declarations.
7568
7569 2005-10-01  Jim Meyering  <jim@meyering.net>
7570
7571         Sync from coreutils.
7572
7573         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
7574         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
7575         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
7576         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
7577         in the inet and nsl libraries.  Required on Solaris 5.7.
7578
7579 2005-10-01  Jim Meyering  <jim@meyering.net>
7580
7581         Sync from coreutils.
7582         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
7583         in the inet and nsl libraries.  Required on Solaris 5.7.
7584
7585 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
7586
7587         * lib/getdelim.c (getdelim): Remove unused variables.
7588
7589 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7590
7591         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
7592         so that the code works even with ancient cpp.  Portability problem
7593         with GCC 2.7.2.1 reported by Thomas M.Ott.
7594
7595 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7596
7597         * modules/regex (Depends-on): Add strcase.
7598
7599         * modules/gethostname (Licence): Change from GPL to LGPL, since
7600         gethostname.c is a trivial implementation of a standard library
7601         function.
7602         * modules/poll (License): Change from GPL to LGPL, since it's
7603         derived from LGPL code.
7604
7605 2005-09-27  Jim Meyering  <jim@meyering.net>
7606
7607         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
7608         HAVE_CONFIG_H.
7609
7610         * lib/intprops.h (signed_type_or_expr__): Define.
7611         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
7612         for unsigned types.
7613
7614 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7615
7616         * lib/verify.h (verify_expr): Remove, replacing with:
7617         (verify_true): New macro that returns true instead of void.
7618         (verify_type__): Remove.
7619         (verify): Use verify_true rather than verify_type__.
7620
7621 2005-09-26  Bruno Haible  <bruno@clisp.org>
7622
7623         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
7624         is necessary.
7625         (lib_SOURCES): Remove mbchar.c.
7626         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
7627         (Files): Add m4/mbrtowc.m4.
7628         * modules/mbiter: Likewise.
7629         * modules/mbuiter: Likewise.
7630
7631 2005-09-26  Bruno Haible  <bruno@clisp.org>
7632
7633         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
7634         compile mbchar.c if they are not both present.
7635         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
7636         * m4/mbiter.m4 (gl_MBITER): Likewise.
7637         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
7638         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
7639         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
7640
7641 2005-09-25  Jim Meyering  <jim@meyering.net>
7642
7643         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
7644         also uses socklen_t.
7645
7646 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
7647
7648         * lib/utimens.c (ENOSYS): Define if not already defined.
7649         (futimens): Support having a null PATH if the file descriptor
7650         is nonnegative.
7651
7652         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
7653         Remove.
7654         (__attribute): Define to empty unless GCC 3.1 or later.
7655         This works around a core dump on OpenBSD 3.4, which has GCC
7656         2.95.3, which dumps core when given __attribute__(()).  It also
7657         simplifies other tests, since we really don't want to bother with
7658         worrying about which ancient version of GCC supported what.
7659         Original problem reported by Yoann Vandoorselaere, with part of
7660         the fix suggested by Derek Price.
7661
7662 2005-09-24  Jim Meyering  <jim@meyering.net>
7663
7664         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
7665         so we can once again use a positive bitfield width of 1 -- now we
7666         don't have to explain why we were using a bitfield width of 2.
7667
7668 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7669
7670         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
7671         and similarly for the other external symbols.  Problem reported
7672         by James Gallager.
7673
7674         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
7675         bug reported by Jim Meyering.
7676
7677         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
7678         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
7679         not needed, since socklen is a prerequisite module.
7680
7681 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7682
7683         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
7684         Problem reported by Eric Blake.
7685         (getaddrinfo): Initialize se so that it's not garbage.
7686         Redo internal storage allocation so that it doesn't make unportable
7687         assumptions about alignment.
7688         Fix a memory leak.
7689
7690         * lib/utimens.c (futimens): Use futimesat if available.
7691         Prefer it to futimes since it doesn't have the futimes bug.
7692
7693         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
7694         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
7695         Instead, declare a function that returns a pointer to an array,
7696         and use verify_type__ to declare the size of the array.
7697         Problem and germ of a solution reported by Bruno Haible.
7698         (verify_type__): Use 2, not 1, for bitfield size, to avoid
7699         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
7700
7701 2005-09-23  Jim Meyering  <jim@meyering.net>
7702
7703         Sync from coreutils.
7704         Correct build failure (socklen_t not defined) on at least
7705         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
7706         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
7707
7708 2005-09-23  Jim Meyering  <jim@meyering.net>
7709
7710         * modules/getaddrinfo (Depends-on): Add socklen.
7711
7712 2005-09-23  Bruno Haible  <bruno@clisp.org>
7713
7714         * tests/test-verify.c: New file.
7715
7716 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7717
7718         Sync from coreutils.
7719
7720         * modules/argmatch (Depends-on): Add verify.
7721         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
7722         unistd-safer.
7723         * modules/save-cwd (Depends-on): Likewise.
7724
7725         * modules/openat (Files): Add lib/openat-die.c.
7726         (Depends-on): Remove error, exitfail.
7727         Add dirname.
7728
7729         * modules/verify: New file.
7730         * MODULES.html.sh (Diagnostics <assert.h>): New section,
7731         with "verify" module.
7732
7733 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7734
7735         Sync from coreutils.
7736
7737         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
7738         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
7739         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
7740         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
7741         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
7742         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
7743         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
7744         Don't bother checking for string.h, stdlib.h, unistd.h.
7745         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
7746         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
7747         module's job.
7748         * m4/jm-macros.m4 (gl_MACROS): Likewise.
7749         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
7750
7751         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
7752         (gl_GETDATE): Use it.
7753
7754         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
7755
7756 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7757
7758         Sync from coreutils.
7759
7760         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
7761         stat-time.h.
7762         * lib/argmatch.h: Include verify.h
7763         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
7764         (ARGMATCH_ASSERT): Remove; unused.
7765         * lib/canonicalize.c: Assume STDC_HEADERS.
7766         * lib/exclude.c: Include "strcase.h".
7767         * lib/regex_internal.h [!defined _LIBC]: Likewise.
7768         * lib/getusershell.c: Include stdio--.h rather than stdio.h
7769         and stdio-safer.h.
7770         (getusershell): Call fopen, not fopen_safer.
7771         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
7772         Do not include unistd-safer.h.
7773         (save_cwd): Don't call fd_safer; no longer needed
7774         now that we include fcntl--.h.
7775
7776         * lib/getdate.y (relative_time): New type.
7777         (RELATIVE_TIME_0): New constant.
7778         (parser_control): Use relative_time instead of doing it ourselves.
7779         (%union): Add new relative_time rel member.
7780         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
7781         Now typeless.
7782         (relunit, relunit_snumber): Now of type rel.
7783         (zone, rel, relunit, get_date): Adjust to above changes.
7784
7785         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
7786         Do not include unistd-safer.h.
7787         (getloadavg): Don't call fd_safer; no longer needed
7788         now that we include fcntl--.h.
7789
7790         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
7791         (make_dir_parents): Treat ENOSYS like EEXIST.
7792
7793         Improve quality of diagnostics on restore_cwd failure.
7794         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
7795         (make_dir_parents): Last arg is now int * (for errno), not bool *.
7796         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
7797         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
7798         each time through the loop.  Do not diagnose restore_cwd failure;
7799         that is the caller's job (and perhaps the caller does not care).
7800
7801         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
7802         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
7803         If the file already exists but is not a directory, don't bother
7804         to try to make its parents.
7805         Close potential file descriptor leak if we can't chdir("/") (!).
7806         Don't always return true if chdir($PWD) fails; return true only
7807         if the requested action was done successfully (except for the
7808         chdir($PWD)).
7809         Don't log final directory unless we actually made it.
7810         Refactor to avoid duplicate code to fix up permissions.
7811         Don't attempt to fix up parent permissions if chdir($PWD) fails.
7812
7813         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
7814         to make it a bit faster and (I hope) clearer.
7815         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
7816         Fix bug in formats like %2N.
7817
7818         * lib/verify.h: New file.
7819
7820 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7821
7822         Sync from coreutils.
7823         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
7824
7825 2005-09-22  Jim Meyering  <jim@meyering.net>
7826
7827         Sync from coreutils.
7828
7829         * m4/lstat.m4 (gl_FUNC_LSTAT):
7830         Use AC_LIBSOURCES to require lstat.c and lstat.h.
7831         Remove obsolete comment.
7832         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
7833         * m4/xstrtod.m4: Likewise.
7834
7835         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
7836
7837 2005-09-22  Jim Meyering  <jim@meyering.net>
7838
7839         Sync from coreutils.
7840
7841         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
7842
7843         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
7844         the .tm_year member, since otherwise gcc-4.0 would now warn about
7845         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
7846
7847         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
7848         order to avoid an unsuppressible warning from gcc on 64-bit systems.
7849
7850         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
7851         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
7852         when run in a time zone for which daylight savings time is in effect
7853         for the starting date.
7854
7855         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
7856         stop us from restricting permissions of just-created absolute-named
7857         directories.
7858         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
7859         to restore initial working directory.
7860         * lib/mkdir-p.c (make_dir_parents): New parameter:
7861         different_working_dir, to tell caller if/when we change the working
7862         directory and are unable to return to the initial one.
7863         * lib/mkdir-p.h (make_dir_parents): Update prototype.
7864         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
7865         `return false'.  This fixes a bug introduced on 2004-07-30.
7866
7867         * lib/openat.c (fdopendir): Be sure to close the supplied
7868         file descriptor before returning.  This makes our replacement
7869         implementation a little closer to Solaris's, where fdopendir
7870         ties the file descriptor to the returned DIR* pointer.
7871         * lib/openat.c (unlinkat): New function.
7872         * lib/openat.h (unlinkat): Add prototype.
7873         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
7874         (openat_restore_fail): Rename from openat_restore_die.
7875         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
7876
7877         Provide an alternative to exiting immediately upon save_cwd or
7878         restore_cwd failure.  Now, an application can arrange e.g.,
7879         to perform a longjump in that case.
7880         * lib/openat.c: Include dirname.h.
7881         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
7882         (rpl_openat, fdopendir, fstatat): Call openat_save_die
7883         and openat_restore_die rather than calling error directly.
7884         Don't include "error.h" or "exitfail.h"; they're no longer needed.
7885
7886         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
7887         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
7888         define.
7889
7890         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
7891         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
7892                             int utc, int nanoseconds);
7893         Background:
7894         date should not have to allocate a megabyte of virtual memory to
7895         handle a format argument like +%1048575T.  When implemented with
7896         strftime, it must allocate such a buffer, use strftime to fill it
7897         in, print it, then free it.
7898         With fprintftime, it simply prints everything and exits.
7899         With no need for memory allocation, that's one fewer way to fail.
7900         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
7901         optional field width, not before, so we accept %9:z, not %:9z.
7902         (my_strftime): Be sure to use L_('x') for literals.
7903
7904         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
7905         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
7906         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
7907         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
7908         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
7909         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
7910         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
7911         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
7912         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
7913         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
7914         * lib/xgethostname.c, lib/xreadlink.c:
7915         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
7916
7917         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
7918         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
7919         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
7920         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
7921         and don't include <sys/file.h>).
7922
7923 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
7924
7925         Sync from coreutils.
7926
7927         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
7928         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
7929         [!LDAV_DONE]: Avoid unused variable warning.
7930
7931 2005-09-21  Bruno Haible  <bruno@clisp.org>
7932
7933         * lib/unicodeio.h (unicode_to_mb): New declaration.
7934
7935 2005-09-20  Derek Price  <derek@ximbiot.com>
7936
7937         * lib/getaddrinfo.c: Don't include <netdb.h> included from
7938         getaddrinfo.h.
7939
7940 2005-09-20  Bruno Haible  <bruno@clisp.org>
7941
7942         * gnulib-tool: Remove trailing slashes from the values specified for
7943         --source-base, --m4-base, --tests-base, --aux-dir.
7944         Suggested by Simon Josefsson <jas@extundo.com>.
7945
7946 2005-09-20  Bruno Haible  <bruno@clisp.org>
7947
7948         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
7949         func_modules_to_filelist, func_import, func_create_testdir): Make all
7950         sorting results locale-independent, so that gnulib-cache.m4 doesn't
7951         change when gnulib-tool is invoked in a different locale.
7952
7953 2005-09-19  Simon Josefsson  <jas@extundo.com>
7954
7955         * m4/socklen.m4: Fix typo.
7956
7957 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7958
7959         Use a consistent style for including <config.h>.
7960         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
7961         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
7962         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
7963         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
7964         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
7965         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
7966         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
7967         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
7968         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
7969         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
7970         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
7971         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
7972         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
7973         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
7974         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
7975         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
7976         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
7977         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
7978         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
7979         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
7980         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
7981         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
7982         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
7983         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
7984         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
7985         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
7986         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
7987         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
7988         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
7989         lib/xstrtoumax.c, lib/yesno.c:
7990         Standardize inclusion of config.h.
7991         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
7992         lib/inttostr.h:  Removed inclusion of config.h from header files.
7993         * lib/inttostr.c:  Adjusted in-tree users.
7994         * lib/timespec.h: Remove superfluous warning to include config.h.
7995         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
7996         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
7997         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
7998         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
7999         config.h with HAVE_CONFIG_H.
8000
8001 2005-09-19  Jim Meyering  <jim@meyering.net>
8002
8003         * modules/pathmax (License): Change to LGPL.
8004
8005 2005-09-19  Derek Price  <derek@ximbiot.com>
8006
8007         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
8008
8009 2005-09-19  Bruno Haible  <bruno@clisp.org>
8010
8011         * gnulib-tool (import): Provide default for --tests-base.
8012
8013 2005-09-19  Bruno Haible  <bruno@clisp.org>
8014
8015         * doc/quote.texi: New file, extracted from gnulib.texi.
8016         * doc/ctime.texi: New file, extracted from gnulib.texi.
8017         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
8018         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
8019         * doc/gnulib.texi: Include them.
8020
8021 2005-09-18  Bruno Haible  <bruno@clisp.org>
8022
8023         Portability fix.
8024         * gnulib-tool (func_readlink): New function.
8025         (func_ln_if_changed): Use it.
8026
8027 2005-09-18  Bruno Haible  <bruno@clisp.org>
8028
8029         * gnulib-tool: Support --with-tests also with --import.
8030         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
8031         (func_import): Use variables $testsbase and $inctests. Emit a
8032         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
8033         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
8034         SUBDIRS += $testsdir.
8035         (func_create_testdir): Update.
8036
8037 2005-09-18  Bruno Haible  <bruno@clisp.org>
8038
8039         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
8040         instead of $dry_run.
8041         (func_cp_if_changed, func_mv_if_changed): Remove functions.
8042         (func_ln_if_changed): Don't handle dry-run here.
8043         (func_import): In dry-run mode, detect more precisely which actions
8044         would be performed, and don't use "...ing" verbs.
8045
8046 2005-09-18  Bruno Haible  <bruno@clisp.org>
8047
8048         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
8049         (func_import): Use join on two temporary files instead of three nested
8050         loops, in order to determine which files are new or old.
8051
8052 2005-09-18  Bruno Haible  <bruno@clisp.org>
8053
8054         * gnulib-tool (func_import): Comment out code that spits out the
8055         new files with --dry-run.
8056
8057 2005-09-18  Bruno Haible  <bruno@clisp.org>
8058
8059         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
8060
8061 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8062
8063         * lib/stat-time.h: New file.
8064         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
8065         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
8066         in a different way.
8067         (timespec_cmp): New function.
8068         * lib/utimecmp.c: Include stat-time.h.
8069         (SYSCALL_RESOLUTION): Depend on whether various struct stat
8070         members exist, not on the obsolescent ST_MTIM_NSEC.
8071         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
8072
8073 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8074
8075         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
8076
8077 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8078
8079         * MODULES.html.sh (File system functions): Add stat-time.
8080         * modules/stat-time: New file.
8081         * modules/timespec (Files): Remove m4/st_mtim.m4; this
8082         is now done in a different way, by the stat-time module.
8083         * modules/utimecmp (Depends-on): Add stat-time.
8084
8085 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8086
8087         * m4/st_mtim.m4: Remove.  Superseded by...
8088         * m4/stat-time.m4: New file.
8089         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
8090         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
8091
8092 2005-09-15  Derek Price  <derek@ximbiot.com>
8093
8094         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
8095
8096 2005-09-15  Derek Price  <derek@ximbiot.com>
8097
8098         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
8099         * lib/regex_internal.c: Ditto, using this...
8100         (__GNUC_PREREQ): ...new macro.
8101         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
8102         using...
8103         (__GNUC_PREREQ): ...this new macro.
8104
8105         * lib/strstr.h: Include string.h. Define strstr as a macro here.
8106
8107 2005-09-15  Derek Price  <derek@ximbiot.com>
8108             Paul Eggert  <eggert@cs.ucla.edu>
8109
8110         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
8111         changes, consolidating in...
8112         * lib/regex_internal.h: ...this file.
8113
8114 2005-09-13  Jim Meyering  <jim@meyering.net>
8115
8116         * lib/canon-host.c: Filter through gnu indent and reword comments
8117         slightly.
8118         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
8119
8120 2005-09-13  Derek Price  <derek@ximbiot.com>
8121
8122         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
8123         failure.
8124         Reported by Jim Meyering  <jim@meyering.net>.
8125
8126 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8127
8128         * lib/base64.c: Typo.
8129         (base64_encode): Put b64str in initialized data section.
8130
8131 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8132
8133         Merge glibc and coreutils changes into gnulib, plus a few
8134         extra fixes.
8135         * lib/md5.c: Use #error rather than a string.
8136         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
8137         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
8138         (__attribute__): Define to empty for non recent-GCC.
8139         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
8140         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
8141         Renamed from their non-__ counterparts, with new macros replacing
8142         them if not _LIBC.  Add __THROW attribute.
8143         (rol): Remove.
8144         (struct md5_ctx): Align buffer if using GCC.
8145         * lib/sha1.h (struct sha1_ctx): Likewise.
8146         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
8147         The old name was backwards.
8148         (NOTSWAP): Remove; not used.
8149         (rol): New macro, moved here from md5.h.
8150         (sha1_process_block): Remove a FIXME that doesn't make sense.
8151
8152 2005-09-12  Derek Price  <derek@ximbiot.com>
8153
8154         Return usable errors from canon-host.
8155         * lib/canon-host.h: New file.
8156         * lib/canon-host.c (canon_host): Wrap...
8157         (canon_host_r): ...this new function, which now relies exclusively on
8158         getaddrinfo.
8159         (ch_strerror): New function.
8160         (last_cherror): New global.
8161         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
8162         interface.
8163         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
8164         void *.
8165         (freeaddrinfo): Free ai->ai_canonname when set.
8166
8167 2005-09-12  Derek Price  <derek@ximbiot.com>
8168
8169         Make canon-host require getaddrinfo.
8170         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
8171         AC_LIBSOURCE canon-host.h.  Call...
8172         (gl_PREREQ_CANON_HOST): ...this new function, which requires
8173         gl_GETADDRINFO.
8174         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
8175
8176 2005-09-12  Derek Price  <derek@ximbiot.com>
8177
8178         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
8179         LGPL.
8180         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
8181
8182 2005-09-12  Derek Price  <derek@ximbiot.com>
8183
8184         * lib/gai_strerror.c: Include config.h when available.  Include
8185         getaddrinfo.h before other headers to test interface.
8186         Reported by Larry Jones <lawrence.jones@ugs.com>.
8187
8188 2005-09-12  Derek Price  <derek@ximbiot.com>
8189             Paul Eggert  <eggert@cs.ucla.edu>
8190
8191         * modules/glob (Files): Add glob-libc.h.
8192
8193 2005-09-12  Derek Price  <derek@ximbiot.com>
8194             Paul Eggert  <eggert@cs.ucla.edu>
8195
8196         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
8197         glob_.h, glob-libc.h.
8198         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
8199
8200 2005-09-12  Derek Price  <derek@ximbiot.com>
8201             Paul Eggert  <eggert@cs.ucla.edu>
8202
8203         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
8204         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
8205         protecting things that should be done only in gnulib contexts.
8206         * lib/glob_.h: New file, containing only the glob things needed for
8207         gnulib.
8208         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
8209         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
8210         (glob, globfree, glob_pattern_p): Now defined simply in terms of
8211         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
8212         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
8213         and to respect the namespace rules better.
8214
8215 2005-09-08  Simon Josefsson  <jas@extundo.com>
8216
8217         * modules/socklen: New file.
8218
8219 2005-09-08  Simon Josefsson  <jas@extundo.com>
8220
8221         * m4/socklen.m4: New file.
8222
8223 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8224
8225         * modules/utimens (Files): Add m4/utimbuf.m4, since
8226         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
8227         Reported by Sergey Poznyakoff.
8228
8229 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8230
8231         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
8232         definitions, since that's the preferred style in glibc.
8233         Fix a minor spacing issue, and update copyright notice to match
8234         glibc's.
8235
8236 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8237
8238         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
8239
8240 2005-09-06  Simon Josefsson  <jas@extundo.com>
8241
8242         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
8243         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
8244
8245 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8246
8247         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
8248         warning.
8249
8250 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8251
8252         * config/srclist.txt: Add glibc bug 1302.
8253
8254 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
8255
8256         Change bitset word type from unsigned int to unsigned long int,
8257         as this has better performance on typical 64-bit hosts.
8258         Port bitset code to hosts with unusual word sizes.
8259         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
8260         (build_collating_symbol):
8261         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
8262         argument is a bitset.  This is merely a style issue, but it makes
8263         it clearer that an entire array is expected.
8264         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
8265         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
8266         Port to the case where bitset_word is not the same as unsigned int.
8267         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
8268         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
8269         Likewise.
8270         * lib/regexec.c (check_dst_limits_calc_pos_1,
8271         check_subexp_matching_top):
8272         (build_trtable, group_nodes_into_DFAstates):
8273         Likewise.
8274         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
8275         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
8276         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
8277         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
8278         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
8279         * lib/regcomp.c (optimize_subexps, lower_subexp):
8280         Work even if bitset_word has holes in its bitwise representation.
8281         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
8282         * lib/regexec.c (check_dst_limits_calc_pos_1,
8283         check_subexp_matching_top):
8284         Likewise.
8285         * lib/regex_internal.c (re_string_reconstruct):
8286         Don't assume UCHAR_MAX == 255.
8287         * lib/regex_internal.h (bitset_set_all): Likewise.
8288         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
8289         All uses changed.
8290         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
8291         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
8292         All uses changed.
8293         (BITSET_WORD_MAX): New macro.
8294         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
8295         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
8296         (bitset_empty, bitset_copy):
8297         Prefer sizeof (bitset) to multiplying it out ourselves.
8298         (bitset_not_merge): Remove; unused.
8299         (bitset_contain): Return bool, not unsigned int with one bit on.
8300         All callers changed.
8301         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
8302         alignment than re_node_set; do this by defining a new internal
8303         type struct dests_alloc and using it to allocate memory.
8304
8305 2005-09-05  Bruno Haible  <bruno@clisp.org>
8306
8307         * gnulib-tool (func_import): Fix comparison in handling of symbolic
8308         links.
8309
8310 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
8311
8312         * modules/size_max (Makefile.am): Add size_max.h
8313
8314 2005-09-04  Derek Price  <derek@ximbiot.com>
8315
8316         * gnulib-tool (func_import): Fix reversed $symbolic logic.
8317
8318 2005-09-03  Simon Josefsson  <jas@extundo.com>
8319
8320         * gnulib-tool: Fix typo.
8321
8322 2005-09-03  Simon Josefsson  <jas@extundo.com>
8323
8324         * config/srclist.txt: Add glibc bug 1293.
8325
8326 2005-09-03  Derek Price  <derek@ximbiot.com>
8327
8328         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
8329         From Larry Jones <lawrence.jones@ugs.com>.
8330
8331 2005-09-02  Simon Josefsson  <jas@extundo.com>
8332
8333         * modules/socklen: New file.
8334
8335 2005-09-02  Simon Josefsson  <jas@extundo.com>
8336
8337         * modules/havelib: New module.
8338
8339         * modules/gettext, modules/iconv, modules/lock, modules/readline:
8340         Use havelib.
8341
8342 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
8343
8344         Check for arithmetic overflow when calculating sizes, to prevent
8345         some buffer-overflow issues.  These patches are conservative, in the
8346         sense that when I couldn't determine whether an overflow was possible,
8347         I inserted a run-time check.
8348         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
8349         macros.
8350         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
8351         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
8352         (re_xnrealloc, re_x2nrealloc): New inline functions.
8353         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
8354         parse_bracket_exp):
8355         (build_equiv_class, build_charclass): Check for arithmetic overflow
8356         in size expression calculations.
8357         * lib/regex_internal.c (re_string_realloc_buffers):
8358         (build_wcs_upper_buffer, re_node_set_add_intersect):
8359         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
8360         (re_dfa_add_node, register_state): Likewise.
8361         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
8362         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
8363         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
8364         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
8365
8366 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
8367
8368         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
8369         m4/ulonglong.m4.  Problem reported by Martin Lambers.
8370
8371 2005-09-02  Bruno Haible  <bruno@clisp.org>
8372
8373         Support for lib vs. lib64 distinction on biarch platforms.
8374         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
8375         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
8376         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
8377
8378 2005-09-02  Bruno Haible  <bruno@clisp.org>
8379
8380         * gnulib-tool (import): In the other first-use case, provide defaults
8381         as well.
8382
8383 2005-09-02  Bruno Haible  <bruno@clisp.org>
8384
8385         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
8386         patches not yet found in the latest gettext release.
8387
8388 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8389
8390         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
8391         to avoid a collision with bits/local_lim.h in glibc.
8392         All uses changed.  Problem reported by Dmitry V. Levin in
8393         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
8394
8395         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
8396         bugs in int versus size_t comparisons.
8397         (re_string_context_at): Fix bug where the code assumed that
8398         Idx is signed.
8399
8400         Use bool where appropriate.
8401         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
8402         All callers changed.
8403         (calc_eclosure_iter): Likewise, for ROOT arg.
8404         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
8405         (build_charclass_op): Likewise, for NON_MATCH arg.
8406         * lib/regex_internal.c (re_string_allocate, re_string_construct):
8407         (re_string_construct_common): Likewise, for ICASE arg.
8408         * lib/regexec.c (re_search_2_stub, re_search_stub):
8409         Likewise, for RET_LEN arg.
8410         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
8411         (set_regs): Likewise, for FL_BACKTRACK arg.
8412         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
8413         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
8414         (calc_eclosure_iter, parse_bracket_exp):
8415         Use bool for internal variables that are booleans.
8416         * lib/regexec.c (re_search_internal, check_matching,
8417         proceed_next_node):
8418         (set_regs, build_sifted_states, sift_states_bkref):
8419         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
8420         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
8421         (find_collation_sequence_value):
8422         Likewise.
8423         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
8424         (re_node_set_compare):
8425         Return bool, not int. All callers changed.
8426         * lib/regexec.c (check_halt_node_context, check_dst_limits):
8427         (build_trtable, check_node_accept): Likewise.
8428         * lib/regex_internal.h: Include stdbool.h.
8429
8430         Fix bugs uncovered when converting to bool.
8431         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
8432         failure instead of charging ahead blindly.
8433         * lib/regex_internal.c (register_state): Likewise.
8434         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
8435         for freeing internal storage.
8436         (group_nodes_into_DFA_states): Use unsigned int, not int, for
8437         bitset pieces used as boolean, to avoid undefined behavior
8438         on hosts that do int overflow checking.
8439
8440 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8441
8442         * config/srclist.txt: Add glibc bugs 1285-1287.
8443
8444 2005-09-01  Jim Meyering  <jim@meyering.net>
8445
8446         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
8447         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
8448         Require gl_STAT_MACROS, too.
8449
8450 2005-09-01  Bruno Haible  <bruno@clisp.org>
8451
8452         * gnulib-tool (import): In the first-use case, provide defaults.
8453
8454 2005-09-01  Bruno Haible  <bruno@clisp.org>
8455
8456         * gnulib-tool (func_import): Remove the .tmp files.
8457
8458 2005-09-01  Bruno Haible  <bruno@clisp.org>
8459
8460         * gnulib-tool (func_import): Fix handling of symbolic links.
8461
8462 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8463
8464         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
8465         old glibc regex code mishandles strings longer than 2**31 bytes.
8466         This patch fixes this when the regex code is used in gnulib
8467         (i.e., outside glibc).
8468
8469         This patch should not affect the use of the regex code inside
8470         glibc.  No doubt this problem also needs to be handled for glibc
8471         as well, but the result will be an incompatible change to the
8472         glibc ABI, and the old ABI will have to be supported too.  That
8473         can be the the subject for another patch.
8474
8475         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
8476         governing whether the rest of this patch is active.  By default,
8477         the macro is disabled and the patch has no effect.
8478         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
8479         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
8480         (struct re_pattern_buffer, re_search, re_search_2, re_match):
8481         (re_match_2, re_set_registers): Use the new types.
8482         * lib/regex_internal.h (Idx, re_hashval_t): New types.
8483         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
8484         New macros.
8485         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
8486         (re_string_context_at, bin_tree_t, re_dfastate_t):
8487         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
8488         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
8489         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
8490         (re_string_char_size_at, re_string_wchar_at):
8491         (re_string_elem_size_at):
8492         Use the new types and macros to port to 64-bit hosts.
8493         Use unsigned types for internal values, so that the code
8494         mostly works even for arrays larger than SSIZE_MAX.
8495         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
8496         (search_duplicated_node, calc_eclosure_iter, fetch_number):
8497         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
8498         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
8499         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
8500         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
8501         (calc_inveclosure, parse_dup_op, build_range_exp):
8502         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
8503         (fetch_number, create_token_tree, mark_opt_subexp):
8504         Likewise.
8505         * lib/regex_internal.c (re_string_construct_common,
8506         create_ci_newstate):
8507         (create_cd_newstate, re_string_allocate, re_string_construct):
8508         (re_string_realloc_buffers, build_wcs_upper_buffer):
8509         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
8510         (re_string_reconstruct, re_string_peek_byte_case):
8511         (re_string_fetch_byte_case, re_string_context_at):
8512         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
8513         (re_node_set_init_copy, re_node_set_add_intersect):
8514         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8515         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8516         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
8517         (re_acquire_state, re_acquire_state_context, register_state):
8518         Likewise.
8519         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
8520         search_cur_bkref_entry):
8521         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
8522         (re_search_internal, re_search_2_stub, re_search_stub)
8523         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
8524         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
8525         (update_cur_sifted_state, check_dst_limits):
8526         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
8527         (check_subexp_limits, sift_states_bkref, merge_state_array):
8528         (check_subexp_matching_top, get_subexp, get_subexp_sub):
8529         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
8530         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
8531         (expand_bkref_cache, check_node_accept_bytes):
8532         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
8533         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
8534         (acquire_init_state_context, check_halt_node_context):
8535         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
8536         (sift_states_backward, clean_state_log_if_needed):
8537         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
8538         (find_recover_state, transit_state_sb, transit_state_mb):
8539         (transit_state_bkref, build_trtable, match_ctx_clean):
8540         Likewise.
8541         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
8542         to work around an assumption that REG_MISSING is negative.
8543
8544         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
8545         (seek_collating_symbol_entry) [defined _LIBC]:
8546         (lookup_collation_sequence_value) [defined _LIBC]:
8547         (build_range_exp, build_collating_symbol) [defined _LIBC]:
8548         Use prototypes rather than old-style function definitions.
8549         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
8550         (transit_state_sb) [0]:
8551         (find_collation_sequence_value) [defined _LIBC]: Likewise.
8552
8553         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
8554         rm_eo.
8555
8556         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
8557         (optimize_subexps, lower_subexp):
8558         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
8559         since the signed shift might overflow.  Use 1u<<31 instead.
8560         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
8561         Likewise.
8562         * lib/regexec.c (check_dst_limits_calc_pos_1,
8563         check_subexp_matching_top): Likewise.
8564
8565         * lib/regcomp.c (optimize_subexps, lower_subexp):
8566         Use CHAR_BIT rather than 8, for clarity.
8567         * lib/regexec.c (check_dst_limits_calc_pos_1):
8568         (check_subexp_matching_top): Likewise.
8569         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
8570         have to worry about portability issues when shifting it left.
8571         Remove no-longer-needed test for table_size > 0.
8572         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
8573         in a word, as the resulting behavior is undefined.
8574         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
8575         in one case, a <= should have been an <, and in another case the
8576         whole test was missing.
8577         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
8578         the standard name CHAR_BIT.
8579         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
8580         this is not true on one's complement and signed-magnitude hosts.
8581
8582         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
8583         next_last_offset.
8584         (struct re_dfa_t): Remove unused member states_alloc.
8585         * lib/regcomp.c (init_dfa): Don't initialize unused members.
8586
8587 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8588
8589         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
8590         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
8591         and large-file glibc and in 32-bit large-file Solaris.
8592
8593 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8594
8595         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
8596         lengths fit in regoff_t; this isn't true if regoff_t is the same
8597         width as size_t.
8598         * lib/regex.c (re_search_internal): 5th arg is LAST_START
8599         (= START + RANGE) instead of RANGE.  This avoids overflow
8600         problems when regoff_t is the same width as size_t.
8601         All callers changed.
8602         (re_search_2_stub): Check for overflow when adding the
8603         sizes of the two strings.
8604         (re_search_stub): Check for overflow when adding START
8605         to RANGE; if it occurs, substitute the extreme value.
8606
8607 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8608
8609         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
8610
8611 2005-08-31  Jim Meyering  <jim@meyering.net>
8612
8613         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
8614         a pointer-to-const.
8615         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
8616         (register_state): Likewise.
8617         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
8618         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
8619         (group_nodes_into_DFAstates): Likewise.
8620
8621 2005-08-31  Jim Meyering  <jim@meyering.net>
8622
8623         * check-module: Add a FIXME comment.
8624
8625 2005-08-31  Eric Blake  <ebb9@byu.net>
8626
8627         * modules/unistd-safer (Files): Add unistd--.h.
8628         * modules/stdio-safer (Files): Add stdio--.h.
8629
8630 2005-08-31  Derek Price  <derek@ximbiot.com>
8631
8632         * lib/getdelim.c (getdelim): Return EOF on EOF.
8633         Reported by Larry Jones <lawrence.jones@ugs.com>.
8634
8635 2005-08-31  Bruno Haible  <bruno@clisp.org>
8636
8637         Avoid unnecessary diffs in the generated lib/Makefile.am.
8638         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
8639         the generated files.
8640         (func_import): Don't set cmd.
8641
8642 2005-08-31  Bruno Haible  <bruno@clisp.org>
8643
8644         * lib/strstr.c: Include <stddef.h>, for NULL.
8645         * lib/strcasestr.c: Likewise.
8646         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8647
8648 2005-08-31  Bruno Haible  <bruno@clisp.org>
8649
8650         * gnulib-tool: New option --macro-prefix.
8651         (func_import): Use macro_prefix.
8652         (import): Handle option --macro-prefix.
8653
8654 2005-08-31  Bruno Haible  <bruno@clisp.org>
8655
8656         * gnulib-tool (import): Rename most ac_* variables to cached_*.
8657         Also use new variables cached_lgpl, cached_libtool.
8658
8659 2005-08-31  Bruno Haible  <bruno@clisp.org>
8660
8661         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
8662         always instantiating them.
8663
8664 2005-08-31  Bruno Haible  <bruno@clisp.org>
8665
8666         * gnulib-tool (func_import): Read the previous cached settings
8667         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
8668         earlier added by gnulib but are now dropped. Warn when a gnulib file
8669         overwrites a non-gnulib file.
8670
8671 2005-08-31  Bruno Haible  <bruno@clisp.org>
8672
8673         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
8674         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
8675         projects that don't keep autogenerated files in CVS. Put into
8676         actioncmd only the specified modules, not the transitive closure.
8677
8678 2005-08-31  Bruno Haible  <bruno@clisp.org>
8679
8680         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
8681         Create directories that shall be filled.
8682         (import): Don't look for gl_* macros in configure.ac. Recurse across
8683         all directories containing a gnulib-cache.m4 files, if meaningful.
8684
8685 2005-08-31  Bruno Haible  <bruno@clisp.org>
8686
8687         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
8688         (import): Set seen_libtool when we see gl_LIBTOOL.
8689
8690 2005-08-31  Bruno Haible  <bruno@clisp.org>
8691
8692         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
8693         declaration macro definitions from generated gnulib.m4.
8694
8695 2005-08-30  "Oskar Liljeblad" <oskar@osk.mine.nu>
8696
8697         * lib/iconvme.h: Add prototype for iconv_alloc.
8698
8699 2005-08-29  Simon Josefsson  <jas@extundo.com>
8700
8701         * lib/iconvme.c: Fix errno.
8702
8703 2005-08-29  Bruno Haible  <bruno@clisp.org>
8704
8705         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
8706         that it works when the directory contains spaces.
8707
8708 2005-08-29  Bruno Haible  <bruno@clisp.org>
8709
8710         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
8711
8712 2005-08-29  Bruno Haible  <bruno@clisp.org>
8713
8714         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
8715         Emit more advice.
8716
8717 2005-08-29  Bruno Haible  <bruno@clisp.org>
8718         and Stepan Kasal  <kasal@ucw.cz>
8719
8720         * check-module: If more parameters are given, check each of them
8721         separately; add more exceptions, as noted by Jim Meyering.
8722         (check_module): New procedure.
8723         (%exempt_header): Now contains all exceptions.
8724
8725 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
8726
8727         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
8728
8729 2005-08-29  "Oskar Liljeblad" <oskar@osk.mine.nu>
8730
8731         * lib/iconvme.c: Split iconv_string into iconv_alloc.
8732
8733 2005-08-28  Bruno Haible  <bruno@clisp.org>
8734
8735         * m4/gnulib-tool.m4: New file.
8736
8737 2005-08-27  Jim Meyering  <jim@meyering.net>
8738
8739         * modules/unistd-safer (Files): Add pipe-safer.c.
8740         * modules/fcntl-safer (Files): Add creat-safer.c.
8741
8742 2005-08-27  Jim Meyering  <jim@meyering.net>
8743
8744         * m4/stdlib-safer.m4: New file.  From coreutils.
8745         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
8746         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
8747         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
8748         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
8749         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
8750
8751 2005-08-27  Jim Meyering  <jim@meyering.net>
8752
8753         * lib/fopen-safer.c: Merge minor changes from coreutils.
8754         * lib/dup-safer.c: Likewise.
8755         * lib/fd-safer.c: Likewise.
8756
8757         Merge from coreutils.
8758         * lib/stdio--.h: New file.
8759         * lib/stdlib--.h: New file.
8760         * lib/mkstemp-safer.c: New file.
8761
8762         GNU tar needs these.
8763         * lib/pipe-safer.c: New file.
8764         * lib/creat-safer.c: New file.
8765         * lib/fcntl--.h (creat): Define to creat_safer.
8766         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
8767         * lib/unistd--.h (pipe): Define to pipe_safer.
8768         * lib/unistd-safer.h: Declare pipe_safer.
8769
8770 2005-08-26  Simon Josefsson  <jas@extundo.com>
8771
8772         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
8773         Haible <bruno@clisp.org>.
8774
8775 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
8776
8777         * lib/regex_internal.h: Remove all references to
8778         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
8779         or better.
8780         (bitset_not, bitset_merge, bitset_not_merge):
8781         (bitset_mask, re_string_allocate, re_string_construct):
8782         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
8783         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
8784         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
8785         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
8786         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8787         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8788         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
8789         (re_acquire_state_context):
8790         Remove unnecessary forward decls.
8791         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
8792         Put __attribute at function definition,
8793         now that the function decl has been removed.
8794         * lib/regex_internal.c (re_string_peek_byte_case):
8795         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
8796         Likewise.
8797
8798 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
8799
8800         * m4/regex.m4: Add AC_PREREQ(2.50).
8801         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
8802
8803 2005-08-25  Simon Josefsson  <jas@extundo.com>
8804
8805         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
8806         __fsetlocking.
8807
8808 2005-08-25  Simon Josefsson  <jas@extundo.com>
8809
8810         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
8811         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
8812         GLIBC specific code.
8813
8814 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8815
8816         Make regex safe for g++.  This fixes one real bug (an "err"
8817         that should have been "*err").  g++ problem reported by
8818         Sam Steingold.
8819         * lib/regex_internal.h (re_calloc): New macro, consistent with
8820         re_malloc etc.  All callers of calloc changed to use re_calloc.
8821         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
8822         not int.  All callers changed.
8823         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
8824         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
8825         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
8826         (find_recover_state): Change "err" to "*err"; this fixes what
8827         appears to be a real bug.
8828         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
8829         versus int.
8830
8831 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8832
8833         * modules/regex (Depends-on): Add malloc, since the code
8834         assumes that !malloc(0) means failure.
8835
8836 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8837
8838         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
8839
8840         alloca modernization/simplification for regex.
8841         * lib/regex.c: Remove portability cruft for alloca.  This no longer
8842         needs to be at the start of the file, and can be moved into
8843         regex_internal.h and simplified.
8844         * lib/regex_internal.h: Include <alloca.h>.
8845         (__libc_use_alloca) [!defined _LIBC]: New macro.
8846         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
8847         now works outside glibc.
8848
8849 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8850
8851         * config/srclist.txt: Add glibc bugs 1241, 1245.
8852
8853 2005-08-25  Jim Meyering  <jim@meyering.net>
8854
8855         * lib/open-safer.c: Include <config.h>.
8856         Otherwise, we'd lose LARGEFILE support in any file using
8857         e.g. "fcntl--.h"
8858
8859 2005-08-25  Bruno Haible  <bruno@clisp.org>
8860
8861         * m4/minmax.m4: Require autoconf 2.52.
8862         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
8863         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
8864         alternatives of translit over the alphabet.
8865         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
8866
8867 2005-08-24  Simon Josefsson  <jas@extundo.com>
8868
8869         * tests/test-getpass.c: New file.
8870
8871 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8872
8873         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
8874         for GNU regex features.
8875
8876 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8877
8878         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
8879         * lib/regex.h (regerror): Likewise.
8880
8881         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
8882         requires this.  (The code never needed it.)
8883
8884         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
8885         All uses of recently-renamed identifiers changed to use the new,
8886         POSIX-compliant names.  The code will build and run just fine
8887         without these changes, but it's better to eat our own dog food
8888         and use the standard-conforming names.
8889
8890         * lib/regex.h: Fix a multitude of POSIX name space violations.
8891         These changes have an effect only for programs that define
8892         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
8893         do not change anything for programs compiled in the normal way.
8894         Also, there is no effect on the ABI.
8895
8896         (_REGEX_SOURCE): New macro.
8897         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
8898         defined and _GNU_SOURCE is not; this fixes a name space violation.
8899
8900         Rename the following macros to obey POSIX requirements.
8901         The old names are still visible as macros if _REGEX_SOURCE is defined.
8902         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
8903         RE_BACKSLASH_ESCAPE_IN_LISTS.
8904         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
8905         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
8906         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
8907         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
8908         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
8909         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
8910         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
8911         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
8912         (REG_INTERVALS): renamed from RE_INTERVALS.
8913         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
8914         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
8915         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
8916         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
8917         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
8918         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
8919         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
8920         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
8921         RE_UNMATCHED_RIGHT_PAREN_ORD.
8922         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
8923         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
8924         (REG_DEBUG): renamed from RE_DEBUG.
8925         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
8926         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
8927         unusual, since we can't clash with the POSIX REG_ICASE.
8928         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
8929         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
8930         (REG_NO_SUB): renamed from RE_NO_SUB.
8931         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
8932         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
8933         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
8934         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
8935         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
8936         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
8937         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
8938         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
8939         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
8940         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
8941         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
8942         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
8943         RE_SYNTAX_POSIX_MINIMAL_BASIC.
8944         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
8945         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
8946         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
8947         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
8948         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
8949         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
8950         (REG_FIXED): Renamed from REGS_FIXED.
8951         (REG_NREGS): Renamed from RE_NREGS.
8952
8953         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
8954         of other REG_* macros, since POSIX says the user is allowed to
8955         #undef these macros selectively.
8956
8957         (reg_errcode_t): Update comment stating what other tables need
8958         to be consistent.
8959
8960         Rename the following enum values to obey POSIX requirements.
8961         The old names are still visible as macros.
8962         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
8963         is not defined, since GNU is supposed to be a superset of POSIX as
8964         much as possible, and since we want reg_errcode_t to be a signed
8965         type for implementation consistency.
8966         (_REG_NOERROR): Renamed from REG_NOERROR.
8967         (_REG_NOMATCH): Renamed from REG_NOMATCH.
8968         (_REG_BADPAT): Renamed from REG_BADPAT.
8969         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
8970         (_REG_ECTYPE): Renamed from REG_ECTYPE.
8971         (_REG_EESCAPE): Renamed from REG_EESCAPE.
8972         (_REG_ESUBREG): Renamed from REG_ESUBREG.
8973         (_REG_EBRACK): Renamed from REG_EBRACK.
8974         (_REG_EPAREN): Renamed from REG_EPAREN.
8975         (_REG_EBRACE): Renamed from REG_EBRACE.
8976         (_REG_BADBR): Renamed from REG_BADBR.
8977         (_REG_ERANGE): Renamed from REG_ERANGE.
8978         (_REG_ESPACE): Renamed from REG_ESPACE.
8979         (_REG_BADRPT): Renamed from REG_BADRPT.
8980         (_REG_EEND): Renamed from REG_EEND.
8981         (_REG_ESIZE): Renamed from REG_ESIZE.
8982         (_REG_ERPAREN): Renamed from REG_ERPAREN.
8983         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
8984         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
8985         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
8986         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
8987
8988         (_REG_RE_NAME, _REG_RM_NAME): New macros.
8989         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
8990         changed.  But support the old name if the new one is not defined
8991         and if _REGEX_SOURCE.
8992
8993         Change the following member names in struct re_pattern_buffer.
8994         The old names are still supported if !_REGEX_SOURCE.
8995         The new names are always supported, regardless of _REGEX_SOURCE.
8996         (re_buffer): Renamed from buffer.
8997         (re_allocated): Renamed from allocated.
8998         (re_used): Renamed from used.
8999         (re_syntax): Renamed from syntax.
9000         (re_fastmap): Renamed from fastmap.
9001         (re_translate): Renamed from translate.
9002         (re_can_be_null): Renamed from can_be_null.
9003         (re_regs_allocated): Renamed from regs_allocated.
9004         (re_fastmap_accurate): Renamed from fastmap_accurate.
9005         (re_no_sub): Renamed from no_sub.
9006         (re_not_bol): Renamed from not_bol.
9007         (re_not_eol): Renamed from not_eol.
9008         (re_newline_anchor): Renamed from newline_anchor.
9009
9010         Change the following member names in struct re_registers.
9011         The old names are still supported if !_REGEX_SOURCE.
9012         The new names are always supported, regardless of _REGEX_SOURCE.
9013         (rm_num_regs): Renamed from num_regs.
9014         (rm_start): Renamed from start.
9015         (rm_end): Renamed from end.
9016
9017         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
9018         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
9019         Prepend __ to parameter names.
9020
9021         Undo yesterday's changes.
9022
9023 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9024
9025         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
9026         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
9027         lib/regex.c.
9028
9029 2005-08-24  Jim Meyering  <jim@meyering.net>
9030
9031         Sync from coreutils.
9032         * m4/fcntl-safer.m4: New file.
9033
9034         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
9035         and object files for this module.
9036
9037 2005-08-24  Jim Meyering  <jim@meyering.net>
9038
9039         Sync from coreutils.
9040         * lib/fcntl--.h, fcntl-safer.h, open-safer.c: New files.
9041
9042 2005-08-24  Jim Meyering  <jim@meyering.net>
9043
9044         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
9045         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
9046
9047 2005-08-24  Jim Meyering  <jim@meyering.net>
9048
9049         * modules/fcntl-safer: New module.
9050         * modules/fts (Depends-on): Add fcntl-safer.
9051         * MODULES.html.sh (File descriptor based Input/Output):
9052         Add fcntl-safer.
9053
9054 2005-08-24  Bruno Haible  <bruno@clisp.org>
9055
9056         Support for unit test modules.
9057         * modules/README: Mention tests modules.
9058         * modules/TEMPLATE-TESTS: New file.
9059         * gnulib-tool: New options --extract-tests-module, --with-tests and
9060         --tests-base (unused for the moment).
9061         (testsbase, inctests): New variables.
9062         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
9063         (func_verify_module): Exclude TEMPLATE-TESTS.
9064         (func_verify_nontests_module, func_verify_tests_module): New functions.
9065         (func_get_dependencies): Add implicit dependency for tests modules.
9066         (func_get_tests_module): New function.
9067         (func_modules_transitive_closure): When --with-tests was specified,
9068         include the unit tests as well, unless explicitly avoided.
9069         (func_emit_lib_Makefile_am): Ignore the tests modules here.
9070         (func_emit_tests_Makefile_am): New function.
9071         (func_create_testdir): When --with-tests was specified, emit a
9072         tests/ directory.
9073         * MODULES.html.sh (Future developments): Update.
9074
9075 2005-08-24  Bruno Haible  <bruno@clisp.org>
9076
9077         * modules/tls-tests: New file.
9078         * tests/test-tls.c: New file, from GNU gettext.
9079
9080 2005-08-24  Bruno Haible  <bruno@clisp.org>
9081
9082         * modules/lock-tests: New file.
9083         * tests/test-lock.c: New file, from GNU gettext.
9084
9085 2005-08-24  Bruno Haible  <bruno@clisp.org>
9086
9087         * lib/lock.h: Add multiple inclusion guard.
9088         * lib/tls.h: Add multiple inclusion guard.
9089
9090 2005-08-24  Bruno Haible  <bruno@clisp.org>
9091
9092         * gnulib-tool: Add support for the --aux-dir option to
9093         --create-testdir, --create-megatestdir, --test, --megatest.
9094         (func_create_testdir, func_create_megatestdir): Optionally emit a
9095         AC_CONFIG_AUX_DIR directive.
9096         (create-testdir, create-megatestdir, test, megatest): Provide a
9097         default value for $auxdir.
9098
9099 2005-08-24  Bruno Haible  <bruno@clisp.org>
9100
9101         * gnulib-tool (import): Use compound statement instead of subshell
9102         where possible.
9103
9104 2005-08-24  Bruno Haible  <bruno@clisp.org>
9105
9106         * gnulib-tool (import): Change --aux-dir default to "build-aux".
9107
9108 2005-08-24  Bruno Haible  <bruno@clisp.org>
9109
9110         * gnulib-tool (func_version): Update.
9111
9112 2005-08-24  Bruno Haible  <bruno@clisp.org>
9113
9114         * gnulib-tool (func_import, func_create_testdir,
9115         func_create_megatestdir): Quote all autoconf macro arguments.
9116
9117 2005-08-24  Bruno Haible  <bruno@clisp.org>
9118
9119         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
9120         option --force, because --force causes the aclocal.m4 of each
9121         subdirectory to be newer than the corresponding config.h.in.
9122
9123 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9124
9125         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
9126         All contents moved to gl_REGEX.
9127         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
9128         assume that it does.
9129
9130 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9131
9132         * lib/regex.h (REG_NOSYS)
9133         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
9134         Define, since POSIX requires it as of 2001.
9135         (_REG_ENOSYS)
9136         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
9137         New private symbol, used to keep the enum signed in all cases.
9138         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
9139         Youngman in
9140         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
9141
9142         * lib/regex_internal.c (re_string_skip_chars, register_state):
9143         (calc_state_hash):
9144         Remove forward decls; no longer needed now that we use prototypes.
9145         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
9146         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
9147         (clean_state_log_if_needed): Likewise.
9148
9149 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9150
9151         * config/srclist.txt: Add glibc bugs 1231-1233.
9152
9153 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9154
9155         Fix problems reported by Sam Steingold in
9156         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
9157         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
9158         assumed that reg_errcode_t is a signed type, which is not
9159         necessarily true if _XOPEN_SOURCE is not defined.
9160         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
9161         since some compilers warn about it otherwise.
9162
9163 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9164
9165         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
9166         (init_word_char, create_initial_state, duplicate_node_closure):
9167         (fetch_token, peek_token_bracket, build_range_exp):
9168         (build_collating_symbol): Remove forward decls; no longer needed
9169         now that we use prototypes.
9170
9171         * lib/regcomp.c:
9172         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
9173         (re_compile_fastmap_iter, regcomp, regerror, regfree):
9174         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
9175         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
9176         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
9177         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
9178         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
9179         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
9180         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
9181         (build_range_exp, build_collating_symbol, parse_bracket_exp):
9182         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
9183         (build_charclass, build_charclass_op, fetch_number, create_tree):
9184         (create_token_tree, mark_opt_subexp, duplicate_tree):
9185         Use prototypes rather than old-style definitions.
9186
9187         * lib/regex_internal.c:
9188         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
9189         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
9190         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9191         (re_string_reconstruct, re_string_peek_byte_case):
9192         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
9193         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9194         (re_node_set_init_copy, re_node_set_add_intersect):
9195         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9196         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9197         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9198         (re_acquire_state, re_acquire_state_context, register_state):
9199         (create_ci_newstate, create_cd_newstate, free_state):
9200         Likewise.
9201         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
9202         re_search_2):
9203         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
9204         (re_search_internal, prune_impossible_nodes):
9205         (acquire_init_state_context, check_matching, static):
9206         (check_halt_node_context, check_halt_state_context, proceed_next_node):
9207         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
9208         (update_regs, sift_states_backward, build_sifted_states):
9209         (clean_state_log_if_needed, merge_state_array):
9210         (update_cur_sifted_state, add_epsilon_src_nodes):
9211         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
9212         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
9213         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
9214         (find_recover_state, check_subexp_matching_top, transit_state_mb):
9215         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
9216         (check_arrival, check_arrival_add_next_nodes):
9217         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9218         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9219         (check_node_accept_bytes, check_node_accept, extend_buffers):
9220         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
9221         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
9222         (sift_ctx_init):
9223         Likewise.
9224
9225         * lib/regex_internal.h:
9226         (re_string_allocate, re_string_construct, re_string_reconstruct):
9227         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
9228         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
9229         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
9230         (re_string_context_at, re_string_peek_byte_case):
9231         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
9232         is defined, since we now use prototypes always.
9233
9234         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
9235         C89 or better.  All uses removed.
9236
9237 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9238
9239         * config/srclist.txt: Add glibc bugs 1220-1227.
9240
9241 2005-08-20  Jim Meyering  <jim@meyering.net>
9242
9243         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
9244         of unused local, dfa.
9245
9246 2005-08-20  Bruno Haible  <bruno@clisp.org>
9247
9248         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
9249
9250 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9251
9252         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
9253         (re_node_set_insert_last, re_dfa_add_node):
9254         Rename local variables to avoid GCC shadowing warnings.
9255
9256 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9257
9258         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
9259         [defined lint]: Suppress bogus uninitialized-variable warnings.
9260
9261         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
9262         and let the caller return REG_ESPACE if out of space.  This
9263         removes an uninitialied-variable warning with GCC 4.0.1, and also
9264         avoids taking the address of a local variable.  All callers
9265         changed.
9266
9267 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9268
9269         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
9270         $LIBCSRC/posix/regexec.c.
9271         Add glibc bug 1217 for regcomp.c.
9272
9273 2005-08-19  Jim Meyering  <jim@meyering.net>
9274
9275         * lib/regexec.c (proceed_next_node): Redo local variables to
9276         avoid GCC shadowing warnings.
9277
9278 2005-08-18  Bruno Haible  <bruno@clisp.org>
9279
9280         * lib/strstr.c (strstr): Fix return value in multibyte case.
9281         * lib/strcasestr.c (strcasestr): Likewise.
9282
9283 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9284
9285         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
9286
9287 2005-08-17  Jim Meyering  <jim@meyering.net>
9288
9289         Make the %s format (seconds since the epoch) work for a negative
9290         number and when used with a zero-padded field width, e.g. %015s.
9291
9292         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
9293         label so that it precedes the code to set `digits'.  Otherwise,
9294         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
9295         print `00-22'.  Now, it prints `-0022', as it should.
9296
9297 2005-08-17  Bruno Haible  <bruno@clisp.org>
9298
9299         * modules/strstr (Files): Add m4/mbrtowc.m4.
9300         (Depends-on): Add mbuiter.
9301
9302 2005-08-17  Bruno Haible  <bruno@clisp.org>
9303
9304         * modules/strcasestr: New file.
9305         * MODULES.html.sh (String handling, based on ANSI C 89): Add
9306         strcasestr.
9307
9308 2005-08-17  Bruno Haible  <bruno@clisp.org>
9309
9310         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
9311
9312 2005-08-17  Bruno Haible  <bruno@clisp.org>
9313
9314         * modules/mbuiter: New file.
9315         * MODULES.html.sh (Extended multibyte and wide character utilities):
9316         Add mbuiter.
9317
9318 2005-08-17  Bruno Haible  <bruno@clisp.org>
9319
9320         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
9321         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
9322
9323 2005-08-17  Bruno Haible  <bruno@clisp.org>
9324
9325         * m4/strcasestr.m4: New file.
9326
9327 2005-08-17  Bruno Haible  <bruno@clisp.org>
9328
9329         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
9330         * lib/strstr.c: Completely rewritten, with multibyte locale support.
9331
9332 2005-08-17  Bruno Haible  <bruno@clisp.org>
9333
9334         * lib/strcasestr.h: New file.
9335         * lib/strcasestr.c: New file.
9336
9337 2005-08-17  Bruno Haible  <bruno@clisp.org>
9338
9339         * lib/strcasecmp.c: Use mbuiter.h.
9340
9341 2005-08-17  Bruno Haible  <bruno@clisp.org>
9342
9343         * lib/mbuiter.h: New file.
9344
9345 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9346
9347         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
9348         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
9349         and gl_GETOPT are both invoked via different paths (as happens
9350         with GNU tar CVS because it uses both argp and getopt), the former
9351         wins.
9352
9353 2005-08-16  Bruno Haible  <bruno@clisp.org>
9354
9355         * modules/tls: New file.
9356         * MODULES.html.sh (Multithreading): Add tls.
9357
9358 2005-08-16  Bruno Haible  <bruno@clisp.org>
9359
9360         * modules/strnlen1: New file.
9361         * MODULES.html.sh (String handling): Add strnlen1.
9362
9363 2005-08-16  Bruno Haible  <bruno@clisp.org>
9364
9365         * modules/strcase (Files): Add m4/mbrtowc.m4.
9366         (Depends-on): Add strnlen1, mbchar.
9367
9368 2005-08-16  Bruno Haible  <bruno@clisp.org>
9369
9370         * modules/mbiter: New file.
9371         * MODULES.html.sh (Extended multibyte and wide character utilities):
9372         Add mbiter.
9373
9374 2005-08-16  Bruno Haible  <bruno@clisp.org>
9375
9376         * modules/mbfile: New file.
9377         * MODULES.html.sh (Extended multibyte and wide character utilities):
9378         Add mbfile.
9379
9380 2005-08-16  Bruno Haible  <bruno@clisp.org>
9381
9382         * modules/mbchar: New file.
9383         * MODULES.html.sh (Extended multibyte and wide character utilities):
9384         New section.
9385
9386 2005-08-16  Bruno Haible  <bruno@clisp.org>
9387
9388         * m4/tls.m4: New file, from GNU gettext.
9389
9390 2005-08-16  Bruno Haible  <bruno@clisp.org>
9391
9392         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
9393         always.
9394         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
9395
9396 2005-08-16  Bruno Haible  <bruno@clisp.org>
9397
9398         * m4/mbiter.m4: New file.
9399
9400 2005-08-16  Bruno Haible  <bruno@clisp.org>
9401
9402         * m4/mbfile.m4: New file.
9403
9404 2005-08-16  Bruno Haible  <bruno@clisp.org>
9405
9406         * m4/mbchar.m4: New file.
9407
9408 2005-08-16  Bruno Haible  <bruno@clisp.org>
9409
9410         * lib/tls.h: New file, from GNU gettext.
9411         * lib/tls.c: New file, from GNU gettext.
9412
9413 2005-08-16  Bruno Haible  <bruno@clisp.org>
9414
9415         * lib/strnlen1.h: New file.
9416         * lib/strnlen1.c: New file.
9417
9418 2005-08-16  Bruno Haible  <bruno@clisp.org>
9419
9420         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
9421         (mbi_init): Update.
9422         (mbi_avail, mbi_advance): Let the iteration end before the terminating
9423         NUL byte, not after it.
9424
9425 2005-08-16  Bruno Haible  <bruno@clisp.org>
9426
9427         * lib/strcase.h (strcasecmp): Add note in comments.
9428         * lib/strncasecmp.c: Use code from strcasecmp.c.
9429         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
9430         (strcasecmp): Work correctly in multibyte locales.
9431
9432 2005-08-16  Bruno Haible  <bruno@clisp.org>
9433
9434         * lib/mbiter.h: New file.
9435
9436 2005-08-16  Bruno Haible  <bruno@clisp.org>
9437
9438         * lib/mbfile.h: New file.
9439
9440 2005-08-16  Bruno Haible  <bruno@clisp.org>
9441
9442         * lib/mbchar.h: New file.
9443         * lib/mbchar.c: New file.
9444
9445 2005-08-16  Bruno Haible  <bruno@clisp.org>
9446
9447         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
9448         the valid ones. Makes the comparison operations transitive:
9449         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
9450         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
9451
9452 2005-08-15  Simon Josefsson  <jas@extundo.com>
9453
9454         * modules/ssize_t (License): Change to 'unlimited'.
9455
9456         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
9457
9458 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9459
9460         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
9461         Add comments for each pending glibc patch.
9462
9463 2005-08-15  Bruno Haible  <bruno@clisp.org>
9464
9465         * lib/regex.h (__restrict_arr): Don't define to __restrict if
9466         __cplusplus is defined.
9467
9468 2005-08-14  Jim Meyering  <jim@meyering.net>
9469
9470         Sync from coreutils.
9471
9472         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
9473         Use the hash-table-based cycle-detection code not just when
9474         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
9475         Reported by James Youngman in
9476         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
9477         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
9478         FTS_TIGHT_CYCLE_CHECK.
9479         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
9480         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
9481         once again.
9482         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
9483         * lib/fts.c (fd_safer): Remove decl.
9484         Include fcntl--.h rather than unistd-safer.h
9485         (fts_safe_changedir): Don't call fd_safer; no longer needed
9486         now that we include fcntl--.h.
9487
9488 2005-08-12  Simon Josefsson  <jas@extundo.com>
9489
9490         * modules/getndelim2: Use ssize_t module.
9491         * modules/getnline: Likewise.
9492         * modules/safe-read: Likewise.
9493         * modules/xreadlink: Likewise.
9494
9495         * modules/ssize_t: New file.
9496
9497 2005-08-12  Simon Josefsson  <jas@extundo.com>
9498
9499         * m4/readline.m4: Look for termcap, curses or ncurses if required.
9500
9501 2005-08-12  Simon Josefsson  <jas@extundo.com>
9502
9503         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9504         ssize_t.
9505
9506 2005-08-12  Simon Josefsson  <jas@extundo.com>
9507
9508         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
9509         readline, getdelim and check_version.
9510         (Support for systems lacking ISO C 99: Sizes of integer types):
9511         Add size_max.
9512
9513 2005-08-12  Bruno Haible  <bruno@clisp.org>
9514
9515         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
9516
9517 2005-08-11  Simon Josefsson  <jas@extundo.com>
9518
9519         * modules/readline: New file.
9520
9521         * modules/strnlen (Files): Add strnlen.h.
9522
9523 2005-08-11  Simon Josefsson  <jas@extundo.com>
9524
9525         * m4/readline.m4: New file.
9526
9527 2005-08-11  Simon Josefsson  <jas@extundo.com>
9528
9529         * lib/readline.h, readline.c: New file.
9530
9531 2005-08-11  Simon Josefsson  <jas@extundo.com>
9532
9533         * doc/gnulib.texi (Initial import, Finishing touches): Mention
9534         gl_AVOID.
9535
9536 2005-08-11  Bruno Haible  <bruno@clisp.org>
9537
9538         * lib/strnlen.h (strnlen): Change parameter name to match comment.
9539
9540 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
9541
9542         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
9543
9544 2005-08-10  Simon Josefsson  <jas@extundo.com>
9545
9546         * tests/test-iconvme.c: New file.
9547
9548 2005-08-10  Simon Josefsson  <jas@extundo.com>
9549
9550         * m4/strnlen.m4: New file.
9551
9552         * m4/strndup.m4: Don't check for strnlen declaration, done in
9553         strnlen.m4.
9554
9555 2005-08-10  Simon Josefsson  <jas@extundo.com>
9556
9557         * lib/strndup.c: Use strnlen.h.
9558
9559         * lib/strnlen.h: New file.
9560
9561 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
9562
9563         * README: Typos.
9564
9565 2005-08-02  Simon Josefsson  <jas@extundo.com>
9566
9567         * modules/readline: New file.
9568
9569 2005-08-02  Simon Josefsson  <jas@extundo.com>
9570
9571         * modules/getdelim: New file.
9572
9573         * modules/getline: Rewrite, don't use getndelim2.
9574
9575 2005-08-02  Simon Josefsson  <jas@extundo.com>
9576
9577         * m4/getline.m4: Separate out getdelim stuff into separate module.
9578
9579         * m4/getdelim.m4: New file.
9580
9581 2005-08-02  Simon Josefsson  <jas@extundo.com>
9582
9583         * lib/getline.h, getline.c: Rewrite.
9584
9585         * lib/getdelim.h, getdelim.c: New files, ported from glibc.
9586
9587 2005-07-31  Bruno Haible  <bruno@clisp.org>
9588
9589         * lib/lock.h (gl_lock_initializer): New macro.
9590         (gl_lock_define_initialized): Use it.
9591         (gl_rwlock_initializer): New macro.
9592         (gl_rwlock_define_initialized): Use it.
9593         (gl_recursive_lock_initializer): New macro.
9594         (gl_recursive_lock_define_initialized): Use it.
9595
9596 2005-07-30  Karl Berry  <karl@gnu.org>
9597
9598         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
9599         Report from Ben Pfaff, regarding getopt.
9600
9601 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
9602
9603         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
9604         normal way.
9605         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
9606         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
9607         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
9608         (gl_GETOPT): Use the new macros.  Most of the implementation
9609         is moved to the new macros.  This is for programs like Emacs
9610         that don't want all the functionality of gl_GETOPT.
9611
9612 2005-07-26  Bruno Haible  <bruno@clisp.org>
9613
9614         * m4/lock.m4: Update from GNU gettext.
9615
9616 2005-07-26  Bruno Haible  <bruno@clisp.org>
9617
9618         * lib/lock.h: Update from GNU gettext.
9619         * lib/lock.c: Update from GNU gettext.
9620
9621 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9622
9623         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
9624         obsolescent AC_TRY_RUN.  Include the default includes files, for
9625         'exit'.
9626
9627 2005-07-24  Bruno Haible  <bruno@clisp.org>
9628
9629         * modules/visibility: New file.
9630         * MODULES.html.sh (Misc): Add visibility.
9631
9632 2005-07-24  Bruno Haible  <bruno@clisp.org>
9633
9634         * m4/visibility.m4: New file.
9635
9636 2005-07-24  Bruno Haible  <bruno@clisp.org>
9637
9638         * doc/visibility.texi: New file.
9639
9640 2005-07-22  Bruno Haible  <bruno@clisp.org>
9641
9642         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
9643         $(ALLOCA_H), redundant through BUILT_SOURCES.
9644         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
9645         redundant through BUILT_SOURCES.
9646         * modules/byteswap (Makefile.am): Remove explicit dependency on
9647         $(BYTESWAP_H), redundant through BUILT_SOURCES.
9648         * modules/fnmatch (Makefile.am): Remove explicit dependency on
9649         $(FNMATCH_H), redundant through BUILT_SOURCES.
9650         * modules/getopt (Makefile.am): Remove explicit dependency on
9651         $(GETOPT_H), redundant through BUILT_SOURCES.
9652         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
9653         redundant through BUILT_SOURCES.
9654         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
9655         redundant through BUILT_SOURCES.
9656         * modules/stdbool (Makefile.am): Remove explicit dependency on
9657         $(STDBOOL_H), redundant through BUILT_SOURCES.
9658         * modules/stdint (Makefile.am): Remove explicit dependency on
9659         $(STDINT_H), redundant through BUILT_SOURCES.
9660         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
9661         Remove explicit dependency on $(SYSEXITS_H).
9662         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
9663
9664 2005-07-18  Simon Josefsson  <jas@extundo.com>
9665
9666         * lib/check-version.c (check_version): Accept identical versions too.
9667
9668 2005-07-18  Bruno Haible  <bruno@clisp.org>
9669
9670         * modules/lock: New file.
9671         * MODULES.html.sh (Multithreading): New section.
9672
9673 2005-07-18  Bruno Haible  <bruno@clisp.org>
9674
9675         * m4/lock.m4: New file, from GNU gettext.
9676
9677 2005-07-18  Bruno Haible  <bruno@clisp.org>
9678
9679         * lib/lock.h: New file, from GNU gettext.
9680         * lib/lock.c: New file, from GNU gettext.
9681
9682 2005-07-18  Bruno Haible  <bruno@clisp.org>
9683
9684         * lib/lock.h (gl_once_t): New type.
9685         (gl_once_define, gl_once): New macros.
9686         * lib/lock.c (fresh_once): New variable.
9687         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
9688         functions.
9689
9690 2005-07-16  Simon Josefsson  <jas@extundo.com>
9691
9692         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
9693         workaround, suggested by Bruno.
9694
9695 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9696
9697         * modules/xalloc (Depends-on): Add xalloc-die.
9698         * modules/xvasprintf (Depends-on): Add xalloc-die.
9699
9700 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9701
9702         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
9703         with a minor change.
9704
9705 2005-07-15  Bruno Haible  <bruno@clisp.org>
9706
9707         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
9708         When using lib/poll.c, define poll as rpl_poll.
9709
9710 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
9711
9712         * modules/argp (Depends-on): Remove unlocked-io.
9713
9714 2005-07-14  Derek Price  <derek@ximbiot.com>
9715
9716         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
9717         for glob symlink bug.
9718
9719 2005-07-14  Bruno Haible  <bruno@clisp.org>
9720
9721         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
9722         Instead, test for *_unlocked function declarations directly.
9723
9724 2005-07-11  Simon Josefsson  <jas@extundo.com>
9725
9726         * modules/size_max: New file.
9727
9728         * modules/xsize: Depend on size_max module for size_max.m4.
9729
9730 2005-07-11  Simon Josefsson  <jas@extundo.com>
9731
9732         * lib/size_max.h: New file.
9733
9734 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
9735
9736         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
9737         copyright symbol and the year.
9738         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
9739         (version_etc_va): Use parameterized copyright notice.
9740         Reword to conform to the current GNU coding standards.
9741
9742 2005-07-11  Karl Berry  <karl@gnu.org>
9743
9744         * doc/gnulib.texi (Quoting): new node.
9745         (Initial import): more info, from Patrice.
9746
9747 2005-07-11  Bruno Haible  <bruno@clisp.org>
9748
9749         * gnulib-tool (func_usage): Document option --avoid.
9750         (Command line options): Handle --avoid.
9751         (func_acceptable): New function.
9752         (func_modules_transitive_closure): Use it.
9753
9754 2005-07-11  Bruno Haible  <bruno@clisp.org>
9755
9756         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
9757         Reported by Jim Meyering.
9758
9759 2005-07-10  Bruno Haible  <bruno@clisp.org>
9760
9761         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
9762         Needed when size_t is smaller than 'unsigned int'.
9763         Reported by Paul Eggert.
9764
9765 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9766
9767         * modules/argp (Depends-on): Add unlocked-io
9768
9769 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9770
9771         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
9772         block of defines.
9773
9774 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9775
9776         * config/srclist.txt: Comment out regcomp.c, since we have a porting
9777         fix now.
9778
9779 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
9780         and Paul Eggert  <eggert@cs.ucla.edu>
9781
9782         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
9783         in wint_t, not wchar_t.  Remove now-unnecessary cast.
9784
9785 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9786
9787         * modules/regex (Files): Add lib/regex_internal.c,
9788         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
9789         (Depends-on): Add extensions.
9790         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
9791
9792 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9793
9794         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
9795         pathconf.
9796         * m4/same.m4 (gl_SAME): Likewise.
9797         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
9798
9799         * m4/regex.m4: Adjust to new libc regex implementation.
9800         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
9801         all the .c and .h parts of (the new) regex.
9802         Quote the m4 stuff better.
9803         Check for RE_ICASE bug of old gnulib.
9804         Check for REG_STARTEND of recent libc.
9805         Rename local variables from jm_* to gl_*.
9806         Quote operand of "test -f".
9807         Say "recent enough" version of libc, not "version 2".
9808         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
9809         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
9810         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
9811         Remove check for btowc, isascii.
9812         Require AM_LANGINFO_CODESET.
9813
9814 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9815
9816         * lib/regex.c, regex.h: Sync from libc.
9817         * lib/regcomp.c, regexec_internal.c, regex_internal.h, regexec.c:
9818         New files, synced from libc, except that regex_internal.h
9819         currently has a small porting fix.
9820
9821 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9822
9823         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
9824         regex_internal.c, regexec.c.
9825         Add regex_internal.h too, but as a comment, since the libc version
9826         is currently broken in gnulib mode.
9827
9828 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9829
9830         Support programs like Emacs that use gnulib but not gettext.
9831         * MODULES.html.sh (Internationalization functions): Add gettext-h.
9832         * modules/gettext-h: New file.
9833         * modules/gettext (Files): Remove lib/gettext.h.
9834         (Depends-on): Add gettext-h.
9835         (Makefile.am): Remove lib_SOURCES.
9836         * modules/argmatch, modules/c-stack, modules/closeout:
9837         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
9838         * modules/execute, modules/file-type, modules/getaddrinfo:
9839         * modules/getopt, modules/human, modules/javacomp:
9840         * modules/javaexec, modules/mkdir-p, modules/obstack:
9841         * modules/openat, modules/pagealign_alloc, modules/pipe:
9842         * modules/quotearg, modules/regex, modules/rpmatch:
9843         * modules/unicodeio, modules/userspec, modules/version-etc:
9844         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
9845         * modules/xsetenv:
9846         Depend on gettext-h, not gettext.
9847
9848 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9849
9850         * gnulib-tool (func_import): Add support for 'public domain' license.
9851         * modules/alloca, modules/atexit, modules/memmove:
9852         Now public domain, not GPL.
9853         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
9854         * modules/realloc, modules/strerror, modules/strtod:
9855         Now LGPL, not GPL.
9856
9857 2005-07-05  Bruno Haible  <bruno@clisp.org>
9858
9859         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
9860         autoconf CVS. Needed for mingw.
9861
9862 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9863
9864         Remove the dependency of the strftime module on the tzset module.
9865         * modules/strftime (Depends-on): Remove dependency on tzset.
9866
9867 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9868
9869         Remove the dependency of the strftime module on the tzset module.
9870         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
9871         gl_FUNC_TZSET_CLOBBER.
9872
9873 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9874
9875         Remove the dependency of the strftime module on the tzset module.
9876         * lib/strftime.c (my_strftime)
9877         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
9878         Copy the input structure, to work around some of the bug with
9879         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
9880         Solaris releases, you should also use the tzset module, but we won't
9881         require it as a dependency any more since we don't want LGPLed code
9882         to depend on GPLed code.
9883
9884 2005-07-02  Jim Meyering  <jim@meyering.net>
9885
9886         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
9887         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
9888         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
9889         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
9890
9891 2005-07-02  Jim Meyering  <jim@meyering.net>
9892
9893         * lib/backupfile.c (backup_args): Change a `0' to NULL.
9894
9895 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9896
9897         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
9898         declares only 'struct timespec;' (!).
9899
9900 2005-07-01  Jim Meyering  <jim@meyering.net>
9901
9902         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
9903         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
9904         * lib/save-cwd.c, tempname.c:
9905         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9906         and don't include <sys/file.h>).
9907
9908 2005-06-29  Jim Meyering  <jim@meyering.net>
9909
9910         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
9911         type name.  Use the variable name instead.
9912         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
9913         Likewise.
9914
9915 2005-06-28  Simon Josefsson  <jas@extundo.com>
9916
9917         * modules/check-version (Files): Add check-version.m4.
9918
9919 2005-06-28  Simon Josefsson  <jas@extundo.com>
9920
9921         * m4/check-version.m4: New file, suggested by Jim Meyering
9922         <jim@meyering.net>.
9923
9924 2005-06-28  Simon Josefsson  <jas@extundo.com>
9925
9926         * lib/check-version.h, check-version.c: New files.
9927
9928 2005-06-28  Simon Josefsson  <jas@extundo.com>
9929
9930         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
9931         collision with global variable.  Better indentation.  Don't
9932         increment buffer pointer beyond buffer end.  Based on comments
9933         from Paul Eggert <eggert@cs.ucla.edu>.
9934
9935         * lib/base64.h: Indent.
9936
9937 2005-06-28  Simon Josefsson  <jas@extundo.com>
9938
9939         * doc/gnulib.texi (Library version handling): New section.
9940
9941 2005-06-28  Jim Meyering  <jim@meyering.net>
9942
9943         * check-module (find_included_lib_files): Hard-code another
9944         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
9945         but modules/fts-lgpl (correctly) does not list those files.
9946
9947         * modules/canonicalize (Files): Add lib/pathmax.h.
9948
9949 2005-06-25  Simon Josefsson  <jas@extundo.com>
9950
9951         * modules/check-version: New file.
9952
9953 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9954
9955         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
9956         initializer of struct addrinfo, as an indication that we don't
9957         care how many members the structure has.
9958
9959 2005-06-24  Derek Price  <derek@ximbiot.com>
9960         and Bruno Haible  <bruno@clisp.org>
9961
9962         Remove stat module & update lstat.
9963         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
9964         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9965         * m4/stat.m4: Remove this file.
9966
9967 2005-06-24  Derek Price  <derek@ximbiot.com>
9968         and Bruno Haible  <bruno@clisp.org>
9969
9970         Remove stat module & update lstat.
9971         * lib/stat.c: Remove this file...
9972         (slash_aware_lstat): ...moving this content and its support...
9973         * lib/lstat.c (rpl_lstat): ...into here.
9974         * lib/lstat.h: New file.
9975
9976 2005-06-24  Derek Price  <derek@ximbiot.com>
9977         and Bruno Haible  <bruno@clisp.org>
9978
9979         Remove stat module & update lstat.
9980         * config/srclist.txt (libc sources): Remove stat.
9981
9982 2005-06-24  Derek Price  <derek@ximbiot.com>
9983         and Bruno Haible  <bruno@clisp.org>
9984
9985         Remove stat module & update lstat.
9986         * MODULES.html.sh (stat): Remove.
9987         * MODULES.html: Regenerated.
9988         * modules/lstat (Description): Correct function name.
9989         (Files): Add "lstat.h".
9990         (Depends-on): Remove stat, add xalloc, stat-macros.
9991         * modules/stat: Remove this file.
9992         (Include): Add "lstat.h", remove <sys/stat.h>.
9993
9994 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
9997         (ranged_convert): Don't save conversion in a temporary struct.
9998         This causes a warning with GCC 4.0.0, and anyway in the typical
9999         case it's not worth the extra 100 bytes or so of code.
10000         (ranged_convert, __mktime_internal): When calling a function via a
10001         pointer P, use P () rather than (*P) (), as we now assume C89 or
10002         better.
10003
10004 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10005
10006         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
10007         "who -r" failed to give output.  Problem reported by Tim Waugh.
10008
10009         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
10010         (xcalloc): Use it to avoid needless tests.
10011         Problem reported by Jim Meyering.
10012
10013 2005-06-20  Derek Price  <derek@ximbiot.com>
10014
10015         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
10016         unnecessary for Autoconfs > 2.59c.
10017
10018 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10019
10020         * lib/argp.h (__option_is_short): Check upper limit of
10021         __key. Isprint() requires its argument to have the value
10022         of an unsigned char or EOF.
10023
10024 2005-06-16  Jim Meyering  <jim@meyering.net>
10025
10026         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
10027         when either N or S is zero.
10028
10029 2005-06-16  Derek Price  <derek@ximbiot.com>
10030
10031         * m4/bison.m4: Declare YACC & YFLAGS precious.
10032
10033 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
10034
10035         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
10036         multibyte string or pattern, fall back on unibyte matching.
10037         Problem reported by James Youngman.
10038
10039 2005-06-08  Bruno Haible  <bruno@clisp.org>
10040
10041         * modules/csharpcomp: New file.
10042         * MODULES.html.sh (C#): Add csharpcomp.
10043
10044 2005-06-08  Bruno Haible  <bruno@clisp.org>
10045
10046         * m4/csharpcomp.m4: New file, from GNU gettext.
10047
10048 2005-06-08  Bruno Haible  <bruno@clisp.org>
10049
10050         * lib/csharpcomp.h: New file, from GNU gettext.
10051         * lib/csharpcomp.c: New file, from GNU gettext.
10052         * lib/csharpcomp.sh.in: New file, from GNU gettext.
10053
10054 2005-06-08  Bruno Haible  <bruno@clisp.org>
10055
10056         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
10057         warning on mingw.
10058
10059 2005-06-07  Derek Price  <derek@ximbiot.com>
10060
10061         Sync from CVS.
10062         * lib/glob_.h: Indent nested #ifdef.
10063
10064 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10065
10066         Sync from coreutils.
10067         Use "file name" when talking about file names, instead of "filename"
10068         or "path", as per the GNU coding standards.
10069         * lib/mkdir-p.c: Renamed from makepath.c.
10070         (make_dir_parents): Renamed from make_path.  All callers changed.
10071         * lib/mkdir-p.h: Likewise.  All includers changed.
10072         * lib/filenamecat.c: Renamed from path-concat.c.
10073         (file_name_concat): Renamed from path_concat.  All callers changed.
10074         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
10075         * lib/filenamecat.h: Likewise.  All includers changed.
10076         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
10077         in comments or local variable names.
10078         * lib/basename.c: Likewise.
10079         * lib/canonicalize.c, canonicalize.h: Likewise.
10080         * lib/dirname.c, dirname.h: Likewise.
10081         * lib/euidaccess.c: Likewise.
10082         * lib/exclude.c: Likewise
10083         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
10084         * lib/fsusage.c, fsuage.h: Likewise.
10085         * lib/fts.c, fts_.h: Likewise.
10086         * lib/getcwd.c: Likewise.
10087         * lib/getloadavg.c: Likewise.
10088         * lib/mkstemp.c: Likewise.
10089         * lib/mountlist.c, mountlist.h: Likewise.
10090         * lib/openat.c, openat.h: Likewise.
10091         * lib/readlink-stub.c: Likewise.
10092         * lib/readutmp.c, readutmp.h: Likewise.
10093         * lib/rename.c: Likewise.
10094         * lib/rmdir.c: Likewise.
10095         * lib/same.c: Likewise.
10096         * lib/savedir.c: Likewise.
10097         * lib/stripslash.c: Likewise.
10098         * lib/tempname.c: Likewise.
10099         * lib/xreadlink.c: Likewise.
10100         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
10101         All uses changed.
10102         * lib/exclude.h: Likewise.
10103
10104         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
10105         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10106         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
10107         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10108         * lib/pathmax.h: Include <limits.h> unconditionally, since other
10109         files have been getting away with it for years (MORE/BSD 4.3
10110         is extinct now).
10111         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
10112         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10113
10114         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
10115         Define to 256, not 255, as per modern POSIX.
10116
10117 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         Sync from coreutils.
10120         Use "file name" when talking about file names, instead of "filename"
10121         or "path", as per the GNU coding standards.
10122         * MODULES.html.sh: mkdir-p renamed from makepath.
10123         filenamecat renamed from path-concat.
10124         * modules/filenamecat: Renamed from modules/path-concat.
10125         (Files): filenamecat.h and filenamecat.c renamed from
10126         path-concat.h and path-concat.c.
10127         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
10128         (Include): filenamecat.h, not path-concat.h.
10129         * modules/mkdir-p: Renamed from modules/makepath.
10130         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
10131         makepath.c.
10132         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
10133         (Include): mkdir-p.h, not makepath.h.
10134
10135 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10136
10137         Sync from coreutils.
10138         * m4/mkdir-p.m4: Renamed from makepath.m4.
10139         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
10140         Rename files from makepath.c to mkdir-p.c, and from
10141         makepath.h to mkdir-p.h.
10142         * m4/filenamecat.m4: Renamed from path-concat.m4.
10143         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
10144         Rename files from path-concat.c to filenamecat.c,
10145         and from path-concat.h to filenamecat.h.
10146         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
10147         "file name" in local variables or comments.
10148         * m4/rename.m4: Likewise.
10149
10150 2005-06-01  Bruno Haible  <bruno@clisp.org>
10151
10152         * modules/csharpexec: New file.
10153         * MODULES.html.sh (C#): New section.
10154
10155 2005-06-01  Bruno Haible  <bruno@clisp.org>
10156
10157         * m4/csharp.m4: New file, from GNU gettext.
10158         * m4/csharpexec.m4: New file, from GNU gettext.
10159
10160 2005-06-01  Bruno Haible  <bruno@clisp.org>
10161
10162         * lib/csharpexec.h: New file, from GNU gettext.
10163         * lib/csharpexec.c: New file, from GNU gettext.
10164         * lib/csharpexec.sh.in: New file, from GNU gettext.
10165
10166 2005-05-31  Derek Price  <derek@ximbiot.com>
10167             Paul Eggert  <eggert@cs.ucla.edu>
10168
10169         Sync from cvs.
10170         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
10171
10172 2005-05-31  Derek Price  <derek@ximbiot.com>
10173             Paul Eggert  <eggert@cs.ucla.edu>
10174
10175         Sync from cvs.
10176         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
10177
10178 2005-05-29  Derek Price  <derek@ximbiot.com>
10179
10180         * config/srclist.txt (glob_.h, glob.c): Add these files.
10181
10182 2005-05-29  Derek Price  <derek@ximbiot.com>
10183
10184         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
10185         * modules/glob: New file.
10186         * modules/getlogin_r: Add link to POSIX spec in description.
10187
10188 2005-05-29  Derek Price  <derek@ximbiot.com>
10189             Paul Eggert  <eggert@cs.ucla.edu>
10190
10191         * m4/glob.m4: New file.
10192
10193 2005-05-29  Derek Price  <derek@ximbiot.com>
10194             Paul Eggert  <eggert@cs.ucla.edu>
10195
10196         * lib/glob_.h, glob.c: New files.
10197
10198 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10199
10200         * modules/fts (Files): Remove m4/inttypes-pri.m4.
10201         * modules/fts-lgpl (Depends-on): Remove gettext.
10202
10203 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10204
10205         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
10206         and don't require gt_INTTYPES_PRI.
10207
10208 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10209
10210         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
10211
10212         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
10213         the configuration hassle isn't worth it.
10214         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
10215         (LONGEST_MODIFIER, PRIuMAX): Remove.
10216
10217 2005-05-27  Bruno Haible  <bruno@clisp.org>
10218
10219         * lib/getlogin_r.h: Remove second include of <stddef.h>.
10220
10221 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
10222
10223         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
10224         _POSIX_PTHREAD_SEMANTICS for Solaris.
10225
10226 2005-05-25  Derek Price  <derek@ximbiot.com>
10227
10228         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
10229
10230 2005-05-25  Derek Price  <derek@ximbiot.com>
10231             Paul Eggert  <eggert@cs.ucla.edu>
10232
10233         * modules/getlogin_r: New files.
10234
10235 2005-05-25  Derek Price  <derek@ximbiot.com>
10236             Paul Eggert  <eggert@cs.ucla.edu>
10237
10238         * m4/getlogin_r.m4: New files.
10239
10240 2005-05-25  Derek Price  <derek@ximbiot.com>
10241             Paul Eggert  <eggert@cs.ucla.edu>
10242
10243         * lib/getlogin_r.c, getlogin_r.h: New files.
10244
10245 2005-05-25  Bruno Haible  <bruno@clisp.org>
10246             Derek Price  <derek@ximbiot.com>
10247
10248         * lib/getlogin_r.h: Simplify API documentation.
10249
10250 2005-05-23  Derek Price  <derek@ximbiot.com>
10251
10252         * modules/minmax (Files): Add m4/minmax.m4.
10253         (configure.ac): Add gl_MINMAX.
10254
10255 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10256
10257         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
10258         so that unistd-safer.h (GPL'ed code) need not be included.
10259
10260 2005-05-22  Bruno Haible  <bruno@clisp.org>
10261
10262         * m4/minmax.m4: New file.
10263         Based on a patch by Derek Price <derek@ximbiot.com>.
10264
10265 2005-05-22  Bruno Haible  <bruno@clisp.org>
10266
10267         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
10268         (INT64_MIN): Fix definition.
10269         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
10270
10271         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
10272         NEED_SIGNED_INT_TYPES.
10273
10274         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
10275         HAVE_SYSTEM_INTTYPES.
10276
10277 2005-05-22  Bruno Haible  <bruno@clisp.org>
10278
10279         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
10280         Also include <sys/param.h> if it defines MIN, MAX.
10281         Based on a patch by Derek Price <derek@ximbiot.com>.
10282
10283 2005-05-21  Jim Meyering  <jim@meyering.net>
10284
10285         * modules/fts (Files): Add m4/inttypes-pri.m4.
10286         (Depends-on): Add lstat and remove gettext.  Alphabetize.
10287
10288 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10289
10290         New fts module.
10291         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
10292         (setup_dir, free_dir): New functions.
10293         (enter_dir, leave_dir): Define trivial
10294         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
10295         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
10296         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
10297         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
10298         Move to fts-cycle.c.
10299         (fts_open): Use setup_dir.
10300         (fts_close): Use free_dir.
10301         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
10302         This adds a label and some gotos, but the alternatives were messier.
10303         Check for memory allocation failure when entering a dir.
10304         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
10305         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
10306         (FTS): New member fts_cycle, that is a union that contains the
10307         old active_dir_ht and cycle_state.  All uses changed to mention
10308         fts_cycle.ht and fts_cycle.state.
10309         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
10310         fts.c, with the following changes:
10311         (setup_dir, free_dir): New functions.
10312         (enter_dir): Now returns bool.  Return true if successful, false
10313         if memory exhausted.  All callers changed.
10314         Do not bother partly cleaning up on
10315         memory allocation failure; that is free_dir's job.
10316         However, free ad if hash_insert fails, to avoid memory leak.
10317         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
10318         fts->fts_options to see which union member to use.
10319
10320 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10321
10322         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
10323         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
10324
10325 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10326
10327         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
10328
10329 2005-05-20  Jim Meyering  <jim@meyering.net>
10330
10331         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
10332         Now a macro, to pacify GCC.
10333
10334 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
10335
10336         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
10337         of -1.
10338
10339 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
10340
10341         * lib/chown.c (rpl_chown): Return -1 on failure.
10342
10343 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10344
10345         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
10346         Don't check for stddef.h.
10347         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
10348         don't use its results.
10349         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
10350         since we include them unconditionally.  Don't require
10351         AM_STDBOOL_H, since stdbool is a prerequisite.
10352         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
10353         since we assume C89 or better.
10354         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
10355         as we don't use their results.
10356         Don't check for fchdir, memmove, memset, strrchr, as we use
10357         them unconditionally.
10358         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
10359         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
10360
10361 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10362
10363         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
10364         Include <stddef.h> unconditionally, since we assume C89 now.
10365         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
10366         * lib/fts.c: Include fts_.h first, to check interface.
10367         Do not include intprops.h; no longer needed.
10368         Include cycle-check.h and hash.h, since fts_.h no longer does.
10369         Remove unnecessary casts of closedir to void.
10370         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
10371         decide whether to decrement nlinks.
10372         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
10373         (FTS): Use struct hash_table * instead of Hash_table, so that
10374         we no longer need to include hash.h here.
10375
10376 2005-05-18  Jim Meyering  <jim@meyering.net>
10377
10378         * modules/dirfd (License): Change to LGPL.  Most of the code
10379         is already in the public domain.
10380
10381 2005-05-18  Jim Meyering  <jim@meyering.net>
10382
10383         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
10384         Reported by Yoann Vandoorselaere.
10385
10386 2005-05-17  Jim Meyering  <jim@meyering.net>
10387
10388         * m4/fts.m4: New file, from coreutils.
10389
10390 2005-05-17  Jim Meyering  <jim@meyering.net>
10391
10392         * lib/fts.c, fts_.h: New files, from coreutils.
10393
10394 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10395
10396         Sync from coreutils.
10397         * m4/unlinkdir.m4: New file.
10398
10399 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10400
10401         Sync from coreutils.
10402         * lib/unlinkdir.c, unlinkdir.h: New files.
10403         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
10404         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
10405         White space changes only.
10406         * lib/makepath.c (make_path): Port to hosts where leading "//" is
10407         special.
10408         * lib/yesno.c: Include getline.h, not ctype.h.
10409         (yesno): Don't remove leading white space; POSIX doesn't allow it.
10410         Use getline to remove arbitrary restriction on response length.
10411
10412 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10413
10414         * config/srclist-update: Spell out "Street" in FSF postal
10415         mail address; this is the style the FSF seems to prefer.
10416
10417         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
10418         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
10419         this updates FSF postal mail address.
10420
10421         Sync from coreutils.
10422         * modules/unlinkdir: New file.
10423         * modules/yesno (Depends-on): Add getline.
10424         * MODULES.html.sh (File system functions): Add unlinkdir.
10425
10426 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10427
10428         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
10429         lib/strsep.h:
10430         Change the initial comment to refer to GPL, not LGPL.
10431         gnulib-tool will change it to LGPL as needed.
10432
10433         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
10434         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
10435         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
10436         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
10437         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
10438         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
10439         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
10440         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
10441         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
10442         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
10443         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
10444         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
10445         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
10446         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
10447         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
10448         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
10449         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
10450         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
10451         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
10452         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
10453         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
10454         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
10455         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
10456         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
10457         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
10458         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
10459         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
10460         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
10461         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
10462         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
10463         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
10464         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
10465         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
10466         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
10467         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
10468         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
10469         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
10470         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
10471         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
10472         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
10473         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
10474         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
10475         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
10476         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
10477         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
10478         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
10479         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
10480         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
10481         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
10482         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
10483         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
10484         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
10485         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
10486         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
10487         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
10488         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
10489         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
10490         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
10491         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
10492         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
10493         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
10494         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
10495         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
10496         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
10497         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
10498         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
10499         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
10500         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
10501         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
10502         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
10503         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
10504         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
10505         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
10506         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
10507         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
10508         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
10509         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
10510         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
10511         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
10512         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
10513         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
10514         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
10515         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
10516         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
10517         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
10518         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
10519         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
10520         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
10521         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
10522         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
10523         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
10524         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
10525         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
10526         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
10527         lib/yesno.c, lib/yesno.h:
10528         Update FSF postal mail address.
10529
10530 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10531
10532         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
10533         tests/test-memmem.c, tests/test-stpncpy.c:
10534         Update FSF postal mail address.
10535
10536 2005-05-13  Bruno Haible  <bruno@clisp.org>
10537
10538         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
10539         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
10540         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
10541         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
10542         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
10543         Add support for 64-bit integers in the MSVC compiler.
10544
10545 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10546
10547         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
10548
10549 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
10550
10551         * gnulib-tool (func_import): Sort and uniquify recommended includes.
10552
10553 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
10554
10555         * doc/getdate.texi (General date syntax): Don't say that date
10556         date --iso-8601=ns generates acceptable dates; it doesn't yet.
10557         Problem reported by Nic Ferrier.
10558
10559 2005-05-10  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10560
10561         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
10562         specified in ai_socktype. Fix invalid ai_protocol
10563         check. ai_protocol is usually set to 0 or depending on
10564         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
10565         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
10566         ai_socktype / ai_protocol in the returned addrinfo structure.
10567
10568 2005-05-10  Simon Josefsson  <jas@extundo.com>
10569
10570         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
10571         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10572
10573 2005-05-10  Karl Berry  <karl@gnu.org>
10574
10575         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
10576         (from http://www.gnu.org/licenses).
10577         * doc/COPYING.LIB: also rename to COPYING.LESSER.
10578         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
10579         fdl.texi suffices.
10580
10581 2005-05-10  Karl Berry  <karl@gnu.org>
10582
10583         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
10584         (COPYING.DOC): remove.
10585
10586         * config/srclist-update: new FSF address.
10587
10588 2005-05-10  Derek Price  <derek@ximbiot.com>
10589
10590         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
10591         possible.
10592
10593 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10594             Bruno Haible  <bruno@clisp.org>
10595
10596         * modules/inet_ntop: New file.
10597         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10598         inet_ntop.
10599
10600 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10601             Bruno Haible  <bruno@clisp.org>
10602
10603         * m4/inet_ntop.m4: New file.
10604
10605 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10606             Bruno Haible  <bruno@clisp.org>
10607
10608         * lib/inet_ntop.h: New file.
10609         * lib/inet_ntop.c: New file, from glibc with modifications.
10610
10611 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
10612
10613         * modules/time_r (License): Change to LGPL.
10614         * modules/extensions (License): Change to LGPL.  Actually,
10615         the license is more permissive than that, but currently gnulib-tool
10616         doesn't know how to handle more-permissive licenses.
10617
10618         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
10619         Problem reported by Dave Love.
10620
10621 2005-05-08  Jim Meyering  <jim@meyering.net>
10622
10623         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
10624         blank.
10625
10626 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
10627
10628         * modules/argmatch (Depends-on): Add stdbool.
10629         * modules/backupfile (Depends-on): Likewise.
10630         * modules/chdir-long (Depends-on): Likewise.
10631         * modules/closeout (Depends-on): Likewise.
10632         * modules/cycle-check (Depends-on): Likewise.
10633         * modules/dirname (Depends-on): Likewise.
10634         * modules/fnmatch (Depends-on): Likewise.
10635         * modules/fsusage (Depends-on): Likewise.
10636         * modules/fwriteerror (Depends-on): Likewise.
10637         * modules/getcwd (Depends-on): Likewise.
10638         * modules/getloadavg (Depends-on): Likewise.
10639         * modules/hard-locale (Depends-on): Likewise.
10640         * modules/makepath (Depends-on): Likewise.
10641         * modules/mountlist (Depends-on): Likewise.
10642         * modules/nanosleep (Depends-on): Likewise.
10643         * modules/posixtm (Depends-on): Likewise.
10644         * modules/quotearg (Depends-on): Likewise.
10645         * modules/readtokens (Depends-on): Likewise.
10646         * modules/readtokens0 (Depends-on): Likewise.
10647         * modules/readutmp (Depends-on): Likewise.
10648         * modules/save-cwd (Depends-on): Likewise.
10649         * modules/strftime (Depends-on): Likewise.
10650         * modules/userspec (Depends-on): Likewise.
10651         * modules/utimecmp (Depends-on): Likewise.
10652         * modules/xgetcwd (Depends-on): Likewise.
10653         * modules/xnanosleep (Depends-on): Likewise.
10654         * modules/xstrtod (Depends-on): Likewise.
10655         * modules/yesno (Depends-on): Likewise.
10656
10657 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
10658
10659         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
10660         needless checks.
10661
10662 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10663
10664         Merge from coreutils.  Among other things,
10665         add bulletproofing for cases where stdin, stdout, or stderr are closed.
10666         * lib/fd-safer.c: New file.
10667         * lib/fcntl-safer.h, open-safer.c: Remove.
10668         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
10669         * lib/dup-safer.c: Include unistd-safer.h first.
10670         Don't include errno.h.
10671         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
10672         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
10673         * lib/file-type.c: Rely on file-type.h change.
10674         * lib/getloadavg.c: Include unistd-safer.h.
10675         (getloadavg): Use safer open.
10676         * lib/getusershell.c: Include "stdio-safer.h".
10677         (getusershell): Use safer fopen.
10678         * lib/long-options.c (long_options): Use NULL rather than 0.
10679         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
10680         'free'.
10681         * lib/modechange.c: Likewise.
10682         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
10683         (MODE_DONE): New constant.
10684         (struct mode_change): Remove 'next' member.
10685         (make_node_op_equals): New function; like the old one of the
10686         same name, except it allocates an array.
10687         (mode_compile, mode_create_from_ref): Use it.
10688         (mode_compile): Allocate result as an array, not a linked list.
10689         Parse octal string ourself, so that we catch mistakes like "+0".
10690         (mode_adjust): Arg is an array, not a linked list.
10691         * lib/modechange.c: Include stat-macros.h, xalloc.h.
10692         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
10693         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
10694         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
10695         Remove.  This is now stat-macros.h's job.
10696         (talloc): Remove.  All callers replaced by xalloc, so that
10697         our invokers don't have to worry about reporting memory failures.
10698         (make_node_op_equals): Remove.
10699         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10700         New constants.
10701         (struct mode_change): Moved here from modechange.h.
10702         (mode_append_entry): Remove.
10703         (mode_compile): Remove MASKED_OPS arg, since it encouraged
10704         apps to have incorrect behavior.  Use simpler algorithm for head
10705         and tail.  Don't futz with umask; that's now the job of mode_adjust.
10706         Detect more invalid usages rather than having somewhat-random behavior.
10707         Don't insert an "a=" action, as that leads to incorrect behavior.
10708         (mode_compile, mode_create_from_ref): Return NULL on error instead
10709         of an enum, since now there's only one way to have an error.  All
10710         callers changed.
10711         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
10712         at the correct time.  Simplify calculation of "+u" and its ilk.
10713         Don't mishandle "+X".
10714         (mode_free): Remove "register" and localize decls.
10715         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10716         (struct mode_change): Move to modechange.c; callers don't
10717         need to see this stuff.
10718         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
10719         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
10720         (mode_change, mode_adjust): Reflect the new signatures noted above.
10721         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
10722         that might redefine system include files.
10723         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
10724         (my_usleep): Use NULL rather than (void *) 0.
10725         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
10726         Use siginterrupt to specify that system calls should be interrupted.
10727         (rpl_nanosleep): Move initialization of suspended closer to call of
10728         my_usleep.
10729         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
10730         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
10731         (desirable_utmp_entry): New function.
10732         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
10733         using x2nrealloc, to simplify logic.
10734         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
10735         size calculation.  Do not assume utmp file is a regular file.
10736         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
10737         (READ_UTMP_CHECK_PIDS): New constant.
10738         * lib/save-cwd.c: Include unistd-safer.h.
10739         (save_cwd): Use fd_safer.
10740         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
10741         [!_LIBC] Include "stat-macros.h" instead.
10742         * lib/unistd-safer.h (fd_safer): New decl.
10743
10744 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10745
10746         * modules/getloadavg (Depends-on): Add unistd-safer.
10747         * modules/getusershell (Depends-on): Add stdio-safer.
10748         * modules/lstat (Depends-on): Remove xalloc.
10749         * modules/mkstemp (Depends-on): Add stat-macros.
10750         * modules/modechange (Depends-on): Remove xstrtol.
10751         Add stat-macros, xalloc.
10752         * modules/save-cwd (Depends-on): Add unistd-safer.
10753         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
10754         * modules/unistd-safer (Files): Add lib/fd-safer.c
10755         (Makefile.am): Remove lib_SOURCES.
10756
10757         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
10758         Remove fcntl-safer; unistd-safer supersedes it.
10759
10760 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10761
10762         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
10763         AC_HEADER_STAT.
10764         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
10765         (gl_PREREQ_CHOWN): Remove.
10766         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
10767         it.  Don't require AC_HEADER_STAT.
10768         (gl_PREREQ_LSTAT): Remove.
10769         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
10770         Don't require AC_HEADER_STAT.
10771         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
10772         (gl_PREREQ_RMDIR): Remove.
10773         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
10774         mention stat-macros.h or AC_HEADER_STAT, since we'll make
10775         the stat-macros module a prerequisite.
10776         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
10777         * m4/filemode.m4 (gl_FILEMODE): Likewise.
10778         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
10779         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
10780         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
10781         variable names.
10782         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
10783         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
10784         variable prefixes.
10785         * m4/fcntl-safer.m4: Remove.
10786         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
10787         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
10788         Invoke gl_PREREQ_FD_SAFER.
10789         (gl_PREREQ_FD_SAFER): New macro.
10790         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
10791         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
10792         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
10793         Remove duplicate call to AC_LIBOBJ(readutmp).
10794         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
10795
10796         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
10797         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
10798
10799 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10800
10801         * MODULES.html.sh (Misc): Add byteswap.
10802
10803 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10804
10805         * modules/getcwd (Depends-on): Add extensions.
10806         * modules/openat (Depends-on): Likewise.
10807
10808 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10809
10810         * modules/byteswap: New file.
10811
10812 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10813
10814         * m4/byteswap.m4: New file.
10815
10816 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10817
10818         * lib/byteswap_.h: New file.
10819
10820 2005-04-25  Karl Berry  <karl@gnu.org>
10821
10822         * m4/gettext.m4: Update from GNU gettext 0.14.4.
10823
10824 2005-04-25  Albert Chin  <china@thewrittenword.com>
10825
10826         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
10827         Toolkit C bug.
10828
10829 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
10830
10831         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
10832         (func_ln_if_changed) Remove forcibly for no error message
10833         in case file does not exist.
10834
10835 2005-04-19  Simon Josefsson  <jas@extundo.com>
10836
10837         * gnulib-tool (Options): Make --symlink mean --symbolic.
10838
10839 2005-04-18  Oskar Liljeblad <oskar@osk.mine.nu>
10840
10841         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
10842
10843 2005-04-16  Simon Josefsson  <jas@extundo.com>
10844
10845         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
10846
10847 2005-04-15  Simon Josefsson  <jas@extundo.com>
10848
10849         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
10850
10851 2005-04-15  Simon Josefsson  <jas@extundo.com>
10852
10853         * gnulib-tool: Rename --symlink to --symbolic.
10854
10855 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
10856
10857         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
10858         symbolic links to files instead of copying/moving.  Add --aux-dir,
10859         specifying directory relative --dir where auxiliary build tools
10860         are placed.
10861
10862 2005-04-14  Bruno Haible  <bruno@clisp.org>
10863
10864         * modules/allocsa (License): Change to LGPL.
10865         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10866
10867 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10868
10869         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
10870         that "UTC +1 second" continues to work.  Problem reported
10871         by Dmitry V. Levin.
10872         (relunit_snumber): New rule.
10873         (relunit): Use it.
10874
10875 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10876
10877         * lib/getdate.y (universal_time_zone_table): New constant.
10878         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
10879         universal_time_zone_table.
10880         (lookup_zone): Prefer universal_time_zone_table to
10881         local_time_zone_table, so that "GMT" time stamps are allowed in
10882         London during the summer.  Problem reported by Ian Abbott.
10883
10884 2005-04-12  Jim Meyering  <jim@meyering.net>
10885
10886         * lib/human.c (humblock): Set *options even when returning due to
10887         xstrtoumax conversion failure.  Thanks to a used-uninitialized
10888         warning from gcc-4.
10889
10890 2005-04-09  Jim Meyering  <jim@meyering.net>
10891
10892         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
10893         -Wuninitialized: initialize tm0.tm_year.
10894
10895 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10896
10897         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
10898         count, since there's no maximum.  All uses changed.
10899         Add member dsts_seen.
10900         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
10901         not being INT_MAX.
10902         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
10903         Use pc_rels_seen to decide whther a date is absolute.
10904
10905         * lib/getdate.y (number): Don't overwrite year.
10906         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
10907         check.
10908
10909 2005-04-02  Simon Josefsson  <jas@extundo.com>
10910
10911         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
10912         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
10913
10914 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
10915
10916         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
10917         where no absolute path name can be longer than PATH_MAX.
10918
10919 2005-03-27  Jim Meyering  <jim@meyering.net>
10920
10921         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
10922
10923 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
10924
10925         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
10926         "one's complement" -> "ones' complement" in comment, as per Knuth.
10927         "value of type" -> "type or expression" in comment.
10928         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
10929
10930 2005-03-26  Jim Meyering  <jim@meyering.net>
10931
10932         Comment nits.
10933         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
10934         Correct typos: s/or/of/.
10935
10936 2005-03-26  Jim Meyering  <jim@meyering.net>
10937
10938         * modules/check-include-files: Move to ../ and rename to...
10939         * check-module: ...this.
10940
10941 2005-03-25  Jim Meyering  <jim@meyering.net>
10942
10943         * modules/xvasprintf (Files): Add xalloc.h.
10944
10945 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
10946
10947         * modules/gettext (Files): config/config.rpath ->
10948         build-aux/config.rpath
10949         * modules/iconv (Files): Likewise.
10950         Problem reported by Oskar Liljeblad.
10951
10952 2005-03-23  Jim Meyering  <jim@meyering.net>
10953
10954         * modules/check-include-files: New script to check for
10955         missing dependencies, multiple includes, etc.
10956
10957         * modules/c-strtold (Depends-on): Add xalloc.
10958         * modules/c-strtod (Depends-on): Add xalloc.
10959         * modules/hash (Depends-on): Add xalloc.
10960         (Files): Remove lib/xalloc.h.
10961
10962         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
10963         * modules/userspec (Files): Add lib/inttostr.h.
10964
10965 2005-03-23  Jim Meyering  <jim@meyering.net>
10966
10967         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
10968
10969 2005-03-22  Jim Meyering  <jim@meyering.net>
10970
10971         * modules/stat-macros: New module.
10972         * modules/canonicalize, modules/euidaccess, modules/file-type,
10973         * modules/filemode, modules/lchown, modules/makepath,
10974         * modules/rmdir, modules/stat: Depend on new stat-macros module
10975         rather than listing lib/stat-macros.h manually.
10976         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
10977
10978 2005-03-22  Jim Meyering  <jim@meyering.net>
10979
10980         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
10981
10982 2005-03-22  Bruno Haible  <bruno@clisp.org>
10983
10984         * config/srclist.txt: Replace target directory 'config' with
10985         'build-aux'.
10986         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
10987         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
10988         ../build-aux/.
10989
10990 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
10991
10992         * modules/chdir-long (Depends-on): Add mempcpy.
10993
10994         * modules/acl, modules/backupfile, modules/c-strtod,
10995         modules/c-strtold, modules/canon-host, modules/canonicalize,
10996         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
10997         modules/exclude, modules/exitfail, modules/file-type,
10998         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
10999         modules/getdate, modules/getline, modules/getpagesize,
11000         modules/getpass, modules/getugroups, modules/group-member,
11001         modules/hard-locale, modules/hash, modules/human, modules/idcache,
11002         modules/inttostr, modules/long-options, modules/makepath,
11003         modules/md5, modules/memcasecmp, modules/memcoll,
11004         modules/modechange, modules/mountlist, modules/path-concat,
11005         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
11006         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
11007         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
11008         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
11009         modules/strftime, modules/strndup, modules/strverscmp,
11010         modules/timespec, modules/unlocked-io, modules/userspec,
11011         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
11012         modules/yesno:
11013         Remove lib_SOURCES line from Makefile.am section, as this is now
11014         done automatically by the corresponding Autoconf macro.
11015
11016 2005-03-21  Jim Meyering  <jim@meyering.net>
11017
11018         Changes imported from coreutils.
11019
11020         * lib/cycle-check.c: Don't include xalloc.h.
11021
11022         * lib/path-concat.c: Don't include assert.h.
11023         (path_concat): Remove assertion that would have triggered
11024         for ABASE starting with more than one slash.
11025         Reported by Andreas Schwab.
11026
11027         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
11028         properly when ABASE is an absolute file name.
11029         Correct the description of this function.
11030         Include <assert.h>.
11031         Add an assertion and a test driver.
11032         This fixes a bug introduced on 2004-07-02.
11033         Andreas Schwab reported the resulting failure of cp --parents:
11034         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
11035
11036 2005-03-21  Jim Meyering  <jim@meyering.net>
11037
11038         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
11039         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
11040
11041 2005-03-21  Jim Meyering  <jim@meyering.net>
11042         and  Paul Eggert  <eggert@cs.ucla.edu>
11043
11044         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
11045         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
11046         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
11047         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
11048         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
11049         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
11050         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
11051         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
11052         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
11053         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
11054         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
11055         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
11056         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
11057         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
11058         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
11059         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
11060         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
11061         for these modules.
11062
11063 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
11066         (which shouldn't happen), generate nothing instead of returning 0
11067         immediately, so that nstrftime (NULL, ...) doesn't return 0.
11068
11069 2005-03-16  Bruno Haible  <bruno@clisp.org>
11070
11071         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
11072         HAVE_LONGLONG_64BIT.
11073
11074 2005-03-16  Bruno Haible  <bruno@clisp.org>
11075
11076         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
11077         HAVE_LONGLONG_64BIT.
11078
11079 2005-03-16  Bruno Haible  <bruno@clisp.org>
11080
11081         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
11082         HAVE_LONGLONG_64BIT.
11083
11084 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11085
11086         * lib/strftime.c (my_strftime): Prepend space to format so that we can
11087         reliably distinguish strftime failure from empty output on POSIX
11088         hosts.
11089
11090 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11091
11092         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
11093         (iconv_string): Don't guess a size-zero buffer, as that might cause
11094         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
11095         result would be 'too large', where 'too large' is (heuristically)
11096         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
11097         overflow concerns.  This will prevent some unwanted malloc failures
11098         when the inputs are very large.
11099
11100 2005-03-15  Karl Berry  <karl@gnu.org>
11101
11102         * config/srclist.txt (config.rpath): from gettext.
11103         * config/config.rpath: update.
11104
11105 2005-03-15  Bruno Haible  <bruno@clisp.org>
11106
11107         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
11108         to 'negate'.
11109
11110         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
11111         variable.
11112
11113         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
11114         results.
11115
11116 2005-03-14  Simon Josefsson  <jas@extundo.com>
11117
11118         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
11119         <fx@gnu.org>.
11120
11121 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
11124         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
11125         intprops.h.
11126         * lib/strtol.c: Likewise.
11127
11128 2005-03-14  Jim Meyering  <jim@meyering.net>
11129
11130         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
11131         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
11132         to be nonzero so that we (and caller) can detect the difference
11133         between a valid zero-length expansion and an error return, even
11134         when the underlying strftime fails before writing anything into
11135         that location.
11136
11137 2005-03-14  Bruno Haible  <bruno@clisp.org>
11138
11139         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
11140         Update from GNU gettext 0.14.3.
11141
11142 2005-03-10  Jim Meyering  <jim@meyering.net>
11143
11144         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
11145
11146 2005-03-10  Jim Meyering  <jim@meyering.net>
11147
11148         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
11149         so that this module works on systems without fchdir.
11150
11151 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
11152
11153         Factor int-properties macros into a single file, except for
11154         glibc-related files.
11155         * lib/intprops.h: New file.
11156         * lib/getloadavg.c: Include it instead of limits.h.
11157         (INT_STRLEN_BOUND): Remove.
11158         * lib/human.c: Include intprops.h.
11159         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
11160         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
11161         302/1000.
11162         * lib/inttostr.h: Include intprops.h instead of limits.h.
11163         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
11164         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
11165         for consistency with intprops.h.
11166         (time_t_is_integer, twos_complement_arithmetic): Use them.
11167         * lib/sig2str.h: Include <signal.h>, intprops.h.
11168         (INT_STRLEN_BOUND): Remove.
11169         * lib/strftime.c (TYPE_SIGNED): Remove.
11170         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
11171         * lib/strtol.c: Adjust comments to match intprops.h.
11172         * lib/userspec.c: Include intprops.h.
11173         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
11174         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
11175         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
11176         instead of rolling our own expressions.
11177         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
11178
11179         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
11180         instead of int.
11181         (my_strftime): Do not mishandle years close to INT_MAX, by doing
11182         the right thing even if adding 1900 would overflow.  Similarly
11183         for tm_mon + 1 and tm_yday + 1.
11184         Make %Y always equivalent to %C%y, and similarly for %G and %g.
11185         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
11186         (DO_SIGNED_NUMBER): New macro.
11187         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
11188
11189 2005-03-07  Bruno Haible  <bruno@clisp.org>
11190
11191         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
11192
11193 2005-03-07  Bruno Haible  <bruno@clisp.org>
11194
11195         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
11196
11197 2005-03-04  Derek R. Price  <derek@ximbiot.com>
11198
11199         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
11200         (func_import): Only replace files via --import when they have actually
11201         changed.
11202
11203 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11204
11205         * m4/mmap-anon.m4: New file.
11206         * m4/pagealign_alloc.m4: New file.
11207
11208 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11209             Bruno Haible  <bruno@clisp.org>
11210
11211         * modules/pagealign_alloc: New file.
11212         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
11213
11214 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11215             Bruno Haible  <bruno@clisp.org>
11216
11217         * lib/pagealign_alloc.h: New file.
11218         * lib/pagealign_alloc.c: New file.
11219
11220 2005-03-03  Bruno Haible  <bruno@clisp.org>
11221
11222         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
11223         Use an all-permissive copyright notice, recommended by RMS.
11224
11225 2005-03-02  Bruno Haible  <bruno@clisp.org>
11226
11227         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
11228         of AIX, the replacement has to be done only after <string.h> is
11229         included, therefore not in config.h. stpncpy.h does the replacement,
11230         and stpncpy.c uses it.
11231
11232 2005-03-02  Bruno Haible  <bruno@clisp.org>
11233
11234         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
11235         stpncpy.c uses it.
11236
11237 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
11240         The workaround isn't strictly needed for POSIX conformance, and
11241         it's too much of a pain to configure and maintain.  We'll ask
11242         people to fix their kernels instead.
11243         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
11244         (NANOSLEEP_BUG_WORKAROUND): Remove.
11245         (xnanosleep): Remove the workaround.
11246
11247 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
11250         Reported by Derek Price.
11251         (Include): Add "timespec.h".
11252
11253         * modules/xnanosleep (Depends-on): Remove gethrxtime.
11254
11255 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11256
11257         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
11258         to detect nanosleep bug.
11259
11260 2005-03-01  Bruno Haible  <bruno@clisp.org>
11261
11262         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
11263
11264 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11265
11266         * modules/gethrxtime: New file.
11267         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
11268         (Depends-on): Add gethrxtime.
11269         (configure.ac): Add gl_XNANOSLEEP.
11270         (Makefile.am): Remove lib_SOURCES line.
11271
11272 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11273
11274         * m4/gethrxtime.m4, xnanosleep.m4: New files.
11275         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
11276
11277 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11278
11279         * lib/gethrxtime.h, gethrxtime.c, xtime.h: New files.
11280         * lib/timespec.h (gettime): Return void, since it always
11281         succeeds now.  All uses changed.
11282         * lib/gettime.c (gettime) Likewise.
11283         [HAVE_NANOTIME]: Prefer nanotime.
11284         Assume gettimeofday succeeds, as POSIX requires.
11285         Assime time () succeeds, since other code already does.
11286         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
11287         (timespec_subtract): Remove.
11288         (NANOSLEEP_BUG_WORKAROUND): New constant.
11289         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
11290         things considerably.  Use it only on GNU/Linux hosts, since the
11291         workaround shouldn't be needed elsewhere.
11292
11293 2005-02-24  Bruno Haible  <bruno@clisp.org>
11294
11295         * modules/gettext (Files): Add m4/glibc2.m4.
11296
11297 2005-02-24  Bruno Haible  <bruno@clisp.org>
11298
11299         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
11300         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
11301         * m4/progtest.m4:
11302         Update from GNU gettext 0.14.2.
11303         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
11304
11305 2005-02-24  Bruno Haible  <bruno@clisp.org>
11306
11307         * lib/localcharset.c: Update from GNU gettext 0.14.2.
11308         * lib/config.charset: Update from GNU gettext 0.14.2.
11309
11310 2005-02-24  Bruno Haible  <bruno@clisp.org>
11311
11312         * lib/gettext.h: Update from GNU gettext 0.14.2.
11313
11314 2005-02-23  Simon Josefsson  <jas@extundo.com>
11315
11316         * m4/iconvme.m4: New file.
11317
11318 2005-02-23  Jim Meyering  <jim@meyering.net>
11319
11320         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
11321         change.
11322         Thanks to Bruno Haible for catching it.
11323
11324 2005-02-22  Simon Josefsson  <jas@extundo.com>
11325
11326         * modules/iconvme: New file.
11327
11328         * MODULES.html.sh: Add iconvme.
11329
11330 2005-02-22  Simon Josefsson  <jas@extundo.com>
11331
11332         * lib/iconvme.h, iconvme.c: New files, from libc.
11333
11334 2005-02-22  Simon Josefsson  <jas@extundo.com>
11335
11336         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
11337
11338 2005-02-22  Jim Meyering  <jim@meyering.net>
11339
11340         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
11341         s/ifndef/ifdef/.
11342
11343 2005-02-20  Neil Conway  <neilc@samurai.com>
11344
11345         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
11346         returned by OSX/Darwin if the specified buffer is not large
11347         enough for the hostname.
11348
11349 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11350
11351         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
11352         pass it to _help, otherwise the latter coredumps trying to
11353         dereference state.root_argp.
11354
11355 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11356
11357         * modules/chdir-long (Depends-on): Add memrchr.
11358         * modules/memrchr (Files): Add lib/memrchr.h.
11359         (Include): "memrchr.h".
11360
11361 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11362
11363         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
11364
11365 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11366
11367         * lib/memrchr.h: New file.
11368         * lib/chdir-long.c: Include it.
11369         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
11370         Don't bother including stddef.h.
11371
11372 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
11373
11374         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
11375         inclusion.
11376         Include <sys/types.h>, for dev_t.
11377         (ME_DUMMY, ME_REMOTE): Move from here....
11378         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
11379         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
11380         Dmitry V. Levin.
11381         Include mountlist.h first, to test the interface.
11382
11383 2005-01-29  Bruno Haible  <bruno@clisp.org>
11384
11385         * lib/progname.c (program_name): Initialize.
11386         Needed when linking statically on MacOS X.
11387
11388 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11389
11390         Sync from coreutils.
11391         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
11392         (Depends-on): Add c-strtod.
11393         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
11394
11395 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11396
11397         Sync from coreutils.
11398         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
11399
11400         Remove files that are specific to coreutils.
11401         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
11402
11403 2005-01-28  Bruno Haible  <bruno@clisp.org>
11404
11405         * modules/javacomp: New file.
11406         * MODULES.html.sh (Java): Add javacomp.
11407
11408 2005-01-28  Bruno Haible  <bruno@clisp.org>
11409
11410         * m4/javacomp.m4: New file, from GNU gettext.
11411
11412 2005-01-28  Bruno Haible  <bruno@clisp.org>
11413
11414         * lib/javacomp.sh.in: New file, from GNU gettext.
11415         * lib/javacomp.h: New file, from GNU gettext.
11416         * lib/javacomp.c: New file, from GNU gettext.
11417
11418 2005-01-26  Simon Josefsson  <jas@extundo.com>
11419
11420         * lib/gai_strerror.c: Use GPL in header.
11421
11422 2005-01-26  Bruno Haible  <bruno@clisp.org>
11423
11424         * modules/javaexec: New file.
11425         * MODULES.html.sh (Java): Add javaexec.
11426
11427 2005-01-26  Bruno Haible  <bruno@clisp.org>
11428
11429         * m4/javaexec.m4: New file, from GNU gettext.
11430
11431 2005-01-26  Bruno Haible  <bruno@clisp.org>
11432
11433         * lib/javaexec.sh.in: New file, from GNU gettext.
11434         * lib/javaexec.h: New file, from GNU gettext.
11435         * lib/javaexec.c: New file, from GNU gettext.
11436
11437 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11438
11439         * modules/lchown (Depends-on): Remove lchown.h
11440
11441 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11442
11443         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
11444         must be defined if the header file was not found, in order
11445         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
11446
11447 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11448
11449         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
11450         initializers for struct pentry_state.
11451         (__argp_error): Check return value of __asprintf
11452         (__argp_failure): Translate error message
11453
11454         * lib/argp-parse.c: Removed braces around the expansion of N_()
11455
11456 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11457
11458         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
11459         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
11460         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
11461         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
11462         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
11463         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
11464         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
11465         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
11466         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
11467         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
11468         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
11469         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
11470         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
11471         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
11472         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
11473         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
11474         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
11475         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
11476         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
11477         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
11478         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
11479         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
11480         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
11481         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
11482         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
11483         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
11484         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
11485         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
11486         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
11487         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
11488         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
11489         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
11490         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
11491         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
11492         xstrtol.m4, xstrtoumax.m4, yesno.m4:
11493         Use an all-permissive copyright notice, recommended by RMS.
11494
11495 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
11496
11497         * modules/chdir-long (Depends-on): Remove mempcpy.
11498
11499 2005-01-21  Jim Meyering  <jim@meyering.net>
11500
11501         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
11502         same value as for Solaris 9.
11503
11504         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
11505         component length.  This included changing the parameter to be
11506         of type `char *' rather than `char const *'.
11507         * lib/chdir-long.h (chdir_long): Update prototype.
11508
11509         * lib/openat.c (fdopendir, fstatat): New functions.
11510         * lib/openat.h: Include headers required for use of DIR and struct
11511         stat.
11512         [AT_SYMLINK_NOFOLLOW]: Define.
11513         (fdopendir, fstatat): Add prototypes.
11514
11515 2005-01-21  Bruno Haible  <bruno@clisp.org>
11516
11517         * modules/classpath: New file.
11518         * MODULES.html.sh (Java): Add classpath.
11519
11520 2005-01-21  Bruno Haible  <bruno@clisp.org>
11521
11522         * lib/classpath.h: New file, from GNU gettext.
11523         * lib/classpath.c: New file, from GNU gettext.
11524
11525 2005-01-20  Simon Josefsson  <jas@extundo.com>
11526
11527         * modules/version-etc-fsf: New file.
11528
11529 2005-01-20  Simon Josefsson  <jas@extundo.com>
11530
11531         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
11532         * lib/version-etc.c: Remove version_etc_copyright.
11533         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
11534         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
11535
11536 2005-01-20  Simon Josefsson  <jas@extundo.com>
11537
11538         * lib/base64.h (isbase64): Add.
11539
11540         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
11541         using a unsigned prototype, don't inline.
11542         (base64_decode): Use it.
11543
11544 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11545
11546         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
11547         it.
11548
11549 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11550
11551         * lib/save-cwd.c (save_cwd): Remove code to support the case
11552         where fchdir is missing or flaky.
11553
11554 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11555
11556         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
11557
11558 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
11559
11560         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
11561         AC_LIBSOURCES now does this.
11562         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
11563         with new ullong_max module.
11564
11565 2005-01-19  Bruno Haible  <bruno@clisp.org>
11566
11567         * modules/sh-quote: New file.
11568         * MODULES.html.sh (Executing programs): Add sh-quote.
11569
11570 2005-01-19  Bruno Haible  <bruno@clisp.org>
11571
11572         * lib/sh-quote.h: New file, from GNU gettext.
11573         * lib/sh-quote.c: New file, from GNU gettext.
11574
11575 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11576
11577         Merge from coreutils.
11578         * m4/ullong_max.m4: New file.
11579         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
11580         (gl_MACROS): Assume localeconv exists.
11581
11582 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11583
11584         Merge changes from coreutils, as described below in several
11585         changelogs dated today.
11586
11587         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
11588         (O_DIRECTORY): Remove; not needed here, since "." must be
11589         a directory.  All uses removed.
11590         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
11591         universal on Suns, and we also need to test for IRIX.
11592         Revamp code to use 'if' rather than '#if'.
11593         Avoid unnecessary comparison of cwd->desc to 0.
11594
11595         * lib/utimens.c (futimens): Robustify the previous patch, by checking
11596         for known valid error numbers rather than observed invalid ones.
11597
11598 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11599
11600         * modules/ullong_max: New file.
11601
11602         * modules/chdir-long, modules/openat: New files.
11603         * modules/save-cwd (Depends-on): Depend on chdir-long.
11604         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
11605
11606 2005-01-18  Jim Meyering  <jim@meyering.net>
11607
11608         Merge from coreutils.
11609         * m4/chdir-long.m4, openat.m4: New files.
11610         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
11611         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
11612         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
11613         is sane and DOES follow symlinks.  Besides, testing 20 different
11614         systems found no broken chown implementations.
11615         Prompted by a change in rsync's copy of this macro.
11616         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
11617
11618         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
11619
11620         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
11621         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
11622         NULL-means-set-to-current-time semantics.
11623         Remove temporary file immediately, rather than waiting
11624         for configure's at-exit trap code to do it.
11625
11626 2005-01-18  Jim Meyering  <jim@meyering.net>
11627
11628         * lib/version-etc.c (version_etc_copyright): Update copyright date.
11629
11630         * lib/utimens.c (futimens): Account for the fact that futimes
11631         can also fail with errno == ENOSYS or errno == ENOENT.
11632         Patch from Dmitry V. Levin.
11633
11634         Change the name of the robust chdir function from chdir to chdir_long.
11635         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
11636         (restore_cwd): Use chdir_long, not chdir.
11637         * lib/chdir-long.c: Renamed from chdir.c.
11638         * lib/chdir-long.h: Renamed from chdir.h.
11639         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
11640         Hurd.
11641
11642 2005-01-18  Bruno Haible  <bruno@clisp.org>
11643
11644         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
11645         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
11646         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
11647         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
11648         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
11649         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
11650         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
11651         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
11652         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
11653         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
11654         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
11655         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
11656         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
11657         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
11658         Use an all-permissive copyright notice, recommended by RMS.
11659
11660 2005-01-18  Bob Proulx  <bob@proulx.com>
11661
11662         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
11663         simplify offsetof() macro construct to avoid compile failure with
11664         native HP-UX 11.0 ANSI C compiler.
11665
11666 2005-01-17  Bruno Haible  <bruno@clisp.org>
11667
11668         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
11669         redundant because stpncpy.m4 takes care of it.
11670
11671 2005-01-17  Bruno Haible  <bruno@clisp.org>
11672
11673         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
11674
11675 2005-01-17  Bruno Haible  <bruno@clisp.org>
11676
11677         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
11678         used.
11679
11680 2005-01-17  Bruno Haible  <bruno@clisp.org>
11681
11682         * lib/fwriteerror.h (fwriteerror): Change specification to include
11683         fclose.
11684         * lib/fwriteerror.c: Include <stdbool.h>.
11685         (fwriteerror): At the end, close the file stream. Record whether
11686         stdout was already closed.
11687
11688 2005-01-17  Bruno Haible  <bruno@clisp.org>
11689
11690         * lib/execute.c (environ): Declare if needed.
11691         * lib/pipe.c (environ): Likewise.
11692         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
11693
11694 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11695
11696         * modules/argp: Depend on vsnprintf
11697
11698 2005-01-10  Jim Meyering  <jim@meyering.net>
11699
11700         * modules/closeout (Depends-on): Add atexit.
11701
11702 2005-01-06  Bruno Haible  <bruno@clisp.org>
11703
11704         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
11705
11706 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11707
11708         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
11709         definitions to be after all include files, to avoid collisions.
11710         Problem reported by Bob Proulx.
11711
11712 2005-01-04  Jim Meyering  <jim@meyering.net>
11713
11714         Changes imported from coreutils.
11715         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
11716         as the mkstemp template, use a temporary directory and an
11717         8.3-friendly template to avoid trouble on systems like DJGPP.
11718         Reported by Juan M. Guerrero via Stepan Kasal.
11719         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
11720         close. Remove the temporary directory right away, rather than waiting
11721         for configure's at-exit trap code to do it.
11722         Suggestion from Stepan Kasal.
11723
11724 2005-01-01  Simon Josefsson  <jas@extundo.com>
11725
11726         * gnulib-tool: Print #include directives when --import'ing.
11727
11728 2004-12-28  Simon Josefsson  <jas@extundo.com>
11729
11730         * tests/test-base64.c: Include required header files.  Remove
11731         unused variables.
11732
11733 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11734
11735         * modules/error (Depends-on): Remove gettext.
11736
11737 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11738
11739         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
11740         not needed.  This removes a dependency on the gettext module.
11741         [defined _LIBC]: Do not include <libintl.h>; not needed.
11742
11743 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11744
11745         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
11746         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
11747
11748 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11749
11750         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
11751         HAVE_DECL_STRTOLD.
11752
11753 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11754
11755         * modules/getdate (Depends-on): Remove alloca-opt.
11756
11757 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11758
11759         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
11760
11761 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11762
11763         * lib/argp-parse.c: Include <stddef.h>.
11764         (alignof, alignto): New macros.
11765         (parser_init): Don't assume that void * is aligned sufficiently
11766         for struct option.
11767
11768         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
11769         need to extend the stack.
11770         (YYINITDEPTH): New macro, so that the initial stack isn't overly
11771         large.
11772
11773 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11774
11775         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
11776
11777 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11778
11779         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
11780         (2004-10-24) change.  Apparently this was a false alarm.
11781
11782         * modules/getdate: Depend on alloca-opt, not alloca.
11783
11784 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11785
11786         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
11787         Remove now-obsolete comment about AIX.
11788         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
11789         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
11790         (YYMAXDEPTH): New macro.
11791
11792 2004-12-18  Simon Josefsson  <jas@extundo.com>
11793
11794         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
11795
11796 2004-12-18  Bruno Haible  <bruno@clisp.org>
11797
11798         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
11799
11800 2004-12-18  Bruno Haible  <bruno@clisp.org>
11801
11802         * lib/fatal-signal.c (fatal_signals): Make non-const.
11803         (init_fatal_signals): New function.
11804         (uninstall_handlers, install_handlers): Ignore signals that were set to
11805         SIG_IGN.
11806         (at_fatal_signal): Call init_fatal_signals.
11807         (init_fatal_signal_set): Likewise. Ignore signals that were set to
11808         SIG_IGN.
11809         Reported by Paul Eggert.
11810
11811 2004-12-18  Bruno Haible  <bruno@clisp.org>
11812
11813         * doc/alloca.texi: New file.
11814         * doc/alloca-opt.texi: New file.
11815
11816 2004-12-17  Jim Meyering  <jim@meyering.net>
11817
11818         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
11819         Otherwise, install-sh could exit with improper exit status when
11820         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
11821
11822 2004-12-16  Simon Josefsson  <jas@extundo.com>
11823
11824         * tests/test-base64.c: Add license.
11825
11826 2004-12-15  Stepan Kasal  <address@hidden>
11827
11828         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
11829
11830 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
11831
11832         * modules/getcwd (Files): Add m4/d-ino.m4.
11833         Suggested by Mark D. Baushke.
11834
11835 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11836
11837         * lib/getdate.y (textint): New member "negative".
11838         (time_zone_hhmm): New function.
11839         Expect 14 shift-reduce conflicts, not 13.
11840         (o_colon_minutes): New rule.
11841         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
11842         (yylex): Set the "negative" member of signed numbers.
11843
11844 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11845
11846         * doc/getdate.texi (Time of day items, Time zone items):
11847         Describe new formats +00:00, UTC+00:00.
11848
11849 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11850
11851         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
11852         spurious "-l"s.  Problem reported by Stepan Kasal.
11853
11854 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
11855
11856         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
11857         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
11858
11859 2004-12-04  Simon Josefsson  <jas@extundo.com>
11860
11861         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
11862         Vandoorselaere <yoann@prelude-ids.org>.
11863
11864 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11865
11866         Changes imported from coreutils.
11867         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
11868         exist.
11869         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
11870
11871 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11872
11873         Changes imported from coreutils.
11874         * lib/hard-locale.c: Assume <locale.h> exists.
11875         Include "strdup.h".
11876         (GLIBC_VERSION): New macro.
11877         (hard_locale): Assume setlocale exists.
11878         Rewrite to avoid #ifdef.
11879         Use strdup rather than malloc + strcpy.
11880         * lib/human.c: Assume <locale.h> exists.
11881         (human_readable): Assume localeconv exists.
11882
11883 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11884
11885         * modules/hard-locale (Depends-on): Add strdup.
11886
11887 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
11888
11889         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
11890         convert T2, not T.  (Imported from libc.)
11891
11892 2004-11-30  Simon Josefsson  <jas@extundo.com>
11893
11894         * modules/restrict (License): Change to LGPL.
11895
11896 2004-11-30  Simon Josefsson  <jas@extundo.com>
11897
11898         * m4/restrict.m4: Add copyright and copying conditions.
11899
11900 2004-11-30  Simon Josefsson  <jas@extundo.com>
11901
11902         * m4/base64.m4: New file.
11903
11904 2004-11-30  Simon Josefsson  <jas@extundo.com>
11905
11906         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
11907         base64.
11908
11909         * tests/test-base64.c: New file.
11910
11911         * modules/base64: New file.
11912
11913 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11914
11915         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
11916         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
11917
11918         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
11919
11920 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11921
11922         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
11923         (__getcwd.c): Don't restore errno; glibc doesn't.
11924         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
11925         first, falling back to our code only if its results look suspicious.
11926         Ensure that the resulting buffer is only as large as necessary.
11927
11928         * lib/readutmp.c: Include readutmp.h first.
11929         Include <errno.h>, since readutmp.h no longer does that.
11930         * lib/readutmp.h: Don't include <errno.h>,
11931         <sys/param.h>, <time.h>; not needed to establish interface.
11932         (errno): Remove decl.
11933         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
11934         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
11935         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
11936
11937 2004-11-28  Simon Josefsson  <jas@extundo.com>
11938
11939         * lib/base64.h, base64.c: New file.
11940
11941 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11942
11943         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
11944
11945 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11946
11947         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
11948         (Depends-on): Remove pathmax, same.  Add mempcpy.
11949         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
11950         (Makefile.am): Append getcwd.h to lib_SOURCES.
11951         (Include): Add getcwd.h.
11952         (Maintainer): Change from Jim Meyering to "all, glibc",
11953         since getdate now uses intended-for-glibc code.
11954         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
11955         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
11956
11957 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11958
11959         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
11960         HP's ANSI C compiler.
11961         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
11962         Declaring int functions causes warnings on some modern systems and
11963         shouldn't be needed to compile on ancient ones.
11964         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
11965         defined.
11966
11967         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
11968         with the following changes.
11969         (__set_errno): Parenthesize properly.
11970         Include <stdbool.h>.
11971         (MIN, MAX, MATCHING_INO): New macros.
11972         (__getcwd): Define with prototype, not K&R form.
11973         Use heuristics to allocate default buffer on stack if possible.
11974         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
11975         behavior, and to avoid the PATH_MAX limit when computing
11976         ../../../../...
11977         Use MATCHING_INO to compare inode number to file.
11978         Check for arithmetic overflow in size calculations.
11979         Fix bug in reallocation of dot array that caused getcwd to fail
11980         on directories nested deeper than 75.
11981         Be more careful about saving errno on error.
11982         Do not use realloc; use only free+malloc, as this is a bit
11983         more flexible and avoids a needless copy operation.
11984         Do not inspect st_dev and st_ino for symbolic links; POSIX
11985         doesn't specify the latter.
11986         Check for closedir errors.
11987         Avoid needless casts.
11988         Use "#ifdef weak_alias" around weak_alias, to be like other
11989         glibc code.
11990         The following changes to getcwd.c have effect only when used in
11991         gnulib; they have no effect inside glibc proper.
11992         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
11993         as alloca isn't used.
11994         (alloca, __alloca): Likewise.
11995         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
11996         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
11997         unconditionally, as gnulib assumes C89 or better.
11998         Do not include <sys/param.h>.
11999         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
12000         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
12001         better.
12002         (NULL) [!defined NULL]: Remove; we assume C89 or better.
12003         Include <dirent.h> in a way that is compatible with modern Autoconf.
12004         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
12005         New macros, if not already defined.
12006         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
12007         Use "_LIBC", not "defined _LIBC", for consistency.
12008         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
12009         a mempcpy module.
12010         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
12011         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
12012         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
12013         credit only to Jim Meyering and adjust the copyright dates.
12014         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
12015         <stdlib.h>, <unistd.h>, "pathmax.h".
12016         Instead, include "xgetcwd.h" (first) and "getcwd.h".
12017         (INITIAL_BUFFER_SIZE): Remove.
12018         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
12019
12020 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12021
12022         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
12023         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
12024         Use the _ONCE methods, for efficiency.
12025         Check for fcntl.h.  In test program, include <errno.h>
12026         and <fcntl.h> if available.  Remove old K&R cruft from
12027         test program.  Check for common errors in GNU/Linux,
12028         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
12029         don't do AC_LIBOBJ, as that's getcwd.m4's job.
12030         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
12031         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
12032         name accordingly.
12033         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
12034         accommodate new getcwd.c.
12035         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
12036         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
12037         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
12038         that's all we need now.
12039
12040 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12041
12042         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
12043         argp-parse.c depends on getopt internals, that means we should
12044         always use our getopt, to be on the safe side.
12045         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
12046         order not to spoil the result of an eventual previous invocation
12047         of gl_GETOPT_SUBSTITUTE.
12048
12049 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12050
12051         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
12052         redefinition warnings. To avoid them, include the defines
12053         in `#if !defined __need_getopt ... #endif'. The only place
12054         where __getopt_argv_const is used is in definitions
12055         of getopt_long and getopt_long_only below, which are as well
12056         protected by `#ifndef __need_getopt'.
12057         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
12058         __need_getopt after including <stdio.h> and <unistd.h> These
12059         headers might have defined it.
12060
12061 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
12064
12065 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12066
12067         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
12068         (futimens): New function, which uses futimes if available.
12069         (futimens, utimens): Support timespec==NULL, with same semantics
12070         as utime and utimens.
12071         * lib/utimens.h (futimens): New decl.
12072
12073 2004-11-23  Jim Meyering  <jim@meyering.net>
12074
12075         * lib/getopt_.h: Remove trailing blanks.
12076
12077 2004-11-23  Jim Meyering  <jim@meyering.net>
12078
12079         * lib/__fpending.c: Add comment.
12080
12081 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
12082
12083         * modules/canonicalize (Depends-on): Add xreadlink.
12084         Problem reported by James Youngman.
12085
12086 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12087
12088         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
12089         New macros.
12090         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
12091         optopt): Use them instead of invoking ## directly; otherwise, the
12092         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
12093
12094 2004-11-19  Bruno Haible  <bruno@clisp.org>
12095
12096         * lib/strtok_r.c: Move comments from here...
12097         * lib/strtok_r.h: ... to here.
12098
12099 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12100
12101         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
12102         implementations that mishandle size_t overflow.
12103
12104 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12105
12106         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
12107         might fail.  Problem reported by Yoann Vandoorselaere.
12108         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
12109         implementations that mishandle size_t overflow.
12110
12111 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12112
12113         * modules/canon-host (Depends-on): Add strdup.
12114
12115 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12116
12117         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
12118
12119 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         * lib/canon-host.c: Include "strdup.h".
12122         (canon_host): Use getaddrinfo if available, so that IPv6 works.
12123         Use strdup instead of malloc/strcpy to duplicate strings.
12124
12125         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
12126         (human_space_before_unit): New constant.
12127         * lib/human.c (human_readable): Support it.
12128
12129         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
12130         (xgetcwd): Set errno correctly when failing.
12131         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
12132         the failure is actually due to a PATH_MAX problem.
12133
12134         Further getopt changes to make it more likely that glibc will
12135         buy the changes back.
12136         * lib/getopt.c (POSIXLY_CORRECT): New constant.
12137         (getopt): Use it, so to preserve glibc semantic
12138         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
12139         when compiling for libc.
12140         * lib/getopt_.h (__getopt_argv_const): Bring it back.
12141         (getopt_long, getopt_long_only): Use it.
12142
12143         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
12144         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
12145         (getopt): Argv is now char * const *, as per standard.
12146         (_getopt_internal_r, _getopt_internal): Argv is now char **,
12147         not char *__getopt_argv_const *.
12148         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
12149         _getopt_long_only_r): Likewise.
12150         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
12151         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
12152         _getopt_long_r, _getopt_long_only_r): Likewise.
12153         * lib/getopt_.h (__getopt_argv_const): Remove.
12154         (getopt): Argv is now char * const *, as per standard.
12155
12156         * lib/getdate.y (tORDINAL): New token.
12157         (day, relunit): Allow it for relative times.
12158         (relative_time_table): Use tORDINAL for ordinals.
12159
12160 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12161
12162         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
12163         Document that "second" isn't allowed as an ordinal number.
12164
12165 2004-11-16  Jim Meyering  <jim@meyering.net>
12166
12167         * modules/closeout (Depends-on): Add fpending.
12168
12169 2004-11-15  Jim Meyering  <jim@meyering.net>
12170
12171         * lib/closeout.c: Include "__fpending.h" once again.
12172         Include <stdbool.h>.
12173         (close_stdout): Don't fail just because stdout was closed initially,
12174         since some programs don't write to stdout in the normal course of
12175         operation (other than --version and --help), and we don't want this
12176         function to make e.g. `touch file >&-' fail.
12177         But do fail if it was closed and someone has tried to write to it.
12178         E.g., `printf foo >&-' must fail.
12179
12180 2004-11-13  Jim Meyering  <jim@meyering.net>
12181
12182         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
12183
12184 2004-11-12  Simon Josefsson  <jas@extundo.com>
12185
12186         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
12187         small doc fix is still pending.
12188
12189 2004-11-11  Simon Josefsson  <jas@extundo.com>
12190
12191         * modules/strtok_r: New file.
12192
12193         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12194         strtok_r.
12195
12196 2004-11-11  Simon Josefsson  <jas@extundo.com>
12197
12198         * m4/strtok_r.m4: New file.
12199
12200         * m4/getopt.m4: Replace opterr.
12201
12202 2004-11-11  Simon Josefsson  <jas@extundo.com>
12203
12204         * lib/strtok_r.h, strtok_r.c: New file.
12205
12206 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
12209         of replacing opterr, getopt, etc.  This should handle the
12210         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
12211
12212 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
12213
12214         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
12215         we can stop lying to compilers about the constness of argv when we
12216         are compiled outside glibc.
12217         (getopt, getopt_long, getopt_long_only): Use it.
12218         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
12219         _getopt_internal, getopt): Likewise.
12220         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
12221         _getopt_long_only_r): Likewise.
12222         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
12223         _getopt_long_r, _getopt_long_only_r): Likewise.
12224
12225         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
12226         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
12227         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
12228         the other external symbols.
12229         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
12230         declaration, since the above renaming now works around collisions.
12231
12232 2004-11-11  Jim Meyering  <jim@meyering.net>
12233
12234         * lib/linebreak.c: Remove trailing blanks.
12235         * lib/alloca_.h: Likewise.
12236         * lib/acosl.c: Likewise.
12237         * lib/euidaccess.c: Likewise.
12238         * lib/allocsa.h: Likewise.
12239
12240 2004-11-10  Simon Josefsson  <jas@extundo.com>
12241
12242         * m4/getaddrinfo.m4: New file.
12243
12244 2004-11-10  Simon Josefsson  <jas@extundo.com>
12245
12246         * lib/getaddrinfo.h, getaddrinfo.c: New files.
12247
12248 2004-11-10  Simon Josefsson  <jas@extundo.com>
12249
12250         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12251         getaddrinfo.
12252
12253         * modules/getaddrinfo: New file.
12254
12255 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12256
12257         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
12258
12259 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12260
12261         * lib/mktime.c (SHR): New macro, which is a portable
12262         substitute for >> that should work even on Crays.
12263         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
12264         Problem reported by Mark D. Baushke in
12265         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
12266         * lib/getdate.y (SHR): Likewise.
12267         (tm_diff): Use it.
12268         * lib/strftime.c (SHR): Likewise.
12269         (tm_diff): Use it.
12270         * lib/quotearg.c (struct quoting_options): Use unsigned int for
12271         quote_these_too, so that right shifts are well defined.  All uses
12272         changed.
12273
12274 2004-11-10  Jim Meyering  <jim@meyering.net>
12275
12276         Ensure that no close failure goes unreported.
12277         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
12278         return early when it seems there's nothing to flush.
12279         Don't include __fpending.h.
12280
12281 2004-11-10  Jim Meyering  <jim@meyering.net>
12282
12283         * modules/closeout (Depends-on): Remove fpending.
12284
12285 2004-11-10  Jim Meyering  <jim@meyering.net>
12286
12287         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
12288
12289 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12290
12291         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
12292         gl_FUNC_STRFTIME.
12293         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
12294         and AC_REQUIRE when possible, to avoid duplicate checks.
12295         Check for <wchar.h>.
12296
12297 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12298
12299         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
12300
12301 2004-11-09  Bruno Haible  <bruno@clisp.org>
12302
12303         * m4/sockpfaf.m4: New file.
12304
12305 2004-11-05  Bruno Haible  <bruno@clisp.org>
12306
12307         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
12308         Reported by Mark D. Baushke <mdb@cvshome.org>.
12309
12310 2004-11-04  Bruno Haible  <bruno@clisp.org>
12311
12312         2004-09-11  Bruno Haible  <bruno@clisp.org>
12313                 * allocsa.valgrind: New file.
12314         2004-02-06  Bruno Haible  <bruno@clisp.org>
12315                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
12316                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
12317                 Reported by Christopher Seip <chris.seip@hp.com>.
12318
12319 2004-11-04  Bruno Haible  <bruno@clisp.org>
12320
12321         * modules/allocsa (Files): Add lib/allocsa.valgrind.
12322         (Makefile.am): Distribute it.
12323
12324 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
12325
12326         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
12327         with errno == ERANGE if the buffer is too small.
12328         Problem reported by Mark D. Baushke.
12329
12330 2004-11-03  Albert Chin <china@thewrittenword.com>
12331             Paul Eggert  <eggert@cs.ucla.edu>
12332
12333         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
12334         equivalent, substitute $ac_type for equivalent type rather than
12335         blindly using uint32_t *always* which won't work if uint32_t is not
12336         available.  Define _UINT32_T to work around typedef of uint32_t if
12337         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
12338         2.5.1.
12339
12340 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12341
12342         * m4/jm-macros.m4: Sync from coreutils.
12343         (gl_MACROS): Check for mbrlen, for pathchk.
12344         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
12345
12346 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12347
12348         * lib/xreadlink.c (MAXSIZE): New macro.
12349         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
12350         size does not exceed MAXSIZE.  Avoid cast.
12351         As suggested by Mark D. Baushke in
12352         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
12353         if readlink fails with buffer size just under MAXSIZE, try again
12354         with MAXSIZE.
12355
12356 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12357
12358         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
12359
12360 2004-11-02  Derek R. Price  <derek@ximbiot.com>
12361         and  Paul Eggert  <eggert@cs.ucla.edu>
12362
12363         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
12364         (get_date): Overparenthesize to avoid GCC warning.
12365
12366 2004-11-02  Bruno Haible  <bruno@clisp.org>
12367
12368         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
12369         returns void.
12370
12371 2004-11-02  Bruno Haible  <bruno@clisp.org>
12372
12373         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
12374         function returns void.
12375
12376 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12377
12378         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
12379         fflush_unlocked, flockfile, funlockfile, funlockfile,
12380         fputs_unlocked, putc_unlocked.
12381
12382 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12383
12384         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
12385         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
12386         already declared.
12387
12388 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12389
12390         * modules/getdate (Files): Add doc/getdate.texi.
12391         (Depends-on): Add setenv, xalloc.
12392
12393 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12394
12395         * lib/getdate.y: Add support for TZ="foo" within a date string.
12396         Fix some bugs near time_t boundaries.  Reject dates with
12397         out-of-range components, e.g., "Sept 31".
12398         Include <stdlib.h>, "setenv.h", "xalloc.h".
12399         (ISDIGIT_LOCALE): Remove; unused.
12400         Note that the TZ and time functions used here are not reentrant.
12401         (mktime_ok, get_tz): New functions.
12402         (TZBUFSIZE): New constant.
12403         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
12404         This requires that we sometimes generate our own TZ="XXX..." setting.
12405
12406 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12407
12408         * doc/getdate.texi: New file, from coreutils with modifications for
12409         the new TZ parsing.
12410
12411 2004-10-27  Derek R. Price  <derek@ximbiot.com>
12412
12413         * lib/mktime.c (not_equal_tm): Remove redundant check.
12414
12415 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12416
12417         * modules/regex (lib_SOURCES): Add regex.c.
12418         Reported by James Youngman in
12419         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
12420
12421 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12422
12423         * lib/getdate.y: Use Bison 1.875 features, and some minor
12424         code cleanups.  This change does not affect semantics.
12425         Don't include <stdlib.h>; no longer needed.
12426         Don't include unlocked-io.h; only the "#if TEST" code uses
12427         stdio, and performance isn't crucial there.
12428         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
12429         Bison 1.875 features as described below.
12430         All uses of "PC." replaced by "pc->".
12431         (YYSTYPE): Add a forward declaration.
12432         (yylex, yyerror): Use full prototypes in forward decls.
12433         Use "%pure-parser" rather than obsolescent "%pure_parser".
12434         Use %parse-param and %lex-param instead of obsolescent
12435         YYPARSE_PARAM and YYLEX_PARAM.
12436         (meridian_table, month_and_day_table, time_units_table,
12437         relative_time_table, time_zone_table, military_table,
12438         lookup_zone, lookup_word, get_date):
12439         Use NULL instead of 0 where appropriate.
12440         (to_hour): Avoid abort (), to avoid a dependency on
12441         stdlib.h.
12442         (yyerror, yylex): Now accepts parser_control * arg.
12443         (main) [TEST]: Use '\0' rather than 0 for char.
12444
12445 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12446
12447         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
12448
12449 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12450
12451         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
12452         It's now the caller's responsibility to handle the case where
12453         !HAVE_GETPAGESIZE && !defined getpagesize.
12454
12455         * lib/mktime.c (leapyear): Arg is long int, not int.
12456
12457 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
12458
12459         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
12460
12461 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12462
12463         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
12464         missing.  Problem reported by James Youngman.
12465
12466 2004-10-16  Simon Josefsson  <jas@extundo.com>
12467
12468         * gnulib-tool: Fix comments.  Fix parse problem.
12469         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
12470
12471 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
12472
12473         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
12474         implementation of getopt_long.  Problem reported by Alexander Taler in:
12475         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
12476
12477 2004-10-15  Bruno Haible  <bruno@clisp.org>
12478
12479         * gnulib-tool: Untabify. Initialize supplied_libname.
12480         (func_usage): More homogenous output.
12481         (func_modules_transitive_closure, func_modules_to_filelist,
12482         func_emit_lib_Makefile_am): New functions.
12483         (func_import): New function, extracted from big case statement. Use
12484         func_get_license, func_modules_transitive_closure,
12485         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
12486         opt_lgpl. Don't use test -a, as it's not portable.
12487         (func_create_testdir): Use func_modules_transitive_closure,
12488         func_modules_to_filelist, func_emit_lib_Makefile_am.
12489
12490 2004-10-15  Bruno Haible  <bruno@clisp.org>
12491
12492         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
12493
12494 2004-10-15  Bruno Haible  <bruno@clisp.org>
12495
12496         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
12497         the portions belonging to each module.
12498         Suggested by Derek Robert Price <derek@ximbiot.com>.
12499
12500 2004-10-12  Simon Josefsson  <jas@extundo.com>
12501
12502         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
12503         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
12504         to real functions.
12505
12506 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12507
12508         * modules/vsnprintf: New file.
12509
12510 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12511
12512         * m4/vsnprintf.m4: New file.
12513
12514 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12515
12516         * lib/vsnprintf.h: New file.
12517         * lib/vsnprintf.c: New file.
12518
12519 2004-10-11  Bruno Haible  <bruno@clisp.org>
12520
12521         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
12522         vsnprintf.
12523
12524 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12525
12526         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
12527
12528 2004-10-07  Bruno Haible  <bruno@clisp.org>
12529
12530         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
12531         fits into the provided buffer.
12532
12533 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12534
12535         * lib/diacrit.c, diacrit.h: Add GPL notice.
12536
12537         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
12538         notice.
12539         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
12540         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
12541         This avoids a potential constant-folding bug.
12542
12543 2004-10-05  Bruno Haible  <bruno@clisp.org>
12544
12545         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
12546         for the declaration of strsep.
12547
12548 2004-10-05  Bruno Haible  <bruno@clisp.org>
12549
12550         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
12551
12552 2004-10-04  Simon Josefsson  <jas@extundo.com>
12553
12554         * modules/memmem: New file.
12555         * tests/test-memmem.c: New file.
12556         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
12557
12558 2004-10-04  Simon Josefsson  <jas@extundo.com>
12559
12560         * m4/memmem.m4: New file.
12561
12562 2004-10-04  Simon Josefsson  <jas@extundo.com>
12563
12564         * lib/memmem.h: New file.
12565         * lib/memmem.c: New file, taken from glibc.
12566
12567 2004-10-04  Simon Josefsson  <jas@extundo.com>
12568
12569         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
12570         '#ifdef USE_UNLOCKED_IO'.
12571
12572 2004-10-04  Simon Josefsson  <jas@extundo.com>
12573
12574         * config/srclist.txt: Add memmem from glibc.
12575
12576 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12577
12578         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
12579
12580         * modules/argmatch, modules/argp, modules/closeout, modules/error,
12581         modules/exclude, modules/getdate, modules/getline,
12582         modules/getndelim2, modules/getpass, modules/getpass-gnu,
12583         modules/getusershell, modules/linebuffer, modules/md5,
12584         modules/mountlist, modules/posixtm, modules/readtokens,
12585         modules/readutmp, modules/regex, modules/sha1,
12586         modules/version-etc, modules/yesno:
12587         Remove dependency on unlocked-io.
12588
12589 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12590
12591         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
12592
12593         * m4/unlocked-io.m4: Add copyright notice.
12594         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
12595
12596 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12597
12598         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
12599         * lib/xmalloc.c (xmemdup): Likewise.
12600         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
12601         XFREE): Remove these long-obsolescent macros.
12602         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
12603         * lib/xstrdup.c: Remove.
12604
12605         * lib/regex.c (re_comp): Cast gettext return value to char *,
12606         Problem reported by Martin Neitzel via Mark D. Baushke.
12607
12608 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12609
12610         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
12611         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
12612         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
12613         regex.c, sha1.c, version-etc.c, yesno.c:
12614         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
12615         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
12616         the includer's responsibility.
12617
12618         Sync from coreutils.
12619
12620         * lib/modechange.c (mode_compile): Don't decrement a pointer that
12621         points to the start of a string, as the C Standard says the
12622         resulting behavior is undefined.
12623
12624         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
12625         simple -> simple_backups, numbered_existing ->
12626         numbered_existing_backups, numbered -> numbered_backups
12627         to avoid shadowing problems.  All uses changed.
12628         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
12629         * lib/backupfile.c (check_extension, numbered_backup):
12630         Rename locals to avoid shadowing 'basename'.
12631         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
12632         once.
12633
12634         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
12635         * lib/.cvsignore: Add getopt.h.
12636
12637 2004-10-04  Bruno Haible  <bruno@clisp.org>
12638
12639         * modules/README: New file.
12640         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
12641         not a module.
12642
12643 2004-10-02  Jim Meyering  <jim@meyering.net>
12644
12645         * lib/dirfd.h, getpagesize.h: Add copyright notice.
12646
12647 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12648
12649         * modules/strsep: New file.
12650
12651 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12652
12653         * m4/strsep.m4: New file.
12654
12655 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12656
12657         * lib/strsep.h: New file.
12658         * lib/strsep.c: New file.
12659
12660 2004-10-01  Simon Josefsson  <jas@extundo.com>
12661
12662         * lib/snprintf.c (snprintf): Handle size==0.
12663
12664 2004-10-01  Simon Josefsson  <jas@extundo.com>
12665             Bruno Haible  <bruno@clisp.org>
12666
12667         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
12668         (snprintf): Declare 'args'.
12669
12670 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
12671
12672         * lib/snprintf.c: Remove comments as to why each header is needed.
12673
12674 2004-10-01  Bruno Haible  <bruno@clisp.org>
12675
12676         * MODULES.html.sh: Add strsep.
12677
12678 2004-09-30  Simon Josefsson  <jas@extundo.com>
12679
12680         * modules/snprintf: New file.
12681
12682 2004-09-30  Simon Josefsson  <jas@extundo.com>
12683
12684         * m4/snprintf.m4: New file.
12685
12686 2004-09-30  Simon Josefsson  <jas@extundo.com>
12687
12688         * lib/snprintf.h, snprintf.c: New files.
12689
12690 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12691
12692         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
12693         (hol_entry_help): Never translate an empty string.
12694         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
12695         * lib/argp.h (OPTION_NO_TRANS): New option.
12696
12697 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12698
12699         * modules/argp (Maintainer): Replace Simon Josefsson
12700         by Sergey Poznyakoff.
12701
12702 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12703
12704         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
12705         changes merged back into glibc.
12706
12707 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12708
12709         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
12710
12711 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12712
12713         * lib/xvasprintf.c: Include xalloc.h.
12714         (xvasprintf): Use xalloc_die, not xmalloc_die.
12715
12716 2004-09-29  Bruno Haible  <bruno@clisp.org>
12717
12718         * modules/alloca-opt: New file, derived from modules/alloca.
12719         * modules/allocsa: Depend on alloca-opt instead of alloca.
12720         * modules/setenv: Likewise.
12721         * modules/vasnprintf: Likewise.
12722         * MODULES.html.sh: Add alloca-opt.
12723
12724 2004-09-28  Simon Josefsson  <jas@extundo.com>
12725
12726         * gnulib-tool: New parameter --lgpl, to asseert that modules are
12727         LGPL, and to replace license template from GPL to LGPL.
12728
12729 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12730
12731         * modules/dummy: Change license to LGPL.
12732
12733 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12734
12735         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
12736
12737 2004-09-24  Simon Josefsson  <jas@extundo.com>
12738
12739         * modules/minmax (License): Change from GPL to LGPL.
12740
12741 2004-09-23  Simon Josefsson  <jas@extundo.com>
12742
12743         * gnulib-tool (--import): Typo.
12744
12745 2004-09-23  Simon Josefsson  <jas@extundo.com>
12746
12747         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
12748
12749 2004-09-22  Bruno Haible  <bruno@clisp.org>
12750
12751         * modules/*: Add 'License' field.
12752         * gnulib-tool: Accept --extract-license option.
12753         (func_get_license): New function.
12754
12755 2004-09-21  Bruno Haible  <bruno@clisp.org>
12756
12757         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
12758         Reported by Simon Josefsson.
12759
12760 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12761
12762         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
12763         gl_AC_TYPE_LONG_LONG.
12764
12765 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12766
12767         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
12768
12769 2004-09-18  Simon Josefsson  <jas@extundo.com>
12770         and  Paul Eggert  <eggert@cs.ucla.edu>
12771
12772         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
12773         calls with autoreconf.  Define GL_LIB.
12774
12775 2004-09-14  Karl Berry  <karl@gnu.org>
12776
12777         * config/srclist.txt: unsync setenv.c, sigh.
12778
12779 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12780
12781         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
12782         Problem reported by Bruno Haible in:
12783         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
12784
12785 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12786
12787         * config/srclist.txt: Comment out argp-pvh.c.
12788
12789 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
12790
12791         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
12792         in case some system header has #define'd it.  Problem reported by
12793         Soeren D. Schulze in
12794         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
12795
12796 2004-09-09  Karl Berry  <karl@gnu.org>
12797
12798         * regex.[ch]: delete from the root.  These were supposed to be
12799                 synced with emacs cvs, but this has not happened for about
12800                 a year, and anyway nothing else uses emacs regex.[ch].
12801                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
12802                 lib/regex[.ch] is untouched.
12803
12804 2004-09-09  Bruno Haible  <bruno@clisp.org>
12805
12806         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
12807
12808 2004-09-09  Bruno Haible  <bruno@clisp.org>
12809
12810         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
12811         modifications.
12812         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
12813
12814 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12815
12816         * modules/xvasprintf: New file.
12817         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
12818
12819 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12820
12821         * lib/xvasprintf.h: New file.
12822         * lib/xvasprintf.c: New file.
12823         * lib/xasprintf.c: New file.
12824
12825 2004-09-08  Bruno Haible  <bruno@clisp.org>
12826
12827         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
12828
12829 2004-09-08  Bruno Haible  <bruno@clisp.org>
12830
12831         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
12832         length is > INT_MAX.
12833         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
12834         more.
12835
12836 2004-09-08  Bruno Haible  <bruno@clisp.org>
12837
12838         * lib/stdint_.h: New file, taken from GNU clisp.
12839
12840 2004-09-08  Bruno Haible  <bruno@clisp.org>
12841             Oskar Liljeblad  <oskar@osk.mine.nu>
12842
12843         * modules/stdint: New file.
12844         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
12845
12846 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         Import from coreutils.
12849         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
12850         strings on unbounded length.  alloca's performance benefits aren't
12851         that important here.
12852         (V_STRDUP): Remove.
12853         (parse_with_separator): New function, with most of the internals
12854         of the old parse_user_spec.  Allow user to omit both user and group,
12855         for compatibility with FreeBSD.
12856         Clone only the user name, not the entire spec.
12857         Do not set *uid, *gid unless entirely successful.
12858         Avoid memory leak in some failing cases.
12859         Fix regression for USER.GROUP reported by Dmitry V. Levin in
12860         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
12861         (parse_user_spec): Rewrite to use parse_with_separator.
12862
12863 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12864
12865         * modules/userspec: Don't depend on alloca.
12866
12867 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
12870
12871 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12872
12873         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
12874         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
12875         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
12876
12877 2004-08-16  Simon Josefsson  <jas@extundo.com>
12878
12879         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
12880         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
12881         Add --dry-run for --import.
12882         Let user provided command line parameters override configure.ac
12883         settings.
12884
12885 2004-08-12  Simon Josefsson  <jas@extundo.com>
12886
12887         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
12888         as discussed with Paul Eggert in threads rooted at
12889         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
12890         and
12891         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
12892         Before, the test was empty, and relied on ELIDE_CODE in source
12893         code.)
12894         (gl_PREREQ_GETOPT): New macro.
12895         (gl_GETOPT): Use them.
12896
12897 2004-08-12  Simon Josefsson  <jas@extundo.com>
12898
12899         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
12900         * lib/getopt_.h: Renamed from getopt.h.
12901
12902 2004-08-12  Simon Josefsson  <jas@extundo.com>
12903
12904         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
12905         Change default library name from libfoo to libgnu.
12906         Now, if you have a configure.ac that says:
12907                 gl_SOURCE_BASE(gl)
12908                 gl_M4_BASE(gl/m4)
12909                 gl_MODULES(error getopt etcetera)
12910                 gl_INIT
12911         you can import all you need by running:
12912                 ../gnulib/gnulib-tool --import
12913
12914         * modules/getopt (Files): Rename getopt.h to getopt_.h.
12915         (Makefile.am): Rewrite, use logic from argz.
12916         (Include): Use <getopt.h> instead of "getopt.h".
12917
12918 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         * modules/argp (Files): Add m4/unlocked-io.m4.
12921         (Depends-on): Add extensions.
12922
12923 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12924
12925         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
12926         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
12927         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
12928         Check for program_invocation_name, program_invocation_short_name,
12929         flockfile, funlockfile, features.h, _getopt_long_only_r.
12930
12931 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12932
12933         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
12934         its complicated substitute.
12935         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
12936         and program_invocation_name.
12937         (__argp_basename) [!_LIBC]: Remove; the only use was
12938         replaced by its body.
12939         (__argp_short_program_name): Change condition from
12940         !defined __argp_short_program_name to
12941         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
12942         to match argp-namefrob.h.
12943         (__argp_failure): Don't assume strerror_r returns char *.
12944         * lib/argp-parse.c (N_): Define unconditionally.
12945         (argp_default_options): Fill out initializers with 0 to avoid
12946         gcc warnings.
12947
12948 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12949
12950         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
12951         getopt1.c.
12952
12953 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12954
12955         Merge from coreutils.
12956
12957         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
12958
12959         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
12960         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
12961
12962 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12963
12964         Merge from coreutils.
12965
12966         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
12967         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
12968         for Reliant Unix 5.43.
12969
12970         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
12971         (union fooround): Use uintmax_t, not long int.
12972         The rest is a merge from libc:
12973         [defined _LIBC]: Include <shlib-compat.h>.
12974         (_obstack) [defined _LIBC]: Remove after 2.3.4.
12975
12976         * lib/settime.c (settime): Recode to avoid warning with
12977         Sun Forte C 6U2.
12978
12979         * lib/strverscmp.c: Convert to UTF-8.
12980
12981 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12984         m4/uintmax_t.m4.
12985
12986 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         * modules/xalloc-die: New file.
12989         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
12990
12991         * modules/md5 (Files): Add m4/uint32_t.m4.
12992         * modules/sha1: Renamed from modules/sha.
12993         (Files):
12994         Rename lib/sha.h to lib/sha1.h.
12995         Rename lib/sha.c to lib/sha1.c.
12996         Rename m4/sha.m4 to m4/sha1.m4.
12997         (lib_SOURCES): Likewise.
12998         (configure.ac): Rename gl_SHA to gl_SHA1.
12999         (Include): sha.h -> sha1.h.
13000
13001 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13002
13003         * m4/uint32_t.m4, uintptr_t.m4: New files.
13004         * m4/sha1.m4: Renamed from sha.m4.
13005         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
13006
13007 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13008
13009         * lib/obstack.h (obstack_empty_p):
13010         Don't assume that chunk->contents is suitably aligned.
13011         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
13012         Likewise. Problem reported by Benno in
13013         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
13014
13015         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
13016         readable.  This could be improved further but it'd take some work.
13017
13018 2004-08-08  Simon Josefsson  <jas@extundo.com>
13019
13020         * modules/xgethostname (Depends-on): Remove exit and error (not
13021         used).
13022
13023         * modules/getpass-gnu: Add getpass.h.
13024         (Depends-on): Add stdbool.
13025         * modules/getpass: Add getpass.h.
13026
13027 2004-08-08  Simon Josefsson  <jas@extundo.com>
13028
13029         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
13030         Check getpass declaration.
13031
13032 2004-08-08  Simon Josefsson  <jas@extundo.com>
13033
13034         * lib/xgethostname.c: Don't include error.h (not used).
13035
13036         * lib/getpass.h: Add.
13037         * lib/getpass.c: Include getpass.h first.
13038
13039 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
13040
13041         * lib/xalloc-die.c: New files.
13042         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
13043         All uses removed.
13044         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
13045         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
13046         xalloc-die.c.
13047         (_, N_, xalloc_die): Move to xalloc-die.c.
13048         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
13049         so that we needn't mess with xalloc_msg_memory_exhausted.
13050
13051         * lib/sha1.h: Renamed from sha.h.
13052         (SHA1_H): Renamed from _SHA_H.
13053         (sha1_ctx): Renamed from sha_ctx.
13054         (sha1_init_ctx): Renamed from sha_init_ctx.
13055         (sha1_process_block): Renamed from sha_process_block.
13056         (sha1_process_bytes): Renamed from sha_process_bytes.
13057         (sha1_finish_ctx): Renamed from sha_finish_ctx.
13058         (sha1_read_ctx): Renamed from sha_read_ctx.
13059         (sha1_stream): Renamed from sha_stream.
13060         (sha1_buffer): Renamed from sha_buffer.
13061         * lib/sha1.c: Likewise; renamed from sha.c.
13062         Do not include <sys/types.h>.
13063         Include <stddef.h> rather than <stdlib.h>.
13064
13065 2004-08-08  Bruno Haible  <bruno@clisp.org>
13066
13067         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
13068         FILESYSTEM_PREFIX_LEN.
13069         * lib/progreloc.c: Likewise.
13070         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
13071
13072 2004-08-06  Simon Josefsson  <jas@extundo.com>
13073
13074         * modules/progname (Depends-on): Don't depend on stdbool.
13075
13076 2004-08-06  Simon Josefsson  <jas@extundo.com>
13077
13078         * modules/getsubopt: New file.
13079         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13080         getsubopt.
13081
13082 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13083
13084         More merge from coreutils.
13085
13086         * m4/utimens.m4, utimecmp.m4: New files.
13087         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
13088         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
13089         prereq.m4, sha.m4: Import changes from coreutils.
13090
13091 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13092
13093         More merge from coreutils.
13094         * modules/raise, modules/readtokens0, modules/utimens,
13095         modules/utimecmp, module/xnanosleep: New files.
13096         * modules/strftime: Add lib/strftime.h.
13097         Change include from <time.h> to "strftime.h".
13098         * modules/yesno: Add lib/yesno.h.
13099         * modules/backupfile: Remove lib/addext.c.
13100         * modules/euidaccess: Add stat-macros.h.
13101         * modules/canonicalize, modules/euidaccess,
13102         modules/filemode, modules/lchown, modules/makepath,
13103         modules/rmdir, modules/stat: Likewise.
13104
13105 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13106
13107         Merge from tar.
13108         * lib/argp-help.c (make_hol, hol_append): Don't assume that
13109         SIZE_MAX is a valid preprocessor constant.
13110         (__argp_basename): Change from "#ifndef _LIBC"
13111         to "#ifndef __argp_short_program_name", so that
13112         we don't compile these functions for tar.
13113
13114         More merges from coreutils.
13115         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h,
13116         lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c,
13117         lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
13118         * lib/addext.c: Remove; no longer needed.
13119         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
13120         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
13121         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
13122         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
13123         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
13124         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
13125         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
13126         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
13127         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
13128         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13129         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
13130         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
13131         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
13132         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
13133         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
13134         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
13135         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
13136         Import changes from coreutils.
13137
13138 2004-08-05  Simon Josefsson  <jas@extundo.com>
13139
13140         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
13141
13142 2004-08-05  Simon Josefsson  <jas@extundo.com>
13143
13144         * m4/getsubopt.m4: New file.
13145
13146 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13147
13148         Merge from coreutils.
13149
13150         * m4/c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
13151         New files.
13152
13153         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
13154         FILESYSTEM_PREFIX_LEN ->
13155         FILE_SYSTEM_PREFIX_LEN.
13156         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
13157         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
13158         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
13159         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
13160
13161         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
13162         prerequisite modules now handle the DOS stuff.
13163         Don't check for unistd.h.
13164
13165 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13166
13167         Merge from coreutils.
13168
13169         * lib/.gdb-history: Remove; this doesn't belong here.
13170
13171         * lib/c-strtod.c, c-strtod.h, c-strtold.c, cycle-check.c,
13172         cycle-check.h, dev-ino.h, canonicalize.h, canonicalize.c,
13173         fcntl-safer.h, fcntl-safer.c, getcwd.c: New files.
13174
13175         * lib/dirname.h: Include <stdbool.h>.
13176         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
13177         for consistency with POSIX terminology.  All uses changed.
13178         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
13179         (strip_trailing_slashes): Use bool for booleans.
13180         * lib/stripslash.c (strip_trailing_slashes): Likewise.
13181
13182         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
13183         sometimes returns a positive errno value even when it succeeds.
13184         (print_errno_message) [!LIBC]: Fall back on strerror if
13185         __strerror_r fails.
13186
13187         * lib/path-concat.c (mempcpy): Don't define if a system header defines
13188         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
13189         (longest_relative_suffix): New function.
13190         (path_concat): Use it.  Assume first argument is not NULL.
13191         Port to DOS.  Omit redundant separators.
13192         Report an error instead of returning NULL.
13193         Use mempcpy instead of memcpy.
13194         (xpath_concat): Remove: not declared or used.
13195
13196         * lib/same.h: Include <stdbool.h>
13197         (same_name): Return bool, not int.
13198         * lib/same.c (same_name): Likewise.
13199         (errno): Don't declare; we assume C89 or better now.
13200
13201         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
13202         if not already defined.
13203
13204         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
13205         * lib/dup-safer.c (errno): Likewise.
13206
13207 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13208
13209         Merge from coreutils.
13210         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
13211         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
13212         * modules/path-concat: Don't depend on strdup.
13213
13214 2004-08-03  Simon Josefsson  <jas@extundo.com>
13215
13216         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
13217         * lib/progname.h: Don't include stdbool.h.
13218
13219 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13220
13221         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
13222         * MODULES.html.sh (func_all_modules): Remove fatal.
13223
13224 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13225
13226         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
13227
13228 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
13231         working.
13232
13233 2004-08-02  Simon Josefsson  <jas@extundo.com>
13234
13235         * lib/getsubopt.h: New file, with comments from Bruno Haible.
13236         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
13237         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
13238
13239 2004-08-01  Simon Josefsson  <jas@extundo.com>
13240
13241         * lib/xgetdomainname.c: Include stdlib.h, for free().
13242
13243 2004-07-19  Bruno Haible  <bruno@clisp.org>
13244
13245         * MODULES.html.sh (func_all_modules): Add dummy.
13246
13247 2004-07-16  Simon Josefsson  <jas@extundo.com>
13248
13249         * modules/dummy: New file.
13250
13251 2004-07-16  Simon Josefsson  <jas@extundo.com>
13252
13253         * lib/dummy.c: New file.
13254
13255 2004-07-16  Bruno Haible  <bruno@clisp.org>
13256
13257         * lib/backupfile.h: Add extern "C" for C++.
13258         * lib/closeout.h: Likewise.
13259         * lib/copy-file.h: Likewise.
13260         * lib/findprog.h: Likewise.
13261         * lib/full-write.h: Likewise.
13262         * lib/pathname.h: Likewise.
13263         * lib/progname.h: Likewise.
13264         * lib/stpcpy.h: Likewise.
13265         * lib/stpncpy.h: Likewise.
13266         * lib/strcase.h: Likewise.
13267         * lib/strstr.h: Likewise.
13268         * lib/xalloc.h: Likewise.
13269
13270         * lib/mbswidth.h: Add extern "C" for C++.
13271         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
13272
13273 2004-07-13  Robert Millan  <robertmh@gnu.org>
13274
13275         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
13276
13277 2004-07-09  Simon Josefsson  <jas@extundo.com>
13278
13279         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
13280         failed without this.)
13281
13282 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13283
13284         * modules/chown (Files): Add lib/fchown-stub.c, since
13285         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
13286
13287 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         * lib/fchown-stub.c: New file.
13290
13291 2004-06-24  Jim Meyering  <jim@meyering.net>
13292
13293         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
13294
13295 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13296
13297         * modules/argz: Omit "#include".
13298
13299         * MODULES.html.sh (func_all_modules): Add calloc, to match
13300         2004-06-01 addition of calloc module.
13301
13302 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13303
13304         * m4/argz.m4: New file, which is autoupdated from libtool.
13305
13306 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13307
13308         * lib/argz.c, argz_.h: New files, which are autoupdated from libtool.
13309
13310 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13311
13312         * config/srclist-update: Don't insist on "USA." before the
13313         close-comment, as libtool omits the period and puts the */ on a
13314         separate line.
13315         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
13316         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
13317
13318 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
13319
13320         * modules/argz: New file.
13321         * MODULES.html.sh (func_all_modules): Add argz.
13322
13323 2004-06-12  Jim Meyering  <jim@meyering.net>
13324         and  Paul Eggert  <eggert@cs.ucla.edu>
13325
13326         * modules/hash (Files): Add lib/xalloc.h.
13327         * modules/pipe (Depends-on): Add wait-process.
13328         * modules/stat (Depends-on): Add xalloc.
13329         * modules/userspec (Files): Add lib/userspec.h.
13330         * modules/xstrto
13331
13332         Upgrade from gettext-0.13.
13333         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
13334         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
13335         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
13336
13337 2004-06-10  Jim Meyering  <jim@meyering.net>
13338
13339         * lib/calloc.c: New file.
13340
13341 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
13342
13343         * lib/getdate.y (yylex): Allow space between sign and number.
13344         Problem reported by Dan Jacobson.
13345
13346 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13347
13348         Merge from coreutils CVS.
13349
13350         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
13351         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
13352         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
13353         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
13354         xstrtol.m4: Fix copyright date and/or serial number.
13355
13356         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
13357         See if we need an fchown replacement.
13358         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
13359         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
13360         and use the replacement function if we detect either defect.
13361
13362         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
13363         gl_UTIMECMP.
13364
13365 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13366         and  Jim Meyering  <jim@meyering.net>
13367
13368         Merge from coreutils CVS.
13369
13370         * lib/stat-macros.h: New file, with contents from file-type.h
13371         and coreutils' system.h.
13372         * lib/file-type.c: Include "stat-macros.h".
13373         * lib/file-type.h (file_type): Move all macro definitions to new file,
13374         stat-macros.h.
13375
13376         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
13377         Wrap old code with this conditional.
13378         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
13379         function that does not dereference symlinks.
13380         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
13381
13382         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
13383         dependency problems.
13384         (xreadlink): Accept new arg SIZE, for efficiency.
13385         All decls and uses changed.
13386         * lib/xreadlink.h: Include <stddef.h>, for size_t.
13387
13388         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
13389         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
13390
13391         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
13392         sysexits.h.
13393
13394 2004-06-01  Jim Meyering  <jim@meyering.net>
13395
13396         * m4/calloc.m4: New file.
13397
13398 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
13399
13400         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
13401         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
13402         Also, fix a typo in a diagnostic.
13403
13404 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
13405
13406         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
13407         or AC_FUNC_REALLOC.
13408
13409 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
13410
13411         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
13412         macros to be defined.
13413         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
13414         the allocator returns NULL because the requested size is zero.
13415
13416 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13417
13418         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
13419         var.  Add comment explaining why libc still defines it.  This
13420         merges the following patch from glibc:
13421         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
13422
13423 2004-05-20  Andreas Schwab  <schwab@suse.de>
13424
13425         * m4/free.m4: Replace free if it not known to work, not the other
13426         way round.
13427
13428 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13429
13430         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
13431         present in glibc since revision 1.1 of this file.
13432         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
13433         obstack_alignment_mask, obstack_alloc, obstack_base,
13434         obstack_blank, obstack_blank_fast, obstack_chunk_size,
13435         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
13436         obstack_grow0, obstack_init, obstack_int_grow,
13437         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
13438         obstack_next_free, obstack_object_size, obstack_ptr_grow,
13439         obstack_ptr_grow_fast, obstack_room): Remove declarations of
13440         nonexistent functions.
13441
13442 2004-05-18  Karl Berry  <karl@gnu.org>
13443
13444         * config/srclist.txt: break link for vasnprintf.c.
13445
13446 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13447
13448         Port obstack to the AS/400, where pointers are 16 bytes wide and
13449         you cannot cast an integer to a valid pointer.  This patch is
13450         currently waiting to be integrated into glibc; see
13451         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
13452
13453         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
13454         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
13455         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
13456         (struct obstack): temp member is now a union of a pointer and
13457         an integer, instead of an integer.  All integer uses changed.
13458         This does not affect the physical layout of struct obstack,
13459         except on hosts (like the AS/400) where the size or alignment of
13460         void * is greater than that of ptrdiff_t.
13461         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
13462         __STDC__)]: Store temporary in pointer member of union, not
13463         integer member.
13464         * lib/obstack.c: Include <stddef.h>, for offsetof.
13465         (struct fooalign): Remove; it doesn't need a name.
13466         (union fooround): Change double to long double, and add void *.
13467         (DEFAULT_ALIGNMENT): Use offsetof to compute.
13468         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
13469         not a macro.  Hence the values are always int; so remove all
13470         casts-to-int in uses.
13471
13472 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13473
13474         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
13475         we can get this patch merged into glibc.
13476
13477 2004-05-17  Derek R. Price  <derek@ximbiot.com>
13478             Paul Eggert  <eggert@cs.ucla.edu>
13479
13480         * m4/argp: Depend on alloca.
13481
13482 2004-05-17  Derek R. Price  <derek@ximbiot.com>
13483             Paul Eggert  <eggert@cs.ucla.edu>
13484
13485         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
13486         freecoding.
13487
13488 2004-05-17  Bruno Haible  <bruno@clisp.org>
13489
13490         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
13491         precision that consists of a '.' followed by an empty digit string.
13492         Patch by Tor Lillqvist <tml@iki.fi>.
13493
13494 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13495
13496         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
13497         for backward compatibility with older code.  We need our own
13498         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
13499         it under some other name, and our alloca.h will define it.
13500
13501 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13502             Derek Price  <derek@ximbiot.com>
13503
13504         * lib/alloca.c: Include <alloca.h>, to get our interface.
13505         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
13506         include <alloca.h> first.  Use C89 prototype for alloca; this
13507         requires including <stddef.h> for size_t.  Use extern "C" if C++.
13508         Use #elif for simplicity, since we can assume C89 now.
13509         Don't try to source the system alloca.h since it will not be found
13510         and to prevent recursively including its replacement.
13511         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
13512         * lib/regex.c: Likewise.
13513
13514 2004-05-16  Derek Price  <derek@ximbiot.com>
13515             Paul Eggert  <eggert@cs.ucla.edu>
13516
13517         getline cleanup.  This changes the getndelim2 API: both order of
13518         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
13519         no delimiter).
13520
13521         * lib/getline.c: Don't include stddef.h or stdio.h, since our
13522         interface does that.
13523         (getline): Always use getdelim, so that we don't have two
13524         copies of this code.
13525         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
13526         if available.
13527         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
13528         (GETNDELIM2_MAXIMUM): New macro.
13529         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
13530         instead of the old practice of delim2==0.  All callers changed.
13531         Return -1 on overflow, instead of returning junk.
13532         Do not set *linesize unless allocation succeeds.
13533         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
13534         that we include sys/types.h.
13535         * lib/getnline.h: Likewise.
13536         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
13537         (getndelim2): Reorder arguments.
13538         * lib/getnline.c (getnline, getndelim):
13539         Don't discard the NMAX argument.
13540         (getnline): Invoke getndelim, to avoid code duplication.
13541         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
13542         of (size_t) -1 by callers of the getnline family.
13543
13544 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13545
13546         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
13547         Check for gettimeofday.
13548         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
13549         Check for settimeofday, stime.
13550
13551 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13552
13553         * lib/nanosleep.c (suspended): Change its type from int to
13554         sig_atomic_t volatile.
13555         (first_call): Make it private to rpl_nanosleep, and have it
13556         be zero initially as that's a bit faster.
13557         (my_usleep): Round up fractional times instead of truncating them,
13558         as this is the usual meaning for 'sleep'.
13559
13560         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
13561         doesn't work.
13562         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
13563         (ENOSYS): Define if not defined.
13564         (settime): Fall back on stime if it exists and settimeofday fails.
13565         But don't bother with fallbacks if a method fails with errno == EPERM.
13566
13567 2004-05-11  Jim Meyering  <jim@meyering.net>
13568
13569         Prior to this change, the save_cwd caller required read access to the
13570         current directory on most systems (ones with the fchdir function).
13571
13572         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
13573         fails, try write-only, and finally, resort to using xgetcwd.
13574
13575 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13576
13577         * lib/obstack.c, obstack.h: Import changes from libc.
13578
13579 2004-04-28  Bruno Haible  <bruno@clisp.org>
13580
13581         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
13582         also implicitly appends .exe to executables.
13583         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
13584         accepts Windows pathnames.
13585         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
13586         Treat Cygwin like Windows, since it now accepts Windows pathnames.
13587         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
13588         Treat Cygwin like Windows, since it now accepts Windows pathnames.
13589         Reported by Derek Robert Price <derek@ximbiot.com>.
13590
13591 2004-04-21  Karl Berry  <karl@gnu.org>
13592
13593         * config/srclist.txt (localcharset.c): break sync.
13594
13595 2004-04-20  Paul Eggert  <eggert@twinsun.com>
13596
13597         * m4/host-os.m4: Add a copyright notice.
13598
13599 2004-04-20  Jim Meyering  <jim@meyering.net>
13600
13601         Change UTILS_ to gl_ in AC_DEFINE'd names.
13602         Change utils_- and jm_-prefixed variables, too.
13603         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
13604         UTILS_FUNC_MKDIR_TRAILING_SLASH.
13605         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
13606
13607         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
13608         Don't emit trailing blanks.
13609         Also rename jm_-prefixed variables to have gl_ prefix.
13610
13611         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
13612         Also rename jm_-prefixed variables to have gl_ prefix.
13613
13614         * m4/jm-macros.m4: Reflect the renamings.
13615         * m4/prereq.m4: Likewise.
13616
13617 2004-04-20  Jim Meyering  <jim@meyering.net>
13618
13619         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
13620         memory.
13621
13622 2004-04-20  Jim Meyering  <jim@meyering.net>
13623             Bruno Haible  <bruno@clisp.org>
13624
13625         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
13626         memory when realloc fails.
13627
13628 2004-04-19  Jim Meyering  <jim@meyering.net>
13629
13630         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
13631         now that readutmp.c may call `free (0)'.
13632
13633 2004-04-19  Bruno Haible  <bruno@clisp.org>
13634
13635         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
13636         * m4/inttypes_h.m4: Likewise.
13637         * m4/stdint_h.m4: Likewise.
13638         * m4/intmax_t.m4: Likewise.
13639         * m4/uintmax_t.m4: Likewise.
13640
13641 2004-04-18  Jim Meyering  <jim@meyering.net>
13642
13643         * m4/prereq.m4: Don't forbid jm_ prefix.
13644
13645         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
13646         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
13647         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
13648         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
13649         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
13650         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
13651         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
13652         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
13653         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
13654         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
13655         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
13656         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
13657         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
13658         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
13659         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
13660         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
13661         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
13662         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
13663         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
13664
13665 2004-04-18  Jim Meyering  <jim@meyering.net>
13666
13667         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
13668         failure, don't leak memory and do call END_UTMP_ENT.
13669
13670 2004-04-16  Jim Meyering  <jim@meyering.net>
13671
13672         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
13673         coreutils' stat program.
13674         (gl_PREREQ): Don't require jm_PREREQ_STAT.
13675
13676 2004-04-11  Paul Eggert  <eggert@twinsun.com>
13677
13678         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
13679         C89.
13680         (CHAR_BIT): Remove, since we assume C89.
13681         Include <stdint.h> if available, as per current Autoconf CVS advice.
13682
13683 2004-03-31  Jim Meyering  <jim@meyering.net>
13684
13685         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
13686         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
13687         * m4/xalloc.m4: Likewise.
13688
13689 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13690
13691         Merge from coreutils.
13692
13693         * m4/inttostr.m4: New file.
13694         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
13695         Require AM_STDBOOL_H and gl_TIMESPEC instead.
13696         Require gl_CLOCK_TIME.
13697         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
13698
13699 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13700
13701         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
13702         not bool, to be more consistent with Unix conventions.
13703         Suggested by Bruno Haible.
13704
13705         Merge from coreutils.
13706
13707         * lib/imaxtostr.c, inttostr.c, inttostr.h, offtostr.c, umaxtostr.c:
13708         New files.
13709
13710         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
13711         the usual <time.h> dance.
13712         (get_date): Change signature to support fractional time stamps.
13713         All callers changed.
13714         * lib/getdate.y: Include "getdate.h" first, as we can now
13715         assume C89 and don't need to worry about 'const'.
13716         Similarly, include "unlocked-io.h" near start, not in middle.
13717         Include <limits.h>.
13718         (textint.value): Use long int rather than int.
13719         (textint.digits): Use size_t rather than int.
13720         (BILLION, LOG10_BILLION): New constants.
13721         (parser_control): New member rel_ns.  Members day_ordinal,
13722         time_zone, month, day, hour, minutes, rel_year, rel_month,
13723         rel_day, rel_hour, rel_minutes, rel_seconds
13724         are now long int, not int.  Member seconds is now struct timespec,
13725         not int.  New member timespec_seen.  Members dates_seen, days_seen,
13726         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
13727         not int.
13728         (%union.intval): Now long int, not int.
13729         New member timespec.
13730         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
13731         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
13732         (spec): Now is a timespec or an item list.
13733         (timespec, items): New nonterminals.
13734         (time, rel, relunit, number, get_date):
13735         Add support for fractional seconds.
13736         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
13737         (gmtime, localtime, mktime): Remove decls; not needed with C89.
13738         (to_hour): First arg is now long int, not int.
13739         (to_year): Returns long int, not int.
13740         Don't treat year -70 like 70.
13741         (tm_diff): Returns long int, not int.
13742         (lookup_word): Use bool instead of int when appropriate.
13743         (yylex): Use size_t for count, not int.
13744         Detect overflow when parsing large integer constants.
13745         Add support for fractions.
13746         (get_date): Make pointers 'const' if possible.
13747         Use more-portable code to detect integer overflow.
13748         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
13749         Don't use ctime; it's not reliable if the year has >4 digits.
13750
13751         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
13752         This is for compatibility with BSD.
13753
13754         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
13755         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
13756         From coreutils' system.h.
13757
13758         * lib/userspec.c: Don't include "posixver.h".
13759         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
13760         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
13761         compatible extension.  Simplify code by removing a boolean int
13762         that was always nonzero if a string was nonnull.
13763
13764 2004-03-30  Jim Meyering  <jim@meyering.net>
13765
13766         Merge from coreutils.
13767
13768         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
13769         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
13770         on some systems one must include <grp.h> before it.
13771         Reported by Christian Krackowizer.
13772
13773 2004-03-30  Jim Meyering  <jim@meyering.net>
13774
13775         Merge from coreutils.
13776
13777         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
13778
13779         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
13780         an empty input stream.
13781
13782         * lib/readtokens.c: Include <stdbool.h>.
13783         (readtoken): Use `size_t' rather than int/long.
13784         All callers adjusted.
13785         Use `bool' rather than `int' where appropriate.
13786         Use memset rather than an explicit loop.
13787         Use x2nrealloc rather than xrealloc.
13788         Allow the use of `\0' as a delimiter.
13789         (readtokens): Likewise.
13790         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
13791
13792 2004-03-30  Jim Meyering  <jim@meyering.net>
13793
13794         * m4/realloc.m4: Remove file, since now it does no more than
13795         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
13796         the `configure.ac' section of module/realloc.
13797         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
13798
13799 2004-03-30  Bruno Haible  <bruno@clisp.org>
13800
13801         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
13802         nonnull.
13803
13804 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13805
13806         Merge changes to getloadavg.c from coreutils and Emacs.
13807
13808         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
13809         Define to an expression, not to the empty string.
13810         Include cloexec.h and xalloc.h.
13811         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
13812         Use set_cloexec_flag rather than rolling our own.
13813         * lib/cloexec.c, cloexec.h: New files.
13814
13815 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13816
13817         * m4/cloexec.m4: New file.
13818
13819 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13820
13821         * lib/getopt.h: Sync with libc CVS.
13822
13823 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13824             Bruno Haible  <bruno@clisp.org>
13825
13826         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
13827         mbswidth.
13828
13829 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13830             Bruno Haible  <bruno@clisp.org>
13831
13832         * lib/mbswidth.h: Include <wchar.h> only if
13833         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
13834         <wchar.h>.
13835         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
13836
13837 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13838
13839         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
13840         Sync with libc CVS.
13841         * lib/getopt_int.h: New file, also synced from libc.
13842
13843 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13844
13845         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
13846         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
13847         Bring back getopt.c, getopt.h, getopt1.c.
13848
13849 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13850
13851         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
13852         All uses changed.  Check for sa_sigaction member; this fixes
13853         a bug first reported by Jason Andrade in
13854         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13855
13856 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13857
13858         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
13859         '#if' expressions.  Unlike the code it replaces, it does not
13860         depend on (defined _SC_PAGESIZE).  However, it does depend on
13861         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
13862         first reported by Jason Andrade in
13863         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13864
13865 2004-02-25  Simon Josefsson  <jas@extundo.com>
13866
13867         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
13868
13869 2004-02-25  Simon Josefsson  <jas@extundo.com>
13870
13871         * lib/strdup.h: New file.
13872         * lib/strdup.c: Include it.
13873         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
13874         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
13875
13876 2004-02-23  Karl Berry  <karl@gnu.org>
13877
13878         * doc/maintain.texi, standards.texi, make-stds.texi: new files
13879         (from fencepost.gnu.org:/gd/gnuorg).
13880
13881 2004-02-23  Karl Berry  <karl@gnu.org>
13882
13883         * config/srclistvars.sh (GNUORG) [karl]: redefine.
13884         * config/srclist.txt: add maintain/standards documents.
13885
13886 2004-02-18  Bruno Haible  <bruno@clisp.org>
13887
13888         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
13889         Reported by Derek Robert Price <derek@ximbiot.com>.
13890
13891 2004-02-16  Karl Berry  <karl@gnu.org>
13892
13893         * config/mkinstalldirs, install-sh: update from automake.
13894
13895 2004-02-06  Karl Berry  <karl@gnu.org>
13896
13897         * m4/po.m4: update from gettext 0.14.1.
13898
13899 2004-02-06  Karl Berry  <karl@gnu.org>
13900
13901         * lib/config.charset: update from gettext 0.14.1.
13902
13903 2004-02-05  Paul Eggert  <eggert@twinsun.com>
13904
13905         Add comments and code, prompted by suggestions from Bruno Haible
13906         for sh-quote.
13907         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
13908         describing the enum quoting_style values.
13909         * lib/quotearg.c (quotearg_alloc): New function.
13910         (quotearg_buffer_restyled): Treat lone { and } as special.
13911         Treat = as special.  Work around bug with older shells
13912         that "see" a '\' that is really the 2nd byte of a multibyte char.
13913         Quote empty string with shell_quoting_style.
13914
13915 2004-02-03  Bruno Haible  <bruno@clisp.org>
13916
13917         * m4/pipe.m4: New file, from GNU gettext.
13918
13919 2004-02-03  Bruno Haible  <bruno@clisp.org>
13920
13921         * lib/pipe.h: New file, from GNU gettext.
13922         * lib/pipe.c: New file, from GNU gettext.
13923
13924 2004-01-27  Bruno Haible  <bruno@clisp.org>
13925
13926         * m4/execute.m4: New file, from GNU gettext.
13927
13928 2004-01-27  Bruno Haible  <bruno@clisp.org>
13929
13930         * lib/execute.h: New file, from GNU gettext.
13931         * lib/execute.c: New file, from GNU gettext.
13932         * lib/w32spawn.h: New file, from GNU gettext.
13933
13934 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13935
13936         Merge from diffutils.
13937
13938         * lib/file-type.c (file_type): Add typed memory objects.
13939         * lib/file-type.h (S_TYPEISTMO): New macro.
13940
13941         * lib/c-stack.h (c_stack_action): Remove argv argument.
13942         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
13943         (die): Don't calculate message unless segv_action returns.
13944         (get_stack_location, min_address_from_argv, max_address_from_argv,
13945         volatile stack_base, volatile_stack_size): Remove.
13946         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
13947         that every segmentation violation is a stack overflow.  (Ouch!)
13948         See Debian bug 136249 (still outstanding) for more info about why
13949         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
13950
13951 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13952
13953         Exit-status fix from coreutils.
13954
13955         Use exit_failure consistently in place of EXIT_FAILURE,
13956         so that program exit statuses are consistent on failure.
13957
13958         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
13959         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
13960         * lib/argmatch.h: Comment fix to match the above.
13961         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
13962         Now a macro referring to exit_failure, instead of a separate
13963         variable.  Include "exitfail.h" to get it.
13964         * lib/xstrtol.h: Include "exitfail.h".
13965         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
13966
13967         * lib/long-options.c (parse_long_options): Use prototype
13968         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
13969         for clarity.
13970
13971 2004-01-21  Jim Meyering  <jim@meyering.net>
13972
13973         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
13974         so as not to conflict with a different-sized __mktime_internal
13975         function in GNU libc.
13976         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
13977         Problem building statically-linked `ls' reported by Michael Brunnbauer.
13978
13979 2004-01-20  Karl Berry  <karl@gnu.org>
13980
13981         * config/config.guess: update from config.
13982
13983         * config/srclistvars.sh: GNUWWWLICENSES for karl.
13984
13985 2004-01-20  Bruno Haible  <bruno@clisp.org>
13986
13987         Safer stack allocation.
13988         * lib/setenv.c: Include allocsa.h.
13989         (alloca): Remove fallback definition.
13990         (freea): Remove macro.
13991         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
13992         instead of freea.
13993
13994 2004-01-20  Bruno Haible  <bruno@clisp.org>
13995
13996         * m4/eealloc.m4: New file, from GNU gettext.
13997
13998 2004-01-20  Bruno Haible  <bruno@clisp.org>
13999
14000         * m4/allocsa.m4: New file, from GNU gettext.
14001
14002 2004-01-20  Bruno Haible  <bruno@clisp.org>
14003
14004         * lib/xallocsa.h: New file, from GNU gettext.
14005         * lib/xallocsa.c: New file, from GNU gettext.
14006
14007 2004-01-20  Bruno Haible  <bruno@clisp.org>
14008
14009         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
14010
14011 2004-01-20  Bruno Haible  <bruno@clisp.org>
14012
14013         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
14014         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
14015         specially.
14016
14017 2004-01-20  Bruno Haible  <bruno@clisp.org>
14018
14019         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
14020         patch.
14021
14022 2004-01-20  Bruno Haible  <bruno@clisp.org>
14023
14024         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
14025
14026 2004-01-20  Bruno Haible  <bruno@clisp.org>
14027
14028         * lib/eealloc.h: New file.
14029
14030 2004-01-20  Bruno Haible  <bruno@clisp.org>
14031
14032         * lib/binary-io.h: Avoid warnings on Cygwin.
14033
14034 2004-01-20  Bruno Haible  <bruno@clisp.org>
14035
14036         * lib/allocsa.h: New file, from GNU gettext.
14037         * lib/allocsa.c: New file, from GNU gettext.
14038
14039 2004-01-18  Karl Berry  <karl@gnu.org>
14040
14041         * doc/gpl.texi, lgpl.texi: new files.
14042
14043 2004-01-18  Karl Berry  <karl@gnu.org>
14044
14045         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
14046         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
14047
14048 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14049
14050         Merge from coreutils.
14051
14052         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
14053         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
14054         (gl_DEFAULT_POSIX2_VERSION): Move
14055         the documentation from 'configure' into 'config.hin',
14056         so that 'configure --help' isn't burdened by it and
14057         we don't have to worry about its formatting there.
14058         Reword the documentation so that it's more succinct
14059         and can be run together into a single paragraph.
14060         * m4/same.m4 (gl_SAME): Check for pathconf.
14061
14062 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14063
14064         Merge from coreutils.
14065
14066         * lib/posixver.c: Include posixver.h.
14067
14068         * lib/same.c: Include <stdbool.h>, <limits.h>.
14069         (_POSIX_NAME_MAX): Define if not defined.
14070         (MIN): New macro.
14071         (same_name): If file names are silently truncated, report
14072         that the file names are the same if they are the same after
14073         the silent truncation.
14074
14075         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
14076         conversion function.
14077         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
14078         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
14079         longer needed.
14080
14081 2004-01-15  Jim Meyering  <jim@meyering.net>
14082
14083         Merge from coreutils.
14084
14085         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
14086         if no library is required.
14087         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
14088         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
14089         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
14090         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
14091         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
14092         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
14093         value, $ac_cv_search_crypt, if it's "none required".
14094         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
14095         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
14096         not gl_FUNC_GETLOADAVG.
14097         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
14098         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
14099
14100 2004-01-15  Jim Meyering  <jim@meyering.net>
14101
14102         Merge from coreutils.
14103
14104         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
14105         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
14106         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
14107
14108         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
14109         optional configure-time default.
14110
14111         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14112
14113         * lib/xreadlink.c (xreadlink): Correct outdated comment.
14114
14115 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
14116
14117         Merge from coreutils.
14118
14119         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
14120         value, $ac_cv_search_nanosleep, if it's "none required".
14121
14122 2004-01-14  Paul Eggert  <eggert@twinsun.com>
14123
14124         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
14125         with like-named macro in fnmatch.c.
14126         (EXT): Use an internal constant instead.
14127
14128         Merge fnmatch patches from glibc.
14129         * lib/fnmatch.c (mbsinit): Remove define.
14130         Add libc_hidden_ver (__fnmatch, fnmatch).
14131         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
14132         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
14133
14134 2004-01-14  Karl Berry  <karl@gnu.org>
14135
14136         * config/install-sh: update from automake.
14137
14138 2004-01-13  Karl Berry  <karl@gnu.org>
14139
14140         * config/install-sh: update from automake.
14141
14142 2004-01-09  Karl Berry  <karl@gnu.org>
14143
14144         * config/install-sh: update from automake.
14145
14146 2004-01-05  Karl Berry  <karl@gnu.org>
14147
14148         * config/config.{sub,guess}: update from config.
14149
14150 2003-12-31  Karl Berry  <karl@gnu.org>
14151
14152         * config/depcomp: update from automake.
14153
14154 2003-12-14  Karl Berry  <karl@gnu.org>
14155
14156         * lib/config.charset: update from gettext-runtime.
14157
14158 2003-12-03  Paul Eggert  <eggert@twinsun.com>
14159
14160         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
14161         Bug reported by Alfred M. Szmidt.
14162
14163 2003-12-03  Bruno Haible  <bruno@clisp.org>
14164
14165         * m4/gettext.m4: Upgrade from gettext-0.13.
14166         * m4/po.m4: Upgrade from gettext-0.13.
14167         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
14168         * m4/intmax.m4: New file, from gettext-0.13.
14169         * m4/printf-posix.m4: New file, from gettext-0.13.
14170
14171 2003-11-29  Karl Berry  <karl@gnu.org>
14172
14173         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
14174
14175 2003-11-25  Paul Eggert  <eggert@twinsun.com>
14176             Bruno Haible  <bruno@clisp.org>
14177
14178         * lib/printf-parse.h: Don't include sys/types.h.
14179         (ARG_NONE): New macro.
14180         (char_directive): Change type of *arg_index fields to size_t.
14181         * lib/printf-parse.c: Don't include sys/types.h.
14182         (SSIZE_MAX): Remove macro.
14183         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
14184         Remove unnecessary overflow check.
14185         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
14186         fields.
14187
14188 2003-11-25  Bruno Haible  <bruno@clisp.org>
14189
14190         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
14191
14192 2003-11-25  Bruno Haible  <bruno@clisp.org>
14193
14194         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
14195         gt_TYPE_SSIZE_T.
14196
14197 2003-11-24  Paul Eggert  <eggert@twinsun.com>
14198
14199         * modules/alloca: Remove dependency on xalloc.
14200
14201 2003-11-24  Paul Eggert  <eggert@twinsun.com>
14202
14203         * lib/alloca.c: Remove dependency on xalloc module.
14204         (xalloc_die): Remove.
14205         (memory_full) [!defined emacs]: New macro.
14206         [!defined emacs]: Don't include xalloc.h.
14207         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
14208         address arithmetic overflows.  Change datatypes a bit to avoid
14209         unnecessary casts.
14210
14211 2003-11-22  Jim Meyering  <jim@meyering.net>
14212
14213         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
14214         s/size/size_t/.
14215
14216 2003-11-21  Karl Berry  <karl@gnu.org>
14217
14218         * config/config.{sub,guess}: update from config.
14219
14220 2003-11-18  Karl Berry  <karl@gnu.org>
14221
14222         * config/config.{sub,guess}: update from config.
14223
14224         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
14225
14226 2003-11-17  Paul Eggert  <eggert@twinsun.com>
14227
14228         * README: Mention that S+T cannot overflow if S is the size of
14229         an existing object and T is sufficiently small.
14230
14231 2003-11-17  Jim Meyering  <jim@meyering.net>
14232
14233         On systems without utime and without a utimes function capable of
14234         dealing with a NULL struct utimbuf* argument, this utime replacement
14235         could -- in unusual circumstances -- leak a file descriptor.
14236         * lib/utime.c: Include <unistd.h> and <errno.h>.
14237         (utime_null): Be sure to close `fd' and to preserve errno.
14238         Reported by Geoff Collyer via Arnold Robbins.
14239
14240 2003-11-17  Bruno Haible  <bruno@clisp.org>
14241
14242         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
14243         (Depends-on): Add xsize.
14244
14245 2003-11-17  Bruno Haible  <bruno@clisp.org>
14246
14247         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
14248
14249 2003-11-17  Bruno Haible  <bruno@clisp.org>
14250
14251         * lib/vasnprintf.c (alloca): Remove fallback definition.
14252         (freea): Remove definition.
14253         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
14254         Reported by Paul Eggert.
14255
14256 2003-11-16  Paul Eggert  <eggert@twinsun.com>
14257             Bruno Haible  <bruno@clisp.org>
14258
14259         Protect against address arithmetic overflow.
14260         * lib/printf-args.h: Include stddef.h.
14261         (arguments): Change type of field 'count' to size_t.
14262         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
14263         'unsigned int' where appropriate.
14264         * lib/printf-parse.h: Include sys/types.h.
14265         (char_directive): Change type of *arg_index fields to ssize_t.
14266         (char_directives): Change type of fields 'count', max_*_length to
14267         size_t.
14268         * lib/printf-parse.c: Include sys/types.h and xsize.h.
14269         (SSIZE_MAX): Define fallback value.
14270         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
14271         instead of 'int' where appropriate. Check a_allocated, d_allocated
14272         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
14273         * lib/vasnprintf.c: Include xsize.h.
14274         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
14275         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
14276         overflow. Avoid wraparound when converting a width or precision from
14277         decimal to binary.
14278
14279 2003-11-16  Bruno Haible  <bruno@clisp.org>
14280
14281         Update from GNU gettext.
14282         * lib/printf-parse.c: Generalize to it can be compiled for wide
14283         strings.
14284         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
14285         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
14286         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
14287         SNPRINTF): New macros.
14288         Don't include <alloca.h> if the file is used inside libintl.
14289         (local_wcslen): New function, for Solaris 2.5.1.
14290         (VASNPRINTF): Use it instead of wcslen.
14291
14292 2003-11-16  Bruno Haible  <bruno@clisp.org>
14293
14294         * lib/xsize.h (xmax): New function.
14295         (xsum, xsum3, xsum4): Declare as "pure" functions.
14296
14297 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14298
14299         * modules/xalloc (Files): Undo latest change, since xalloc.h
14300         no longer needs SIZE_MAX or PTRDIFF_MAX.
14301
14302 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14303
14304         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
14305         gl_PTRDIFF_MAX.
14306
14307 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14308
14309         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
14310         "return", to pacify some unknown compiler.  Problem reported
14311         by Joerg Schilling.
14312
14313 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14314
14315         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
14316         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
14317         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
14318         heuristic is just as accurate as far as we know, and it removes a
14319         dependency on size_max.m4 and ptrdiff_max.m4.
14320
14321 2003-11-11  Bruno Haible  <bruno@clisp.org>
14322
14323         * modules/xsize (Files): Add m4/size_max.m4.
14324         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
14325
14326 2003-11-11  Bruno Haible  <bruno@clisp.org>
14327
14328         * m4/size_max.m4: New file.
14329         * m4/ptrdiff_max.m4: New file.
14330         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
14331         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
14332         (gl_XALLOC): Invoke it.
14333
14334 2003-11-11  Bruno Haible  <bruno@clisp.org>
14335
14336         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
14337         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
14338         defined.
14339
14340 2003-11-10  Paul Eggert  <eggert@twinsun.com>
14341
14342         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
14343         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
14344         rejected some allocations of exactly SIZE_MAX - 2 bytes.
14345         From Bruno Haible.
14346         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
14347         not (size_t) -1, since it's defined here.
14348
14349 2003-11-09  Karl Berry  <karl@gnu.org>
14350
14351         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
14352
14353 2003-11-06  Paul Eggert  <eggert@twinsun.com>
14354
14355         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
14356         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
14357         Reject sizes of exactly SIZE_MAX bytes.
14358         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
14359         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
14360
14361 2003-11-05  Bruno Haible  <bruno@clisp.org>
14362
14363         * lib/xsize.h: Include limits.h, to avoid a possible collision with
14364         SIZE_MAX defined in <limits.h> on Solaris.
14365
14366 2003-11-04  Jim Meyering  <jim@meyering.net>
14367
14368         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
14369         variable names, rather than @VAR@.
14370         * modules/poll: Likewise.
14371
14372 2003-11-04  Bruno Haible  <bruno@clisp.org>
14373
14374         * modules/xsize: New file.
14375         * modules/linebreak: Depend on xsize.
14376         * MODULES.html.sh (func_all_modules): Add xsize.
14377
14378 2003-11-04  Bruno Haible  <bruno@clisp.org>
14379
14380         * m4/xsize.m4: New file.
14381
14382 2003-11-04  Bruno Haible  <bruno@clisp.org>
14383
14384         * lib/xsize.h: New file.
14385         * lib/linebreak.c: Include xsize.h.
14386         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
14387         argument for overflow.
14388         Suggested by Paul Eggert.
14389
14390 2003-11-03  Karl Berry  <karl@gnu.org>
14391
14392         * config/config.{guess,sub}: update from config.
14393
14394 2003-11-03  Jim Meyering  <jim@meyering.net>
14395
14396         * modules/userspec (lib_SOURCES): Add userspec.h.
14397         (Include): Add "userspec.h".
14398         Improve description.
14399
14400 2003-11-03  Jim Meyering  <jim@meyering.net>
14401
14402         * lib/userspec.c: Include "userspec.h".
14403         * lib/userspec.h: New file.
14404
14405 2003-11-03  Bruno Haible  <bruno@clisp.org>
14406
14407         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
14408
14409 2003-11-03  Bruno Haible  <bruno@clisp.org>
14410
14411         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
14412         available, to avoid (extremely rare) race condition.
14413         Suggested by Paul Eggert.
14414
14415 2003-11-02  Karl Berry  <karl@gnu.org>
14416
14417         * config/srclist.txt (vasprintf.c): sync broken, sigh.
14418
14419 2003-10-31  Paul Eggert  <eggert@twinsun.com>
14420
14421         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
14422         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
14423         (read_filesystem_list): Set and use me_type_malloced.
14424         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
14425         whatever the type happens to be), for brevity and consistency.
14426         Check for size calculation overflow on Alphas running OSF/1.
14427
14428 2003-10-31  Jim Meyering  <jim@meyering.net>
14429
14430         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
14431
14432         * lib/linebuffer.c: Include <string.h> for declaration of memset.
14433
14434 2003-10-30  Paul Eggert  <eggert@twinsun.com>
14435             Bruno Haible  <bruno@clisp.org>
14436
14437         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
14438         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
14439
14440 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
14443         netbsd*-gnu*.  Suggested by Robert Millan.
14444
14445 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14446
14447         * modules/group-member: Depend on stdbool.
14448
14449 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14450
14451         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
14452
14453 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14454
14455         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
14456         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
14457         after the 'gnu' in these cases.  This fixes some bugs in the
14458         previous change, and is based on suggestions by Robert Millan.
14459
14460 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14461
14462         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
14463         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
14464         no longer needed.
14465         * lib/quotearg.c (quotearg_n_options): Use it.
14466         * lib/group-member.c: Include <stdbool.h>.
14467         (free_group_info): Arg is now const *; don't free arg.
14468         (get_group_info): Now returns bool and accepts struct group_info *,
14469         rather than returning a malloc'ed struct group_info *.
14470         All uses changed.  Check for overflow in internal size calculation.
14471
14472         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
14473         rather than xmalloc/xrealloc.
14474         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
14475         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
14476         conformance bug: the old code used a pointer after freeing the
14477         storage that it addressed.
14478         * lib/hash.c (hash_initialize): Simplify the code by using
14479         xalloc_oversized rather than doing it by hand.
14480         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
14481         the buffer preserved.  Use free and xmalloc instead.
14482         * lib/quotearg.c (quotearg_n_options): Likewise.
14483         Use a simpler test for size overflow.  Don't use xalloc_oversized
14484         because unsigned int might be wider than size_t (!); this suggests
14485         that we should switch from unsigned int to size_t for slot numbers.
14486
14487 2003-10-28  Paul Eggert  <eggert@twinsun.com>
14488
14489         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
14490         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
14491         NetBSD kernels.  Requested by Richard Stallman.
14492
14493 2003-10-27  Paul Eggert  <eggert@twinsun.com>
14494
14495         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
14496         to allocate the returned structure.  Do not allocate a subarray,
14497         as x2nrealloc will do that.
14498         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
14499         instead of xnrealloc.
14500         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
14501
14502 2003-10-27  Bruno Haible  <bruno@clisp.org>
14503
14504         * lib/stdbool_.h: Better support for BeOS.
14505
14506 2003-10-26  Paul Eggert  <eggert@twinsun.com>
14507
14508         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
14509         now uses inline.
14510
14511 2003-10-26  Paul Eggert  <eggert@twinsun.com>
14512
14513         * lib/xalloc.h (xalloc_oversized): New static inline function, for
14514         callers that want to do their own size-overflow checking.  Include
14515         <stdbool.h>, since xalloc_oversized returns bool.
14516         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
14517         to use xalloc_oversized.
14518
14519         Add two functions x2realloc, x2nrealloc, for programs that grow
14520         arrays dynamically by doubling their sizes.
14521         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
14522         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
14523         New functions.
14524
14525         Port to C99 semantics for 'inline' of external functions.
14526         Bug reported by Bruno Haible.
14527         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
14528         with the old contents of xnmalloc.
14529         (xnmalloc, xmalloc): Use it.
14530         (xnrealloc_inline): New static inline function,
14531         with the old contents of xnrealloc.
14532         (xnrealloc, xrealloc): Use it.
14533
14534         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
14535         that.
14536
14537 2003-10-26  Karl Berry  <karl@gnu.org>
14538
14539         * config/srclist.txt (COPYING.DOC): no longer available from
14540         /gd/gnuorg; don't know where the ultimate source is.
14541
14542 2003-10-25  Paul Eggert  <eggert@twinsun.com>
14543
14544         Fix several address-calculation bugs in the hash modules,
14545         plus some minor code cleanup.
14546
14547         * lib/hash.h: Include <stdbool.h>, for bool.
14548         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
14549         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
14550         hash_get_n_entries, hash_get_max_bucket_length,
14551         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
14552         hash_rehash): Use size_t rather than unsigned.
14553         * lib/hash.c (struct hash_table, hash_get_n_buckets,
14554         hash_get_n_buckets_used, hash_get_n_entries,
14555         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
14556         hash_get_entries, hash_do_for_each, hash_string, is_prime,
14557         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
14558         Likewise.
14559         (SIZE_MAX): Define if not defined.
14560         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
14561         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
14562         hash_print):
14563         Use const * when possible.
14564         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
14565         (check_tuning): Fix bug: if tuning parameters were very close to
14566         0 or 1, rounding errors could have caused subscript violations.
14567         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
14568         (hash_initialize): Add 'fail:' label
14569         to free table and return NULL, and use it to simplify code.
14570         Use calloc rather than clearing the storage ourself.
14571         (hash_initialize, hash_rehash): Check for arithmetic overflow in
14572         buffer size calculations.
14573         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
14574         Include <stddef.h>, for size_t.
14575         * lib/hash-pjw.c (hash_pjw): Likewise.
14576         Switch to method described by Bruno Haible.
14577         Include <limits.h>, for CHAR_BIT.
14578         (SIZE_BITS): New macro.
14579
14580 2003-10-23  Paul Eggert  <eggert@twinsun.com>
14581
14582         * m4/getline.m4 (AM_FUNC_GETLINE):
14583         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
14584         hosts.  Problem reported by Derek Robert Price in
14585         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
14586         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
14587         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
14588
14589 2003-10-21  Paul Eggert  <eggert@twinsun.com>
14590
14591         * lib/getndelim2.c (getndelim2): When size calculation overflows,
14592         ceiling the allocation at NMAX bytes rather than silently
14593         discarding input bytes before NMAX is reached.  This makes
14594         a difference only if NMAX exceeds SIZE_MAX / 2.
14595
14596         * lib/obstack.c: Merge from glibc.
14597         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
14598         Add libc_hidden_def (_obstack_newchunk).
14599         (_obstack_free) [! defined _LIBC]: Remove.
14600         [defined _LIBC]: Make a strong alias from obstack_free, rather than
14601         a clone of the function body.
14602         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
14603         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
14604
14605         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
14606         glibc.
14607         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
14608         arg to memcpy.
14609
14610         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
14611         (obstack_ptr_grow_fast, obstack_int_grow_fast):
14612         Don't use lvalue casts, as GCC plans to remove support for them
14613         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
14614         was also present in the non-GCC version, indicating that this
14615         code had always been buggy and had never been widely used.
14616         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
14617         Use the fast variant of each macro, rather than copying the
14618         definiens of the fast variant; that way, we'll be more likely to
14619         catch future bugs in the fast variants.
14620
14621 2003-10-20  Bruno Haible  <bruno@clisp.org>
14622
14623         * modules/wait-process: New file.
14624         * MODULES.html.sh (func_all_modules): Add wait-process.
14625
14626 2003-10-20  Bruno Haible  <bruno@clisp.org>
14627
14628         * m4/wait-process.m4: New file.
14629
14630 2003-10-20  Bruno Haible  <bruno@clisp.org>
14631
14632         * lib/wait-process.h: New file, from GNU gettext.
14633         * lib/wait-process.c: New file, from GNU gettext.
14634
14635 2003-10-19  Jim Meyering  <jim@meyering.net>
14636
14637         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
14638         HPUX 10.20.
14639
14640 2003-10-18  Karl Berry  <karl@gnu.org>
14641
14642         * config/config.guess: update from config.
14643
14644 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14645
14646         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
14647         (getgroups): First arg is int, not size_t.
14648         Don't let 'free' mangle errno.
14649
14650 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14651
14652         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
14653
14654 2003-10-16  Karl Berry  <karl@gnu.org>
14655
14656         * config/config.{guess,sub}: update from config.
14657
14658 2003-10-16  Jim Meyering  <jim@meyering.net>
14659
14660         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
14661         memcpy.
14662
14663 2003-10-15  Paul Eggert  <eggert@twinsun.com>
14664
14665         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
14666         (SIZE_MAX): Remove.
14667         (new_exclude, add_exclude_file): Initial size no longer needs to
14668         be a power of 2.
14669         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
14670         our own address arithmetic overflow checking.
14671
14672         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
14673         (fnmatch): Do not alloca more than 2000 wide characters;
14674         instead, use malloc for large buffers.
14675         Check for address arithmetic overflow, and return -1
14676         with errno set to ENOMEM in that case.
14677         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
14678         (NEW_PATTERN): Do not alloca more than 8000 bytes;
14679         instead, return -1.  Check for address arithmetic overflow.
14680
14681 2003-10-14  Paul Eggert  <eggert@twinsun.com>
14682
14683         Handle invalid suffixes and overflow independently, so that
14684         callers can treat them independently as needed.  Fix some bugs in
14685         suffix handling, e.g., "100k@" was not diagnosed as an invalid
14686         suffix for a human-readable blocksize.  The major caller-visible
14687         change is the addition of a new
14688         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
14689         that both overflow and suffix chars were found.
14690
14691         * lib/human.c (humblock): Don't check separately for invalid suffix
14692         char; that is xstrtoumax's job (now that its bug is fixed).
14693         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
14694         INTMAX_MAX]: New macros.
14695         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
14696         TYPE_MAXIMUM): New macros.
14697         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
14698         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
14699         if overflow occurs, as it's what __strtol does and it's more useful
14700         in practice.
14701         (__xstrtol): If __strtol reports some error other than ERANGE,
14702         reflect it to the caller as LONGINT_INVALID.  If it reports
14703         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
14704         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
14705         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
14706         value.
14707         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
14708         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
14709         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
14710         [defined UINTMAX_MAX]: New macros.
14711
14712 2003-10-14  Bruno Haible  <bruno@clisp.org>
14713
14714         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
14715
14716 2003-10-14  Bruno Haible  <bruno@clisp.org>
14717
14718         * m4/sig_atomic_t: New file, from GNU gettext.
14719         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
14720
14721 2003-10-14  Bruno Haible  <bruno@clisp.org>
14722
14723         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
14724         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
14725         Also use volatile where needed.
14726
14727 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14728
14729         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
14730         Change maintainer from Bruno Haible to 'all'.
14731
14732 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14733
14734         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
14735
14736 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14737
14738         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
14739         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
14740         and define in terms of the other primitives.
14741         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
14742         (SIZE_MAX): Define if not already defined.
14743         (array_size_overflow): New function.
14744         (xalloc_die): Abort instead of exiting if 'error' returns.
14745         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
14746         (xmalloc, xrealloc): Use them.
14747         (xcalloc): Check for address arithmetic overflow.
14748         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
14749         a bit faster than strcpy.
14750
14751 2003-10-10  Simon Josefsson  <jas@extundo.com>
14752
14753         * modules/argp (Depends-on): Add restrict and strcase.
14754
14755 2003-10-10  Simon Josefsson  <jas@extundo.com>
14756
14757         * m4/argp.m4: Add AC_C_INLINE.
14758
14759 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14760
14761         Merge getpass from libc, plus a few fixes.
14762
14763         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
14764         Include <stdbool.h>.
14765         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
14766         __fsetlocking to empty.
14767         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
14768         do include <bits/libc-lock.h>.
14769         Do not include <fcntl.h>; not needed.
14770         [_LIBC]: Include <wchar.h>.
14771         (NOTCANCEL_MODE): New macro.
14772         (flockfile, funlockfile) [_LIBC]: New macros.
14773         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
14774         [!_LIBC]: New macros.
14775         (call_fclose): New function.
14776         (getpass): Use it.  Save tty stream separately; this simplifies the
14777         code and makes it more reliable if stdin happens to equal stdout.
14778         Invoke __fsetlocking on tty.
14779         Handle thread cancellation if needed.
14780         Namespace cleanup (use __tcgetattr, __getline).
14781         Use bool for Booleans.
14782         [USE_IN_LIBIO]: Handle wide streams.
14783         [!_LIBC]: Unconditionally do the fseek, since we don't know what
14784         stream might go where.
14785
14786         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
14787         doesn't have to include <stdio.h> before us.
14788         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
14789         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
14790         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
14791         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
14792         if not declared, so that we can use getpass.c code from libc without
14793         rewriting it.
14794         (flockfile, ftrylockfile, funlockfile): New macros.
14795
14796 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14797
14798         * modules/getpass: Depend on stdbool.
14799
14800 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14801
14802         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
14803
14804 2003-10-07  Karl Berry  <karl@gnu.org>
14805
14806         * config/config.{guess,sub}: update from config.
14807
14808 2003-10-06  Jim Meyering  <jim@meyering.net>
14809             Bruno Haible  <bruno@clisp.org>
14810
14811         This lets translators provide better translations for the
14812         "Written by ..." part of --version output.
14813         * lib/version-etc.h: Include stdarg.h.
14814         (version_etc_copyright): Declare as readonly.
14815         (version_etc): Make this function variadic with a NULL-terminated list
14816         of author name strings.
14817         (version_etc_va): New declaration.
14818         * lib/version-etc.c: Include stdarg.h, stdlib.h.
14819         (version_etc_copyright): Declare as readonly.
14820         (version_etc_va): New function. Provide a different translatable string
14821         for each possible number of authors < 10. Abbreviate when there are 10
14822         authors or more.
14823         (version_etc): Make this function variadic. Call version_etc_va.
14824         Suggestion from Gary V. Vaughan.
14825
14826         * lib/long-options.h (parse_long_options): Change prototype: the
14827         authors string is moved to the end and becomes variadic.
14828         * lib/long-options.c: Include stdarg.h.
14829         (parse_long_options): Make this function variadic, too.
14830         Call version_etc_va, not version_etc.
14831
14832 2003-10-06  Bruno Haible  <bruno@clisp.org>
14833
14834         * modules/version-etc-2: Remove file.
14835         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
14836
14837 2003-10-06  Bruno Haible  <bruno@clisp.org>
14838
14839         * modules/fatal-signal: New file.
14840         * MODULES.html.sh (func_all_modules): Add fatal-signal.
14841
14842 2003-10-06  Bruno Haible  <bruno@clisp.org>
14843
14844         * m4/fatal-signal.m4: New file.
14845         * m4/signalblocking.m4: New file, from GNU gettext.
14846
14847 2003-10-06  Bruno Haible  <bruno@clisp.org>
14848
14849         * lib/version-etc-2.h: Remove file.
14850         * lib/version-etc-2.c: Remove file.
14851
14852 2003-10-06  Bruno Haible  <bruno@clisp.org>
14853
14854         * lib/fatal-signal.h: New file, from GNU gettext.
14855         * lib/fatal-signal.c: New file, from GNU gettext.
14856
14857 2003-10-05  Paul Eggert  <eggert@twinsun.com>
14858
14859         * README: Rework advice for preventing empty .o files.
14860         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
14861         not <sys/types.h>.
14862
14863 2003-10-04  Karl Berry  <karl@gnu.org>
14864
14865         * lib/argp*: update from libc.
14866
14867 2003-10-04  Karl Berry  <karl@gnu.org>
14868
14869         * config/config.{guess,sub}: update from config.
14870
14871 2003-10-02  Bruno Haible  <bruno@clisp.org>
14872
14873         * modules/lchown (Include): Add lchown.h.
14874         * modules/time_r (Include): Use "..." syntax.
14875         * modules/xgetdomainname (Include): Add xgetdomainname.h.
14876
14877 2003-10-01  Simon Josefsson  <jas@extundo.com>
14878
14879         * MODULES.html.sh (func_all_modules): Move gethostname from section
14880         'based on' to section 'lacking' POSIX:2001.
14881
14882 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
14883
14884         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
14885         to output mode on the same stream.
14886
14887 2003-09-29  Paul Eggert  <eggert@twinsun.com>
14888
14889         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
14890         Fix arg typo in previous patch.
14891
14892 2003-09-28  Jim Meyering  <jim@meyering.net>
14893
14894         * lib/error.c: Correct cpp indentation.
14895
14896 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14897
14898         * modules/free: New file.
14899
14900 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14901
14902         * m4/free.m4: New file.
14903
14904 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14905
14906         * lib/minmax.h (MIN, MAX)
14907         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
14908         Omit the special code that used __typeof__, since we worry that
14909         it could be more trouble than it's worth.  See:
14910         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
14911         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
14912
14913         * lib/free.c: New file.
14914
14915 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
14916
14917         Trivial fixes to Makefile.am parts of module listings.
14918         * modules/strstr: Append strstr.h to lib_SOURCES.
14919         * modules/strcase: Likewise, for strcase.h.
14920
14921 2003-09-27  Karl Berry  <karl@gnu.org>
14922
14923         * config/mkinstalldirs: update from automake.
14924
14925 2003-09-26  Paul Eggert  <eggert@twinsun.com>
14926
14927         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
14928         (error_tail): Do not loop, reallocating temporary buffer, since
14929         the output cannot contain more wide characters than the input
14930         contains bytes, the size must be big enough already.  This avoids
14931         one potential size overflow calculation.  Check for size overflow
14932         when calculating temporary buffer size.  Free temporary buffer
14933         when done, if it was allocated with malloc; this plugs a memory
14934         leak.  Remove casts from void * to pointers, that are no longer
14935         needed now that we're assuming C89 or better.
14936
14937         Merge error changes from glibc.
14938
14939         * lib/error.c, error.h: Update copyright notice header to match glibc.
14940         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
14941         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
14942         Disable cancellation while printing error.
14943         * lib/error.h: Prepend __ to parameter names.
14944
14945 2003-09-26  Jim Meyering  <jim@meyering.net>
14946
14947         * lib/error.c (error_tail): Move some declarations
14948         into inner scope where the local variables are used.
14949
14950 2003-09-26  Bruno Haible  <bruno@clisp.org>
14951
14952         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
14953         stpncpy().
14954         Don't define stpncpy through config.h; it's now done through stpncpy.h.
14955
14956 2003-09-26  Bruno Haible  <bruno@clisp.org>
14957
14958         * lib/stpncpy.h (gnu_stpncpy): New declaration.
14959         (stpncpy): Define as alias for gnu_stpncpy.
14960         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
14961
14962 2003-09-25  Simon Josefsson  <jas@extundo.com>
14963
14964         * lib/xgetdomainname.h: New file.
14965         * lib/xgetdomainname.c: New file.
14966
14967 2003-09-25  Simon Josefsson  <jas@extundo.com>
14968             Bruno Haible  <bruno@clisp.org>
14969
14970         * modules/getdomainname: New file.
14971         * modules/xgetdomainname: New file.
14972         * MODULES.html.sh (func_all_modules): Add getdomainname,
14973         xgetdomainname.
14974
14975 2003-09-25  Simon Josefsson  <jas@extundo.com>
14976             Bruno Haible  <bruno@clisp.org>
14977
14978         * m4/getdomainname.m4: New file.
14979
14980 2003-09-25  Simon Josefsson  <jas@extundo.com>
14981             Bruno Haible  <bruno@clisp.org>
14982
14983         * lib/getdomainname.h: New file.
14984         * lib/getdomainname.c: New file.
14985
14986 2003-09-25  Karl Berry  <karl@gnu.org>
14987
14988         * lib/argp-fmtstream.c, argp-help.c: update from libc.
14989
14990 2003-09-25  Karl Berry  <karl@gnu.org>
14991
14992         * config/install-sh: update from automake.
14993
14994 2003-09-25  Bruno Haible  <bruno@clisp.org>
14995
14996         * modules/version-etc-2: New file, from modules/version-etc with
14997         modifications.
14998         * MODULES.html.sh (func_all_modules): Add version-etc-2.
14999
15000 2003-09-25  Bruno Haible  <bruno@clisp.org>
15001
15002         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
15003         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
15004
15005 2003-09-24  Simon Josefsson  <jas@extundo.com>
15006
15007         * modules/xgethostname: Add xgethostname.h.
15008
15009 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15010
15011         * lib/linebuffer.c (freebuffer): Don't free the argument, just
15012         the buffer associated with the argument.  Bug reported by
15013         Simon Josefsson.
15014
15015 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15016
15017         * README: Document assumptions that 'int' is at least 32 bits
15018         wide, that integer arithmetic is 2's complement without overflow,
15019         that there are no holes in integer values, that adding sizes of
15020         two nonoverlapping objects can't overflow, and that all-bits-zero
15021         yields scalar zero.  Fix spelling and capitalization typos.
15022
15023 2003-09-19  Karl Berry  <karl@gnu.org>
15024
15025         * lib/argp.h: update from libc.
15026
15027 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15028
15029         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
15030         to avoid spurious warnings like "AC_RUN_IFELSE was called before
15031         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
15032
15033 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15034
15035         * gnulib-tool: Use "test -h", not "test -L", for portability
15036         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
15037         (tags_regexp): Remove, since \| doesn't conform to POSIX.
15038         (sed_extract_prog): Issue s commands one-by-one, rather than
15039         using \| in one s command.
15040
15041 2003-09-16  Paul Eggert  <eggert@twinsun.com>
15042
15043         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
15044         input error, instead of returning NULL the next time we are called
15045         (and therefore losing track of errno).
15046
15047 2003-09-16  Bruno Haible  <bruno@clisp.org>
15048
15049         * gnulib-tool (func_create_testdir): Warn about duplicated
15050         dependencies.
15051
15052 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15053
15054         * modules/argmatch, modules/fatal, modules/obstack,
15055         modules/xalloc, modules/xgethostname: Sort dependencies by
15056         importance, not alphabetically.
15057
15058 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15059
15060         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
15061         fails, so that the caller gets the proper errno.
15062
15063         * lib/readutmp.c (read_utmp): Likewise.
15064         Check for fstat error.  Close stream and free storage
15065         when failing.
15066
15067 2003-09-14  Karl Berry  <karl@gnu.org>
15068
15069         * config/srclist.txt (strdup.c): disable for c89 changes.
15070
15071 2003-09-14  Jim Meyering  <jim@meyering.net>
15072
15073         * lib/getloadavg.c: Correct cpp indentation.
15074         * lib/strdup.c: Likewise.
15075         * lib/vasnprintf.c: Likewise.
15076
15077 2003-09-14  Bruno Haible  <bruno@clisp.org>
15078
15079         * modules/fwriteerror: New file.
15080         * MODULES.html.sh (func_all_modules): Add fwriteerror.
15081
15082 2003-09-14  Bruno Haible  <bruno@clisp.org>
15083
15084         * lib/fwriteerror.h: New file.
15085         * lib/fwriteerror.c: New file.
15086
15087 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15088
15089         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
15090         modules/xgethostname, modules/xalloc: Depend on exit.
15091
15092 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15093
15094         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
15095
15096         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
15097         and AC_MINIX, too, so that their extensions are available.
15098
15099         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
15100         This macro has been superseded by gl_BACKUPFILE.
15101
15102         More patches to assume C89 or better.
15103
15104         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
15105
15106         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
15107         unconditionally.
15108         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
15109         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
15110         Include <string.h>, <stdlib.h> unconditionally.
15111         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
15112         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
15113         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
15114         headers or for string.h.
15115         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
15116         or strtoul.
15117
15118         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
15119         headers.
15120         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
15121         * m4/userspec.m4 (gl_USERSPEC): Likewise.
15122         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
15123         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
15124         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15125         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
15126         memcpy, memset.
15127         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
15128         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
15129         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
15130         strtol.
15131         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
15132         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
15133         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
15134         strtoul.
15135
15136 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15137
15138         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
15139         * lib/obstack.c [!defined _LIBC]: Likewise.
15140         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
15141         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
15142         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
15143
15144         More changes to assume C89 or better.
15145
15146         * lib/error.c (error_tail): Assume vprintf.
15147
15148         * lib/argmatch.c (getenv): Remove decl.
15149         * lib/progreloc.c (get_full_program_name): Define via prototype.
15150         * lib/setenv.c (clearenv): Likewise.
15151         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
15152         needed.
15153         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
15154         (malloc, memcpy): Remove decls.
15155         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
15156         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
15157         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
15158         (memcpy): Remove macro.
15159         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
15160         (__P): Remove.  All uses removed.
15161         (PTR): Remove.  All uses changed to void *.
15162         (CHAR_BIT, NULL): Remove.
15163         (spaces, zeros, memset_space, memset_zero)
15164         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
15165         Remove.
15166         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
15167         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
15168         Define with prototype.
15169         Remove now-unnecessary prototype decl.
15170         (extra_args_spec): Assume ANSI C.  All uses changed.
15171         (extra_args_spec_iso): Remove.
15172         (my_strftime, emacs_strftimeu): Define via prototype.
15173         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
15174         unconditionally.
15175         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
15176         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
15177         (strtoul, strtol): Remove decls.
15178         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
15179         LONG_MAX): Remove.
15180         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
15181         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
15182         (LOCALE_PARAM_PROTO): New macro.
15183         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
15184         (INTERNAL (strtol), strtol): Define with a prototype.
15185         (PARAMS): Remove.  All uses removed.
15186         * lib/tempname.c: Include <string.h> unconditionally.
15187         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
15188         * lib/xgethostname.c (main): Define with a prototype.
15189         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
15190         Include <stdlib.h> unconditionally.
15191         (calloc, malloc, realloc, free): Remove decls.
15192         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
15193         Include <stdlib.h> unconditionally.  Sort include file names.
15194         (strtod): Remove.
15195         (xstrtod): Define with a prototype.
15196         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
15197         (strtol, strtoul): Remove decls.
15198
15199 2003-09-11  Paul Eggert  <eggert@twinsun.com>
15200
15201         More patches to assume C89 or better.
15202         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
15203         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
15204         string.h, memchr, STDC_HEADERS.
15205
15206 2003-09-11  Paul Eggert  <eggert@twinsun.com>
15207
15208         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
15209         Include <stdlib.h>, <string.h> unconditionally.
15210         Remove now-unnecessary cast to char *.
15211         * lib/strnlen.c: Include <string.h> unconditionally.
15212         * lib/yesno.c (yesno): Define with a prototype.
15213
15214 2003-09-11  Bruno Haible  <bruno@clisp.org>
15215
15216         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
15217
15218 2003-09-10  Jim Meyering  <jim@meyering.net>
15219
15220         * lib/error.c: Correct indentation of cpp directives.
15221
15222 2003-09-10  Bruno Haible  <bruno@clisp.org>
15223
15224         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
15225         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
15226         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
15227         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
15228         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
15229         <stdlib.h> and <string.h> checks.
15230         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
15231         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
15232
15233 2003-09-10  Bruno Haible  <bruno@clisp.org>
15234
15235         * lib/strcspn.c: Include <string.h> unconditionally.
15236         * lib/strpbrk.c: Include <string.h> unconditionally.
15237         * lib/strstr.c: Include <string.h> unconditionally.
15238         * lib/unicodeio.c: Include <string.h> unconditionally.
15239         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
15240         * lib/unsetenv.c: Likewise.
15241         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
15242         * lib/yesno.c: Include <stdlib.h> unconditionally.
15243         (rpmatch): Add prototype.
15244
15245 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15246
15247         More patches to assume C89 or better.
15248         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
15249         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
15250         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
15251         or for string.h.
15252         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
15253         stdlib.h.
15254         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
15255         C headers.
15256         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
15257         string.h.
15258         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
15259         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
15260         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
15261         or for string.h.
15262         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
15263         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
15264         C headers.
15265         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
15266         memcpy.
15267         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
15268         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
15269         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
15270         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
15271         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
15272         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
15273         string.h, free.
15274         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
15275         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
15276         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
15277         C headers, or for string.h.
15278         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
15279         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
15280         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
15281         headers, memory.h, stdlib.h, string.h, strings.h.
15282         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
15283         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
15284         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
15285         strchr.
15286         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
15287         headers, memory.h, string.h.
15288         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
15289         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
15290         free.
15291         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
15292         headers.
15293         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
15294         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
15295         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
15296         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
15297         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
15298
15299 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15300
15301         More K&R removal.
15302
15303         * lib/acosl.c (main): Use a prototype.
15304         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
15305         tanl.c: Likewise.
15306
15307         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
15308
15309         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
15310         (getopt, etopt_long, getopt_long_only, _getopt_internal)
15311         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
15312         with a prototype.
15313         * lib/getopt.c (const): Remove macro.
15314         Include <string.h> unconditionally.
15315         (my_index): Remove; all uses changed to strchr.
15316         (strlen): Remove decl.
15317         (exchange): Remove forward decl; no longer needed.
15318         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
15319         Define with prototype.
15320         * lib/getopt1.c (const): Remove macro.
15321         (getopt_long, getopt_long_only, main): Define with prototype.
15322
15323         * lib/getugroups.c: Include <string.h> unconditionally.
15324
15325         * lib/getusershell.c: Include <stdlib.h> unconditionally.
15326         (getusershell, setusershell, endusershell, readname, main):
15327         Define with prototypes.
15328
15329         * lib/group-member.c: Include group-member.h first.
15330         Include <stdlib.h> unconditionally.
15331
15332         * lib/hard-locale.c: Include hard-locale.h first.
15333         Include <stdlib.h>, <string.h> unconditionally.
15334
15335         * lib/hash.c (free, malloc): Remove decls.
15336         Include <stdlib.h> unconditionally.
15337
15338         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
15339         (getenv): Do not declare.
15340
15341         * lib/idcache.c: Include <string.h> unconditionally.
15342
15343         * lib/long-options.c: Include long-options.h first, to test interface.
15344         Include <stdlib.h> unconditionally.
15345
15346         * lib/makepath.c: Include makepath.h first, to test interface.
15347         Include <stdlib.h> and <string.h> unconditionally.
15348
15349         * lib/linebuffer.c: Include <stdlib.h>.
15350         (free): Remove decl.
15351
15352         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
15353         stddef.h. rpl_malloc returns void *, not char *.
15354         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
15355         prototype.
15356
15357         * lib/md5.h: Include <limits.h> unconditionally.
15358         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
15359         (__P): Remove; all uses removed.
15360         * lib/md5.c: Include "md5.h" first.
15361         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
15362         md5_buffer, md5_process_bytes, md5_process_block):
15363         Define with prototypes.
15364         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
15365         * lib/sha.c: Include "sha.h" first.
15366         Include <stdlib.h>, <string.h> unconditionally.
15367
15368         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
15369         * lib/memcmp.c (__ptr_t): Likewise.
15370         * lib/memrchr.c (__ptr_t): Likewise.
15371         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
15372         Include <string.h> unconditionally.
15373         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
15374         * lib/memchr.c: Include <stdlib.h> unconditionally.
15375         * lib/memchr.c (LONG_MAX): Remove.
15376         * lib/memrchr.c (LONG_MAX): Likewise.
15377         * lib/memchr.c (__memchr): Define via a prototype.
15378         * lib/memrchr.c (__memrchr): Likewise.
15379         * lib/memcmp.c (__P): Remove, and remove all uses.
15380         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
15381         Remove forward decls; no longer needed.
15382         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
15383         Use types required by C89 in prototype.
15384
15385         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
15386         * lib/savedir.c: Likewise.
15387         * lib/mkdir.c (free): Remove decl.
15388         * lib/rmdir.c (rmdir): Define with a prototype.
15389         * lib/savedir.c: Include savedir.h first, to test interface.
15390
15391         * lib/mktime.c (STDC_HEADERS): Remove.
15392         Include <stdlib.h>, <string.h> unconditionally.
15393
15394         * lib/modechange.c: Include <stdlib.h> unconditionally.
15395         (malloc): Remove decl.
15396
15397         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
15398         (free): Remove decl.
15399
15400         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
15401         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
15402         (This type really should be intptr_t, but that's a C99ism.)
15403         (_obstack_memcpy): Remove: all uses changed to memcpy.
15404         Include <string.h> unconditionally.
15405         (struct obstack): Assume __STDC__ for types of members
15406         chunkfun, freefun, extra_arg.
15407         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
15408         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
15409         obstack_begin, obstack_specify_allocation,
15410         obstack_specify_allocation_with_arg, obstack_chunkfun,
15411         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
15412         Remove unprototyped decls and the macros that use them.
15413         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
15414         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
15415         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
15416         (defined __STDC__ && __STDC__)]:
15417         Remove nonprototyped code.
15418         Include <stdlib.h> unconditionally.
15419         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
15420         _obstack_allocated_p, _obstack_free, obstack_free,
15421         _obstack_memory_used, print_and_abort):
15422         Define using prototypes.
15423         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
15424         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
15425         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
15426         obstack_next_free, obstack_object_size, obstack_room) [0]:
15427         Remove unused, unprototyped code.
15428
15429         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
15430
15431         * lib/physmem.c (physmem_total, physmem_available, main): Define
15432         with prototypes.
15433
15434         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
15435         (main): Define with a prototype.
15436
15437         * lib/posixver.c (getenv): Remove decl.
15438
15439         * lib/putenv.c (malloc): Returns void *, not char *.
15440         Include <string.h> unconditionally.
15441         (strchr, memcpy, NULL): Do not define.
15442
15443         * lib/readtokens.c: Include readtokens.h first, to test interface.
15444         Include <stdlib.h>, <string.h> unconditionally.
15445         (init_tokenbuffer): Define with a prototype.
15446
15447         * lib/regex.c (PARAMS): Remove.  All uses removed.
15448         All uses of _RE_ARGS removed, too.
15449         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15450         unconditionally.
15451         (bzero): Assume memset exists.
15452         (memcmp, memcpy, NULL): Remove.
15453         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
15454         char, or assignments to local vars of type signed char.
15455         (init_syntax_once, PREFIX(extract_number_and_incr),
15456         PREFIX(print_partial_compiled_pattern),
15457         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
15458         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
15459         PREFIX(regex_grow_registers), PREFIX(regex_compile),
15460         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
15461         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
15462         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
15463         wcs_compile_range, byte_compile_range, truncate_wchar,
15464         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
15465         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
15466         count_mbs_length, wcs_re_match_2_internal,
15467         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
15468         PREFIX(alt_match_null_string_p),
15469         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
15470         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
15471         regfree, PREFIX(extract_number)): Define with prototype.  Remove
15472         now-unnecessary declaration, if any.
15473         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
15474         regcomp, regexec):
15475         Remove now-unnecessary casts among pointer types.
15476         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
15477
15478         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
15479         (free): Remove decl.
15480
15481         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
15482
15483         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
15484         (free): Remove decl.
15485
15486         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
15487         * lib/xgetcwd.c: Likewise.
15488
15489         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
15490         (free): Remove decl.
15491
15492         * lib/strchrnul.c (strchrnul): Define with a prototype.
15493         Fix bug: c_in was not converted to char before searching.
15494
15495         The following changes are not K&R related:
15496
15497         * lib/group-member.h: Include <sys/types.h>, so that this file is
15498         self-contained.
15499         * lib/makepath.h: Likewise.
15500
15501         * lib/getusershell.c (readname, default_index, line_size, readname):
15502         Use size_t, not int, for sizes.
15503         (readname): If the size overflows, report an error instead of
15504         looping forever.
15505
15506 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15507
15508         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
15509         libc.
15510
15511 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15512
15513         * README: New section: portability guidelines.
15514
15515 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
15516
15517         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
15518         C89 spec.
15519
15520 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
15521
15522         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
15523
15524 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15525
15526         Assume C89 or better; remove K&R cruft.
15527         A few of these changes were first proposed by Derek Robert Price
15528         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
15529
15530         * lib/addext.c: Include <string.h> unconditionally.
15531         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
15532         Don't declare getenv or malloc.
15533
15534         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
15535         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
15536         (NULL): Remove.
15537         (find_stack_direction, alloca): Use prototypes.
15538
15539         * lib/atexit.c (atexit): Define using a prototype.
15540
15541         * lib/basename.c, dirname.c, stripslash.c:
15542         Include <string.h> unconditionally.
15543
15544         * lib/bcopy.c: Include <stddef.h>.
15545         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
15546
15547         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
15548
15549         * lib/error.h (error, error_at_line, error_print_progname)
15550         [! (defined (__STDC__) && __STDC__)]: Remove decls.
15551         * lib/error.c: Include error.h first, to check interface.
15552         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
15553         (VA_START): Remove; all uses changeed to va_start.
15554         (exit, strerror): Remove decls.
15555         (error_print_progname): Prototype uncondionally.
15556         Don't include <errno.h>; no longer needed.
15557         (private_strerror): Remove.
15558         (error_tail): Always define.
15559         (error, error_at_line): Assume C89 or better; always use prototypes.
15560         * lib/fatal.c: Include "fatal.h" first, to test interface.
15561         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
15562         (VA_START): Remove; all uses changed to va_start.
15563         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
15564         this case.
15565         (exit): Remove decl.
15566         (fatal): Prototype unconditionally.  Assume va_start works.
15567         Abort at end, to pacify gcc.
15568
15569         * lib/euidaccess.c (main): Define with a prototype.
15570
15571         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
15572
15573         * lib/exitfail.c: Include <stdlib.h> unconditionally.
15574
15575         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
15576         prototypes.
15577         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
15578         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
15579         (getenv): Remove decl.
15580         (fnmatch): Define using a prototype.
15581         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
15582         (FCT): Define using a prototype.
15583
15584         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
15585
15586         * lib/gethostname.c: Include <stddef.h>.
15587         (gethostname): Define with prototype.  Length is size_t, not int.
15588
15589 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15590
15591         Assume C89 or better; remove K&R cruft.
15592         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
15593         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
15594         string.h, getenv, malloc.
15595         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
15596         headers.
15597         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
15598         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
15599         do not check for strerror.
15600         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
15601         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
15602         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
15603         do not check for doprnt or vprintf.
15604         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
15605         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
15606
15607 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15608
15609         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
15610         getversion.c should have been removed then, but was accidentally
15611         preserved.
15612
15613         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
15614         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
15615
15616 2003-09-08  Karl Berry  <karl@gnu.org>
15617
15618         * config/config.sub, config.guess, srclistvars.sh: update from savannah
15619                 config, forget about prep.
15620
15621         * config/depcomp, missing: update from automake.
15622
15623 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15624
15625         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
15626         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15627
15628 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15629
15630         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
15631         copy_tm_result.  Bug reported by Simon Josefsson in
15632         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15633
15634 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15635
15636         * m4/time_r.m4: New file.
15637         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
15638         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
15639         is. Check for timegm declaration.
15640         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
15641         Do not check for gmtime_r.
15642         Replace mktime if __mktime_internal does not exist and if mktime
15643         hasn't been replaced already.
15644
15645 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15646
15647         * lib/time_r.c, time_r.h: New files.
15648
15649         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
15650         __localtime_r.
15651         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
15652         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
15653
15654         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
15655         __gmtime_r.
15656         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
15657         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
15658         Include <time_r.h>.
15659
15660         * lib/timegm.c: Switch to glibc implementation, with the following
15661         changes:
15662         [defined HAVE_CONFIG_H]: Include <config.h>.
15663         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
15664         (__mktime_internal) [!defined _LIBC]: New decl.
15665         (__gmtime_r) [!defined _LIBC]: New macro and function.
15666         (timegm): Use a prototype, since gnulib assumes C89.
15667         Do not bother declaring tmp to be const, as it's not really usefu.
15668         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
15669         (timegm): Declare only if HAVE_DECL_TIMEGM.
15670
15671 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15672
15673         * MODULES.html.sh (func_all_modules): Add time_r.
15674         * modules/time_r: New file.
15675         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
15676         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
15677
15678 2003-09-03  Paul Eggert  <eggert@twinsun.com>
15679
15680         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
15681         Bug reported by Lute Kamstra in
15682         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
15683
15684         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
15685         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
15686         course with correspondingly smaller numbers for tomorrow and
15687         yesterday.  From Tadayoshi Funaba.  Originally installed into
15688         sh-utils on 1999-08-07, but the patch got lost (I guess during the
15689         coreutils merge?).
15690
15691 2003-08-31  Simon Josefsson  <jas@extundo.com>
15692
15693         * modules/timegm: New file.
15694         * MODULES.html.sh (func_all_modules): Add timegm.
15695
15696 2003-08-31  Simon Josefsson  <jas@extundo.com>
15697
15698         * m4/timegm.m4: New file.
15699
15700 2003-08-31  Simon Josefsson  <jas@extundo.com>
15701
15702         * lib/timegm.h: New file.
15703         * lib/timegm.c: New file.  Based on
15704         wget-1.8.2/src/http.c:mktime_from_utc.
15705
15706 2003-08-31  Karl Berry  <karl@gnu.org>
15707
15708         * lib/argp.h: update from libc.
15709
15710 2003-08-28  Bruno Haible  <bruno@clisp.org>
15711
15712         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
15713         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
15714         followed by '#define fnmatch fnmatch_posix' gives an error.
15715
15716 2003-08-28  Bruno Haible  <bruno@clisp.org>
15717
15718         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
15719         warning on QNX, which defines O_BINARY to 000000.
15720
15721 2003-08-27  Jim Meyering  <jim@meyering.net>
15722
15723         * m4/mkstemp.m4: Require that the system mkstemp be able to create
15724         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
15725         would fail after 32.  Reported by Danny Levinson.  Details here:
15726         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
15727
15728 2003-08-24  Bruno Haible  <bruno@clisp.org>
15729
15730         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
15731         MSVC7 <stdio.h> is included later.
15732
15733 2003-08-22  Simon Josefsson  <jas@extundo.com>
15734
15735         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
15736
15737 2003-08-20  Karl Berry  <karl@gnu.org>
15738
15739         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
15740
15741 2003-08-20  Bruno Haible  <bruno@clisp.org>
15742
15743         * modules/progname: New file.
15744         * MODULES.html.sh (func_all_modules): Add progname.
15745
15746 2003-08-20  Bruno Haible  <bruno@clisp.org>
15747
15748         * lib/progname.h: New file, from GNU gettext.
15749         * lib/progname.c: New file, from GNU gettext.
15750         * lib/progreloc.c: New file, from GNU gettext.
15751
15752 2003-08-19  Jim Meyering  <jim@meyering.net>
15753
15754         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
15755         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
15756
15757 2003-08-19  Bruno Haible  <bruno@clisp.org>
15758
15759         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
15760         more.
15761
15762 2003-08-19  Bruno Haible  <bruno@clisp.org>
15763
15764         * lib/xstrdup.c: Assume <string.h> exists.
15765
15766 2003-08-18  Paul Eggert  <eggert@twinsun.com>
15767
15768         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
15769         in makefile rules.
15770
15771 2003-08-18  Jim Meyering  <jim@meyering.net>
15772
15773         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
15774         * m4/lib-ld.m4: Likewise.
15775
15776 2003-08-18  Jim Meyering  <jim@meyering.net>
15777
15778         * lib/setenv.h: Indent nested cpp directive.
15779         * lib/vasnprintf.c: Remove trailing blanks.
15780
15781 2003-08-17  Simon Josefsson  <jas@extundo.com>
15782
15783         * modules/xstrndup: New file.
15784         * MODULES.html.sh (func_all_modules): Add xstrndup.
15785
15786 2003-08-17  Simon Josefsson  <jas@extundo.com>
15787
15788         * modules/argp: Fix autoconf macro name. Add more dependencies.
15789
15790 2003-08-17  Simon Josefsson  <jas@extundo.com>
15791
15792         * m4/xstrndup.m4: New file.
15793
15794 2003-08-17  Simon Josefsson  <jas@extundo.com>
15795
15796         * m4/argp.m4: New file.
15797
15798 2003-08-17  Simon Josefsson  <jas@extundo.com>
15799             Bruno Haible  <bruno@clisp.org>
15800
15801         * lib/xstrndup.h: New file.
15802         * lib/xstrndup.c: New file.
15803
15804 2003-08-17  Bruno Haible  <bruno@clisp.org>
15805
15806         * modules/strndup (Files, Include): Add lib/strndup.h.
15807
15808 2003-08-17  Bruno Haible  <bruno@clisp.org>
15809
15810         * modules/euidaccess (Files): Add lib/euidaccess.h.
15811
15812 2003-08-17  Bruno Haible  <bruno@clisp.org>
15813
15814         * lib/strndup.h: New file.
15815
15816 2003-08-17  Bruno Haible  <bruno@clisp.org>
15817
15818         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
15819         like AC_GNU_SOURCE.
15820         * modules/extensions (configure.ac): Comment out the invocation of
15821         gl_USE_SYSTEM_EXTENSIONS.
15822
15823 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15824
15825         Merges from coreutils, etc.
15826         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
15827         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
15828         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
15829         fixing a typo.
15830         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
15831         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
15832
15833 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15834
15835         Document merge from coreutils.
15836         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
15837         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
15838         * modules/utime: Add m4/utimes-null.m4.
15839
15840 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15841
15842         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
15843         space, undoing this 2003-08-12 change:
15844         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15845
15846 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15847
15848         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
15849         strtoul.c from libc, undoing this 2003-08-12 change:
15850         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15851
15852 2003-08-16  Jim Meyering  <jim@meyering.net>
15853
15854         Merges from coreutils.
15855         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
15856         prefix.  Adjust cache variables similarly.  Create 500 rather than
15857         just 300 files, to exercise bug on Darwin6.5, too.
15858         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
15859         $missing_dir.
15860         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
15861         AM_SYS_POSIX_TERMIOS.
15862         Reported by mkc@mathdogs.com.
15863         Also change use of $am_cv_sys_posix_termios
15864         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
15865         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
15866         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
15867         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
15868         in /proc/mounts until it finds one with matching device number.  This
15869         is unnecessary when the FILE argument *is* a mount point.  No stat call
15870         is necessary in that case.  So, disable the statvfs-testing code on
15871         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
15872         as RedHat bug# 84846.
15873         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15874         to 1MB, so as not to render systems with no stack size limit (e.g.,
15875         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15876         Include <unistd.h>.  On some systems,
15877         it is required for the definition of _SC_PAGESIZE.
15878
15879 2003-08-16  Jim Meyering  <jim@meyering.net>
15880
15881         Merge from coreutils.
15882         * lib/xstrtoimax.c: #else #if -> #elif.
15883         * lib/xstrtoumax.c: Likewise.
15884
15885 2003-08-16  Jim Meyering  <jim@meyering.net>
15886
15887         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
15888         * m4/utimes.m4: Removed.
15889         * m4/utimes-null.m4: Renamed from utimes.m4.
15890
15891         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15892         to 1MB, so as not to render systems with no stack size limit (e.g.,
15893         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15894         Include <unistd.h>.  On some systems,
15895         it is required for the definition of _SC_PAGESIZE.
15896
15897 2003-08-16  Jim Meyering  <jim@meyering.net>
15898         and Paul Eggert  <eggert@cs.ucla.edu>
15899
15900         Merges from coreutils, etc.
15901
15902         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
15903         using the latest version from cvs.  This avoids problems with #line
15904         directives using a vendor (Sun) compiler.
15905         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
15906         Don't set GETGROUPS_LIB here; now it's
15907         done via getgroups.m4's wrapper function.
15908         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
15909         rather than just in sh-util/configure.in, so that the
15910         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
15911         same.
15912         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
15913         AC_FUNC_GETLOADAVG where to find getloadavg.c.
15914         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
15915         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
15916         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
15917         Remove code that is now done by the newly-required macros.
15918         Append $(EXEEXT) to DF_PROG.
15919         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
15920         Do not invoke or require the following here,
15921         since prereq.m4 or some gnulib .m4 now does this for us:
15922         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
15923         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
15924         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
15925         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
15926         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
15927         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
15928         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
15929         AC_FUNC_OBSTACK.
15930         Do not replace the following functions, as this is now the job
15931         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
15932         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
15933         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
15934         atexit getpass, strdup, getpagesize.
15935         Replace 'raise'.
15936         Do not check for the following functions, as this is now the job
15937         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
15938         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
15939         setregid.
15940         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
15941         Check for sys/sysctl.h.
15942         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
15943         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
15944         of checking for ssize_t ourselves.
15945
15946         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
15947         Require every macro that gnulib/modules/* suggests for us.
15948         (jm_PREREQ_ADDEXT): New macro.
15949         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
15950         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
15951
15952         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
15953         (gl_PHYSMEM): Use it.
15954         Also check for `table' function.
15955         Check for new headers and functions.
15956         Add check for sys/sysmp.h.
15957         With suggestions from Kaveh Ghazi.
15958         Ignore headers that are present but cannot be compiled.  This
15959         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
15960         C 5.4.
15961
15962 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15963
15964         Document merge from coreutils.
15965         * modules/userspec: Depend on posixver.
15966         * modules/strftime: Depend on tzset.
15967
15968 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15969
15970         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
15971         rather than tab, after '#' in shell-script copyright notices.
15972         Suggested by Bruno Haible.
15973
15974 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15975
15976         * config/srclist-update: Use three spaces, rather than tab, after '#'
15977         in shell-script copyright notices.  Suggested by Bruno Haible.
15978         Remove unnecessary parenthesization in regular expression.
15979
15980 2003-08-15  Jim Meyering  <jim@meyering.net>
15981
15982         Merge from coreutils.
15983         * lib/xgethostname.c: Include <stdlib.h>.
15984         (xghostname): Don't exit for anything other than memory-related
15985         failure; just return NULL.
15986         * lib/userspec.c: Include "posixver.h".
15987         (parse_user_spec): Accept `.' as a separator only
15988         in pre-POSIX-200112 mode.
15989         * lib/strtoimax.c: Use #elif rather than #else #if.
15990         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
15991         Remove function, now that we can rely on a working tzset function.
15992         [!_LIBC]: Ensure that the required autoconf test has been run.
15993         [!defined _NL_CURRENT && HAVE_STRFTIME]:
15994         Use underlying_strftime for %r.
15995         * lib/sha.c: Merge in some clean-up and optimization changes from
15996         glibc.
15997         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
15998         Ensure that it is a multiple of 64.
15999         Rearrange loop exit tests so as to avoid performing an
16000         additional fread after encountering an error or EOF.
16001         * lib/realloc.c: Update copyright date.
16002
16003 2003-08-15  Jim Meyering  <jim@meyering.net>
16004         and Paul Eggert  <eggert@twinsun.com>
16005
16006         Merge from coreutils.
16007         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
16008         member but strut utmpx does not.  Needed for AIX 4.3.3.
16009         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
16010
16011 2003-08-15  Jim Meyering  <jim@meyering.net>
16012         and Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         Merges from coreutils, etc.
16015         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
16016         Require gl_FUNC_TZSET_CLOBBER.
16017         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
16018         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
16019         members.
16020
16021 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16022
16023         Help the merge from coreutils.
16024         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
16025         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
16026         * m4/tzset.m4: Use it too.
16027
16028 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16029
16030         * modules/tzset: New file.
16031
16032 2003-08-14  Jim Meyering  <jim@meyering.net>
16033
16034         Merges from coreutils.
16035         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
16036         variable names, rather than @FNMATCH_H@.
16037         * modules/alloca: Likewise for $(ALLOCA_H).
16038
16039         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
16040         the three copies of the literal target, `fnmatch.h'.
16041         * modules/alloca (alloca.h): Likewise.
16042
16043 2003-08-14  Jim Meyering  <jim@meyering.net>
16044
16045         Merge from coreutils.
16046         * m4/tzset.m4: New file.
16047         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
16048         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
16049         otherwise, AIX 5.1 systems would end up using the latter.
16050         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
16051         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
16052         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
16053         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
16054
16055 2003-08-14  Jim Meyering  <jim@meyering.net>
16056
16057         Merge from coreutils.
16058         * lib/obstack.h: Whitespace changes.
16059         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
16060         and xcalloc return values.
16061         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
16062         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
16063         hang on OSF/1 5.1 for DIR on both local and remote file systems.
16064         Reported by (and fix confirmed by) Nelson H. F. Beebe.
16065         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
16066         error from mntctl.
16067         Use mntctl's return value to drive the entry-processing loop, since
16068         we can't rely on the value of the vmt_length member in the last
16069         entry.  On some systems doing so could result in exhausting
16070         virtual memory.  Based in part on a patch from Mike Jetzer.
16071
16072 2003-08-14  Jim Meyering  <jim@meyering.net>
16073         and Paul Eggert  <eggert@twinsun.com>
16074
16075         Merges from coreutils, plus other fixes.
16076         * lib/physmem.c: Merge in portability changes from gcc/libiberty
16077         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
16078         for credits and details.  Thanks to Kaveh Ghazi for helping
16079         to keep these files in sync.
16080         (ARRAY_SIZE): Define it.
16081         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
16082         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
16083         (memcasecmp): Don't assume size_t fits in unsigned int.
16084         Remove casts and duplicate code.
16085         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
16086         (memcpy): Remove definition.
16087         Merge in some clean-up and optimization changes from glibc.
16088         [BLOCKSIZE]: Move definition to top of file.
16089         Ensure that it is a multiple of 64.
16090         Rearrange loop exit tests so as to avoid performing an
16091         additional fread after encountering an error or EOF.
16092         * lib/md5.h (md5_uintptr): Define.
16093         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
16094         return to the initial working directory.  Preserve errno
16095         for caller.
16096         * lib/idcache.c: Include "xalloc.h".
16097         (xmalloc, xrealloc): Remove decls.
16098         (getuser): Remove casts no longer required in C89.
16099         * lib/human.c: Include stdio.h, for sprintf.
16100         * lib/group-member.c: Include "xalloc.h".
16101         (xmalloc, xrealloc): Remove decls.
16102         (get_group_info): Remove casts no longer required in C89.
16103         * lib/getusershell.c (readname): Remove casts no longer required in
16104         C89.
16105         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
16106         * lib/getline.c: Whitespace fix, from coreutils.
16107
16108 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16109
16110         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
16111         Check for isascii.
16112
16113         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
16114         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
16115         Undo previous (whitespace-only) change.
16116
16117 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16118
16119         * lib/exclude.c: Include <ctype.h>
16120         (IN_CTYPE_DOMAIN): New macro.
16121         (is_space): New fn.
16122         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
16123         and empty lines.
16124
16125         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
16126         Undo previous (whitespace-only) change.
16127
16128 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16129
16130         * config/srclist-update: Change update back to the old behavior,
16131         leaving whitespace alone.  Use one 'sed' command rather than a
16132         pipeline.
16133         (fixlicense): Now a variable, not a function.
16134         (remove_trailing_blanks): Remove.
16135         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
16136         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
16137         Undo previous (whitespace-only) change.
16138
16139 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16140
16141         Merge from coreutils.
16142         * modules/euidaccess: Add lib_SOURCES, include for new
16143         file euidaccess.h
16144
16145 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16146
16147         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
16148         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
16149         Normalize leading white space and remove trailing white space.
16150
16151         Merge from coreutils
16152         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
16153
16154         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
16155         0.12.1.  These files are now being upgraded automatically by
16156         ../config/srclist-update.
16157
16158 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16159
16160         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
16161         Normalize leading white space and remove trailing white space.
16162         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
16163         notice, as per ../config/srclist-update.
16164
16165         Merge from coreutils.
16166         * lib/euidaccess.h: New file.
16167         * lib/euidaccess.c: Include it.
16168         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
16169         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
16170         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
16171
16172 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16173
16174         * config/srclist-update: Add copyright notice.
16175         (remove_id_lines, remove_trailing_blanks): New constants.
16176         (fixfile): Use them to normalize spacing a bit in copied files.
16177         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
16178         Normalize leading white space and remove trailing white space.
16179
16180         * config/texinfo.tex: Sync with texinfo.
16181
16182         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
16183         strtoul.c from libc, to merge coreutils whitespace changes.
16184
16185         * config/srclist.txt: Get the following m4 files from gettext:
16186         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
16187         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
16188         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
16189         wint_t.m4.
16190
16191 2003-08-12  Karl Berry  <karl@gnu.org>
16192
16193         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
16194         been made.
16195
16196 2003-08-11  Paul Eggert  <eggert@twinsun.com>
16197
16198         * modules/gnu-source, m4/gnu-source.m4:
16199         Remove; we're assuming Autoconf 2.54 or later now.
16200         Suggested by Bruno Haible.
16201         * MODULES.html.sh (func_all_modules): Remove gnu-source.
16202
16203 2003-08-11  Bruno Haible  <bruno@clisp.org>
16204
16205         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
16206
16207 2003-08-11  Bruno Haible  <bruno@clisp.org>
16208
16209         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
16210         (vasnprintf): Use it instead of wcslen.
16211
16212 2003-08-11  Bruno Haible  <bruno@clisp.org>
16213
16214         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
16215         value to ensure that _Bool promotes to int. Use #define for _Bool when
16216         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
16217
16218 2003-08-10  Karl Berry  <karl@gnu.org>
16219
16220         * lib/regex.h: update from libc (whitespace fix).
16221
16222 2003-08-09  Paul Eggert  <eggert@twinsun.com>
16223
16224         Merge some files from coreutils.  These changes were
16225         originally made by Jim Meyering.
16226         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
16227         many older Unixes require this.
16228         * lib/alloca.c (alloca): Remove cast to argument of free;
16229         no longer needed in C89.
16230         * lib/alloca_.h, regex.h: Fix white space to match
16231         what GNU indent does.
16232
16233 2003-08-09  Paul Eggert  <eggert@twinsun.com>
16234
16235         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
16236         apparently Emacs's Unicode mode got confused before my 2003-08-05
16237         checkin.
16238
16239 2003-08-08  Paul Eggert  <eggert@twinsun.com>
16240
16241         * m4/extensions.m4: New file.
16242         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
16243         Require gl_USE_SYSTEM_EXTENSIONS.
16244         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
16245         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
16246
16247 2003-08-08  Paul Eggert  <eggert@twinsun.com>
16248
16249         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
16250         * modules/extensions, modules/gnu-source: New files.
16251         * modules/timespec, modules/unlocked-io: Depend on extensions.
16252
16253 2003-08-07 Paul Eggert  <eggert@twinsun.com>
16254
16255         * modules/restrict: New file.
16256         * MODULES.html.sh (func_all_modules): Add restrict.
16257         * modules/regex: Depend on restrict.
16258
16259 2003-08-07  Paul Eggert  <eggert@twinsun.com>
16260
16261         * m4/restrict.m4: New file.
16262         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
16263
16264 2003-08-07  Bruno Haible  <bruno@clisp.org>
16265
16266         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
16267         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
16268
16269 2003-08-07  Bruno Haible  <bruno@clisp.org>
16270
16271         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
16272         makes the module 'getndelim2' compatible with the module 'getline'.
16273
16274 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16275
16276         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
16277         byte with "\201" to avoid glitches when editing that source file
16278         with multi-gnome-terminal.
16279
16280 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16281
16282         * lib/bumpalloc.h: Remove.
16283
16284 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16285
16286         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
16287         * modules/bumpalloc: Remove.
16288
16289 2003-08-04  Paul Eggert  <eggert@twinsun.com>
16290
16291         * lib/getloadavg.c: Change copyright notice and spacing to conform to
16292         GNU coding style.
16293
16294         Merge from coreutils.
16295         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
16296         1. From glibc.
16297         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
16298         from Karl Berry, implemented by Jim Meyering.
16299         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
16300         from Dmitry V. Levin.
16301         Remove anachronistic cast of xrealloc.
16302         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
16303         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
16304         type. Otherwise, it wouldn't compile with at least /bin/cc on
16305         ymp-cray-unicos9.0.2.X.
16306         Combine two mostly-identical uses of alloca into one.
16307         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
16308
16309 2003-08-04  Dave Love <d.love@dl.ac.uk>
16310
16311         [From Emacs.]
16312
16313         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
16314         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
16315         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
16316         obsolete NLIST_NAME_UNION.
16317         [__GNU__]: Undef BSD and FSCALE.
16318         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
16319
16320 2003-08-03  Paul Eggert  <eggert@twinsun.com>
16321
16322         * lib/stdbool_.h (_Bool): Make it signed char, instead of
16323         an enum type, so that it's guaranteed to promote to int.  See:
16324         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
16325
16326 2003-08-03  Karl Berry  <karl@gnu.org>
16327
16328         * config/depcomp: update from automake.
16329
16330 2003-07-31  Paul Eggert  <eggert@twinsun.com>
16331
16332         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
16333         (strerror): Don't assume that a printable int fits in 14 bytes.
16334
16335 2003-07-31  Bruno Haible  <bruno@clisp.org>
16336
16337         * modules/getpass-gnu: New file.
16338         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
16339
16340 2003-07-31  Bruno Haible  <bruno@clisp.org>
16341
16342         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
16343
16344 2003-07-24  Karl Berry  <karl@gnu.org>
16345
16346         * config/missing: update from automake.
16347
16348 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
16349             Bruno Haible  <bruno@clisp.org>
16350
16351         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
16352         * lib/getline.c (getline, getdelim): Likewise.
16353         Remove _GNU_SOURCE define; now it's defined in config.h through
16354         m4/getline.m4.
16355
16356 2003-07-23  Karl Berry  <karl@gnu.org>
16357
16358         * config/config.sub: update from prep.
16359
16360 2003-07-22  Paul Eggert  <eggert@twinsun.com>
16361
16362         * modules/xalloc (Depends-on): Add exitfail.
16363         * modules/xmemcoll: Likewise.
16364
16365 2003-07-22  Paul Eggert  <eggert@twinsun.com>
16366
16367         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
16368         over-parenthesization in macros.
16369
16370         Sync with coreutils.
16371
16372         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
16373         required by C99.
16374
16375         Use `exit_failure' for xalloc and xmemcoll instead of their own
16376         private exit-failure variables.
16377         * lib/xalloc.h (xalloc_exit_failure): Remove.
16378         * lib/xmalloc.c: Likewise.  Include exitfail.h.
16379         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
16380         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
16381         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
16382         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
16383
16384 2003-07-20  Jim Meyering  <jim@meyering.net>
16385
16386         * modules/closeout (Depends-on): Add exitfail.
16387         Suggestion from Bruno Haible.
16388
16389 2003-07-19  Karl Berry  <karl@gnu.org>
16390
16391         * config/config.sub: update from prep.
16392
16393 2003-07-18  Paul Eggert  <eggert@twinsun.com>
16394
16395         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
16396         Remove.
16397         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
16398         to test that it can stand by itself.  Include "exitfail.h".
16399         Clients should set exit_failure instead.
16400         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
16401
16402 2003-07-18  Bruno Haible  <bruno@clisp.org>
16403
16404         * modules/getndelim2: New file.
16405         * modules/getline: Share files with module getndelim2.
16406         * modules/getnline: Depend on getndelim2 instead of sharing files with
16407         it. Add getnline.c to lib_SOURCES.
16408         * MODULES.html.sh (func_all_modules): Add getndelim2.
16409
16410 2003-07-18  Bruno Haible  <bruno@clisp.org>
16411
16412         * m4/getndelim2.m4: New file.
16413         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
16414         invoke gl_PREREQ_GETNDELIM2.
16415         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
16416         gl_PREREQ_GETNDELIM2.
16417         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
16418         gl_GETNDELIM2.
16419
16420 2003-07-18  Bruno Haible  <bruno@clisp.org>
16421
16422         * lib/getndelim2.h: New file.
16423         * lib/getndelim2.c: Make into a module of its own. Include config.h,
16424         getndelim2.h.
16425         (getndelim2): Make non-static. Change return type to ssize_t.
16426         * lib/getline.h: Change argument names.
16427         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
16428         * lib/getnline.c: Include getndelim2.h.
16429
16430 2003-07-18  Andreas Schwab  <schwab@suse.de>
16431
16432         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
16433
16434 2003-07-17  Karl Berry  <karl@gnu.org>
16435
16436         * config/config.sub: update from prep.
16437
16438 2003-07-17  Bruno Haible  <bruno@clisp.org>
16439
16440         * modules/getnline: New file.
16441         * modules/getline: Add lib/getndelim2.c to source file list.
16442         * MODULES.html.sh (func_all_modules): Add getnline.
16443
16444 2003-07-17  Bruno Haible  <bruno@clisp.org>
16445
16446         * m4/getnline.m4: New file.
16447
16448 2003-07-17  Bruno Haible  <bruno@clisp.org>
16449
16450         * m4/Makefile.am.in: Remove file.
16451         * m4/Makefile.am: Remove file.
16452         * m4/Makefile.in: Remove file.
16453
16454 2003-07-17  Bruno Haible  <bruno@clisp.org>
16455
16456         * lib/getnline.h: New file.
16457         * lib/getnline.c: New file.
16458         * lib/getndelim2.c: New file, extracted from getline.c.
16459         (getndelim2): Renamed from getdelim2, with added nmax argument.
16460         * lib/getline.c: Include getndelim2.c.
16461         (getdelim2): Moved out to getndelim2.c.
16462         (getline, getdelim): Update.
16463
16464 2003-07-17  Bruno Haible  <bruno@clisp.org>
16465
16466         * lib/Makefile.am: Remove file.
16467         * lib/Makefile.in: Remove file.
16468
16469 2003-07-17  Bruno Haible  <bruno@clisp.org>
16470
16471         * configure.in: Remove file.
16472         * Makefile.in: Remove file.
16473
16474 2003-07-17  Bruno Haible  <bruno@clisp.org>
16475
16476         * MODULES.html.sh: Put the </BODY> right before </HTML>.
16477
16478 2003-07-16  Karl Berry  <karl@gnu.org>
16479
16480         * config/srclist-update: was running fixlicense twice, which caused
16481                 texinfo.tex to be nullified for some reason.  Simplify,
16482                 $gplsrc is no longer needed as far as I can see?
16483
16484 2003-07-16  Jim Meyering  <jim@meyering.net>
16485
16486         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
16487
16488 2003-07-15  Paul Eggert  <eggert@twinsun.com>
16489
16490         * config/srclist.txt: Get the following files from gettext-runtime/intl
16491         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
16492         ref-del.sin.  From Bruno Haible.
16493         * config/srclist-update (fixfile): Change grep pattern again, since the
16494         previous fix didn't work (there was another trailing $).  Use
16495         '[$]' to escape the $s.
16496
16497 2003-07-15  Karl Berry  <karl@gnu.org>
16498
16499         * lib/vasnprintf.c: update from gettext.
16500
16501 2003-07-15  Karl Berry  <karl@gnu.org>
16502
16503         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
16504         gets expanded when surrounded by '$'.
16505
16506 2003-07-15  Jim Meyering  <jim@meyering.net>
16507
16508         * modules/save-cwd: Don't depend on error.  From Derek Price.
16509
16510 2003-07-15  Jim Meyering  <jim@meyering.net>
16511
16512         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
16513
16514 2003-07-14  Simon Josefsson  <jas@extundo.com>
16515
16516         * modules/mempcpy: New file.
16517         * MODULES.html.sh (func_all_modules): Add mempcpy.
16518
16519 2003-07-14  Simon Josefsson  <jas@extundo.com>
16520
16521         * m4/mempcpy.m4: New file.
16522
16523 2003-07-14  Simon Josefsson  <jas@extundo.com>
16524
16525         * lib/mempcpy.h: New file.
16526         * lib/mempcpy.c: New file.
16527
16528 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16529
16530         * modules/getdate, modules/posixtm: Depend on mktime.
16531
16532 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16533
16534         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
16535         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
16536         unicodeio.c, unicodeio.h, unlocked-io.h:
16537         Switch from LGPL to GPL.
16538
16539 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16540
16541         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
16542         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
16543         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
16544         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
16545         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
16546         updated automatically by ../config/srclist-update.  This changes
16547         their license from LPGL to GPL.
16548
16549 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16550
16551         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
16552         assumed to refer to the root of the most recent stable gettext version.
16553         * config/srclistvars.sh: Add defaults for eggert.
16554         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
16555         Match "This program" as well as "The program".  This is needed
16556         for gettext.
16557
16558 2003-07-14  Jim Meyering  <jim@meyering.net>
16559
16560         Don't emit diagnostics.  Let callers do that.
16561         * lib/save-cwd.c: Don't include "error.h".
16562         (save_cwd): Don't call error.  Ensure that errno is valid
16563         when returning nonzero.
16564
16565         * lib/save-cwd.h (restore_cwd): Update prototype.
16566         * lib/save-cwd.c (restore_cwd): Remove two parameters.
16567         Simplify.  Don't call error upon failure.  Let callers do that.
16568         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
16569         when auditing is enabled.  But don't bother updating the #if.
16570
16571 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
16572
16573         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
16574         it breaks C++ compilation.
16575         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
16576
16577 2003-07-10  Simon Josefsson  <jas@extundo.com>
16578
16579         * modules/strchrnul (Makefile.am): Add strchrnul.h.
16580
16581 2003-07-10  Jim Meyering  <jim@meyering.net>
16582
16583         * m4/clock_time.m4: Remove trailing blank.
16584         * m4/intmax_t.m4: Likewise.
16585
16586 2003-07-10  Jim Meyering  <jim@meyering.net>
16587
16588         * lib/vasnprintf.c: Remove trailing blanks.
16589         Make cpp indentation consistent.
16590
16591 2003-07-09  Paul Eggert  <eggert@twinsun.com>
16592
16593         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
16594         posixver.c, strftime.c, strnlen.c, strverscmp.c:
16595         Switch from LGPL to GPL.
16596
16597 2003-07-09  Paul Eggert  <eggert@twinsun.com>
16598
16599         * config/srclist.txt: Sort sublists.  Add
16600         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
16601         that differ from gnulib for one reason or another; we'd like this list
16602         to be smaller but for now let's document what we have.
16603
16604 2003-07-08  Paul Eggert  <eggert@twinsun.com>
16605
16606         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
16607         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
16608         and sweeter "eval x=$x".
16609         * config/srclist.txt: Get lib/argp* from glibc.
16610
16611 2003-07-07  Paul Eggert  <eggert@twinsun.com>
16612
16613         * lib/mktime.c: Fix some boundary cases and remove need for floating
16614         point.
16615
16616         Issue a compile-time diagnostic if time_t is floating point, or if
16617         two's complement arithmetic is not in effect, or if arithmetic
16618         right shift does not propagate the sign.  These assumptions were
16619         all in the original code but they weren't checked.
16620
16621         (TIME_T_MIDPOINT, verify): New macros.
16622         (__isleap): Remove; it has integer overflow problems.
16623         (leapyear): New function, without those problems.
16624         (ydhms_tm_diff): Remove; splitting into two parts.
16625         (ydhms_diff): New function, containing the arithmetic part of
16626         the old ydhms_tm_diff function.  Issue a compile-time
16627         diagnostic if we are not using C99 integer division.
16628         Avoid casts when possible.
16629         (guess_time_tm): New function, containing the checking part of
16630         the old ydhms_tm_diff function.  Return the new value, rather than
16631         the difference between it and the old.  Accept a new argument T
16632         so that *T specifies the old value.  Check for overflow in the result.
16633
16634         (__mktime_internal): Use a time_t offset, not a long int offset.
16635         This undoes the 2003-06-04 change, which is no longer needed now
16636         that we have better overflow checking.
16637         (localtime_offset): Likewise.
16638
16639         (__mktime_internal): Avoid harmful overflow on hosts where time_t
16640         and long are 64-bit but int is only 32-bit.
16641         (ydhms_diff): Use long int to store year1 and yday1.
16642         Issue a compile-time diagnostic if long int is not wide enough.
16643
16644         (__mktime_internal): Use long int to store adjusted year and yday.
16645         Use plain C rather than preprocessor commands, if that doesn't
16646         affect efficiency.
16647         Check for overflow (and try to repair) after each probe
16648         rather than checking only at the very end.  This avoids some bugs
16649         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
16650         does not equal GMT offset at maximum time).
16651         Use integer to check for overflow rather than floating point; this
16652         is more portable to non-IEEE hosts, and is a tad faster.
16653         When we detect that we are oscillating between two values,
16654         don't check whether tm_isdst has the requested value, since
16655         we already know the answer.  When tm_isdst has the wrong value,
16656         use a different heuristic to find the right one, based on the
16657         extreme values actually observed in practice in tz2003a,
16658         rather than the (overly optimistic) "previous 3 calendar quarters".
16659
16660         (not_equal_tm, print_tm, check_result): Use "const T" rather than
16661         "T const" to accommodate glibc style.
16662         (check_result): Use less-confusing report format.  "long" -> "long int.
16663         (main): Likewise.
16664         Don't loop if the iteration overflows time_t.
16665         Allow a negative step in the iteration.
16666
16667 2003-07-06  Karl Berry  <karl@gnu.org>
16668
16669         * config/depcomp: update from automake.
16670         * config/config.sub: update from prep.
16671
16672 2003-07-03  Karl Berry  <karl@gnu.org>
16673
16674         * config/config.guess: update from prep.
16675
16676 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16677
16678         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
16679         xreadlink.c now includes it unconditionally.
16680
16681 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16682
16683         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
16684         having it depend on HAVE_SYS_TYPES_H.
16685
16686 2003-07-01  Bruno Haible  <bruno@clisp.org>
16687
16688         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
16689         <sys/types.h> should be sufficient.
16690         Reported by Paul Eggert.
16691
16692 2003-06-26  Karl Berry  <karl@gnu.org>
16693
16694         * config/depcomp: update from automake.
16695
16696 2003-06-26  Bruno Haible  <bruno@clisp.org>
16697
16698         * modules/human: Depend on module stdbool.
16699
16700 2003-06-25  Bruno Haible  <bruno@clisp.org>
16701
16702         * modules/readlink: New file.
16703         * modules/xreadlink: Depend on it.
16704         * MODULES.html.sh (func_all_modules): Add readlink.
16705
16706 2003-06-25  Bruno Haible  <bruno@clisp.org>
16707
16708         * m4/readlink.m4: New file.
16709
16710 2003-06-25  Bruno Haible  <bruno@clisp.org>
16711
16712         * lib/readlink.c: New file.
16713
16714 2003-06-22  Karl Berry  <karl@gnu.org>
16715
16716         * config/srclist.txt: update mkinstalldirs from automake.
16717         * config/mkinstalldirs: update.
16718
16719 2003-06-22  Bruno Haible  <bruno@clisp.org>
16720
16721         Portability to mingw32.
16722         * m4/ssize_t.m4: New file, from GNU gettext.
16723         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
16724         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
16725
16726 2003-06-22  Bruno Haible  <bruno@clisp.org>
16727
16728         * modules/safe-read: Add m4/ssize_t.m4.
16729         * modules/xreadlink: Add m4/ssize_t.m4.
16730
16731 2003-06-20  Bruno Haible  <bruno@clisp.org>
16732
16733         Assume C89, so PARAMS isn't needed.
16734         * lib/unicodeio.h (PARAMS): Remove.
16735         * lib/unicodeio.c: Don't use PARAMS.
16736
16737 2003-06-18  Karl Berry  <karl@gnu.org>
16738
16739         * config/config.{guess,sub}: update from prep.
16740
16741 2003-06-18  Jim Meyering  <jim@meyering.net>
16742
16743         Merge changes from coreutils.
16744         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
16745         Remove explicit declarations of xmalloc and realloc.
16746         Include xalloc.h.
16747         (read_utmp): Remove anachronistic cast of xmalloc.
16748
16749 2003-06-17  Paul Eggert  <eggert@twinsun.com>
16750
16751         Assume C89, so PARAMS isn't needed.
16752         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
16753         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
16754         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
16755         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
16756         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
16757         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
16758         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
16759         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
16760         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
16761         lib/xstrtod.h, lib/xstrtol.h: Likewise.
16762         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
16763         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
16764         no longer needed. Anyway, config.h should always be included before any
16765         other file.
16766
16767 2003-06-11  Simon Josefsson  <jas@extundo.com>
16768
16769         * modules/sysexits: New file.
16770         * MODULES.html.sh (func_all_modules): Add sysexits.
16771
16772 2003-06-11  Simon Josefsson  <jas@extundo.com>
16773
16774         * lib/sysexit_.h: New file.
16775
16776 2003-06-11  Derek Price  <derek@ximbiot.com>
16777
16778         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
16779         necessary.
16780
16781 2003-06-11  Bruno Haible  <bruno@clisp.org>
16782
16783         * m4/sysexits.m4: New file.
16784
16785 2003-06-10  Simon Josefsson <jas@extundo.com>
16786
16787         * lib/argp.h: New file, from glibc.
16788         * lib/argp-ba.c: New file, from glibc.
16789         * lib/argp-eexst.c: New file, from glibc.
16790         * lib/argp-fmtstream.c: New file, from glibc.
16791         * lib/argp-fmtstream.h: New file, from glibc.
16792         * lib/argp-fs-xinl.c: New file, from glibc.
16793         * lib/argp-help.c: New file, from glibc.
16794         * lib/argp-namefrob.h: New file, from glibc.
16795         * lib/argp-parse.c: New file, from glibc.
16796         * lib/argp-pv.c: New file, from glibc.
16797         * lib/argp-pvh.c: New file, from glibc.
16798         * lib/argp-xinl.c: New file, from glibc.
16799
16800 2003-06-10  Simon Josefsson  <jas@extundo.com>
16801
16802         * modules/strchrnul: New file.
16803
16804 2003-06-10  Simon Josefsson  <jas@extundo.com>
16805
16806         * modules/argp: New file.
16807
16808 2003-06-10  Simon Josefsson  <jas@extundo.com>
16809
16810         * m4/strchrnul.m4: New file.
16811
16812 2003-06-10  Simon Josefsson  <jas@extundo.com>
16813
16814         * lib/strchrnul.h: New file.
16815         * lib/strchrnul.c: New file.
16816
16817 2003-06-10  Bruno Haible  <bruno@clisp.org>
16818
16819         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
16820
16821 2003-06-07  Karl Berry  <karl@gnu.org>
16822
16823         * config/config.{guess,sub}: update from prep.
16824
16825 2003-06-07  Jim Meyering  <jim@meyering.net>
16826
16827         * modules/strtod: Use $(...) notation, not @...@ for
16828         AC_REPLACE'd variables.
16829         * modules/localcharset: Likewise.
16830
16831 2003-06-07  Jim Meyering  <jim@meyering.net>
16832
16833         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
16834         in place of my name in the copyright comment.
16835         Remove definition and uses of __P.
16836
16837         From coreutils.
16838         * lib/stat.c: Don't declare xmalloc explicitly.
16839         Instead, include "xalloc.h".
16840         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
16841         xrealloc, and xcalloc return values.
16842         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
16843         Improve comment.
16844         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
16845
16846 2003-06-07  Bruno Haible  <bruno@clisp.org>
16847
16848         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
16849         avoid AC_CONFIG_LINKS.
16850         * modules/fnmatch (Makefile.am): Use explicit creation rule for
16851         fnmatch.h, to avoid AC_CONFIG_LINKS.
16852         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
16853
16854 2003-06-07  Bruno Haible  <bruno@clisp.org>
16855
16856         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
16857         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
16858         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16859         directory.
16860         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
16861         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16862         directory.
16863
16864 2003-06-06  Jim Meyering  <jim@meyering.net>
16865
16866         Merge from coreutils.
16867         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
16868         Consolidate declarations and initializations of *_base* locals.
16869
16870         Merge from coreutils.
16871         This avoids a core dump on systems without GNU putenv,
16872         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
16873         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
16874         (unsetenv): New static function, from GNU libc.
16875         (rpl_putenv): Use it.
16876
16877         * lib/modechange.c: Remove trailing blanks.
16878
16879         Merge from coreutils.
16880         * lib/fsusage.c: Remove declaration of statfs.
16881         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
16882
16883         * lib/posixtm.c: Include <stdbool.h> unconditionally.
16884
16885 2003-06-06  Jim Meyering  <jim@meyering.net>
16886
16887         * lib/stdbool_.h: Renamed from stdbool.h.in.
16888
16889 2003-06-06  Jim Meyering  <jim@meyering.net>
16890             Bruno Haible  <bruno@clisp.org>
16891
16892         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
16893         Adjust Makefile.am snippet not to redirect directly to target.
16894         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
16895
16896 2003-06-05  Paul Eggert  <eggert@twinsun.com>
16897
16898         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
16899         mismatch, look in future quarters as well as past.  This fixes a
16900         bug when processing fall-backwards gaps immediately after a long
16901         period of daylight-saving time.
16902
16903         * lib/mktime.c: Assume freestanding C89 or better.
16904         (HAVE_LIMITS_H): Remove.  Assume it's 1.
16905         (__P): Remove; not used.
16906         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
16907         (mktime, not_equal_tm, print_tm, check_result,
16908         main): Use prototypes.  Use const * where appropriate.
16909         (main): Fix typo in testing code that uncovered by above changes.
16910         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
16911
16912 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16913
16914         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
16915         locale.h, localeconv.  This merges changes from coreutils.
16916
16917         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
16918         It can be removed after the next Autoconf is released.
16919         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
16920         needed.
16921
16922 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16923
16924         * lib/mktime.c: Fix Debian bug 177940
16925         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
16926         (localtime_offset): Now long int, not time_t, because we want it
16927         to be guaranteed to be signed.  All uses changed.
16928         (__mktime_internal): If overflow would occur when adding offset,
16929         don't add it.
16930
16931         Merge 'human' changes from coreutils.  Rewrite to support
16932         locale-specific notations like thousands separators.
16933         * lib/human.c: Simplify authorship notice.
16934         Include human.h immediately after config.h.
16935         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
16936         <limits.h>: Do not include, since human.h does.
16937         (SIZE_MAX, UINTMAX_MAX): New macros.
16938         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
16939         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
16940         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
16941         (power_letter): Renamed from suffixes.
16942         (generate_suffix_backwards): Remove.
16943         (adjust_value): Now takes int style (because of human.h changes)
16944         and long double value (for greater precision on some platforms).
16945         (group_number): New function.
16946         (human_readable): Use it.  Use integer options, not enum.
16947         Put the options before the sizes in the arg list.
16948         Support all the new options.
16949         The old human_readable function has been removed;
16950         use inttostr.h instead.
16951         (human_readable, default_block_size, humblock):
16952         Use uintmax_t, not int, for block sizes.
16953         (human_readable_inexact, block_size_types): Remove.
16954         (block_size_opts): New constant.
16955         (human_options): Renamed from human_block_size, with new signature
16956         that allows block sizes up to UINTMAX_MAX.  All callers changed.
16957         * lib/human.h: Add copyright and authorship notice.
16958         Include <limits.h> and <stdbool.h> unconditionally.
16959         (PARAMS): Remove.  All uses removed.
16960         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
16961         (enum human_inexact_style): Remove tag; now a nameless enum.
16962         (human_floor, human_ceiling, human_round_to_even): Now have
16963         values 2, 0, 1 rather than -1, 1, 0.
16964         (human_group_digits, human_suppress_point_zero, human_autoscale,
16965         human_base_1024, human_SI, human_B): New constants.
16966         (human_readable_inexact, human_block_size): Remove.
16967         (human_readable): Size args are now uintmax_t, not int.
16968         (human_options): New decl.
16969
16970         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
16971         unnecessary now that we assume C89 or better.  This change
16972         imported from coreutils.
16973
16974         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
16975         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
16976         in the 2003-05-30 sync from glibc.
16977
16978         .h files should stand alone, but we shouldn't include <sys/types.h>
16979         if we can get away with just <stddef.h>.
16980
16981         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
16982         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
16983         rather than <sys/types.h>, as we merely need size_t.
16984         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
16985         to get size_t.
16986         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
16987         Include <stdio.h>, to get FILE.
16988         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
16989         memcasecmp.h has included <stddef.h> and all we need is size_t.
16990         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
16991         our interface, instead of including <sys/types.h>
16992
16993 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16994
16995         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
16996         now, as glibc mktime is buggy on non-glibc systems.
16997
16998 2003-06-03  Karl Berry  <karl@gnu.org>
16999
17000         * config/config.sub: update from prep.
17001
17002 2003-06-02  Paul Eggert  <eggert@twinsun.com>
17003
17004         [from coreutils]
17005         Fix some minor time-related bugs with POSIX time arguments.
17006         Some valid time stamps were being rejected (notably -1, and
17007         time stamps before 1900 on 64-bit hosts).  And some invalid
17008         time stamps were being accepted, e.g. September 31.
17009
17010         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
17011         that we can return (time_t) -1 successfully.
17012         * lib/posixtm.c: Likewise.
17013         [HAVE_STDBOOL_H]: Include <stdbool.h>.
17014         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
17015         (t): Remove static var.
17016         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
17017         of static var.  All uses changed.
17018         (year): Do not reject years before 1900; they can occur with
17019         64-bit time_t.
17020         (posix_time_parse): Do not check for out-of-range components;
17021         that is now the caller's responsibility, since our checks were
17022         only approximations.
17023         (posixtime): Use mktime to check for out-of-range components,
17024         since it knows them exactly.
17025         If mktime returns (time_t) -1, check whether an error actually occurred
17026         by invoking localtime on -1.
17027         (main) [TEST_POSIXTIME]: Check for input data errors, and report
17028         posixtime failures better.
17029         Improve the test data (in comments only).
17030
17031 2003-06-02  Karl Berry  <karl@gnu.org>
17032
17033         * config/mkinstalldirs (version): new variable.
17034         (--version): new option.
17035         (usage): improve message.
17036
17037 2003-05-30  Karl Berry  <karl@gnu.org>
17038
17039         * lib/mktime.c: update from libc.
17040
17041 2003-05-30  Bruno Haible  <bruno@clisp.org>
17042
17043         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
17044         * config/config.rpath: Upgrade to gettext-0.12.1.
17045
17046 2003-05-30  Bruno Haible  <bruno@clisp.org>
17047
17048         * m4/gettext.m4: Upgrade to gettext-0.12.1.
17049         * m4/nls.m4: New file, from gettext-0.12.1.
17050         * m4/po.m4: New file, from gettext-0.12.1.
17051         * m4/progtest.m4: Upgrade to gettext-0.12.1.
17052
17053 2003-05-30  Bruno Haible  <bruno@clisp.org>
17054
17055         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
17056         * lib/localcharset.h: Likewise.
17057         * lib/localcharset.c: Likewise.
17058
17059 2003-05-29  Karl Berry  <karl@gnu.org>
17060
17061         * config/config.rpath: update from gettext.
17062
17063 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17064
17065         Assume the headers required for C89 freestanding compilers.
17066         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
17067         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
17068         * m4/human.m4 (gl_HUMAN): Likewise.
17069         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
17070         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
17071         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17072         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
17073         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17074         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
17075
17076 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17077
17078         Assume the headers required for C89 freestanding compilers.
17079         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
17080         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
17081         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
17082         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
17083         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
17084         define, since <limits.h> is guaranteed to do that.
17085         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
17086         * lib/exclude.c: Include <stdbool.h> unconditionally.
17087         * lib/tempname.c: Include <stddef.h> unconditionally.
17088         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
17089         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
17090         <stddef.h> does that.
17091         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
17092         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
17093         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
17094         needed.
17095         * lib/xstrtol.c: Likewise.
17096         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
17097         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
17098
17099         * lib/addext.c (addext): Use assignment rather than cast, to avoid
17100         warnings on some platforms.
17101
17102         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
17103         arbitrarily.
17104
17105 2003-05-26  Jim Meyering  <jim@meyering.net>
17106
17107         Merge in a change from coreutils:
17108         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
17109         that is guaranteed to be `no'.  Use `no_such_member' to indicate
17110         that condition, rather than `-1' which is slightly misleading.
17111         Change the name of the cache variable to have the gl_ prefix.
17112         Prompted by a patch from Richard Dawe for DJGPP.
17113
17114 2003-05-24  Karl Berry  <karl@gnu.org>
17115
17116         * config/config.guess: update from prep.
17117
17118 2003-05-22  Karl Berry  <karl@gnu.org>
17119
17120         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
17121
17122 2003-05-20  Karl Berry  <karl@gnu.org>
17123
17124         * config/config.guess: update from prep.
17125
17126 2003-05-18  Karl Berry  <karl@gnu.org>
17127
17128         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
17129         might actually be set by the user.
17130
17131         * config/depcomp, install-sh, mdate-sh: update from automake.
17132
17133 2003-05-17  Bruno Haible  <bruno@clisp.org>
17134
17135         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
17136         invalid expansion for AC_EGREP_CPP.
17137         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
17138         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
17139         Suggested by Akim Demaille <akim@epita.fr> in
17140         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
17141
17142 2003-05-12  Jim Meyering  <jim@meyering.net>
17143
17144         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
17145         the space-padded-by-default conversion specifiers, %e, %k, %l.
17146
17147 2003-05-12  Bruno Haible  <bruno@clisp.org>
17148
17149         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
17150         the string is longer than 4 KB.
17151
17152 2003-05-11  Karl Berry  <karl@gnu.org>
17153
17154         * config/config.{guess,sub}: update from prep.
17155
17156 2003-05-09  Bruno Haible  <bruno@clisp.org>
17157
17158         * modules/error: Add m4/strerror_r.m4 to file list.
17159
17160 2003-05-03  Bruno Haible  <bruno@clisp.org>
17161
17162         Upgrade to Unicode-4.0.
17163         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
17164         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
17165         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
17166         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
17167         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
17168         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
17169         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
17170         Change width of U+E0100..U+E01EF from 1 to 0.
17171
17172 2003-04-25  Jim Meyering  <jim@meyering.net>
17173
17174         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
17175         of type size_t, not int.
17176
17177 2003-04-25  Bruno Haible  <bruno@clisp.org>
17178
17179         * lib/copy-file.c: Include <stddef.h>, for size_t.
17180
17181 2003-04-21  Paul Eggert  <eggert@twinsun.com>
17182
17183         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
17184         code which expansion is under static control.  Patch imported from
17185         Akim Demaille's patch to Bison; see
17186         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
17187
17188 2003-04-14  Bruno Haible  <bruno@clisp.org>
17189
17190         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
17191
17192 2003-04-11  Jim Meyering  <jim@meyering.net>
17193
17194         Merge changes from Coreutils.
17195
17196         2003-03-22  Jim Meyering  <jim@meyering.net>
17197
17198         * lib/strftime.c (widen): Cast alloca return value to proper type.
17199
17200         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
17201
17202         From GNU libc.
17203         * lib/strftime.c (my_strftime): Handle very large width
17204         specifications for numeric values correctly.  Improve checks for
17205         overflow.
17206
17207         2003-01-19  Jim Meyering  <jim@meyering.net>
17208
17209         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
17210         definitions.
17211         (nl_get_alt_digit) [! defined my_strftime]: Define.
17212         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
17213         _nl_get_alt_digit and _nl_get_walt_digit.
17214
17215         * lib/strftime.c (my_strftime): Merge in locale-related changes from
17216         libc. These changes have no effect outside of _LIBC.
17217
17218 2003-04-10  Bruno Haible  <bruno@clisp.org>
17219
17220         * modules/findprog: New file.
17221         * MODULES.html.sh (func_all_modules): Add it.
17222
17223 2003-04-10  Bruno Haible  <bruno@clisp.org>
17224
17225         * m4/findprog.m4: New file.
17226         * m4/eaccess.m4: New file.
17227
17228 2003-04-10  Bruno Haible  <bruno@clisp.org>
17229
17230         * lib/findprog.h: New file, from GNU gettext.
17231         * lib/findprog.c: New file, from GNU gettext.
17232
17233 2003-04-05  Jim Meyering  <jim@meyering.net>
17234
17235         Merge changes from Coreutils.
17236
17237         * lib/exclude.h (PARAMS): Remove definition and uses.
17238         * lib/exclude.c: Remove uses of `PARAMS'.
17239
17240         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
17241         Add test-cases for DOS filenames. Declare program_name.
17242         (main): Set up program_name.  Patch by Rich Dawe.
17243
17244         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17245         error from mntctl.
17246         Use mntctl's return value to drive the entry-processing loop, since
17247         we can't rely on the value of the vmt_length member in the last
17248         entry.  On some systems doing so could result in exhausting
17249         virtual memory.  Based in part on a patch from Mike Jetzer.
17250
17251 2003-04-04  Bruno Haible  <bruno@clisp.org>
17252
17253         * modules/linebreak: New file.
17254         * MODULES.html.sh (func_all_modules): Add it.
17255
17256 2003-04-04  Bruno Haible  <bruno@clisp.org>
17257
17258         * m4/linebreak.m4: New file.
17259
17260 2003-04-04  Bruno Haible  <bruno@clisp.org>
17261
17262         * lib/linebreak.h: New file, from GNU gettext.
17263         * lib/linebreak.c: New file, from GNU gettext with slight
17264         modifications.
17265         * lib/lbrkprop.h: New file, from GNU gettext.
17266
17267 2003-04-03  Bruno Haible  <bruno@clisp.org>
17268
17269         * modules/utf8-ucs4: New file.
17270         * modules/utf16-ucs4: New file.
17271         * modules/ucs4-utf8: New file.
17272         * modules/ucs4-utf16: New file.
17273         * MODULES.html.sh (func_all_modules): Add them.
17274
17275 2003-04-03  Bruno Haible  <bruno@clisp.org>
17276
17277         * m4/utf-ucs4.m4: New file.
17278         * m4/ucs4-utf.m4: New file.
17279
17280 2003-04-03  Bruno Haible  <bruno@clisp.org>
17281
17282         * lib/utf8-ucs4.h: New file, from GNU gettext.
17283         * lib/utf16-ucs4.h: New file, from GNU gettext.
17284         * lib/ucs4-utf8.h: New file, from GNU gettext.
17285         * lib/ucs4-utf16.h: New file, from GNU gettext.
17286
17287 2003-04-02  Bruno Haible  <bruno@clisp.org>
17288
17289         * modules/binary-io: New file.
17290         * MODULES.html.sh (func_all_modules): Add it.
17291
17292 2003-04-02  Bruno Haible  <bruno@clisp.org>
17293
17294         * lib/binary-io.h: New file, from GNU gettext.
17295
17296 2003-04-01  Bruno Haible  <bruno@clisp.org>
17297
17298         * modules/pathname: New file.
17299         * MODULES.html.sh (func_all_modules): Add it.
17300
17301 2003-04-01  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/pathname.h: New file, from GNU gettext.
17304         * lib/concatpath.c: New file, from GNU gettext.
17305
17306 2003-03-30  Bruno Haible  <bruno@clisp.org>
17307
17308         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
17309
17310 2003-03-30  Bruno Haible  <bruno@clisp.org>
17311
17312         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
17313         function chown() doesn't exist.
17314
17315 2003-03-28  Bruno Haible  <bruno@clisp.org>
17316
17317         * modules/copy-file: New file.
17318         * MODULES.html.sh (func_all_modules): Add it.
17319
17320 2003-03-28  Bruno Haible  <bruno@clisp.org>
17321
17322         * m4/copy-file.m4: New file.
17323
17324 2003-03-28  Bruno Haible  <bruno@clisp.org>
17325
17326         * lib/copy-file.h: New file, from GNU gettext.
17327         * lib/copy-file.c: New file, from GNU gettext.
17328
17329 2003-03-18  Jim Meyering  <jim@meyering.net>
17330
17331         * lib/quote.c (quote_n): Fix typo in comment.
17332
17333 2003-03-18  Bruno Haible  <bruno@clisp.org>
17334
17335         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
17336         checking.
17337         * m4/onceonly_2_57.m4: Likewise.
17338
17339 2003-03-17  Bruno Haible  <bruno@clisp.org>
17340
17341         * m4/onceonly.m4: Require autoconf 2.54 or newer.
17342         (m4_quote): Remove macro.
17343         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
17344
17345 2003-03-14  Jim Meyering  <jim@meyering.net>
17346
17347         Merge changes from Coreutils.
17348         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
17349         to be const, in order to avoid warnings.
17350         (obstack_room): Likewise.
17351         (obstack_empty_p): Likewise.
17352
17353 2003-03-14  Bruno Haible  <bruno@clisp.org>
17354
17355         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
17356         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
17357
17358 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17359
17360         Merge changes from Bison.
17361         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
17362         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
17363         when compiling Bison 1.875's `bitset bset = obstack_alloc
17364         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
17365         * lib/hash.c: Include <stdbool.h> unconditionally.
17366
17367 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17368
17369         * m4/onceonly.m4 (m4_quote): New macro.
17370         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
17371         Quote AC_FOREACH variable-expansions properly.
17372
17373 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17374
17375         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
17376
17377 2003-03-09  Paul Eggert  <eggert@twinsun.com>
17378
17379         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
17380         Reported by Bruce Becker; see:
17381         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
17382
17383 2003-03-03  Paul Eggert  <eggert@twinsun.com>
17384             Bruno Haible  <bruno@clisp.org>
17385
17386         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
17387         Reported by John Hughes, see
17388         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
17389
17390 2003-02-20  Bruno Haible  <bruno@clisp.org>
17391
17392         * MODULES.html.sh (func_all_modules): Add poll.
17393
17394 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17395
17396         * modules/poll: New file.
17397
17398 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17399
17400         * lib/poll_.h: New file.
17401         * lib/poll.c: New file.
17402
17403 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17404
17405         * m4/poll.m4: New file.
17406
17407 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17408
17409         * modules/mathl: New file.
17410
17411 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17412
17413         * lib/mathl.h: New file.
17414         * lib/acosl.c: New file.
17415         * lib/asinl.c: New file.
17416         * lib/atanl.c: New file.
17417         * lib/ceill.c: New file.
17418         * lib/cosl.c: New file.
17419         * lib/expl.c: New file.
17420         * lib/floorl.c: New file.
17421         * lib/frexpl.c: New file.
17422         * lib/ldexpl.c: New file.
17423         * lib/logl.c: New file.
17424         * lib/sincosl.c: New file.
17425         * lib/sinl.c: New file.
17426         * lib/sqrtl.c: New file.
17427         * lib/tanl.c: New file.
17428         * lib/trigl.c: New file.
17429         * lib/trigl.h: New file.
17430
17431 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17432
17433         * m4/mathl.m4: New file.
17434
17435 2003-02-18  Bruno Haible  <bruno@clisp.org>
17436
17437         * MODULES.html.sh (func_all_modules): Add mathl.
17438
17439 2003-02-17  Bruno Haible  <bruno@clisp.org>
17440
17441         * modules/mkdtemp: New module.
17442         * MODULES.html.sh (func_all_modules): Add it.
17443
17444 2003-02-17  Bruno Haible  <bruno@clisp.org>
17445
17446         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
17447
17448 2003-02-17  Bruno Haible  <bruno@clisp.org>
17449
17450         * lib/mkdtemp.h: New file, from GNU gettext.
17451         * lib/mkdtemp.c: New file, from GNU gettext.
17452
17453 2003-02-02  Jim Meyering  <jim@meyering.net>
17454
17455         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
17456         e.g. glibc-2.2.93.
17457
17458 2003-01-31  Bruno Haible  <bruno@clisp.org>
17459
17460         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
17461         'rpl_rename'.
17462         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
17463         'rpl_strnlen'.
17464         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
17465         'rpl_strtod'.
17466         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
17467         'rpl_utime'.
17468
17469 2003-01-31  Bruno Haible  <bruno@clisp.org>
17470
17471         * lib/rename.c: #undef rename before defining rpl_rename.
17472         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
17473
17474 2003-01-30  Bruno Haible  <bruno@clisp.org>
17475
17476         * modules/vasnprintf, modules/vasprintf: New modules.
17477         * MODULES.html.sh (func_all_modules): Add them.
17478
17479 2003-01-30  Bruno Haible  <bruno@clisp.org>
17480
17481         * m4/signed.m4: New file, from GNU gettext.
17482         * m4/longdouble.m4: New file, from GNU gettext.
17483         * m4/wchar_t.m4: New file, from GNU gettext.
17484         * m4/wint_t.m4: New file, from GNU gettext.
17485         * m4/vasnprintf.m4: New file.
17486         * m4/vasprintf.m4: New file.
17487
17488 2003-01-30  Bruno Haible  <bruno@clisp.org>
17489
17490         * lib/printf-args.h: New file, from GNU gettext.
17491         * lib/printf-args.c: New file, from GNU gettext.
17492         * lib/printf-parse.h: New file, from GNU gettext.
17493         * lib/printf-parse.c: New file, from GNU gettext.
17494         * lib/vasnprintf.h: New file, from GNU gettext.
17495         * lib/vasnprintf.c: New file, from GNU gettext.
17496         * lib/asnprintf.c: New file, from GNU gettext.
17497         * lib/vasprintf.h: New file, from GNU gettext with modifications.
17498         * lib/vasprintf.c: New file, from GNU gettext.
17499         * lib/asprintf.c: New file, from GNU gettext.
17500
17501 2003-01-29  Bruno Haible  <bruno@clisp.org>
17502
17503         * modules/stpncpy: New module.
17504         * MODULES.html.sh (func_all_modules): Add it.
17505
17506 2003-01-29  Bruno Haible  <bruno@clisp.org>
17507
17508         * m4/stpncpy.m4: New file.
17509
17510 2003-01-29  Bruno Haible  <bruno@clisp.org>
17511
17512         * lib/stpncpy.h: New file, from GNU gettext with modifications.
17513         * lib/stpncpy.c: New file, from GNU gettext with modifications.
17514
17515 2003-01-28  Bruno Haible  <bruno@clisp.org>
17516
17517         * modules/c-ctype: New module.
17518         * MODULES.html.sh (func_all_modules): Add it.
17519
17520 2003-01-28  Bruno Haible  <bruno@clisp.org>
17521
17522         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
17523         Paul Eggert.
17524         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
17525         Paul Eggert.
17526
17527 2003-01-27  Bruno Haible  <bruno@clisp.org>
17528
17529         * modules/xsetenv: New module.
17530         * MODULES.html.sh (func_all_modules): Add it.
17531
17532 2003-01-27  Bruno Haible  <bruno@clisp.org>
17533
17534         * lib/xsetenv.h: New file, from GNU gettext.
17535         * lib/xsetenv.c: New file, from GNU gettext.
17536
17537 2003-01-23  Jim Meyering  <jim@meyering.net>
17538
17539         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
17540         from working on systems without dirfd (at least Irix and OSF1/Tru64).
17541
17542 2003-01-23  Bruno Haible  <bruno@clisp.org>
17543
17544         * modules/minmax: New module.
17545         * MODULES.html.sh (func_all_modules): Add it.
17546
17547 2003-01-23  Bruno Haible  <bruno@clisp.org>
17548
17549         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
17550         Eggert.
17551
17552 2003-01-22  Bruno Haible  <bruno@clisp.org>
17553
17554         * modules/exit: New module.
17555         * MODULES.html.sh (func_all_modules): Add it.
17556
17557 2003-01-22  Bruno Haible  <bruno@clisp.org>
17558
17559         * lib/exit.h: New file, from GNU gettext.
17560
17561 2003-01-19  Bruno Haible  <bruno@clisp.org>
17562
17563         * gnulib-tool: Recognize option --extract-maintainer.
17564         (func_get_maintainer): New function.
17565         * modules/*: Add Maintainer entry.
17566
17567 2003-01-16  Jim Meyering  <jim@meyering.net>
17568
17569         * m4/regex.m4: The `regex' struct is both input and output.
17570         Initialize it before each use.  Patch by Tim Waugh.
17571
17572 2003-01-16  Bruno Haible  <bruno@clisp.org>
17573
17574         * MODULES.html.sh: Add a table of contents. Add the module name as
17575         leftmost column. Add hyperlinks.
17576
17577 2003-01-15  Bruno Haible  <bruno@clisp.org>
17578
17579         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
17580
17581 2003-01-15  Bruno Haible  <bruno@clisp.org>
17582
17583         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
17584         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
17585         suffix.
17586
17587 2003-01-15  Bruno Haible  <bruno@clisp.org>
17588
17589         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
17590
17591 2003-01-15  Bruno Haible  <bruno@clisp.org>
17592
17593         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
17594         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
17595
17596 2003-01-14  Jim Meyering  <jim@meyering.net>
17597
17598         * lib/same.c (same_name): Tweak a comment.
17599
17600 2003-01-14  Bruno Haible  <bruno@clisp.org>
17601
17602         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
17603         when a string comparison is sufficient.
17604
17605 2003-01-14  Bruno Haible  <bruno@clisp.org>
17606
17607         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
17608         'unsigned int'.
17609
17610 2003-01-14  Bruno Haible  <bruno@clisp.org>
17611
17612         * lib/hash-pjw.c: Add comment about low quality of this function.
17613
17614 2003-01-13  Bruno Haible  <bruno@clisp.org>
17615
17616         * modules/stpcpy: Distribute lib/stpcpy.h.
17617         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
17618
17619 2003-01-13  Bruno Haible  <bruno@clisp.org>
17620
17621         * modules/*: Add a description.
17622         * modules/strpbrk: Fix Makefile.am snippet.
17623         * modules/strtoimax: Fix dependencies.
17624         * modules/strtoumax: Likewise.
17625
17626 2003-01-13  Bruno Haible  <bruno@clisp.org>
17627
17628         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
17629         * modules/alloca (Makefile.am): All object files depend on alloca.h.
17630         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
17631
17632 2003-01-13  Bruno Haible  <bruno@clisp.org>
17633
17634         * gnulib-tool (func_create_testdir): Store config/* files in the main
17635         directory.
17636         * config.rpath: Move to ...
17637         * config/config.rpath: ... here.
17638         * modules/gettext: Contains config/config.rpath, not config.rpath.
17639         * modules/iconv: Likewise.
17640
17641 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17642
17643         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17644         to avoid collisions with libcurses and libreadline.
17645
17646         * m4/getstr.m4: Remove.
17647         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
17648
17649 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17650
17651         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17652         to avoid collisions with libcurses and libreadline.
17653
17654         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
17655         * lib/getstr.h, getstr.c: Remove.
17656         * lib/getline.c: Include "getline.h", to check interface.
17657         Move body of old getstr.c here: this defines MIN_CHUNK and
17658         declares getdelim2, which is renamed from getstr.
17659         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
17660
17661         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
17662         All uses changed.
17663         * lib/linebuffer.h: Likewise.
17664         (readline): Remove backward-compatibility macro.
17665
17666 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17667
17668         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17669         to avoid collisions with libcurses and libreadline.
17670         * getstr: Remove.
17671         * MODULES.html.sh: Remove getstr.
17672         * modules/getline: Depend on unlocked-io, not getstr.
17673
17674 2003-01-12  Jim Meyering  <jim@meyering.net>
17675
17676         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
17677
17678 2003-01-10  Bruno Haible  <bruno@clisp.org>
17679
17680         * modules/alloca: Change Makefile.am requirements. Simplify Include
17681         requirements. Add lib/alloca_.h to file list.
17682
17683 2003-01-10  Bruno Haible  <bruno@clisp.org>
17684
17685         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
17686
17687 2003-01-10  Bruno Haible  <bruno@clisp.org>
17688
17689         * lib/alloca_.h: New file.
17690         * lib/getdate.y: Unconditionally include alloca.h.
17691         * lib/makepath.c: Likewise.
17692         * lib/setenv.c: Likewise.
17693         * lib/userspec.c: Likewise.
17694
17695 2003-01-09  Karl Berry  <karl@gnu.org>
17696
17697         * MODULES.html.sh: include `dirname $0` in PATH, to find
17698         gnulib-tool.
17699
17700 2003-01-09  Bruno Haible  <bruno@clisp.org>
17701
17702         * modules/stdbool: Change configure.ac, Makefile.am requirements.
17703         Simplify Include requirements. Add lib/stdbool.h.in to file list.
17704
17705 2003-01-09  Bruno Haible  <bruno@clisp.org>
17706
17707         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
17708
17709 2003-01-09  Bruno Haible  <bruno@clisp.org>
17710
17711         * lib/stdbool.h.in: New file.
17712
17713 2003-01-09  Bruno Haible  <bruno@clisp.org>
17714
17715         * gnulib-tool (func_all_modules): Ignore files ending in ~.
17716         * MODULES.html.sh: Likewise.
17717
17718 2003-01-08  Jim Meyering  <jim@meyering.net>
17719
17720         * lib/full-write.c: Undefine and define-away `const' after inclusion
17721         of errno.h, not before.  Suggestion from Bruno Haible.
17722
17723 2003-01-08  Bruno Haible  <bruno@clisp.org>
17724
17725         * modules/full-read: Depend on full-write.
17726
17727 2003-01-08  Bruno Haible  <bruno@clisp.org>
17728
17729         * lib/safe-read.c: Include specification header first, to ensure its
17730         selfcontainedness.
17731         * lib/full-write.c: Likewise.
17732
17733 2003-01-07  Jim Meyering  <jim@meyering.net>
17734
17735         * lib/full-write.c: Rework so that it may serve to define full_read,
17736         too.
17737         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
17738
17739 2003-01-07  Bruno Haible  <bruno@clisp.org>
17740
17741         * lib/strtoimax.c: Include <stdint.h> as an alternative to
17742         <inttypes.h>.
17743         * lib/xstrtol.h: Likewise.
17744         * lib/xstrtoimax.c: Likewise.
17745         * lib/xstrtoumax.c: Likewise.
17746         * lib/human.h: Likewise.
17747
17748         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
17749         on systems that have <inttypes.h> but not <stdint.h>.
17750
17751 2003-01-07  Bruno Haible  <bruno@clisp.org>
17752
17753         * MODULES.html.sh: Add copyright notice.
17754         (missed_files): Omit CVS directory entries.
17755         (func_module): Make it work with sed-3.02.
17756         * MODULES.txt: Remove file.
17757
17758 2003-01-06  Jim Meyering  <jim@meyering.net>
17759
17760         * lib/version-etc.c: Update year in translatable copyright string.
17761
17762 2003-01-03  Karl Berry  <karl@gnu.org>
17763
17764         * config/config.{guess,sub}: update from prep.
17765
17766 2003-01-02  Karl Berry  <karl@gnu.org>
17767
17768         * doc/COPYING.DOC: belatedly updated to 1.2.
17769
17770 2003-01-01  Karl Berry  <karl@gnu.org>
17771
17772         * gnulib-tool (func_verify_module): report module name $module in
17773         error message, not $1.
17774         * gnulib-tool (create-testdir): don't complain if destdir couldn't
17775         be created, only if it doesn't exist.
17776         * gnulib-tool (last_checkin_date): don't expand the $Date here.
17777
17778 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17779
17780         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
17781
17782 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17783
17784         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
17785         memcmp if strcoll doesn't work.
17786
17787 2002-12-31  Bruno Haible  <bruno@clisp.org>
17788
17789         * lib/utime.c (utime_null): No need to call ftruncate if the file was
17790         nonempty.
17791
17792 2002-12-31  Bruno Haible  <bruno@clisp.org>
17793
17794         * lib/memcoll.c (STRCOLL): New macro.
17795         (memcoll): Use it.
17796
17797 2002-12-31  Bruno Haible  <bruno@clisp.org>
17798
17799         * lib/localcharset.h: New file.
17800         * lib/localcharset.c: Include it.
17801         * lib/unicodeio.c: Likewise.
17802
17803 2002-12-31  Bruno Haible  <bruno@clisp.org>
17804
17805         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
17806         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
17807
17808 2002-12-31  Bruno Haible  <bruno@clisp.org>
17809
17810         * lib/getline.h: Include <stddef.h>, for size_t.
17811
17812         * lib/unicodeio.h: Include <stddef.h>, for size_t.
17813         * lib/unicodeio.c: Don't include <stddef.h>.
17814
17815 2002-12-31  Bruno Haible  <bruno@clisp.org>
17816
17817         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
17818         HAVE_TM_ZONE.
17819
17820 2002-12-24  Karl Berry  <karl@gnu.org>
17821
17822         * config/config.guess: update from prep.
17823
17824 2002-12-24  Bruno Haible  <bruno@clisp.org>
17825
17826         General infrasructure.
17827         * m4/README: Rewritten.
17828         * m4/onceonly.m4: New file.
17829         * m4/onceonly_2_57.m4: New file.
17830
17831         Module atexit.
17832         * m4/atexit.m4: New file.
17833
17834         Module strtod.
17835         * m4/strtod.m4: New file.
17836
17837         Module strtol.
17838         * m4/strtol.m4: New file.
17839
17840         Module strtoul.
17841         * m4/strtoul.m4: New file.
17842
17843         Module memchr.
17844         * m4/memchr.m4: New file.
17845
17846         Module memcmp.
17847         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
17848         (jm_FUNC_MEMCMP): Invoke it.
17849
17850         Module memcpy.
17851         * m4/memcpy.m4: New file.
17852
17853         Module memmove.
17854         * m4/memmove.m4: New file.
17855
17856         Module memset.
17857         * m4/memset.m4: New file.
17858
17859         Module strcspn.
17860         * m4/strcspn.m4: New file.
17861
17862         Module strpbrk.
17863         * m4/strpbrk.m4: New file.
17864
17865         Module strstr.
17866         * m4/strstr.m4: New file.
17867
17868         Module strerror.
17869         * m4/strerror.m4: New file.
17870
17871         Module mktime.
17872         * m4/mktime.m4: Renamed from jm-mktime.m4.
17873         (gl_PREREQ_MKTIME): New macro.
17874         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
17875
17876         Module malloc.
17877         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
17878         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
17879         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
17880
17881         Module realloc.
17882         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
17883         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
17884         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
17885
17886         Module strftime.
17887         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
17888         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
17889         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
17890         gl_TM_GMTOFF.
17891         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
17892
17893         Module xalloc.
17894         * m4/xalloc.m4: New file.
17895
17896         Module alloca.
17897         * m4/alloca.m4: New file.
17898
17899         Module putenv.
17900         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
17901         (jm_FUNC_PUTENV): Invoke it.
17902
17903         Module setenv.
17904         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
17905         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
17906         when invoked twice.
17907         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
17908         gt_FUNC_SETENV.
17909
17910         Module memrchr.
17911         * m4/memrchr.m4: New file.
17912
17913         Module stpcpy.
17914         * m4/stpcpy.m4: New file.
17915
17916         Module strcase.
17917         * m4/strcase.m4: New file.
17918
17919         Module strdup.
17920         * m4/strdup.m4: New file.
17921
17922         Module strnlen.
17923         * m4/strnlen.m4: New file.
17924
17925         Module strndup.
17926         * m4/strndup.m4: New file.
17927
17928         Module xstrtod.
17929         * m4/xstrtod.m4: New file.
17930
17931         Module xstrtol.
17932         * m4/xstrtol.m4: New file.
17933
17934         Module getdate.
17935         * m4/getdate.m4: New file.
17936
17937         Module unlocked-io.
17938         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
17939         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
17940         * m4/jm-glibc-io.m4n: Remove file.
17941
17942         Module long-options.
17943         * m4/long-options.m4: New file.
17944
17945         Module md5.
17946         * m4/md5.m4: New file.
17947
17948         Module sha.
17949         * m4/sha.m4: New file.
17950
17951         Module getstr.
17952         * m4/getstr.m4: New file.
17953
17954         Module getline.
17955         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
17956         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
17957         <sys/types.h>, for size_t. Use the function name gnu_getline, not
17958         simply getline. Infoke gl_PREREQ_GETLINE.
17959
17960         Module obstack.
17961         * m4/obstack.m4: New file.
17962
17963         Module hash.
17964         * m4/hash.m4: New file.
17965
17966         Module readtokens.
17967         * m4/readtokens.m4: New file.
17968
17969         Module strverscmp.
17970         * m4/strverscmp.m4: New file.
17971
17972         Module stdbool.
17973         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
17974         OSF/1.
17975
17976         Module strtoll.
17977         * m4/strtoll.m4: New file.
17978
17979         Module strtoull.
17980         * m4/strtoull.m4: New file.
17981
17982         Module strtoimax.
17983         * m4/strtoimax.m4: New file.
17984
17985         Module strtoumax.
17986         * m4/strtoumax.m4: New file.
17987
17988         Module xstrtoimax.
17989         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
17990         jm_AC_PREREQ_XSTRTOIMAX.
17991         Moved the strtol prerequisites to strtol.m4.
17992         Moved the strtoll prerequisites to strtoll.m4.
17993         Moved the strtoimax prerequisites to strtoimax.m4.
17994
17995         Module xstrtoumax.
17996         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
17997         jm_AC_PREREQ_XSTRTOUMAX.
17998         Moved the strtoul prerequisites to strtoul.m4.
17999         Moved the strtoull prerequisites to strtoull.m4.
18000         Moved the strtoumax prerequisites to strtoumax.m4.
18001
18002         Module chown.
18003         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
18004         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
18005
18006         Module dup2.
18007         * m4/dup2.m4: New file.
18008
18009         Module ftruncate.
18010         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
18011         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
18012
18013         Module getgroups.
18014         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
18015         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
18016
18017         Module gettimeofday.
18018         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
18019         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
18020         gl_PREREQ_GETTIMEOFDAY.
18021
18022         Module mkdir.
18023         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
18024         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
18025
18026         Module mkstemp.
18027         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
18028         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
18029         jm_AC_TYPE_UINTMAX_T.
18030         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
18031
18032         Module stat.
18033         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
18034         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
18035
18036         Module lstat.
18037         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
18038         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
18039
18040         Module timespec.
18041         * m4/timespec.m4 (gl_TIMESPEC): New macro.
18042         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
18043         * m4/st_mtim.m4: Indentation.
18044
18045         Module nanosleep.
18046         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
18047         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
18048         gl_PREREQ_NANOSLEEP.
18049
18050         Module regex.
18051         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
18052         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
18053         (gl_REGEX): New macro.
18054
18055         Module rename.
18056         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
18057         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
18058
18059         Module rmdir.
18060         * m4/rmdir.m4: New file.
18061
18062         Module utime.
18063         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
18064         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
18065         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
18066
18067         Module dirname.
18068         * m4/dirname.m4: New file.
18069
18070         Module getopt.
18071         * m4/getopt.m4: New file.
18072
18073         Module unistd-safer.
18074         * m4/unistd-safer.m4: New file.
18075
18076         Module fnmatch.
18077         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
18078         declaration.
18079         (gl_PREREQ_FNMATCH_EXTRA): New macro.
18080         (gl_FUNC_FNMATCH_POSIX): New macro.
18081         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
18082         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
18083         simply fnmatch.
18084
18085         Module exclude.
18086         * m4/exclude.m4: New file.
18087
18088         Module human.
18089         * m4/human.m4: New file.
18090
18091         Module acl.
18092         * m4/acl.m4: Nop.
18093
18094         Module backupfile.
18095         * m4/backupfile.m4: New file.
18096         * m4/d-ino.m4: Indentation.
18097
18098         Module fsusage.
18099         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
18100         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
18101         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
18102
18103         Module dirfd.
18104         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
18105         requirements.
18106
18107         Module euidaccess.
18108         * m4/euidaccess.m4: New file.
18109
18110         Module file-type.
18111         * m4/file-type.m4: New file.
18112
18113         Module fileblocks.
18114         * m4/fileblocks.m4: New file.
18115
18116         Module filemode.
18117         * m4/filemode.m4: New file.
18118
18119         Module isdir.
18120         * m4/isdir.m4: New file.
18121
18122         Module lchown.
18123         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
18124         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
18125
18126         Module makepath.
18127         * m4/makepath.m4: New file.
18128
18129         Module modechange.
18130         * m4/modechange.m4: New file.
18131
18132         Module mountlist.
18133         * m4/mountlist.m4: New file.
18134         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
18135         Indentation.
18136
18137         Module path-concat.
18138         * m4/path-concat.m4: New file.
18139
18140         Module pathmax.
18141         * m4/pathmax.m4: New file.
18142
18143         Module same.
18144         * m4/same.m4: New file.
18145
18146         Module save-cwd.
18147         * m4/save-cwd.m4: New file.
18148
18149         Module savedir.
18150         * m4/savedir.m4: New file.
18151
18152         Module xgetcwd.
18153         * m4/xgetcwd.m4: New file.
18154         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
18155
18156         Module xreadlink.
18157         * m4/xreadlink.m4: New file.
18158
18159         Module safe-read.
18160         * m4/safe-read.m4: New file.
18161
18162         Module safe-write.
18163         * m4/safe-write.m4: New file.
18164
18165         Module closeout.
18166         * m4/closeout.m4: New file.
18167
18168         Module stdio-safer.
18169         * m4/stdio-safer.m4: New file.
18170
18171         Module getpass.
18172         * m4/getpass.m4: New file.
18173
18174         Module getugroups.
18175         * m4/getugroups.m4: New file.
18176
18177         Module group-member.
18178         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
18179         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
18180
18181         Module idcache.
18182         * m4/idcache.m4: New file.
18183
18184         Module userspec.
18185         * m4/userspec.m4: New file.
18186
18187         Module gettime.
18188         * m4/clock_time.m4: New file.
18189         * m4/gettime.m4: New file.
18190
18191         Module settime.
18192         * m4/settime.m4: New file.
18193
18194         Module posixtm.
18195         * m4/posixtm.m4: New file.
18196
18197         Module gethostname.
18198         * m4/gethostname.m4: New file.
18199
18200         Module canon-host.
18201         * m4/canon-host.m4: New file.
18202
18203         Module gettext.
18204         * m4/codeset.m4: New file, from gettext-0.11.5.
18205         * m4/gettext.m4: New file, from gettext-0.11.5.
18206         * m4/glibc21.m4: New file, from gettext-0.11.5.
18207         * m4/iconv.m4: New file, from gettext-0.11.5.
18208         * m4/intdiv0.m4: New file, from gettext-0.11.5.
18209         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
18210         * m4/inttypes.m4: New file, from gettext-0.11.5.
18211         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
18212         * m4/isc-posix.m4: New file, from gettext-0.11.5.
18213         * m4/lcmessage.m4: New file, from gettext-0.11.5.
18214         * m4/lib-ld.m4: New file, from gettext-0.11.5.
18215         * m4/lib-link.m4: New file, from gettext-0.11.5.
18216         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
18217         * m4/progtest.m4: New file, from gettext-0.11.5.
18218         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
18219         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
18220         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
18221
18222         Module localcharset.
18223         * m4/localcharset.m4: New file.
18224
18225         Module hard-locale.
18226         * m4/hard-locale.m4: New file.
18227
18228         Module mbswidth.
18229         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
18230         onceonly macros.
18231         * m4/mbrtowc.m4: Add comment.
18232
18233         Module memcasecmp.
18234         * m4/memcasecmp.m4: New file.
18235
18236         Module memcoll.
18237         * m4/memcoll.m4: New file.
18238
18239         Module unicodeio.
18240         * m4/unicodeio.m4: New file.
18241
18242         Module rpmatch.
18243         * m4/rpmatch.m4: New file.
18244
18245         Module yesno.
18246         * m4/yesno.m4: New file.
18247
18248         Module exitfail.
18249         * m4/exitfail.m4: New file.
18250
18251         Module c-stack.
18252         * m4/c-stack.m4 (gl_C_STACK): New macro.
18253         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
18254
18255         Module error.
18256         * m4/error.m4 (gl_ERROR): New macro.
18257         (jm_PREREQ_ERROR): Use onceonly macros.
18258
18259         Module fatal.
18260         * m4/fatal.m4: New file.
18261
18262         Module getloadavg.
18263         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
18264         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
18265
18266         Module getpagesize.
18267         * m4/getpagesize.m4: New file.
18268
18269         Module getusershell.
18270         * m4/getusershell.m4: New file.
18271
18272         Module physmem.
18273         * m4/physmem.m4: New file.
18274
18275         Module posixver.
18276         * m4/posixver.m4: New file.
18277
18278         Module quotearg.
18279         * m4/quotearg.m4: New file.
18280
18281         Module quote.
18282         * m4/quote.m4: New file.
18283
18284         Module readutmp.
18285         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
18286
18287         Module sig2str.
18288         * m4/sig2str.m4: New file.
18289
18290         Other.
18291         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
18292         ulonglong.m4.
18293         * m4/intmax_t.m4: New file.
18294         * m4/d-type.m4: Indentation.
18295         * m4/jm-macros.m4: Update.
18296         * m4/prereq.m4 (jm_PREREQ): Update.
18297         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
18298         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
18299         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
18300         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
18301         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
18302         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
18303         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
18304         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
18305         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
18306         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
18307         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
18308         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
18309         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
18310         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
18311         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
18312         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
18313         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
18314         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
18315         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
18316
18317 2002-12-24  Bruno Haible  <bruno@clisp.org>
18318
18319         * MODULES.txt: Update according to m4/ changes.
18320
18321         Module gettext.
18322         * config.rpath: New file, from gettext-0.11.5.
18323
18324         * modules/*: New module descriptions.
18325         * gnulib-tool: New file.
18326         * MODULES.html.sh: New file.
18327
18328 2002-12-21  Karl Berry  <karl@gnu.org>
18329
18330         * doc/fdl.texi: update to version 1.2.
18331
18332 2002-12-19  Karl Berry  <karl@gnu.org>
18333
18334         * config/config.guess: update from prep.
18335
18336 2002-12-18  Bruno Haible  <bruno@clisp.org>
18337
18338         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
18339         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
18340
18341 2002-12-17  Bruno Haible  <bruno@clisp.org>
18342
18343         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
18344         stdlib.h, string.h.
18345
18346 2002-12-17  Bruno Haible  <bruno@clisp.org>
18347
18348         * lib/canon-host.c (strdup): Remove unused declaration.
18349
18350         * lib/fsusage.c: Include full_read.h.
18351         (get_fs_usage): Use full_read instead of safe_read.
18352
18353         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
18354
18355 2002-12-12  Karl Berry  <karl@gnu.org>
18356
18357         * config/config.guess: update from prep.
18358
18359 2002-12-11  Bruno Haible  <bruno@clisp.org>
18360
18361         * m4/setenv.m4: New file, from gettext-0.11.5.
18362
18363 2002-12-11  Bruno Haible  <bruno@clisp.org>
18364
18365         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
18366         not unsetenv().
18367         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
18368         modifications:
18369
18370         2002-12-11  Bruno Haible  <bruno@clisp.org>
18371
18372                 * setenv.c (alloca): Fall back to malloc.
18373                 (freea): New macro.
18374                 (setenv): Use freea() to free memory allocated with alloca().
18375
18376         2002-11-13  Bruno Haible  <bruno@clisp.org>
18377
18378                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
18379                 function declarations.
18380                 * unsetenv.c (unsetenv): Likewise.
18381
18382         2002-03-04  Bruno Haible  <bruno@clisp.org>
18383
18384                 Portability to AIX 4.3.3.
18385                 * unsetenv.c: New file, extracted from setenv.c.
18386                 * setenv.c: Move the unsetenv() function to unsetenv.c.
18387
18388         2001-12-20  Bruno Haible  <bruno@clisp.org>
18389
18390                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
18391                 use malloc instead. For SunOS 4.
18392
18393         2001-12-11  Bruno Haible  <bruno@clisp.org>
18394
18395                 * setenv.c: Declare alloca.
18396                 (compar_fn_t): New typedef.
18397                 (KNOWN_VALUE, STORE_VALUE): Use it.
18398
18399         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
18400         setenv.h.
18401
18402 2002-12-10  Paul Eggert  <eggert@twinsun.com>
18403
18404         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
18405         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
18406         Choose values that are less likely to collide with system fnmatch
18407         options.
18408         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
18409         defined (e.g., a pure POSIX system).
18410         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
18411         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
18412
18413 2002-12-06  Paul Eggert  <eggert@twinsun.com>
18414
18415         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
18416         a pain in practice to deal with generated m4 files.  This change
18417         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
18418
18419         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
18420         and jm-glibc-io.m4, as they are no longer a special case.
18421         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
18422         kludge and the auto-generation stuff.  Check only whether the
18423         functions are declared, not whether they exist, since older hosts
18424         that don't declare the functions can't use the optimization anyway.
18425
18426 2002-12-06  Jim Meyering  <jim@meyering.net>
18427
18428         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
18429
18430         Merge in changes from libc's misc/error.c, in preparation
18431         for the merge of gnulib's changes back into libc.
18432
18433         * lib/error.c (_): Define only if not already defined.
18434         Move definition to follow all #include directives.
18435         Include unlocked-io.h only if !_LIBC.
18436         [_LIBC]: Include <libio/libioP.h>.
18437         [USE_IN_LIBIO]: Include <libio/iolibio.h>
18438         (fflush): Tweak definition to use INTUSE.
18439         (putc): Define.
18440
18441 2002-12-05  Paul Eggert  <eggert@twinsun.com>
18442
18443         * lib/alloca.c [defined emacs]: Include "lisp.h".
18444         (xalloc_die) [defined emacs]: New macro.
18445         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
18446         [! defined emacs]: Include <xalloc.h>.
18447         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
18448         (pointer): Typedef to POINTER_TYPE *.
18449         (malloc): Remove decl; we now always use xmalloc.
18450         (alloca): Use old-style definition, since Emacs needs this.
18451         Check for arithmetic overflow when computing combined size.
18452
18453 2002-12-04  Paul Eggert  <eggert@twinsun.com>
18454
18455         Do not generate unlocked-io.h automatically, since it's easier to
18456         maintain it by hand.
18457
18458         * lib/unlocked-io.h: New file, from GNU diffutils,
18459         but with proper copyright notice and attribution.
18460         * lib/gen-uio: Remove.
18461         * lib/Makefile.am: Add copyright notice.
18462         (libfetish_a_SOURCES): Add unlocked-io.h.
18463         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
18464         (DISTCLEANFILES, io_functions): Remove macros.
18465         (EXTRA_DIST): Remove gen_uio.
18466         (unlocked-io.h): Remove rule.
18467
18468 2002-12-04  Jim Meyering  <jim@meyering.net>
18469
18470         Reflect the fact that stat.c and lstat.c are no longer generated.
18471         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
18472         (DISTCLEANFILES): Likewise.
18473         (EXTRA_DIST): Likewise.
18474         (all_local): Don't depend on stat.c or lstat.c.
18475         (stat.c, lstat.c): Remove rules.
18476         (EXTRA_DIST): Remove xstat.in.
18477
18478         * lib/xstat.in: Remove file.  Contents moved into stat.c.
18479         * lib/stat.c: New file.  Contents mostly from xstat.in.
18480         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
18481         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
18482
18483         * lib/safe-read.c: Rework so that it may serve to define safe_write,
18484         too.
18485         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
18486
18487 2002-12-03  Jim Meyering  <jim@meyering.net>
18488
18489         * lib/safe-read.c, safe-write.c: Change variable names and comments,
18490         but not semantics, to minimize the differences between these two files.
18491         (safe_read): Change comment to mention SAFE_READ_ERROR.
18492
18493         * lib/safe-read.c (IS_EINTR): Define.
18494         (safe_read): Use IS_EINTR in place of in-function cpp directives.
18495
18496 2002-12-02  Jim Meyering  <jim@meyering.net>
18497
18498         * lib/safe-read.c (EINTR): Define.
18499         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
18500         (INT_MAX): Provide fallback.
18501         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
18502
18503         * lib/safe-read.h (SAFE_READ_ERROR): Define.
18504
18505 2002-12-02  Bruno Haible  <bruno@clisp.org>
18506
18507         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
18508         Define, taken from safe-read.c.
18509         (INT_MAX): Provide fallback.
18510         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
18511         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
18512
18513         * lib/safe-read.c (EINTR): Remove definition.
18514         (safe_read): Don't use EINTR if it is absent.
18515
18516 2002-12-01  Jim Meyering  <jim@meyering.net>
18517
18518         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
18519         zero.
18520         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
18521
18522 2002-11-27  Paul Eggert  <eggert@twinsun.com>
18523
18524         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
18525         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
18526         with `if (! (value < limit)) abort ();', for readability.
18527
18528 2002-11-26  Karl Berry  <karl@gnu.org>
18529
18530         * lib/strdup.c: copy from libc again, with jim's ok.
18531         * lib/.cppi-disable: re-add strdup.c
18532
18533 2002-11-25  Karl Berry  <karl@gnu.org>
18534
18535         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
18536         instead of "strtol.c".
18537
18538 2002-11-25  Karl Berry  <karl@gnu.org>
18539
18540         * config/install-sh: update from automake for variable quoting, $0 in
18541         error msgs, etc.
18542
18543         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
18544         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
18545         entry.
18546
18547 2002-11-25  Jim Meyering  <jim@meyering.net>
18548
18549         * lib/mktime.c: Sync from libc, now that it has the latest fix.
18550
18551 2002-11-24  Karl Berry  <karl@gnu.org>
18552
18553         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
18554         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
18555
18556 2002-11-24  Jim Meyering  <jim@meyering.net>
18557
18558         Update from coreutils:
18559
18560         * lib/mktime.c: Merge in changes from libc.
18561
18562         Avoid a link-time failure on some Linux systems.
18563         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
18564         (otherwise).
18565         (__mon_yday): Declare with the STATIC attribute.
18566         (__mktime_internal): Likewise.
18567         Based on a report from Greg Schafer.
18568
18569 2002-11-23  Jim Meyering  <jim@meyering.net>
18570
18571         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
18572         Use `unsigned', not `int', as type of index.
18573
18574         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
18575
18576         * lib/fsusage.c: Remove unneeded parentheses around operands of
18577         `defined'.
18578
18579 2002-11-22  Paul Eggert  <eggert@twinsun.com>
18580
18581         * lib/quotearg.h: Allow multiple inclusion by surrounding with
18582         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
18583         so that we can be included first.
18584         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
18585         * lib/quotearg.c: Include quotearg.h immediately after config.h.
18586         No need to include stddef.h or sys/types.h any more.
18587         Surround local include files with "", not "<>".
18588         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
18589         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
18590         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
18591         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
18592         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
18593         (ISPRINT): Remove; no longer needed now that we assume C89.
18594
18595         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
18596         Preserve errno.
18597
18598         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
18599         quotearg_char): Use SIZE_MAX rather than
18600         (size_t) -1 when we are talking about "infinity".
18601
18602         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
18603
18604 2002-11-22  Paul Eggert  <eggert@twinsun.com>
18605
18606         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
18607         hint that one should use `if (! x) abort ();' rather than `assert
18608         (x);', and anyway it's one less thing to worry about configuring.
18609         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
18610         hash_rehash, hash_insert): Use abort rather than assert.
18611
18612 2002-11-22  Bruno Haible  <bruno@clisp.org>
18613
18614         * lib/safe-read.h: Assume C89. Add comments.
18615         (safe_read): Change return type to size_t.
18616         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
18617         byte counts > SSIZE_MAX correctly.
18618         * lib/safe-write.h: New file.
18619         * lib/safe-write.c: New file.
18620         * lib/full-read.h: New file.
18621         * lib/full-read.c: New file.
18622         * lib/full-write.h: Assume C89. Add comments.
18623         * lib/full-write.c: Include safe-write.h.
18624         (full_write): Rewritten to use safe_write.
18625         Suggested by Jim Meyering and Paul Eggert.
18626
18627 2002-11-21  Jim Meyering  <jim@meyering.net>
18628
18629         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
18630
18631         Merge in changes from the coreutils.
18632
18633         2002-09-25  Paul Eggert  <eggert@twinsun.com>
18634         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
18635         <stdint.h>.
18636         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
18637         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
18638         int.  Work more efficiently if X is the same width as uintmax_t.
18639         Do not compare X to -1, to avoid bogus compiler warning.
18640         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
18641         Don't assume that f_frsize and f_bsize are the same type.
18642
18643         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
18644         warning on FreeBSD.
18645
18646         * lib/makepath.c (make_path): Restore umask *before* creating the final
18647         component.
18648         (make_path): Minor reformatting.
18649
18650         * lib/xmalloc.c: Adjust to work with new autoconf macros,
18651         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
18652         HAVE_MALLOC/HAVE_REALLOC.
18653
18654         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
18655         dummy ones.  At least on GNU/Linux systems, `auto' means something
18656         else.
18657         From Michael Stone.
18658
18659 2002-11-21  Bruno Haible  <bruno@clisp.org>
18660
18661         Remove case insensitive option matching.
18662         * lib/argmatch.h (argcasematch): Remove declaration.
18663         (ARGCASEMATCH): Remove macro.
18664         (__xargmatch_internal): Remove case_sensitive argument.
18665         (XARGMATCH): Update.
18666         (XARGCASEMATCH): Remove macro.
18667         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
18668         case_sensitive argument.
18669         (argcasematch): Remove function.
18670         (__xargmatch_internal): Remove case_sensitive argument.
18671         (main): Use XARGMATCH instead of XARGCASEMATCH.
18672
18673         * lib/xmalloc.c: Change compile-time error message. Add comment about
18674         required autoconf version.
18675
18676 2002-11-20  Paul Eggert  <eggert@twinsun.com>
18677
18678         Merge argmatch cleanups from Bison.  Assume C89.
18679
18680         * lib/argmatch.c: Include config.h here, not in argmatch.h.
18681         Include stdlib.h, for EXIT_FAILURE.
18682         Always include <string.h>, since we assume C89.
18683         (EXIT_FAILURE): Remove pre-C89 bug workaround.
18684         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
18685         Include <stddef.h> instead, since it's all we need for size_t.
18686         (PARAMS): Remove.  All uses removed.
18687         (ARRAY_CARDINALITY): Do not bother to #undef.
18688         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
18689         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18690         Remove unnecessary parentheses.
18691         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18692         Insert necessary parentheses.
18693         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
18694         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
18695
18696 2002-11-19  Bruno Haible  <bruno@clisp.org>
18697
18698         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
18699         * lib/mbswidth.h: Include <stddef.h>, for size_t.
18700
18701         * lib/mbswidth.h (PARAMS): Remove macro.
18702         (mbswidth, mbsnwidth): Use ANSI C function declarations.
18703         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
18704
18705         * lib/gcd.h (PARAMS): Remove macro.
18706         (gcd): Use ANSI C function declarations.
18707         * lib/gcd.c (gcd): Likewise.
18708
18709 2002-11-15  Bruno Haible  <bruno@clisp.org>
18710
18711         * lib/strcspn.c: Include <stddef.h>.
18712         (strcspn): Use ANSI C function declaration. Change return type to
18713         size_t. Use NULL.
18714         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
18715         (strpbrk): Use NULL.
18716         * lib/strpbrk.h (PARAMS): Remove macro.
18717         (strpbrk): Use ANSI C function declaration.
18718         * lib/strstr.c: Don't include <sys/types.h>.
18719         * lib/strstr.h (PARAMS): Remove macro.
18720         (strstr): Use ANSI C function declarations.
18721
18722 2002-11-14  Karl Berry  <karl@gnu.org>
18723
18724         * config/mkinstalldirs: `do' on separate line, instead of
18725         `for var; do'.
18726
18727 2002-11-06  Bruno Haible  <bruno@clisp.org>
18728
18729         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
18730         * lib/gcd.c (gcd): Likewise.
18731
18732 2002-11-05  Bruno Haible  <bruno@clisp.org>
18733
18734         * lib/gcd.h: New file, from gettext-0.11.5.
18735         * lib/gcd.c: New file, from gettext-0.11.5.
18736
18737 2002-11-05  Bruno Haible  <bruno@clisp.org>
18738
18739         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18740         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18741         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18742         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18743
18744         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
18745         <libintl.h>.
18746         * lib/makepath.c: Include gettext.h instead of <locale.h> and
18747         <libintl.h>.
18748
18749         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
18750         * lib/human.c: Include gettext.h instead of <libintl.h>.
18751         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
18752         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
18753         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
18754         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
18755         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
18756         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
18757         (textdomain): Remove definition.
18758         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
18759
18760         * lib/long-options.c: Remove include of <libintl.h> and definition of
18761         _.
18762         * lib/same.c: Remove include of <libintl.h> and definition of _.
18763
18764 2002-11-04  Owen Taylor  <otaylor@redhat.com>
18765
18766         * lib/config.charset: A few additions for Solaris.
18767
18768 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18769
18770         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
18771         * lib/localcharset.c (locale_charset): Declare as extern "C".
18772
18773 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18774
18775         * lib/config.charset: msdos in uk_UA uses CP1125.
18776
18777 2002-11-04  Bruno Haible  <bruno@clisp.org>
18778
18779         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
18780         * lib/strcase.h: New file, from GNU gettext-0.11.5.
18781         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
18782         * lib/strstr.h: New file, from GNU gettext-0.11.5.
18783         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
18784
18785 2002-11-04  Bruno Haible  <bruno@clisp.org>
18786
18787         * lib/localcharset.c (locale_charset): Don't return an empty string.
18788
18789 2002-11-04  Bruno Haible  <bruno@clisp.org>
18790
18791         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
18792         aliases.
18793
18794 2002-11-04  Bruno Haible  <bruno@clisp.org>
18795
18796         * lib/config.charset: Update for newest glibc. Add canonical names
18797         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
18798
18799 2002-11-04  Bruno Haible  <bruno@clisp.org>
18800
18801         * lib/config.charset: Add support for NetBSD.
18802
18803 2002-11-04  Bruno Haible  <bruno@clisp.org>
18804
18805         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
18806
18807 2002-11-01  Bruno Haible  <bruno@clisp.org>
18808
18809         * configure.in: Add AC_CONFIG_AUX_DIR call.
18810         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
18811         test/Makefile.
18812         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
18813
18814 2002-09-28  Karl Berry  <karl@gnu.org>
18815
18816         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
18817         installed automake until the next release, since changes have been
18818         made.
18819
18820 2002-09-25  Karl Berry  <karl@gnu.org>
18821
18822         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
18823         * lib/getopt*: copy from libc/posix.
18824         * lib/gettext.h: copy from gettext.
18825         * lib/.cppi-disable: add strdup.c, gettext.h.
18826
18827 2002-09-25  Karl Berry  <karl@gnu.org>
18828
18829         * config/srclist.txt: enable gettext.h check.
18830         * config/config.{guess,sub}: update from prep.
18831         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
18832                 from automake 1.6.3.
18833         See srclist*.
18834
18835 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
18836
18837         * regex.c (PATFETCH): Remove the translating fetch.
18838         (PATFETCH_RAW): Rename to PATFETCH.
18839         (set_image_of_range): New fun.
18840         (SET_RANGE_TABLE_WORK_AREA): Use it.
18841         (regex_compile): Don't translate the pattern chars so eagerly.
18842         Only do it when inserting an `exactn' bytecode or when handling
18843         a char-range.
18844         (mutually_exclusive_p): Avoid empty statement.
18845
18846 2002-07-06  Jim Meyering  <meyering@lucent.com>
18847
18848         * m4/README: Don't mention Makefile.am.in.
18849         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
18850
18851 2002-07-01  Jim Meyering  <meyering@lucent.com>
18852
18853         * lib/c-stack.c: Include sys/time.h.
18854         From Volker Borchert.
18855
18856 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18857
18858         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
18859
18860 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18861
18862         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
18863         New macro.  Use it uniformly instead of
18864         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
18865         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
18866         reported by Vin Shelton.
18867
18868 2002-06-22  Paul Eggert  <eggert@twinsun.com>
18869
18870         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
18871         Do not assume SA_SIGINFO behavior.
18872         Bug reported by Jim Meyering on NetBSD 1.5.2.
18873
18874 2002-06-22  Jim Meyering  <meyering@lucent.com>
18875
18876         * m4/c-stack.m4: New file, from diffutils-2.8.2.
18877         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
18878
18879         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
18880         now that configure.ac uses AC_GNU_SOURCE.
18881         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
18882         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
18883
18884         Update to latest tools.  Suggestions from Paul Eggert.
18885         * m4/stdbool.m4: New file, from diffutils-2.8.2.
18886         * m4/gnu-source.m4: Update from diffutils-2.8.2.
18887         * m4/fnmatch.m4: Likewise.
18888         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
18889         to AC_HEADER_STDBOOL
18890
18891 2002-06-22  Jim Meyering  <meyering@lucent.com>
18892
18893         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
18894         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
18895
18896 2002-06-22  Jim Meyering  <meyering@lucent.com>
18897
18898         * lib/c-stack.c, c-stack.h: New files, from diffutils-2.8.2.
18899
18900         * lib/exitfail.c, exitfail.h: Likewise.
18901         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
18902
18903         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
18904         of fnmatch.h.
18905         (EXTRA_DIST): Add fnmatch_loop.c.
18906         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
18907
18908         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
18909         * lib/fnmatch.c: Update from diffutils-2.8.2.
18910         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
18911         * lib/fnmatch.h: Remove file.
18912
18913 2002-06-21  Jim Meyering  <meyering@lucent.com>
18914
18915         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
18916         * m4/mbrtowc.m4: Likewise.
18917
18918         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
18919         * m4/mbswidth.m4: Reflect name change:
18920         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
18921         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
18922
18923         * m4/lib-link.m4: Update from gettext-0.11.2.
18924         * m4/gettext.m4: Likewise.
18925
18926         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
18927         From Alfred M. Szmidt.
18928
18929 2002-06-18  Paul Eggert  <eggert@twinsun.com>
18930
18931         * lib/file-type.h: Report an error if neither S_ISREG nor
18932         S_IFREG is defined, instead of using a test specific to glibc
18933         2.2.  This should be safe, since POSIX requires S_ISREG and
18934         Unix Version 7 had S_IFREG.  We don't need to check for
18935         <sys/types.h> since we don't use any symbols that it defines.
18936
18937 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
18938
18939         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
18940         $@-t, so that each temporary file name is unique and valid in the first
18941         8 characters, for operation under DOS.
18942
18943 2002-06-15  Paul Eggert  <eggert@twinsun.com>
18944
18945         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
18946
18947 2002-06-15  Jim Meyering  <meyering@lucent.com>
18948
18949         Work even with DJGPP 2.03, which lacks support for symlinks.
18950         From Richard Dawe.
18951         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
18952         is defined.
18953         * lib/lchown.c (S_ISLNK): Likewise.
18954
18955 2002-06-15  Jim Meyering  <meyering@lucent.com>
18956
18957         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
18958         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
18959         have been included before this file.
18960
18961 2002-06-14  Jim Meyering  <meyering@lucent.com>
18962
18963         * lib/file-type.h: Use the version from diffutils-2.8.2.
18964         * lib/file-type.c: Likewise.
18965
18966 2002-06-07  Jim Meyering  <meyering@lucent.com>
18967
18968         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
18969         They're needed at least for NetBSD 1.5.2.
18970         ($statxfs_includes): Include those same headers.
18971         ($statxfs_includes): Include sys/vfs.h if available.
18972         ($statxfs_includes): Likewise for sys/statvfs.h.
18973         Check for the following members in both structs statfs and statvfs:
18974         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
18975
18976 2002-06-01  Jim Meyering  <meyering@lucent.com>
18977
18978         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
18979         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
18980
18981 2002-05-28  Jim Meyering  <meyering@lucent.com>
18982
18983         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
18984         Reported by Volker Borchert.
18985
18986 2002-05-27  Jim Meyering  <meyering@lucent.com>
18987
18988         Fix a problem seen only on nonconforming systems whereby ls.c's
18989         use of localtime, and then of gettimeofday would cause trouble:
18990         the localtime call used to initialize rpl_gettimeofday's save
18991         mechanism would clobber ls's current local time information so
18992         that in any long listing the first file would always be listed
18993         with date 1970-01-01.  Analysis by Volker Borchert.
18994
18995         * lib/gettimeofday.c (localtime): Undefine.
18996         (rpl_localtime): New function.
18997
18998 2002-05-27  Jim Meyering  <meyering@lucent.com>
18999
19000         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
19001         localtime.
19002
19003         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
19004         use the replacement function; it wouldn't resolve at link time.
19005         Reported by Volker Borchert.
19006
19007 2002-05-22  Jim Meyering  <meyering@lucent.com>
19008
19009         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
19010         file-type.h.
19011         * lib/file-type.h: New file.
19012         * lib/file-type.c (file_type): New file/function.  Extracted from
19013         diffutils.
19014
19015 2002-04-30  Jim Meyering  <meyering@lucent.com>
19016
19017         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
19018
19019 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19020
19021         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
19022
19023 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19024
19025         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
19026         Do not check for alloca.h (no longer used) or stdbool.h (was never
19027         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
19028
19029 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19030
19031         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
19032
19033 2002-04-29  Jim Meyering  <meyering@lucent.com>
19034
19035         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
19036         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
19037         Use AC_FUNC_STRNLEN here instead.
19038
19039         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
19040         With autoconf-2.53a, it's part of AC_PROG_CC.
19041
19042 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19043
19044         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
19045         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
19046
19047 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19048
19049         * lib/sig2str.h, sig2str.c: New files.
19050         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
19051
19052 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19053
19054         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
19055         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
19056         of 127, since 64 is the largest conceivable number for ancient
19057         nonstandard hosts.
19058         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
19059
19060 2002-04-28  Jim Meyering  <meyering@lucent.com>
19061
19062         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
19063
19064 2002-04-24  Jim Meyering  <meyering@lucent.com>
19065
19066         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
19067         (jm_PREREQ): Use it.
19068
19069         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
19070         mach/mach.h fcntl.h.
19071         Check for this function: setlocale.
19072
19073 2002-04-24  Jim Meyering  <meyering@lucent.com>
19074
19075         * lib/gettext.h: New file, from Gettext.
19076         * lib/Makefile.am (INCLUDES): Remove -I../intl.
19077         (libfetish_a_SOURCES): Add gettext.h.
19078
19079 2002-04-16  Jim Meyering  <meyering@lucent.com>
19080
19081         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
19082         ut_pid, ut_id, ut_exit.
19083
19084 2002-04-16  Jim Meyering  <meyering@lucent.com>
19085
19086         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
19087         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
19088         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
19089
19090 2002-04-12  Jim Meyering  <meyering@lucent.com>
19091
19092         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
19093         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
19094         existence of the getmntinfo function.  Needed for Darwin 5.3.
19095
19096         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
19097         This is necessary at least on Darwin 5.3.
19098
19099         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
19100         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
19101         strnlen.o in the library, and that makes some versions of ranlib
19102         object.
19103
19104 2002-04-12  Jim Meyering  <meyering@lucent.com>
19105
19106         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
19107
19108 2002-04-09  Jim Meyering  <meyering@lucent.com>
19109
19110         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
19111         to be more precise.  Rather than saying we're checking whether the
19112         function `works', say what we're testing.
19113         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
19114         Reported by Bruno Haible.
19115
19116 2002-03-10  Jim Meyering  <meyering@lucent.com>
19117
19118         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
19119         Suggestion from Santiago Vila.
19120
19121 2002-03-08  Jim Meyering  <meyering@lucent.com>
19122
19123         * lib/rename.c: Mention that this wrapper is needed also on
19124         mips-dec-ultrix4.4 systems.
19125
19126 2002-03-02  Jim Meyering  <meyering@lucent.com>
19127
19128         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
19129         not HAVE_CLOCK_SETTIME.
19130
19131 2002-02-27  Paul Eggert  <eggert@twinsun.com>
19132
19133         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
19134         Check for clock_settime.
19135
19136 2002-02-27  Paul Eggert  <eggert@twinsun.com>
19137
19138         * lib/nanosleep.h: Rename to....
19139         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
19140
19141         * lib/gettime.c: New file.
19142         * lib/settime.c: New file.
19143         * lib/stime.c: Remove.
19144
19145         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
19146         timespec.h.  Remove nanosleep.h.
19147
19148 2002-02-25  Paul Eggert  <eggert@twinsun.com>
19149
19150         * m4/acl.m4: New file.
19151         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
19152         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
19153
19154 2002-02-25  Paul Eggert  <eggert@twinsun.com>
19155
19156         * lib/acl.c, acl.h: New files.
19157         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
19158
19159 2002-02-24  Jim Meyering  <meyering@lucent.com>
19160
19161         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
19162         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
19163         cause trouble.  Reported by Nelson Beebe.
19164
19165 2002-02-23  Paul Eggert  <eggert@twinsun.com>
19166
19167         * lib/path-concat.c (xpath_concat): Reorder code to pacify
19168         compilers that don't know that xalloc_die never returns.
19169
19170 2002-02-20  Jim Meyering  <meyering@lucent.com>
19171
19172         * lib/getdate.c: Regenerate using bison-1.33.
19173
19174 2002-02-17  Jim Meyering  <meyering@lucent.com>
19175
19176         * config/config.guess (main): Don't use `head -1'; it's no longer
19177         portable. Use `sed 1q' instead.
19178
19179 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
19180
19181         * m4/codeset.m4: Upgrade to gettext-0.11.
19182         * m4/gettext.m4: Upgrade to gettext-0.11.
19183         * m4/glibc21.m4: Upgrade to gettext-0.11.
19184         * m4/iconv.m4: Upgrade to gettext-0.11.
19185         * m4/isc-posix.m4: Upgrade to gettext-0.11.
19186         * m4/lcmessage.m4: Upgrade to gettext-0.11.
19187         * m4/lib-ld.m4: New file, from gettext-0.11.
19188         * m4/lib-link.m4: New file, from gettext-0.11.
19189         * m4/lib-prefix.m4: New file, from gettext-0.11.
19190         * m4/progtest.m4: Upgrade to gettext-0.11.
19191
19192 2002-02-15  Paul Eggert  <eggert@twinsun.com>
19193
19194         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
19195         (jm_PREREQ): Use it.
19196
19197 2002-02-15  Paul Eggert  <eggert@twinsun.com>
19198
19199         * lib/posixver.c, posixver.h: New files.
19200         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
19201
19202 2002-02-02  Paul Eggert  <eggert@twinsun.com>
19203             Bruno Haible  <bruno@clisp.org>
19204
19205         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
19206         (fwrite_success_callback): New declaration.
19207         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
19208         print_unicode_char. Call failure callback instead of error.
19209         (fwrite_success_callback): New function.
19210         (exit_failure_callback): New function.
19211         (fallback_failure_callback): New function.
19212         (print_unicode_char): Call unicode_to_mb.
19213
19214 2002-01-26  Jim Meyering  <meyering@lucent.com>
19215
19216         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
19217         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
19218
19219 2002-01-26  Jim Meyering  <meyering@lucent.com>
19220
19221         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
19222
19223 2002-01-22  Paul Eggert  <eggert@twinsun.com>
19224
19225         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
19226
19227 2002-01-22  Jim Meyering  <meyering@lucent.com>
19228
19229         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
19230         Otherwise, some versions of automake would omit the rule that makes
19231         Makefile from Makefile.in.
19232
19233 2002-01-21  Paul Eggert  <eggert@twinsun.com>
19234
19235         * lib/xmemcoll.h, xmemcoll.c: New files.
19236         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
19237         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
19238         (memcoll): Set errno to zero if there is no error.
19239
19240         * lib/quotearg.c (quotearg_buffer_restyled):
19241         Fix bug with quoting buffers containing NUL when backslashing escapes.
19242         This bug was exposed by the other changes in this patch.
19243         (quotearg_n_options): New arg ARGSIZE.
19244         All callers changed.
19245         (quoting_options_from_style): New function.
19246         (quotearg_n_style): Use it.
19247         (quotearg_n_style_mem): New function.
19248
19249         * lib/quotearg.h (quotearg_n_style_mem): New function.
19250
19251 2002-01-19  Jim Meyering  <meyering@lucent.com>
19252
19253         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
19254         Remove useless quotes: DF_PROG="df".
19255         * m4/strnlen.m4: New file.
19256
19257 2002-01-16  Paul Eggert  <eggert@twinsun.com>
19258
19259         * lib/backupfile.c (ISDIGIT): Comment fix.
19260         * lib/getdate.y (ISDIGIT): Likewise.
19261         * lib/posixtm.c (ISDIGIT, year): Likewise.
19262         * lib/strverscmp.c (ISDIGIT): Likewise.
19263         * lib/userspec.c (ISDIGIT): Likewise.
19264
19265 2002-01-16  Jim Meyering  <meyering@lucent.com>
19266
19267         * lib/getdate.y: Add three semicolons, each just before a closing
19268         brace. Bison (as of version 1.31) no longer papers over that mistake.
19269
19270 2002-01-05  Jim Meyering  <meyering@lucent.com>
19271
19272         * lib/version-etc.c (version_etc_copyright): Update copyright year.
19273
19274 2001-12-19  Paul Eggert  <eggert@twinsun.com>
19275
19276         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
19277         not silently exit merely because the output buffer happens to
19278         have nothing pending.
19279
19280 2001-12-18  Paul Eggert  <eggert@twinsun.com>
19281
19282         See the big note in ../ChangeLog.
19283         * lib/human.c (suffixes): Prefer K to k for 1024.
19284         (generate_suffix_backwards): New function.
19285         (human_readable_inexact): Use it.
19286         * lib/xstrtol.c (__xstrtol): If there is no number but there
19287         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
19288         Accept 'K' as well as 'k'.
19289
19290 2001-12-15  Jim Meyering  <meyering@lucent.com>
19291
19292         * lib/regex.h (__restrict_arr): Update from libc.
19293
19294         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
19295         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
19296         (STREQ): Define.
19297
19298 2001-12-14  Jim Meyering  <meyering@lucent.com>
19299
19300         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
19301         Suggestion from Bruno Haible.
19302
19303 2001-12-10  Jim Meyering  <meyering@lucent.com>
19304
19305         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
19306         xrealloc, Instead, include "xalloc.h".
19307         (initbuffer): Don't cast xmalloc return value to char*.
19308         (readline): Reword comment.
19309         Don't cast xrealloc return value to char*
19310         Return NULL, not 0.
19311
19312 2001-12-09  Jim Meyering  <meyering@lucent.com>
19313
19314         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
19315         about `signed and unsigned type in conditional expression'.
19316         * lib/posixtm.c (posix_time_parse): Likewise.
19317
19318         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
19319
19320         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
19321         to avoid a pedantic warning.
19322
19323         * lib/getstr.c: Don't include assert.h.
19324         (getstr): Remove warning-evoking assertions.
19325         Return -1 if offset parameter is out of bounds.
19326         Change the type of a local from int to size_t.
19327
19328         * lib/strftime.c (my_strftime_localtime_r): Include this function
19329         definition in the `#if ! HAVE_TM_GMTOFF' block.
19330
19331         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
19332         Include xalloc.h instead.
19333
19334 2001-12-02  Jim Meyering  <meyering@lucent.com>
19335
19336         * lib/tempname.c: Don't declare getenv, thus reverting the change of
19337         2001-11-18.  It's no longer necessary, now that stdlib.h is always
19338         included.
19339
19340         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
19341         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
19342
19343 2001-11-30  Akim Demaille  <akim@epita.fr>
19344
19345         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
19346         before being defined.
19347
19348 2001-11-27  Paul Eggert  <eggert@twinsun.com>
19349
19350         * lib/quotearg.h (quotearg_n, quotearg_n_style):
19351         First arg is int, not unsigned.
19352         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19353         (SIZE_MAX, UINT_MAX): New macros.
19354         (quotearg_n_options): Abort if N is negative.
19355         Avoid overflow check on hosts where size_t is 64 bits and int
19356         is 32 bits, as overflow is impossible there.
19357         Fix off-by-one typo that caused unnecessary reallocation.
19358
19359 2001-11-27  Jim Meyering  <meyering@lucent.com>
19360
19361         * lib/tempname.c: Merge with version from libc.
19362         * lib/regex.c: Likewise.
19363
19364         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
19365         systems for which STDC_HEADERS is 0, it was not included, resulting in
19366         a warning about an integer-to-pointer conversion problem with getenv.
19367         Reported by Volker Borchert.
19368
19369 2001-11-26  Jim Meyering  <meyering@lucent.com>
19370
19371         * lib/gtod.h: Remove file.
19372         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
19373         * lib/gettimeofday.c: Don't include gtod.h.
19374         (GTOD_init): Remove function.
19375         (rpl_gettimeofday): Do its job here instead, rather than aborting.
19376         Suggestion from Volker Borchert.
19377
19378 2001-11-23  Jim Meyering  <meyering@lucent.com>
19379
19380         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
19381         it.
19382         * lib/hash.c (struct hash_table): Define it here instead.
19383
19384 2001-11-22  Jim Meyering  <meyering@lucent.com>
19385
19386         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
19387
19388 2001-11-20  Jim Meyering  <meyering@lucent.com>
19389
19390         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
19391         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
19392
19393 2001-11-19  Jim Meyering  <meyering@lucent.com>
19394
19395         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
19396         directory.  Use "conftestXXXXXX" as the template.
19397         Suggestion from Paul Eggert.
19398
19399         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
19400         immediately, so the test doesn't mistakenly hit the max-open-files
19401         limit.
19402
19403 2001-11-18  Paul Eggert  <eggert@twinsun.com>
19404
19405         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
19406         (TEMPORARIES): New macro.
19407         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
19408         removes an artificial limitation (e.g. HP-UX 10.20, where
19409         TMP_MAX is 17576).
19410
19411 2001-11-18  Jim Meyering  <meyering@lucent.com>
19412
19413         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
19414
19415 2001-11-18  Jim Meyering  <meyering@lucent.com>
19416
19417         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
19418         on SunOS 4.
19419
19420         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
19421         files will be created before anything else.
19422
19423 2001-11-17 Paul Eggert  <eggert@twinsun.com>
19424
19425         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
19426         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
19427
19428 2001-11-17  Jim Meyering  <meyering@lucent.com>
19429
19430         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
19431         Prompted by a report from Bob Proulx.
19432
19433         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
19434         Instead, require UTILS_FUNC_MKSTEMP.
19435
19436 2001-11-17  Jim Meyering  <meyering@lucent.com>
19437
19438         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
19439         Now, that's done as part of AC_FUNC_STRTOD.
19440
19441 2001-11-17  Jim Meyering  <meyering@lucent.com>
19442
19443         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
19444         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
19445         rather than group writable.  Patch by Juan F. Codagnone.
19446
19447         * lib/readtokens.c: Remove explicit declarations of xmalloc and
19448         xrealloc, Instead, include "xalloc.h".
19449
19450         * lib/mountlist.c: Include unlocked-io.h after all system headers.
19451         Remove explicit declarations of xmalloc, xrealloc,
19452         and xstrdup.  Instead, include "xalloc.h".
19453
19454         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
19455         unlocked-io.h.
19456         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
19457         Likewise.
19458         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
19459
19460         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
19461         Reported by Padraig Brady.
19462
19463         * lib/mkstemp.c: #undef mkstemp.
19464         Include config.h.
19465         (rpl_mkstemp): Rename from mkstemp.
19466         Protoize.
19467
19468 2001-11-16  Jim Meyering  <meyering@lucent.com>
19469
19470         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
19471         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
19472         determine the amount of total physical memory, use pstat_getstatic.
19473         HPUX-11 doesn't define _SC_PHYS_PAGES.
19474         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
19475         If sysconf couldn't be used to determine the amount of available
19476         physical memory, use both pstat_getstatic and pstat_getdynamic.
19477         Based on a patch from Bob Proulx.
19478
19479 2001-11-10  Jim Meyering  <meyering@lucent.com>
19480
19481         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
19482         (jm_PREREQ): Use it.
19483
19484 2001-11-09  Jim Meyering  <meyering@lucent.com>
19485
19486         * m4/jm-macros.m4: Require autoconf-2.52f.
19487         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
19488         Use these AC_-prefixed names, not the AM_-prefixed ones.
19489
19490         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
19491
19492 2001-11-05  Jim Meyering  <meyering@lucent.com>
19493
19494         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
19495
19496 2001-11-04  Jim Meyering  <meyering@lucent.com>
19497
19498         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
19499         $DEFS.
19500
19501 2001-11-03  Jim Meyering  <meyering@lucent.com>
19502
19503         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
19504         of AC_DEFUN.
19505
19506         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
19507         know the name of the variable in the macro definition.
19508
19509 2001-11-03  Jim Meyering  <meyering@lucent.com>
19510
19511         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
19512         in argmatch_to_argument call.
19513
19514         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
19515         argument.
19516
19517         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
19518         e.g., a fault due to an attempt to free a NULL pointer.
19519
19520 2001-11-01  Jim Meyering  <meyering@lucent.com>
19521
19522         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
19523         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
19524
19525 2001-11-01  Jim Meyering  <meyering@lucent.com>
19526
19527         * lib/dirfd.c, dirfd.h: New files.
19528         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
19529
19530         * lib/hash.c (hash_print) [TESTING]: Clean up.
19531
19532 2001-10-22  Paul Eggert  <eggert@twinsun.com>
19533
19534         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
19535         to avoid a warning if -Wall.
19536
19537 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
19538
19539         * README: New file
19540         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
19541         (per RMS's instructions, this is now the canonical source)
19542         * lgpl/, gpl/: New directories.
19543
19544 2001-10-21  Paul Eggert  <eggert@twinsun.com>
19545
19546         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
19547
19548 2001-10-21  Jim Meyering  <meyering@lucent.com>
19549
19550         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
19551         this code would end up calling gettext even in packages built
19552         with --disable-nls.
19553         * lib/getopt.c (_): Likewise.
19554         * lib/regex.c (_): Likewise.
19555
19556 2001-10-20  Paul Eggert  <eggert@twinsun.com>
19557
19558         * m4/error.m4 (jm_PREREQ_ERROR):
19559         Do not invoke AC_CHECK_FUNCS with strerror_r, as
19560         AC_FUNC_STRERROR_R does that.
19561         Check for strerror declaration.
19562
19563         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
19564         are supposed to have them these days.
19565         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
19566         Merge changes from latest Autoconf CVS.
19567         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
19568         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
19569         POSIX decided to standardize on the int flavor of strerror_r.
19570
19571 2001-10-20  Paul Eggert  <eggert@twinsun.com>
19572
19573         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
19574         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
19575         Use strerror_r that is only a macro, even if it is not a function.
19576         (strerror): Check for HAVE_DECL_STRERROR before declaring.
19577         (private_strerror): Use prototypes, not old-style function definition.
19578         (print_errno_message): New function.
19579         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
19580         char*-flavored one.
19581         (error_tail, error, error_at_line): Use it.
19582
19583 2001-10-11  Jim Meyering  <meyering@lucent.com>
19584
19585         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
19586         and quote_n (1, ... to avoid clobbering a buffer.
19587
19588 2001-10-05  Jim Meyering  <meyering@lucent.com>
19589
19590         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
19591         hash-pjw.h.
19592         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
19593         * lib/hash-pjw.h: New file.
19594
19595 2001-09-30  Jim Meyering  <meyering@lucent.com>
19596
19597         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
19598         `struct fsstat' has the `f_fstypename' member.
19599         Use that to define FS_TYPE, which is now used to make
19600         the getfsstat link test tighter.
19601
19602 2001-09-30  Jim Meyering  <meyering@lucent.com>
19603
19604         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
19605         Include <sys/ucred.h>, for Apple Darwin.
19606         Include sys/mount.h and sys/fs_types.h only if available.
19607         (FS_TYPE): Define.
19608         (read_filesystem_list): Use FS_TYPE.
19609
19610 2001-09-29  Paul Eggert  <eggert@twinsun.com>
19611
19612         * lib/exclude.c (excluded_filename): 0 -> false, since it's
19613         a boolean context.
19614
19615 2001-09-29  Jim Meyering  <meyering@lucent.com>
19616
19617         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
19618         [one-argument getmntent function]): Include stdio.h before mntent.h.
19619         SunOS 4.1.x needs it for the declaration of `FILE'.
19620         Patch by Volker Borchert.
19621
19622         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
19623         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
19624         sys/fs_types.h, and make the link-test for getfsstat guard #include
19625         directives with appropriate #if HAVE_*_H tests so that we can
19626         detect getfsstat on Apple Darwin1.3.7 systems.
19627         Reported by Nelson Beebe.
19628         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
19629
19630 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19631
19632         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19633         #defines strtoimax.  Also treat the other strto* functions
19634         like strtoimax.
19635
19636         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19637         Check for strtoul and strtoumax,
19638         as those declarations are made even in the signed case.
19639         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
19640         Likewise, for strtol and strtoimax.
19641
19642 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19643
19644         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19645         #defines strtoimax.  Also treat the other strto* functions
19646         like strtoimax.
19647
19648         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
19649         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
19650         (strtoimax, strtoumax): Do not declare if already defined as a macro.
19651
19652 2001-09-26  Jim Meyering  <meyering@lucent.com>
19653
19654         Most macros in unlocked-io.h had the wrong number of arguments.
19655         * lib/gen-uio: New script.
19656         (USE_UNLOCKED_IO): Define to 1 if not already defined.
19657         * lib/unlocked-io.hin: Remove file.
19658         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
19659         rather than trying to embed it here.
19660         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
19661         Reported by Padraig Brady.
19662
19663 2001-09-25  Volker Borchert  <bt@teknon.de>
19664
19665         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
19666         `result'.
19667
19668 2001-09-24  Jim Meyering  <meyering@lucent.com>
19669
19670         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
19671
19672 2001-09-23  Jim Meyering  <meyering@lucent.com>
19673
19674         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
19675         instead of the mere test for existence of mntent.h.  The latter
19676         would get a false-positive on AIX 3.4 systems.
19677         In the outer getmntent if-block, don't die if neither of the getmntent
19678         tests succeeds.  Instead, just fall through and continue with the
19679         remaining tests.
19680
19681 2001-09-23  Jim Meyering  <meyering@lucent.com>
19682
19683         * lib/mountlist.c: Remove useless parentheses in #if directives.
19684         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
19685         the deprecated MOUNTED symbol is no longer defined in mntent.h.
19686
19687 2001-09-22  Jim Meyering  <meyering@lucent.com>
19688
19689         * m4/gettext.m4: New file.  From gettext.
19690         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
19691         * m4/progtest.m4: Likewise
19692         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
19693         * m4/glibc21.m4: Likewise.
19694
19695         * m4/libintl.m4: Remove.  No longer used.
19696
19697 2001-09-22  Jim Meyering  <meyering@lucent.com>
19698
19699         * lib/localcharset.c: Update from latest gettext.
19700         * lib/config.charset: Likewise.
19701
19702 2001-09-20  Jim Meyering  <meyering@lucent.com>
19703
19704         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
19705         strtoimax.
19706         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
19707         strtoumax.
19708
19709 2001-09-20  Jim Meyering  <meyering@lucent.com>
19710
19711         * lib/xstrtol.c (strtoimax): Guard declaration with
19712         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
19713         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
19714         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
19715         (strtoumax): Likewise, for completeness (it wasn't necessary).
19716
19717 2001-09-17  Paul Eggert  <eggert@twinsun.com>
19718
19719         * lib/strtoimax.c (HAVE_LONG_LONG):
19720         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
19721         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
19722         to work around bug in IBM C compiler.
19723
19724 2001-09-17  Jim Meyering  <meyering@lucent.com>
19725
19726         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
19727         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
19728         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
19729         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
19730         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
19731         whenever the right hand side need not be expanded by the shell.
19732
19733 2001-09-16  Paul Eggert  <eggert@twinsun.com>
19734
19735         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
19736         library.  It's not correct, as some older glibcs are buggy.
19737         fnmatch wasn't fixed until glibc 2.2.
19738
19739         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
19740         special shell magic here.
19741
19742 2001-09-16  Jim Meyering  <meyering@lucent.com>
19743
19744         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
19745         * m4/jm-macros.m4: Require it.
19746
19747 2001-09-16  Jim Meyering  <meyering@lucent.com>
19748
19749         * lib/mkdir.c: New file.
19750
19751 2001-09-15  Jim Meyering  <meyering@lucent.com>
19752
19753         * m4/jm-macros.m4: Check for help2man.
19754
19755 2001-09-11  Jim Meyering  <meyering@lucent.com>
19756
19757         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
19758         The body, by Paul Eggert, was moved here from configure.in.
19759         * m4/jm-macros.m4: Require UTILS_HOST_OS.
19760
19761 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19762
19763         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
19764         (jm_PREREQ): Use it.
19765
19766 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19767
19768         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
19769         Use ssize_t, not int, to store result of readlink.
19770         Check for ssize_t overflow as well as size_t overflow,
19771         as POSIX says the result of readlink is implementation-defined
19772         when ssize_t overflows.
19773         Remove unnecessary cast to char*.
19774         Use free+malloc instead of realloc, as the storage doesn't need
19775         to be preserved and it's clearer and can be more efficient that way.
19776         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
19777         * lib/xreadlink.h (xreadlink): Update prototype.
19778
19779 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19780
19781         * lib/xgetcwd.c: Revert some of the previous change; intead,
19782         fix the HAVE_GETCWD_NULL code to behave more like the
19783         !HAVE_GETCWD_NULL code used to.
19784
19785         Include "xalloc.h".
19786         (xgetcwd): Do not return NULL when memory is exhausted; instead,
19787         invoke xalloc_die.
19788
19789 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19790
19791         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
19792         sys/param.h, as pathmax.h includes them.
19793
19794 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19795
19796         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
19797         (jm_PREREQ_XGETCWD): New macro.
19798
19799         * m4/getcwd.m4: New file.
19800
19801 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19802
19803         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
19804         like the HAVE_GETCWD_NULL code.
19805         Include pathmax.h if not HAVE_GETCWD.
19806         Do not include xalloc.h.
19807         (INITIAL_BUFFER_SIZE): New symbol.
19808         Do not use xmalloc / xrealloc, since the caller is responsible for
19809         handling errors.  Preserve errno around `free' during failure.
19810         Do not overrun buffer when using getwd.
19811
19812 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19813
19814         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
19815         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
19816         getcwd (NULL, 0).
19817
19818 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19819
19820         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
19821         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
19822         spotted by Jim Meyering.
19823
19824 2001-09-03  Jim Meyering  <meyering@lucent.com>
19825
19826         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
19827         failure.
19828
19829 2001-09-02  Jim Meyering  <meyering@lucent.com>
19830
19831         * lib/error.c: Update from GNU libc.
19832
19833 2001-09-01  Jim Meyering  <meyering@lucent.com>
19834
19835         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
19836         Used by df.
19837
19838 2001-09-01  Jim Meyering  <meyering@lucent.com>
19839
19840         * lib/xreadlink.c: New file.
19841         * lib/xreadlink.h: New file.
19842         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
19843         xreadlink.h.
19844
19845         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
19846         doesn't conflict with sparc Solaris 7's definition in
19847         /usr/include/sys/int_types.h.
19848
19849         * lib/exclude.c: Use `""', not `<>' to #include non-system header
19850         files.
19851         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
19852         and strncasecmp as r-values.  Unixware didn't have declarations.
19853
19854 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19855
19856         * lib/xstrtol.h: Add copyright notice.
19857         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
19858         LONGINT_INVALID_SUFFIX_CHAR.
19859
19860 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19861
19862         * lib/xstrtol.c (strtoimax): New decl.
19863
19864 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19865
19866         * lib/xgetcwd.c: Don't include pathmax.h.
19867         Include stdlib.h and unistd.h if available.
19868         Include xalloc.h.
19869         (xmalloc, xstrdup, free): Remove decls.
19870         (xgetcwd): Don't assume sizes fit in unsigned.
19871         Check for overflow when computing sizes.
19872         Simplify reallocation code.
19873
19874 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19875
19876         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
19877         a directory's st_size can have an arbitrary value, so the old
19878         usage could waste an arbitrary amount of memory.  All uses
19879         changed.
19880         * lib/savedir.h: Update prototype.
19881
19882 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19883
19884         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
19885
19886         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
19887         old strtoimax.c.
19888
19889         Also, make the following further changes to make this file's
19890         configuration more similar to that of strtol.c:
19891         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
19892         (strtoumax, uintmax_t, strtoull, strtol): Remove.
19893         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
19894         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
19895         changed to signed values.
19896
19897         And make the following changes as well:
19898         Fix copyright notice, as 1999 was missing.
19899         (verify): New macro.
19900         (strtoimax): Check sizes at compile-time, not run-time.
19901         Prefer strtol to strtoll if both work.
19902         (main): Remove; it was not that useful and was a pain to maintain.
19903
19904         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
19905
19906 2001-08-31  Jim Meyering  <meyering@lucent.com>
19907
19908         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
19909         Use an initial, malloc'd, buffer of length 128 rather than
19910         a statically allocated one of length 1024.
19911
19912 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19913
19914         Simplify code, partly by assuming autoconf 2.52 semantics.
19915
19916         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
19917
19918         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
19919         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
19920         All uses removed.
19921         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
19922         Move AC_REQUIRE to next-to-top level, to avoid confusion.
19923         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
19924         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
19925         jm_AC_HEADER_INTTYPES_H.
19926         * m4/jm-macros.m4 (jm_MACROS): Likewise.
19927
19928         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
19929
19930         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19931         Quote first arg of AC_DEFUN.
19932         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
19933         since they are needed to parse the include file even if we need
19934         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
19935         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
19936         but with opposite signedness.
19937
19938 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19939
19940         Merge 'exclude' changes from tar 1.13.22.
19941         This fixes one or two unlikely storage allocation overflow bugs,
19942         but doesn't change user-visible behavior otherwise.
19943
19944 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19945
19946         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
19947         (jm_PREREQ_EXCLUDE): New macro.
19948
19949 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19950
19951         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19952         tm to be declared.
19953
19954 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19955
19956         * lib/hash.c: Remove '2001' from copyright notice.
19957
19958 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19959
19960         * lib/full-write.h: New file.
19961         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
19962         * lib/full-write.c: Correct credits, as cccp.c no longer
19963         exists and anyway it was so heavily changed from the old cccp
19964         code as to be unrecognizable.  Include full-write.h.
19965         (full_write) Return size_t, with short writes meaning failure.
19966         All callers changed.  This fixes a bug with large buffers
19967         on 64-bit hosts.
19968         * lib/utime.c: Include full-write.h.
19969
19970 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19971
19972         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
19973         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
19974         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
19975         Include if available.
19976         (<xalloc.h>): Include
19977         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
19978         (verify): New macro.  Use it to verify that EXCLUDE macros do not
19979         collide with FNM macros.
19980         (struct patopts): New struct.
19981         (struct exclude): Use it, as exclude patterns now come with options.
19982         (new_exclude): Support above changes.
19983         (new_exclude, add_exclude_file):
19984         Initial size must now be a power of two to simplify overflow checking.
19985         (free_exclude, fnmatch_no_wildcards): New function.
19986         (excluded_filename): No longer requires options arg, as the options
19987         are determined by add_exclude.  Now returns bool, not int.
19988         (excluded_filename, add_exclude):
19989         Add support for the fancy new exclusion options.
19990         (add_exclude, add_exclude_file): Now takes int options arg.
19991         Check for arithmetic overflow when computing sizes.
19992         (add_exclude_file): xrealloc might modify errno, so don't
19993         realloc until after errno might be used.
19994
19995         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
19996         New macros.
19997         (free_exclude): New decl.
19998         (add_exclude, add_exclude_file): Now takes int options arg.
19999         (excluded_filename): No longer requires options arg, as the options
20000         are determined by add_exclude.  Now returns bool, not int.
20001
20002 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20003
20004         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
20005
20006 2001-08-27  Jim Meyering  <meyering@lucent.com>
20007
20008         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
20009
20010         * lib/version-etc.c (N_): Remove definition.
20011         Revert most of last change.
20012         Instead, simply don't mark the `Copyright...' string for translation.
20013         Based on advice from Paul Eggert.
20014
20015         * lib/strtoxmax.c: Tweak comment.
20016
20017 2001-08-26  Jim Meyering  <meyering@lucent.com>
20018
20019         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
20020
20021         * m4/xstrtoimax.m4: New file.
20022         * m4/xstrtoumax.m4: Add comments explaining why we
20023         AC_REPLACE_FUNCS(strtol).
20024
20025 2001-08-26  Jim Meyering  <meyering@lucent.com>
20026
20027         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
20028         of copyright with `%s' so translators don't get an untranslated
20029         message in 2002.
20030         (COPYRIGHT_YEAR): Define.
20031         (version_etc): Use fprintf rather than fputs.
20032         Suggestion from Ulrich Drepper.
20033
20034         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
20035
20036         * lib/strtoll.c: New file, from GNU libc.
20037         * lib/xstrtoimax.c: New file.
20038
20039         * lib/xstrtol.h: Add xstrtoimax.
20040         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
20041         * lib/strtoimax.c: New file.  Likewise, but first define
20042         STRTOUXMAX_SIGNED.
20043
20044         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
20045         ...
20046         * lib/strtoxmax.c: ... then renamed to this.
20047
20048 2001-08-18  Paul Eggert  <eggert@twinsun.com>
20049
20050         * m4/inttypes.m4: Add AC_PREREQ(2.13).
20051         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
20052         (jm_AC_TYPE_INTMAX_T): New macro.
20053         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
20054
20055         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
20056
20057         * m4/longlong.m4: Renamed from ulonglong.m4.
20058         * m4/inttypes.m4: Renamed from inttypes_h.m4.
20059         * m4/uintmax_t.m4: Removed.
20060
20061 2001-08-13  Paul Eggert  <eggert@twinsun.com>
20062
20063         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
20064         Port to Solaris 8, where 'sed' requires a space after the 'r'
20065         command, and where sh dislikes "$/".  Clean up the spacing a bit.
20066         Redirect output to $tmp just once.
20067
20068 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
20069
20070         * lib/addext.c (<errno.h>): Include.
20071         (errno): Declare if not defined.
20072         (addext): Work correctly when pathconf returns -1 and leaves
20073         errno alone because there is no limit.  Also, work even if
20074         pathconf returns a value greater than SIZE_MAX.
20075
20076 2001-08-12  Jim Meyering  <meyering@lucent.com>
20077
20078         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
20079         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
20080         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
20081         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
20082         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
20083         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
20084         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
20085         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
20086         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
20087         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
20088         utime.m4, utimes.m4, xstrtoumax.m4:
20089         Quote the first argument in each use of AC_DEFUN.
20090
20091 2001-08-12  Jim Meyering  <meyering@lucent.com>
20092
20093         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
20094         Simply `return getcwd (NULL, 0);'.
20095         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
20096         Use 1300 as initial value for length, not PATH_MAX.
20097
20098         * lib/pathmax.h: Clean up cpp syntax.
20099
20100 2001-08-12  Jim Meyering  <meyering@lucent.com>
20101
20102         * lib/gettimeofday.c: New file.
20103         * lib/gtod.h: New file.
20104         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
20105
20106 2001-08-05  Jim Meyering  <meyering@lucent.com>
20107
20108         * m4/jm-macros.m4: Require autoconf-2.52.
20109
20110 2001-08-04  Jim Meyering  <meyering@lucent.com>
20111
20112         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
20113         stmt, to get in sync with glibc.
20114
20115 2001-08-03  Paul Eggert  <eggert@twinsun.com>
20116
20117         The following changes are from gettext 0.10.39 as maintained by
20118         Bruno Haible.
20119
20120         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
20121         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
20122         with inverted sense.  All uses changed.
20123
20124         * lib/mbswidth.c: Don't include <limits.h>.
20125         Include <stdlib.h> and <string.h> unconditionally.
20126         (iswcntrl, mbsinit, ISCNTRL): New macros.
20127         (mbsnwidth): Use K&R style function declarations.
20128         Don't bother checking for MB_LEN_MAX == 1, since the compiler
20129         can optimize it when MB_CUR_MAX == 1.
20130         The width of control characters is zero, not 1.
20131
20132 2001-08-03  Paul Eggert  <eggert@twinsun.com>
20133
20134         The following changes are from gettext 0.10.39 as maintained by
20135         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
20136
20137         * m4/codeset.m4: Upgrade to serial AM1.
20138         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
20139         all uses changed.  Quote first arg of AC_DEFUN.
20140         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
20141
20142         * m4/iconv.m4: Upgrade to serial AM2.
20143         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
20144         Add --with-libconv-prefix.
20145         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
20146         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
20147         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
20148         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
20149         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
20150
20151         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
20152         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
20153         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
20154         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
20155         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
20156         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
20157         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
20158         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
20159         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
20160
20161         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
20162         string.h any more.
20163
20164         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
20165         not the default value.
20166
20167         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
20168         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
20169         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
20170         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
20171         Also check for iswcntrl, used for wcwidth fallback.
20172         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
20173         to Autoconf 2.13.
20174
20175 2001-08-03  Jim Meyering  <meyering@lucent.com>
20176
20177         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
20178         as it was in the original.  Reported by Paul Eggert.
20179
20180 2001-07-16  Jim Meyering  <meyering@lucent.com>
20181
20182         * m4/gettimeofday.m4: New file.
20183         Prompted by a report from Bernhard Baehr.
20184
20185 2001-07-15  Jim Meyering  <meyering@lucent.com>
20186
20187         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
20188         stuff. Now it's in ../Makefile.cfg.
20189
20190 2001-07-15  Jim Meyering  <meyering@lucent.com>
20191
20192         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
20193         (BUILT_SOURCES): Add unlocked-io.h.
20194         (io_functions): Define.
20195         (unlocked-io.h): New rule.
20196         (DISTCLEANFILES): Add unlocked-io.h.
20197         (all-local): Depend on unlocked-io.h, to ensure it is created.
20198
20199         * lib/unlocked-io.hin: New file
20200
20201         * lib/regex.c: Update from glibc.
20202
20203 2001-07-05  Jim Meyering  <meyering@lucent.com>
20204
20205         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
20206         recommendation.
20207         (libfetish_a_SOURCES): Put all .h files here instead.
20208         Remove a thus-exposed (better checks in automake) duplicate and
20209         two unnecessary .h files.
20210
20211 2001-07-04  Jim Meyering  <meyering@lucent.com>
20212
20213         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
20214         that generates jm-glibc-io.m4 so that it doesn't trigger any make
20215         distcheck failure.
20216
20217 2001-07-02  Jim Meyering  <meyering@lucent.com>
20218
20219         The following changes were prompted by suggestions from Bruno Haible.
20220
20221         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
20222         is now generated.
20223         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
20224         definition of EXTRA_DIST.
20225         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
20226         ensure that the generated file is created/updated whenever the list
20227         of $(unlocked_functions) is changed.
20228         (jm-glibc-io.m4): New rule.
20229         (unlocked-io.h): New rule -- currently unused.
20230
20231 2001-06-24  Jim Meyering  <meyering@lucent.com>
20232
20233         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
20234         unmatched right bracket, rather than kludging it with an extra,
20235         falsely-matching quote in a comment.  Patch by Akim Demaille.
20236
20237 2001-06-11  Jim Meyering  <meyering@lucent.com>
20238
20239         * lib/regex.c: Update from GNU libc.
20240
20241 2001-05-27  Jim Meyering  <meyering@lucent.com>
20242
20243         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
20244         Check for ut_type in struct utmp.
20245
20246 2001-05-27  Jim Meyering  <meyering@lucent.com>
20247
20248         * lib/readutmp.h (UT_TYPE): Define.
20249
20250 2001-05-24  Jim Meyering  <meyering@lucent.com>
20251
20252         * lib/argmatch.c: Include "quote.h".
20253         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
20254         quote function.  Reported by Göran Uddeborg.
20255
20256 2001-05-22  Jim Meyering  <meyering@lucent.com>
20257
20258         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
20259         now that we use the package-supplied version unconditionally.
20260         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
20261
20262 2001-05-21  Jim Meyering  <meyering@lucent.com>
20263
20264         * m4/regex.m4: Change a couple backticks to single quotes to avoid
20265         shell syntax errors.
20266
20267 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
20268
20269         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
20270
20271 2001-05-20  Paul Eggert  <eggert@twinsun.com>
20272
20273         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
20274         Don't bother to check library strftime, since
20275         we'll be using our own my_strftime function anyway.
20276         Define my_strftime instead of strftime.
20277
20278 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
20279
20280         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
20281         which is not yet declared.
20282
20283 2001-05-15  Jim Meyering  <meyering@lucent.com>
20284
20285         * m4/regex.m4: Use proper quoting so brackets appear in the test
20286         program.
20287         Reported by, and with help from, Bruno Haible.
20288
20289 2001-05-13  Jim Meyering  <meyering@lucent.com>
20290
20291         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
20292         undefined.
20293
20294 2001-05-11  Paul Eggert  <eggert@twinsun.com>
20295
20296         dirname code cleanup.  base_name now behaves more compatibly
20297         with POSIX basename when given file names that have trailing
20298         slashes, and similarly for dir_name.  Add new primitives
20299         base_len and dir_len.  Put the directory-name-related decls
20300         into dirname.h.
20301
20302         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
20303         * lib/backupfile.c (base_name): Likewise.
20304         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
20305         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
20306         * lib/makepath.c (strip_trailing_slashes): Likewise.
20307         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
20308         ISSLASH): Likewise.
20309         * lib/rename.c (strip_trailing_slashes): Likewise.
20310         * lib/same.c (base_name): Likewise.
20311         * lib/stripslash.c (ISSLASH): Likewise.
20312
20313         * lib/addext.c: Include <dirname.h> after size_t is defined.
20314         * lib/backupfile.c: Likewise.
20315
20316         * lib/addext.c (addext): Use base_len to trim redundant
20317         trailing slashes instead of doing it ourselves.
20318         But do not trim the last slash if it is not redundant.
20319
20320         * lib/backupfile.c (find_backup_file_name,
20321         max_backup_version): Use base_len instead of rolling it ourselves.
20322         Handle the case of "" and (on DOS) "C:" correctly.
20323
20324         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
20325         needed. Include <string.h>, <dirname.h>.
20326         (base_name): Allow file names ending in slashes, other than names
20327         that are all slashes.  In this case, return the basename followed
20328         by the slashes.  This is more general, and can be used in places
20329         where the original base_name purposely had an assertion failure.
20330         (base_len): New function.
20331
20332         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
20333         Do not include <assert.h>; no longer needed.
20334         Include xalloc.h.
20335         (memrchr): Remove decl.
20336         (dir_name_r): Remove.
20337         (dir_len): Renamed from dirlen.  All callers changed.
20338         Rewrite in terms of base_name, for simplicity and consistency.
20339         (dir_name): Never return NULL.  All callers changed.
20340         Do not include <stdlib.h> in test program; no longer needed.
20341         return 0; is fine for test program.
20342
20343         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
20344         New macros.
20345         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
20346
20347         * lib/path-concat.c (path_concat): Use base_len to compute
20348         base length, not strlen; this means we cannot rely on memcpy
20349         to null-terminate.
20350
20351         * lib/same.c (STREQ): Remove.
20352         (same_name): Handle the case where the basename ends in trailing '/'.
20353
20354         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
20355         a slash was stripped.  Do not strip the last slash after a
20356         file system prefix.
20357
20358 2001-05-11  Paul Eggert  <eggert@twinsun.com>
20359
20360         * lib/Makefile.am (libfetish_a_SOURCES):
20361         Add strftime.c, since we now compile it on all hosts.
20362
20363         * lib/strftime.c (my_strftime):
20364         Define to nstrftime if emacs, but only if my_strftime is not defined.
20365         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
20366         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
20367         Add one more extra argument: a nanoseconds value.
20368         All uses changed.
20369         (ns): New macro.
20370         (my_strftime function): Add %N format.
20371         (emacs_strftimeu): Renamed from emacs_strftime,
20372         with extra ut argument.
20373
20374 2001-05-09  Paul Eggert  <eggert@twinsun.com>
20375
20376         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
20377
20378 2001-04-21  Jim Meyering  <meyering@lucent.com>
20379
20380         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
20381         doesn't interfere.
20382
20383 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
20384
20385         * m4/ftruncate.m4: Check for chsize.
20386         Link with ftruncate.o unconditionally if ftruncate is missing.
20387         This was required when cross-compiling to i586-mingw32msvc.
20388
20389 2001-04-08  Jim Meyering  <meyering@lucent.com>
20390
20391         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
20392         recomputed; that's necessary when the offset spans a DST transition.
20393         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
20394
20395 2001-04-02  Jim Meyering  <meyering@lucent.com>
20396
20397         * lib/regex.h, regex.c: Update from GNU libc.
20398
20399 2001-03-24  Jim Meyering  <meyering@lucent.com>
20400
20401         * m4/jm-macros.m4: Require autoconf-2.49d.
20402
20403 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
20404
20405         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
20406
20407 2001-03-19  Paul Eggert  <eggert@twinsun.com>
20408
20409         * lib/version-etc.c (version_etc_copyright): Update to 2001.
20410
20411 2001-03-17  Jim Meyering  <meyering@lucent.com>
20412
20413         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
20414         now that the version in autoconf is equivalent.
20415         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
20416
20417         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
20418         Suggestion from Akim Demaille.
20419
20420         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
20421         (jm_PREREQ_TEMPNAME): New function.
20422
20423 2001-03-16  Paul Eggert  <eggert@twinsun.com>
20424
20425         * lib/tempname.c (uint64_t): Define to uintmax_t if
20426         not defined, and if UINT64_MAX is not defined.
20427         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
20428         Reported by John David Anglin.
20429
20430 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
20431
20432         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
20433         resolve alias if codeset is empty.
20434         * lib/config.charset (BeOS): Use wildcard syntax.
20435
20436 2001-03-13  Jim Meyering  <meyering@lucent.com>
20437
20438         * lib/path-concat.c (path_concat)
20439         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
20440         concatenating e.g., `C:' and `foo'.
20441         From Bruno Haible.
20442
20443 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
20444
20445         * lib/localcharset.c (locale_charset): Don't use
20446         setlocale(LC_CTYPE,NULL). Don't return NULL.
20447         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
20448
20449 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
20450
20451         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
20452         support for DOS/DJGPP.
20453
20454 2001-03-01  Paul Eggert  <eggert@twinsun.com>
20455
20456         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
20457         lacks mkstemp.  Compile our own tempname.c if we compile our own
20458         mkstemp.c, as mkstemp relies on tempname.
20459
20460 2001-03-01  Jim Meyering  <meyering@lucent.com>
20461
20462         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
20463         AH_VERBATIM really does output its argument verbatim.
20464
20465 2001-02-28  Paul Eggert  <eggert@twinsun.com>
20466
20467         * lib/Makefile.am (libfetish_a_SOURCES):
20468         Add dup-safer.c, fopen-safer.c.
20469         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
20470
20471         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h,
20472         lib/unistd-safer.h: New files.
20473
20474 2001-02-25  Paul Eggert  <eggert@twinsun.com>
20475
20476         The mkstemp replacement is taken from glibc 2.2.2, with some
20477         portability fixes for use outside glibc, as follows:
20478
20479         * lib/tempname.c (struct_stat64): New macro.
20480         (direxists, __gen_tempname): Use it.
20481         This avoids a portability problem with Solaris 8.
20482
20483         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
20484         (<stddef.h>, <stdint.h>, <string.h>):
20485         Include only if STDC_HEADERS || _LIBC.
20486         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
20487         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
20488         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
20489         (__set_errno): Define this macro if <errno.h> doesn't.
20490         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
20491         Define these macros if <stdio.h> doesn't.
20492         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
20493         Define these macros if <sys/stat.h>
20494         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
20495         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
20496         __xstat64): Define if not _LIBC.
20497         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
20498         (__gen_tempname): Invoke gettimeofday only if
20499         HAVE_GETTIMEOFDAY || _LIBC;
20500         otherwise, fall back on plain "time".
20501         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
20502
20503         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
20504
20505         * lib/mkstemp.c, tempname.c: New files, taken from glibc 2.2.2.
20506
20507 2001-02-18  Paul Eggert  <eggert@twinsun.com>
20508
20509         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
20510
20511 2001-02-17  Paul Eggert  <eggert@twinsun.com>
20512
20513         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
20514         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
20515         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
20516         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20517
20518 2001-02-17  Paul Eggert  <eggert@twinsun.com>
20519
20520         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
20521         Remove workaround macros for hosts that have mbrtowc but not
20522         mbstate_t, as we now insist on proper declarations for both
20523         before using mbrtowc.
20524
20525 2001-02-17  Jim Meyering  <meyering@lucent.com>
20526
20527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
20528         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
20529         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
20530         UnixWare 7.1.1.
20531
20532         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
20533         rather than AC_CACHE_VAL.
20534
20535 2001-02-17  Jim Meyering  <meyering@lucent.com>
20536
20537         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
20538         around included file name.
20539
20540         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
20541
20542         * lib/strftime.c: Update from GNU libc (the only changes were to
20543         comments).
20544
20545 2001-02-17  Jim Meyering  <meyering@lucent.com>
20546
20547         * lib/regex.c: Update from libc.
20548
20549 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
20550
20551         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
20552         clash.
20553
20554 2001-02-16  Paul Eggert  <eggert@twinsun.com>
20555
20556         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
20557         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
20558         Reported by Mark Hounschell via Paul Eggert.
20559
20560 2001-02-07  Jim Meyering  <meyering@lucent.com>
20561
20562         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
20563
20564 2001-02-05  Jim Meyering  <meyering@lucent.com>
20565
20566         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
20567         it includes the patch required for `large file' support with at least
20568         HP-UX's 10.20 /bin/cc.
20569
20570 2001-02-03  Jim Meyering  <meyering@lucent.com>
20571
20572         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
20573         AS_IF, now that it works once again (mysteriously).
20574         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
20575
20576 2001-01-30  Jim Meyering  <meyering@lucent.com>
20577
20578         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
20579         * m4/chown.m4: Rename conftestchown to conftest.chown.
20580         * m4/rename.m4: s/conftestdir/conftest.d1/ and
20581         s/conftestdir2/conftest.d2/.
20582         * m4/utimes.m4: s/conftestdata/conftest.data/
20583         Inspired by Pavel Roskin's change in autoconf.
20584
20585 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
20586
20587         * lib/config.charset: Update for FreeBSD 4.2.
20588
20589 2001-01-27  Jim Meyering  <meyering@lucent.com>
20590
20591         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
20592         a use of AS_IF.
20593         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
20594
20595 2001-01-26  Jim Meyering  <meyering@lucent.com>
20596
20597         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
20598         quotearg.c includes it.
20599
20600 2001-01-26  Jim Meyering  <meyering@lucent.com>
20601
20602         * lib/quotearg.c: Include stddef.h.
20603         * lib/quote.c: Include stddef.h.
20604         Reported by Axel Kittenberger.
20605
20606         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
20607         line in double quotes so that it evokes a better diagnostic.
20608         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
20609         Reported by Axel Kittenberger.
20610
20611 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
20612
20613         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
20614         as if it was a `charset'.
20615
20616 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
20617
20618         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
20619         has const.
20620
20621 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
20622
20623         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
20624         to avoid a warning.  Add back 'const' to inptr.
20625
20626 2001-01-20  Jim Meyering  <meyering@lucent.com>
20627
20628         Be sure that headers are checked before used in code compiled
20629         for the type checks.
20630         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
20631         In place of that, invoke jm_CHECK_ALL_TYPES.
20632         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
20633         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
20634         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
20635         The check for ssize_t was mistakenly run before the test for unistd.h.
20636
20637         The configure-time check for stdbool.h was missing.
20638         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
20639         (jm_PREREQ_HASH): New function.
20640
20641 2001-01-17  Jim Meyering  <meyering@lucent.com>
20642
20643         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
20644         for autoconf-2.49c.
20645         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
20646
20647 2001-01-16  Jim Meyering  <meyering@lucent.com>
20648
20649         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
20650         From Bruno Haible.
20651
20652 2001-01-14  Jim Meyering  <meyering@lucent.com>
20653
20654         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
20655         foo and bar.  Create conftestdir/ in the script, not in the C code.
20656         Remove directories in the script, not in the C code.
20657         Remove conftestdir{,2} before trying to create the directory.
20658         Make the entire configure script fail if the mkdir fails.
20659
20660 2001-01-14  Jim Meyering  <meyering@lucent.com>
20661
20662         * lib/rename.c: New file.  From Volker Borchert.
20663         Include stdlib.h, string.h or strings.h, and xalloc.h.
20664         Use strip_trailing_slashes rather than open-coding it.
20665
20666 2001-01-03  Paul Eggert  <eggert@twinsun.com>
20667
20668         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
20669
20670 2001-01-03  Jim Meyering  <meyering@lucent.com>
20671
20672         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
20673         of local `inptr' to avoid warning with some system declarations of
20674         iconv.
20675
20676 2001-01-02  Volker Borchert  <bt@teknon.de>
20677
20678         * m4/rename.m4: New file.
20679         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
20680
20681 2001-01-01  Jim Meyering  <meyering@lucent.com>
20682
20683         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
20684         even on systems with utmpx.h.  It's necessary for the declaration of
20685         utmp's ut_user member.  Reported by Andreas Jaeger.
20686
20687         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
20688         available. They are required for the declarations of getgrgid and
20689         getpwuid resp.
20690         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
20691         Reported by Andreas Jaeger.
20692
20693 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
20694
20695         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
20696         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
20697         so `make install' also works in VPATH builds.
20698
20699 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
20700
20701         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
20702         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
20703         can be used in subdirectories.
20704
20705 2000-12-29  Paul Eggert  <eggert@twinsun.com>
20706
20707         * lib/modechange.c: Do not assume that mode_t uses the
20708         traditional octal encoding.  E.g. "chmod 1 FOO" should set
20709         the other-execute bit of FOO even if S_IXOTH != 1.
20710
20711         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
20712         WOTH, XOTH, ALLM): New macros.
20713         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
20714          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
20715         Use them.
20716         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
20717         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
20718         (mode_compile):
20719         No need to use uintmax_t; unsigned long is long enough.
20720         Don't bother to get suffix since we don't use it.
20721
20722 2000-12-26  Jim Meyering  <meyering@lucent.com>
20723
20724         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
20725         better with autoheader.
20726
20727 2000-12-24  Jim Meyering  <meyering@lucent.com>
20728
20729         * lib/hash.c (is_prime): Return explicit boolean values.
20730         (hash_get_first): Return NULL to appease Irix5.6's 89.
20731         Reported by Nelson Beebe.
20732
20733 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
20734
20735         * lib/localcharset.c (locale_charset): Add support for Win32.
20736
20737 2000-12-18  Paul Eggert  <eggert@twinsun.com>
20738
20739         * lib/physmem.h, physmem.c: New files.
20740
20741         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
20742         (noinst_HEADERS): Add physmem.h.
20743
20744         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
20745         't' for compatibility with Solaris 8 sort.
20746
20747 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
20748
20749         * lib/config.charset: Add support for BeOS.
20750
20751 2000-12-17  Jim Meyering  <meyering@lucent.com>
20752
20753         * m4/dos.m4 (jm_AC_DOS): New file and macro.
20754         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
20755
20756 2000-12-16  Jim Meyering  <meyering@lucent.com>
20757
20758         This bug had a serious impact on chown: `chown N:M FILE' (for integer
20759         N and M) would have treated it like `chown N:N FILE'.
20760
20761         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
20762
20763 2000-12-16  Jim Meyering  <meyering@lucent.com>
20764
20765         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
20766         SHELLS_FILE to a file name that's useful on djgpp systems.
20767         Include stdlib.h.
20768         (ADDITIONAL_DEFAULT_SHELLS): Define.
20769         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
20770         Based mostly on a patch from Prashant TR.
20771
20772 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
20773
20774         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
20775         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
20776         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
20777
20778 2000-12-08  Andreas Schwab  <schwab@suse.de>
20779
20780         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
20781         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
20782
20783 2000-12-07  Jim Meyering  <meyering@lucent.com>
20784
20785         * lib/stripslash.c (ISSLASH): Define.
20786         (strip_trailing_slashes): Use ISSLASH rather than comparing against
20787         `/'.
20788         From Prashant TR.
20789
20790         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
20791         (dir_name_r): Declare this function as static.
20792         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
20793         manifest itself on a name containing a mix of slashes and
20794         backslashes.
20795         Make this function work with names starting with a DOS-style
20796         drive letter and colon prefix.
20797         (dir_name): Append `.' if necessary.
20798         Based mostly on patches from Prashant TR and Eli Zaretskii.
20799
20800         * lib/dirname.h (dir_name_r): Remove prototype.
20801
20802 2000-12-06  Paul Eggert  <eggert@twinsun.com>
20803
20804         * m4/off_t-format.m4: Remove this file.
20805         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
20806
20807 2000-12-06  Jim Meyering  <meyering@lucent.com>
20808
20809         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
20810         replacement strtoull, we may well need the replacement strtoul, too.
20811         Check for declarations of strtoul and strtoull.
20812         Check for strtol.  Mainly as a cue to cause automake to include
20813         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
20814         Check for limits.h -- strtol.c needs it.
20815
20816 2000-12-05  Jim Meyering  <meyering@lucent.com>
20817
20818         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
20819
20820 2000-12-04  Jim Meyering  <meyering@lucent.com>
20821
20822         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
20823         Also include memory.h, stdlib.h, unistd.h if appropriate.
20824         Reported by Andreas Jaeger (conflicting declaration of malloc).
20825
20826 2000-12-02  Jim Meyering  <meyering@lucent.com>
20827
20828         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
20829         * m4/jm-macros.m4 (jm_MACROS): require it.
20830
20831 2000-12-02  Jim Meyering  <meyering@lucent.com>
20832
20833         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
20834
20835 2000-12-01  Paul Eggert  <eggert@twinsun.com>
20836
20837         * lib/memrchr.c: Include <config.h> before any system include file.
20838
20839 2000-11-30  Jim Meyering  <meyering@lucent.com>
20840
20841         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
20842
20843 2000-11-30  Jim Meyering  <meyering@lucent.com>
20844
20845         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
20846
20847 2000-11-29  Paul Eggert  <eggert@twinsun.com>
20848
20849         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
20850
20851 2000-11-26  Jim Meyering  <meyering@lucent.com>
20852
20853         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
20854
20855 2000-11-22  Paul Eggert  <eggert@twinsun.com>
20856
20857         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
20858         size of (size_t) -1; it's not portable.
20859
20860 2000-11-17  Jim Meyering  <meyering@lucent.com>
20861
20862         * lib/strstr.c: Update from GNU libc.
20863
20864 2000-11-17  Akim Demaille  <akim@epita.fr>
20865
20866         * lib/obstack.h: Formatting changes.
20867         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
20868         prevent type checking.
20869         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
20870         cast the value to (void *): assigning a `foo *' to a `void *'
20871         variable is valid.
20872         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
20873
20874 2000-11-16  Jim Meyering  <meyering@lucent.com>
20875
20876         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
20877
20878 2000-11-11  Jim Meyering  <meyering@lucent.com>
20879
20880         * lib/error.c: Add a couple #includes, merging from GNU libc version.
20881
20882 2000-11-10  Jim Meyering  <meyering@lucent.com>
20883
20884         * lib/obstack.h: Update from GNU libc.
20885         * lib/obstack.c: Likewise.
20886
20887 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
20888
20889         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
20890
20891 2000-11-06  Paul Eggert  <eggert@twinsun.com>
20892
20893         * lib/getusershell.c (setusershell): Use rewind rather than
20894         fseek/fseeko, to avoid configuration hassles with fseeko.
20895         Don't bother opening SHELLS_FILE if shellstream is NULL;
20896         it's not necessary.
20897
20898 2000-11-05  Jim Meyering  <meyering@lucent.com>
20899
20900         * lib/makepath.h (make_dir): Declare.
20901         * lib/makepath.c (make_dir): Remove `static' attribute.
20902         Tweak a comment.
20903
20904 2000-11-04  Jim Meyering  <meyering@lucent.com>
20905
20906         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
20907
20908 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
20909
20910         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
20911         last one in a bucket, advance to the next bucket.
20912
20913 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
20914
20915         * lib/fnmatch.c: Do not comment out all the code if we are using
20916         the GNU C library, because in some cases we are replacing buggy
20917         code in the GNU C library itself.
20918
20919 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
20920
20921         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
20922         (regex_compile): Catch bogus \(\1\).
20923
20924 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20925
20926         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
20927         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
20928         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
20929
20930 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20931
20932         * lib/error.h, getline.h, modechange.h:
20933         Remove "2000" from Copyright line, as the file hasn't been
20934         changed this year other than in the copyright notice.
20935
20936         * lib/xalloc.h: Add "2000" to Copyright line, as this file
20937         was changed this year.
20938
20939 2000-10-29  Jim Meyering  <meyering@lucent.com>
20940
20941         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
20942         renaming.
20943         * m4/ls-mntd-fs.m4: Likewise
20944
20945 2000-10-29  Jim Meyering  <meyering@lucent.com>
20946
20947         * lib/xstat.in: Fix grammar in comment.
20948
20949 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
20950
20951         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
20952         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
20953         doesn't define __restrict_arr.
20954
20955 2000-10-28  Jim Meyering  <meyering@lucent.com>
20956
20957         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
20958         (jm_PREREQ_MEMCHR): New function.
20959
20960 2000-10-28  Jim Meyering  <meyering@lucent.com>
20961
20962         * lib/memchr.c: Update from libc.
20963         Adjust for portability:
20964         [HAVE_STDLIB_H]: Include stdlib.h.
20965         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
20966         Undef __memchr, too.
20967         [!weak_alias]: Define __memchr to memchr.
20968
20969         * lib/regex.c: Update from libc.
20970         * lib/regex.h: Likewise.
20971         * lib/getopt1.c: Likewise.
20972         * lib/memcmp.c: Likewise.
20973
20974         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
20975         Avoid using fseek, when possible -- it's broken by design.
20976         Patch by Ulrich Drepper.
20977
20978 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
20979
20980         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
20981         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
20982         Giving in to popular pressure to shut up the compiler with casts.
20983
20984 2000-10-26  Jim Meyering  <meyering@lucent.com>
20985
20986         * lib/strftime.c: Update from libc.
20987
20988 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
20989
20990         * regex.c: More `unsigned char' -> `re_char' changes.
20991         Also change several `int' into `re_wchar_t'.
20992         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
20993         (PUSH_FAILURE_POINTER): Don't cast any more.
20994         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
20995         We want GCC to complain, since this piece of code makes
20996         re_match non-reentrant, which *should* be fixed.
20997         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
20998         (EXTEND_BUFFER): Use RETALLOC.
20999         (SET_LIST_BIT): Don't cast.
21000         (re_wchar_t): New type.
21001         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
21002         that those two functions will always properly return.
21003         (IMMEDIATE_QUIT_CHECK): Cast to void.
21004         (analyse_first): Use recursion rather than an explicit stack.
21005         (re_compile_fastmap): Can't fail anymore.
21006         (re_search_2): Don't check re_compile_fastmap for failure.
21007         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
21008         Now also sets the new value (passed in a new argument).
21009         (re_match_2_internal): Use it.
21010         Also, use a new var `reg' of type size_t when looping through regs
21011         rather than reuse the inappropriate `mcnt'.
21012
21013 2000-10-25  Jim Meyering  <meyering@lucent.com>
21014
21015         * lib/obstack.c: Update from libc.
21016
21017 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
21018
21019         * regex.c (regex_compile): Change the way of handling a range from
21020         a char less than 256 to a char not less than 256.
21021
21022 2000-10-24  Andrew Innes  <andrewi@gnu.org>
21023
21024         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
21025         NT-Emacs only.
21026         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
21027         so that re_search functions only quit when callers expect them to.
21028
21029 2000-10-23  Jim Meyering  <meyering@lucent.com>
21030
21031         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
21032         wrong.  That set_locale call must not have any side effects.
21033         From Paul Eggert.
21034
21035 2000-10-22  Jim Meyering  <meyering@lucent.com>
21036
21037         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
21038         [CYCLIC]: Remove now-unused definition.
21039
21040         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
21041         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
21042         Suggestion from Ulrich Drepper.
21043
21044 2000-10-21  Jim Meyering  <meyering@lucent.com>
21045
21046         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
21047         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
21048         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
21049
21050 2000-10-21  Jim Meyering  <meyering@lucent.com>
21051
21052         * lib/dirname.c (memrchr): Declare if necessary.
21053         (dir_name): Remove the restriction that there be no
21054         trailing slashes.  Now, this code skips past them, effectively
21055         ignoring them.
21056         [TEST_DIRNAME] (main): New unit tests.
21057
21058         * lib/memrchr.c: New file from GNU libc.
21059         Undef __memrchr, too.
21060         [!weak_alias]: Define __memrchr to memrchr.
21061         Guard weak_alias use with `#ifdef weak_alias'.
21062
21063 2000-10-21  Jim Meyering  <meyering@lucent.com>
21064
21065         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
21066         (dir_name): Use dir_name_r.
21067         * lib/dirname.h (dir_name_r): Declare it.
21068
21069 2000-10-17  Jim Meyering  <meyering@lucent.com>
21070
21071         * lib/quote.h (PARAMS): Define and use.
21072         Reported by Akim Demaille.
21073
21074         * lib/getopt.c: Update from libc.
21075
21076 2000-10-16  Jim Meyering  <meyering@lucent.com>
21077
21078         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
21079         setlocale.
21080         From Jan Fedak.
21081
21082 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
21083
21084         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
21085
21086 2000-09-25  Jim Meyering  <meyering@lucent.com>
21087
21088         * lib/md5.h (rol): Define (from GnuPG).
21089
21090         * lib/sha.c: Give credit (GnuPG) where due.
21091         (M): Use rol rather than open-coding it.
21092         Add a FIXME comment.
21093
21094 2000-09-21  Jim Meyering  <meyering@lucent.com>
21095
21096         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
21097         Reported by Michael Stone.
21098
21099 2000-09-20  Jim Meyering  <meyering@lucent.com>
21100
21101         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
21102         (noinst_HEADERS): Add sha.h.
21103         Based on code from Scott G. Miller and from GnuPG.
21104
21105 2000-09-18  Jim Meyering  <meyering@lucent.com>
21106
21107         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
21108         LIBS. Otherwise, everyone ends up linking with -lelf for some
21109         configurations.
21110         Reported by Mike Stone.
21111
21112 2000-09-15  Jim Meyering  <meyering@lucent.com>
21113
21114         * lib/regex.c: Update from libc.
21115
21116 2000-09-10  Jim Meyering  <meyering@lucent.com>
21117
21118         * lib/getopt.c (_getopt_internal): Update from glibc.
21119
21120 2000-09-09  Jim Meyering  <meyering@lucent.com>
21121
21122         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
21123         think it should be used as a general replacement for isascii.
21124         * lib/fnmatch.c: Likewise.
21125         * lib/mbswidth.c: Likewise
21126         * lib/regex.c: Likewise.
21127
21128         Don't use atoi.
21129         * lib/userspec.c: Include sys/param.h and limits.h.
21130         Include xstrtol.h.
21131         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21132         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
21133         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
21134         UID, GID.  Check range.
21135
21136 2000-09-06  Jim Meyering  <meyering@lucent.com>
21137
21138         * lib/getopt.c (_getopt_internal): Update from glibc.
21139
21140 2000-08-30  Jim Meyering  <meyering@lucent.com>
21141
21142         * lib/strftime.c: Merge in changes from GNU libc.
21143
21144 2000-08-26  Jim Meyering  <meyering@lucent.com>
21145
21146         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
21147         * m4/fpending.m4: New file.
21148
21149 2000-08-26  Jim Meyering  <meyering@lucent.com>
21150
21151         * lib/closeout.c: Include "__fpending.h".
21152         (close_stdout_status): Return right away if there's nothing to flush.
21153
21154         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
21155         * lib/__fpending.c: New file.
21156         * lib/__fpending.h: New file.
21157
21158 2000-08-20  Jim Meyering  <meyering@lucent.com>
21159
21160         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
21161         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
21162         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
21163
21164 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
21165
21166         Improve fileutils installation on systems where running
21167         programs (like install) can't be unlinked.
21168         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
21169         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
21170
21171 2000-08-07  Paul Eggert  <eggert@twinsun.com>
21172
21173         Standardize on "memory exhausted" instead of "Memory exhausted"
21174         or "virtual memory exhausted".
21175         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
21176         "virtual memory exhausted".
21177         * lib/same.c (same_name): Invoke xalloc_die instead of printing
21178         our own message.
21179         * lib/userspec.c (parse_user_spec): Likewise.
21180         * lib/bumpalloc.h: comment fix
21181         * lib/same.c, userspec.c: Include xalloc.h.
21182
21183         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
21184         not char *const and pointing to a constant array.
21185         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
21186         (xrealloc): Comment fix.
21187
21188         * lib/userspec.c (parse_user_spec):
21189         Don't translate a message until just before returning,
21190         to avoid unnecessary translation.
21191
21192 2000-08-07  Jim Meyering  <meyering@lucent.com>
21193
21194         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
21195         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
21196         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
21197         getgroups.c, gethostname.c, getopt.h, group-member.c,
21198         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
21199         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
21200         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
21201         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
21202         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
21203         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
21204         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
21205         yesno.c: Back out Copyright date changes for each file with no change
21206         this year.  This eases coordination with other programs using the same
21207         source code modules.  From Paul Eggert.
21208
21209 2000-08-06  Paul Eggert  <eggert@twinsun.com>
21210
21211         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
21212         not char, for compatibility with glibc 2.1.3 strftime.c.
21213
21214 2000-08-03  Greg McGary  <greg@mcgary.org>
21215
21216         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
21217         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
21218         (EXTEND_BUFFER): Use them.
21219
21220 2000-08-01  Jim Meyering  <meyering@lucent.com>
21221
21222         * lib/dirname.c (ISSLASH): Define.
21223         (BACKSLASH_IS_PATH_SEPARATOR): Define.
21224         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
21225         both `\' and `/' may be use as path separators.
21226         Based on a patch from Prashant TR.
21227
21228 2000-07-31  Paul Eggert  <eggert@twinsun.com>
21229
21230         * lib/quotearg.c (quotearg_n_options): Don't make the initial
21231         slot vector a constant, since it might get modified.
21232
21233 2000-07-31  Jim Meyering  <meyering@lucent.com>
21234
21235         * lib/xmalloc.c: Use `virtual memory exhausted', not
21236         `Memory exhausted'.
21237         * lib/obstack.c (print_and_abort): Likewise.
21238
21239 2000-07-30  Paul Eggert  <eggert@twinsun.com>
21240
21241         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
21242         buffer, so that the caller can always quote one small
21243         component of a "memory exhausted" message in slot 0.
21244         From a suggestion by Jim Meyering.
21245
21246 2000-07-30  Jim Meyering  <meyering@lucent.com>
21247
21248         * lib/makepath.c (make_path): Quote the other instance, too.
21249
21250         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
21251         (STATIC_BUF_SIZE): Define.
21252         (quotearg_n_options): Use only statically allocated storage when
21253         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
21254         than STATIC_BUF_SIZE.
21255
21256 2000-07-29  Jim Meyering  <meyering@lucent.com>
21257
21258         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
21259         * lib/dirname.c (dir_name): Likewise.
21260
21261         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
21262         `/'.
21263
21264         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
21265         (dir_name): Assert that there are no trailing slashes.
21266
21267 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
21268
21269         * lib/mbswidth.h (mbswidth): Add a flags argument.
21270         (mbswidth): New declaration.
21271         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
21272         * lib/mbswidth.c (mbswidth): Add a flags argument.
21273         (mbsnwidth): New function.
21274
21275 2000-07-24  Jim Meyering  <meyering@lucent.com>
21276
21277         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
21278
21279 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21280
21281         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
21282
21283 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21284
21285         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
21286         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
21287         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
21288         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
21289         invoke multibyte primitives.
21290
21291 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21292
21293         * lib/quotearg.c:
21294         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
21295         so that mbstate_t is always defined.
21296
21297         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
21298         be 1 in at least one GCC installation, and this configuration
21299         error is likely to be common.  Ignoring MB_LEN_MAX hurts
21300         performance on hosts that have mbrtowc but have only unibyte
21301         locales, but I assume these hosts are rare.
21302
21303 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21304
21305         * lib/mbswidth.c (_XOPEN_SOURCE):
21306         Don't define; this causes problems on Solaris 7.
21307         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
21308
21309 2000-07-23  Jim Meyering  <meyering@lucent.com>
21310
21311         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
21312         too: getgrgid, getpwuid, getuid.
21313
21314 2000-07-23  Jim Meyering  <meyering@lucent.com>
21315
21316         * lib/basename.c (base_name): Add an assertion.
21317
21318 2000-07-23  Bruno Haible  <clisp.cons.org>
21319
21320         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
21321         shadow its mbsinit function.
21322
21323 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
21324
21325         * lib/mbswidth.h: New file.
21326         * lib/mbswidth.c: New file.
21327         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
21328         (noinst_HEADERS): Add mbswidth.h.
21329
21330 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
21331
21332         * lib/config.charset: Add support for FreeBSD. Improve support for
21333         HP-UX and IRIX 6.
21334
21335 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
21336
21337         * m4/mbswidth.m4: New file.
21338         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
21339
21340 2000-07-15  Jim Meyering  <meyering@lucent.com>
21341
21342         * lib/makepath.c: Include quote.h.
21343         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
21344         corresponding argument in a `quote (...)' call.
21345         Give better diagnostics.
21346
21347         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
21348         (noinst_HEADERS): Add quote.h.
21349
21350         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
21351         from tar's src/misc.c.
21352         * lib/quote.h: New file.  Prototypes for same.
21353
21354 2000-07-14  Paul Eggert  <eggert@twinsun.com>
21355
21356         From a suggestion by Bruno Haible.
21357         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
21358         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
21359         to decide whether to define the BeOS workaround macro;
21360         this adjusts to the change to AC_MBSTATE_T.
21361
21362 2000-07-14  Jim Meyering  <meyering@lucent.com>
21363
21364         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
21365         jm_AC_TYPE_UINTMAX_T.
21366
21367 2000-07-13  Paul Eggert  <eggert@twinsun.com>
21368
21369         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
21370
21371         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
21372         quotearg_buffer_restyled): Add support for
21373         clocale_quoting_style.  Undo previous change to
21374         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
21375         and "{RIGHT QUOTATION MARK}" msgids.
21376
21377 2000-07-10  Paul Eggert  <eggert@twinsun.com>
21378
21379         From a suggestion by Bruno Haible.
21380         * m4/mbstate_t.m4 (AC_MBSTATE_T):
21381         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
21382         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
21383         and mbstate_t, to a single-part test that simply defines mbstate_t.
21384         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
21385         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
21386
21387 2000-07-10  Jim Meyering  <meyering@lucent.com>
21388
21389         * m4/strerror_r.m4: Mirror the correction made in autoconf.
21390
21391         * m4/gnu-source.m4: Output to confdefs.h directly.
21392         Suggestion from Akim Demaille.
21393
21394 2000-07-09  Paul Eggert  <eggert@twinsun.com>
21395
21396         The old behavior of quoting `like this' doesn't look good with
21397         newer, ISO-style fonts.  See:
21398         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
21399
21400         Instead, quote "like this" by default.  Let the translator
21401         tailor the locale-specific quoting behavior by providing
21402         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
21403
21404         * lib/quotearg.c (N_): New macro.
21405         (gettext_default): New function.
21406         (quotearg_buffer_restyled): Use
21407         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
21408         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
21409
21410 2000-07-09  Jim Meyering  <meyering@lucent.com>
21411
21412         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
21413         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
21414
21415         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
21416         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
21417
21418 2000-07-09  Jim Meyering  <meyering@lucent.com>
21419
21420         * lib/Most files: Update copyright dates to include 2000.
21421
21422 2000-07-08  Jim Meyering  <meyering@lucent.com>
21423
21424         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
21425         if not defined.
21426         (xgethostname): Remove now-unnecessary #ifdef.
21427         Move declaration of `err' into loop where it's used.
21428
21429 2000-07-05  Paul Eggert  <eggert@twinsun.com>
21430         and Bruno Haible  <haible@clisp.cons.org>
21431
21432         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
21433         only if the test for an object-type mbstate_t fails.  This
21434         prevents us from mistakenly reporting that mbstate_t is a
21435         system object type after we "#define mbstate_t int" to work
21436         around its lack.
21437
21438 2000-07-05  Paul Eggert  <eggert@twinsun.com>
21439         and Bruno Haible  <haible@clisp.cons.org>
21440
21441         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
21442
21443 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21444
21445         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
21446         to strerror_r.
21447         Include <ctype.h> for use of isalpha.
21448
21449 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21450
21451         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
21452         by allocating a larger buffer. Test the gethostname return value for
21453         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
21454         returns an error and ENAMETOOLONG isn't defined.
21455
21456 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21457
21458         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
21459         dimension.
21460
21461 2000-07-04  Jim Meyering  <meyering@lucent.com>
21462
21463         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
21464         of the deprecated AC_CHECKING.
21465
21466 2000-07-04  Jim Meyering  <meyering@lucent.com>
21467
21468         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
21469         Reported by Bruno Haible.
21470
21471 2000-07-04  Jim Meyering  <meyering@lucent.com>
21472
21473         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
21474         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
21475         lacks mbrtowc.
21476
21477 2000-07-03  Paul Eggert  <eggert@twinsun.com>
21478
21479         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
21480         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
21481
21482 2000-07-03  Paul Eggert  <eggert@twinsun.com>
21483         and Bruno Haible  <haible@clisp.cons.org>
21484
21485         * lib/quotearg.c (mbrtowc):
21486         Assign to *pwc, and return 1 only if result is nonzero.
21487         (iswprint): Use ISPRINT when substituting our own mbrtowc.
21488
21489 2000-07-03  Jim Meyering  <meyering@lucent.com>
21490
21491         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
21492
21493 2000-07-03  Jim Meyering  <meyering@lucent.com>
21494
21495         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
21496         This is necessary to get a definition of e.g., UTMP_FILE on
21497         HP-UX 10.20.
21498         From Bob Proulx.
21499
21500 2000-07-02  Jim Meyering  <meyering@lucent.com>
21501
21502         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
21503
21504         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
21505         AC_LIBOBJ(function_name).
21506         * m4/chown.m4: Likewise.
21507         * m4/fnmatch.m4: Likewise.
21508         * m4/ftruncate.m4: Likewise.
21509         * m4/getgroups.m4: Likewise.
21510         * m4/getline.m4: Likewise.
21511         * m4/group-member.m4: Likewise.
21512         * m4/jm-macros.m4: Likewise.
21513         * m4/lstat.m4: Likewise.
21514         * m4/malloc.m4: Likewise.
21515         * m4/memcmp.m4: Likewise.
21516         * m4/nanosleep.m4: Likewise.
21517         * m4/putenv.m4: Likewise.
21518         * m4/realloc.m4: Likewise.
21519         * m4/regex.m4: Likewise.
21520         * m4/stat.m4: Likewise.
21521         * m4/strftime.m4: Likewise.
21522
21523 2000-07-02  Jim Meyering  <meyering@lucent.com>
21524
21525         * lib/quotearg.c (mbstate_t): Don't define here.
21526
21527 2000-07-02  Jim Meyering  <meyering@lucent.com>
21528
21529         * lib/nanosleep.c (SIGCONT): Define if not already defined.
21530
21531 2000-07-01  Jim Meyering  <meyering@lucent.com>
21532
21533         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
21534
21535 2000-07-01  Jim Meyering  <meyering@lucent.com>
21536
21537         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
21538         problem.
21539
21540 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
21541
21542         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
21543         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
21544
21545 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
21546
21547         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
21548         per change in ../m4/ls-mntd-fs.m4.
21549         (read_filesystem_list): Ignore symbolic links.
21550
21551 2000-06-29  Jim Meyering  <meyering@lucent.com>
21552
21553         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
21554         for declaration of strcmp.
21555
21556         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
21557
21558         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
21559         Avoid warning by casting result to `char *' to remove `const'.
21560
21561 2000-06-28  Jim Meyering  <meyering@lucent.com>
21562
21563         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
21564         included by quotearg.c, for which we perform this test.  From
21565         Bruno Haible.
21566
21567 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
21568
21569         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
21570         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
21571         <utmpx.h> exists, put readutmp.o into LIBOBJS.
21572
21573 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
21574
21575         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
21576
21577 2000-06-26  Paul Eggert  <eggert@twinsun.com>
21578
21579         savedir now sets errno on failure and invokes xmalloc to get memory.
21580         Fix a couple of other minor bugs while we're at it.
21581
21582         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
21583         (NAMLEN): Remove macro.
21584         (malloc, realloc): Remove decls.
21585         (stpcpy): Likewise.
21586         ("xalloc.h"): Include.
21587         (NAME_SIZE_DEFAULT): New macro.
21588         (savedir): Use xmalloc / xrealloc to allocate memory.
21589         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
21590         Skip "" directory entries.
21591         Use strlen to calculate directory entry length, since the old method
21592         is rarely used these days and isn't worth supporting.
21593         Don't use a pointer after freeing it.
21594         Check for integer overflow when calculating allocation size.
21595         Use memcpy to copy entries, instead of stpcpy.
21596         Set errno properly when returning NULL.
21597         Check for readdir error.
21598
21599 2000-06-26  Jim Meyering  <meyering@lucent.com>
21600
21601         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
21602
21603 2000-06-25  Jim Meyering  <meyering@lucent.com>
21604
21605         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
21606         Linux header bug when _XOPEN_SOURCE is defined to 500.
21607
21608 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
21609
21610         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
21611         deficiency.
21612
21613 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
21614
21615         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
21616         Include xalloc.h.
21617         Don't include <stdlib.h>.  Don't declare malloc, realloc.
21618
21619 2000-06-24  Jim Meyering  <meyering@lucent.com>
21620
21621         * m4/strerror_r.m4: Revive this file -- to try out an experimental
21622         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
21623         for which strerror does return char*, but which lacks a conveniently
21624         accessible declaration of the function.  If the compile-test says
21625         strerror_r doesn't work, then resort to a `run'-test that works on
21626         BeOS and segfaults on DEC Unix.
21627
21628 2000-06-24  Jim Meyering  <meyering@lucent.com>
21629
21630         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
21631
21632 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21633
21634         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
21635         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
21636
21637 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21638
21639         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
21640         (mbrtowc, mbstate_t): Define substitutes if
21641         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
21642         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
21643         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
21644
21645 2000-06-23  Jim Meyering  <meyering@lucent.com>
21646
21647         * m4/afs.m4: Add missing AC_MSG_RESULT.
21648         Reported by Bruno Haible.
21649
21650         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
21651         Suggestion from Bruno Haible.
21652
21653 2000-06-23  Jim Meyering  <meyering@lucent.com>
21654
21655         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
21656
21657 2000-06-21  Jim Meyering  <meyering@lucent.com>
21658
21659         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
21660
21661 2000-06-21  Jim Meyering  <meyering@lucent.com>
21662
21663         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
21664         (noinst_HEADERS): Add getstr.h.
21665
21666         * lib/getline.c (getstr): Move into a separate file.
21667         * lib/getstr.c (getstr): New file, extracted from getline.c, with
21668         the following changes: new parameter, delim2; both delim[12]
21669         parameters have type `int', not `char'.  The latter would lose
21670         with 8-bit delimiters.
21671         * lib/getstr.h: New file.
21672
21673 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21674
21675         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
21676         than 1024, return a memory chunk of least possible size, instead
21677         of size PATH_MAX + 2. In the loop, increment the size proportionally.
21678         Use free/xmalloc instead of xrealloc to avoid copying for very long
21679         paths.
21680
21681 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21682
21683         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
21684         the empty string.
21685
21686 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21687
21688         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
21689         address, not strdup.  Include <stdlib.h> and don't declare free().
21690
21691 2000-06-19  Jim Meyering  <meyering@lucent.com>
21692
21693         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
21694
21695 2000-06-18  Jim Meyering  <meyering@lucent.com>
21696
21697         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
21698
21699         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
21700         `checking whether...' message to be consistent with that of the
21701         lstat test.
21702
21703 2000-06-18  Jim Meyering  <meyering@lucent.com>
21704
21705         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
21706         Besides, these days every porting target provides a mkdir function.
21707
21708         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
21709         needed. (this snippet comes from src/system.h).
21710
21711 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
21712
21713         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
21714
21715 2000-06-15  Paul Eggert  <eggert@twinsun.com>
21716
21717         * lib/human.c (adjust_value): New function.
21718         (human_readable_inexact): Apply rounding style even when
21719         printing approximate values.
21720
21721 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21722
21723         * lib/human.c (human_readable_inexact): Allow an input block
21724         size that is not a multiple of the output block size, and vice versa.
21725         Reported by Piergiorgio Sartor.
21726
21727 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21728
21729         * lib/getdate.y (get_date): Apply relative times after time
21730         zone indicator, not before.  Reported by Todd A. Jacobs.
21731
21732 2000-06-13  Jim Meyering  <meyering@lucent.com>
21733
21734         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
21735
21736         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
21737
21738 2000-06-12  Paul Eggert  <eggert@twinsun.com>
21739
21740         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
21741
21742 2000-06-12  Jim Meyering  <meyering@lucent.com>
21743
21744         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
21745         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
21746         optional argument.
21747         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
21748         the optional argument, `lib'.
21749
21750 2000-06-08  Jim Meyering  <meyering@lucent.com>
21751
21752         * m4/largefile.m4: Remove file (now that it's part of autoconf).
21753
21754 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21755
21756         Rewrite largefile configuration so that we don't need to run
21757         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
21758         AC_CANONICAL_HOST in configure.in -- jmm]
21759
21760         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
21761         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
21762         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
21763         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
21764         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
21765         All uses changed.
21766         Instead of inspecting the output of getconf, try to compile the
21767         test program without and with the macro definition.
21768         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
21769         for getconf.  Instead, check for the needed flags by compiling
21770         test programs.
21771
21772 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21773
21774         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
21775
21776 2000-06-04  Jim Meyering  <meyering@lucent.com>
21777
21778         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
21779         SunOS 4.1.4 for which gid_t is an unsigned type.
21780
21781 2000-06-03  Jim Meyering  <meyering@lucent.com>
21782
21783         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
21784         now that autoconf requires that.
21785
21786         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
21787         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
21788         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
21789
21790 2000-06-03  Jim Meyering  <meyering@lucent.com>
21791
21792         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
21793
21794 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21795
21796         * m4/glibc21.m4: New file.
21797         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
21798
21799 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21800
21801         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
21802         newer, don't install charset.alias.
21803         * lib/config.charset: Change the Linux/glibc rules so they become empty
21804         on glibc-2.1 or newer.
21805
21806 2000-06-02  Jim Meyering  <meyering@lucent.com>
21807
21808         * lib/mountlist.c: Back out last change.  Instead, do this...
21809         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
21810         me_dummy member using the same `ignore'-testing code.
21811         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
21812         fs_type strings.
21813         From Mark D. Roth.
21814
21815 2000-05-29  Jim Meyering  <meyering@lucent.com>
21816
21817         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
21818         mounts with the `ignore' attribute.  Based on a patch from
21819         Mark D. Roth.
21820
21821 2000-05-28  Jim Meyering  <meyering@lucent.com>
21822
21823         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
21824         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21825         * m4/stat.m4: Likewise.
21826         * m4/lstat.m4: Likewise.
21827         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
21828
21829         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
21830         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
21831
21832 2000-05-26  Jim Meyering  <meyering@lucent.com>
21833
21834         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
21835
21836 2000-05-24  Jim Meyering  <meyering@lucent.com>
21837
21838         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
21839         autoconf requires that.
21840         * m4/lib-check.m4: Likewise.
21841         * m4/jm-macros.m4: Likewise.
21842         * m4/strftime.m4: Likewise.
21843
21844         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
21845         AC_CHECK_DECLS, now that autoconf requires that.
21846
21847 2000-05-22  Jim Meyering  <meyering@lucent.com>
21848
21849         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21850         * m4/lstat.m4: Likewise.
21851
21852 2000-05-22  Jim Meyering  <meyering@lucent.com>
21853
21854         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
21855
21856 2000-05-20  Jim Meyering  <meyering@lucent.com>
21857
21858         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
21859         (jm_PREREQ): Use it.
21860
21861 2000-05-18  Jim Meyering  <meyering@lucent.com>
21862
21863         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
21864         back, too, since it may have been modified by allocate_entry.
21865         (hash_delete): Rewrite to use neither the assignment operator
21866         nor the comma operator in an if-expression.
21867
21868 2000-05-15  Paul Eggert  <eggert@twinsun.com>
21869
21870         * lib/closeout.c:
21871         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
21872         Remove; no longer needed.
21873         "quotearg.h": Add include.
21874         (file_name): Do not bother to explicitly initialize to NULL; it's less
21875         efficient on some hosts.
21876         (close_stdout_status): Remove test as to whether stdout was already
21877         closed; it breaks for the case "echo x | sort >&-".
21878         Quote file name colons.
21879         Do not assume that _("write error") lacks format strings.
21880
21881 2000-05-15  Jim Meyering  <meyering@lucent.com>
21882
21883         * lib/version-etc.c (version_etc_copyright): Update the copyright
21884         string used in all --version output.
21885
21886 2000-05-14  Jim Meyering  <meyering@lucent.com>
21887
21888         * lib/closeout.c (close_stdout_set_file_name): New function.
21889         (close_stdout_status): Use new file-scoped global.
21890         Return right away if fstat says the stdout file descriptor is invalid.
21891         * lib/closeout.h (close_stdout_set_file_name): Declare.
21892
21893 2000-05-10  Jim Meyering  <meyering@lucent.com>
21894
21895         * lib/closeout.c [default_exit_status]: New file-scoped variable.
21896         (close_stdout_set_status): New function.
21897         * lib/closeout.h (close_stdout_set_status): Declare.
21898
21899 2000-05-09  Jim Meyering  <meyering@lucent.com>
21900
21901         * m4/gettext.m4: Rename this...
21902         * m4/libintl.m4: ...to this.
21903
21904 2000-05-08  Jim Meyering  <meyering@lucent.com>
21905
21906         * lib/long-options.c: Don't include closeout.h.
21907         (parse_long_options): Don't call close_stdout for --version.
21908
21909 2000-05-06  Paul Eggert  <eggert@twinsun.com>
21910
21911         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
21912         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
21913         2.1.3 bug.  This avoids a clash when files like regex.c define
21914         _GNU_SOURCE.
21915
21916 2000-05-06  Jim Meyering  <meyering@lucent.com>
21917
21918         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
21919         (AC_REPLACE_FUNCS): Add strnlen.
21920
21921         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
21922         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
21923
21924         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
21925         AC_SEARCH_LIBS call for nanosleep.
21926         (LIB_NANOSLEEP): Set and AC_SUBST.
21927
21928 2000-05-06  Jim Meyering  <meyering@lucent.com>
21929
21930         * lib/strnlen.c: Undefine __strnlen and strnlen.
21931         [!weak_alias]: Define __strnlen to strnlen.
21932
21933         * lib/atexit.c: New file, from libiberty.
21934
21935 2000-05-06  Jim Meyering  <meyering@lucent.com>
21936
21937         * lib/closeout.c (close_stdout_status): Also check for errors on the
21938         stderr stream.
21939
21940 2000-05-05  Jim Meyering  <meyering@lucent.com>
21941
21942         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
21943         AC_SEARCH_LIBS call for clock_gettime.
21944         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
21945
21946         * m4/search-libs.m4: Update from autoconf.
21947
21948         su doesn't work on Solaris 2.6.
21949         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
21950         <shadow.h>.  Reported by Dragos Harabor.
21951
21952 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
21953
21954         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
21955         memcpy instead of xmalloc, xrealloc, path_concat.
21956         (locale_charset): Treat empty environment variables as absent.
21957         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
21958
21959 2000-05-04  Jim Meyering  <meyering@lucent.com>
21960
21961         * lib/getopt.c: Update from glibc.
21962         * lib/obstack.c: Likewise.
21963         * lib/obstack.h: Likewise.
21964         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
21965         file
21966
21967         * lib/regex.h: Likewise.
21968         * lib/strndup.c: Likewise.
21969         * lib/strnlen.c: New file, from glibc.
21970
21971 2000-05-03  Jim Meyering  <meyering@lucent.com>
21972
21973         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
21974
21975 2000-05-02  Paul Eggert  <eggert@twinsun.com>
21976
21977         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
21978         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
21979         compile-time test, rather than inspecting host and OS, to
21980         decide whether to define _LARGEFILE_SOURCE.
21981
21982 2000-05-01  Jim Meyering  <meyering@lucent.com>
21983
21984         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
21985
21986         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
21987         Based on a patch from Bruno Haible.
21988
21989 2000-05-01  Jim Meyering  <meyering@lucent.com>
21990
21991         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
21992
21993 2000-04-29  Jim Meyering  <meyering@lucent.com>
21994
21995         * lib/path-concat.c: Declare strdup only if it's not defined.
21996         * lib/canon-host.c: Likewise.
21997
21998 2000-04-28  Jim Meyering  <meyering@lucent.com>
21999
22000         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
22001         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
22002         is included first, then limits.h is included by locale.h by libintl.h.
22003         From John David Anglin.
22004
22005 2000-04-25  Jim Meyering  <meyering@lucent.com>
22006
22007         * lib/makepath.c (S_IRWXUGO): Define.
22008         (make_path): Always perform explicit chmod if MODE specifies any
22009         of the `special' permission bits.  Prompted by a bug report against
22010         install from Mate Wierdl and Joost van Baal.
22011
22012 2000-04-18  Jim Meyering  <meyering@lucent.com>
22013
22014         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
22015         (jm_PREREQ): Use it.
22016
22017 2000-04-18  Jim Meyering  <meyering@lucent.com>
22018
22019         * lib/README: New file.
22020
22021         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
22022         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
22023
22024 2000-04-17  Jim Meyering  <meyering@lucent.com>
22025
22026         Get it right :-)
22027         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
22028         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
22029         Suggestion from Akim Demaille.
22030
22031 2000-04-17  Jim Meyering  <meyering@lucent.com>
22032
22033         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
22034         the definition of it to rpl_strftime also defined-away the system's
22035         declaration.
22036
22037 2000-04-15  Jim Meyering  <meyering@lucent.com>
22038
22039         Use `C' to denote so-called `contiguous' files, the same way
22040         that tar does.
22041         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
22042         (ftypelet): Use S_ISCTG.
22043         From Michael Deutschmann.
22044
22045 2000-04-14  Jim Meyering  <meyering@lucent.com>
22046
22047         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
22048         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
22049         clobbered.
22050
22051 2000-04-14  Jim Meyering  <meyering@lucent.com>
22052
22053         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
22054
22055 2000-04-13  Jim Meyering  <meyering@lucent.com>
22056
22057         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
22058         AH_VERBATIM to insert required #ifndef into config.h.in.
22059         Suggestion from Akim Demaille.
22060
22061 2000-04-12  Jim Meyering  <meyering@lucent.com>
22062
22063         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
22064         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
22065         Christian Krackowizer.
22066
22067         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
22068         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
22069         (AC_SYS_LARGEFILE): Require.
22070         (AM_C_PROTOTYPES): Require.
22071
22072 2000-04-08  Jim Meyering  <meyering@lucent.com>
22073
22074         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
22075         names don't conflict.  Reported by Eli Zaretskii.
22076
22077 2000-04-07  Jim Meyering  <meyering@lucent.com>
22078
22079         * lib/putenv.c: Move inclusion of errno.h so it follows that of
22080         sys/types.h, to work around system header problems on AIX 3.2.5.
22081         From Bruno Haible.
22082
22083 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
22084
22085         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
22086         bug.  Deal with the different error behavior of Irix iconv.
22087
22088 2000-04-05  Paul Eggert  <eggert@twinsun.com>
22089
22090         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
22091         IRIX if the installer said otherwise.
22092
22093 2000-04-05  Jim Meyering  <meyering@lucent.com>
22094
22095         Portability tweaks required for ultrix4.3.
22096         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
22097         (jm_CHECK_DECLS): Add getutent to the list of functions.
22098         (_jm_DECL_HEADERS): Add utmpx.h.
22099         From John David Anglin.
22100
22101         * m4/strftime.m4: Back out the 2000-04-02 change.
22102         Instead of that change, simply undefine putenv in the test program.
22103
22104 2000-04-05  Jim Meyering  <meyering@lucent.com>
22105
22106         Portability tweaks required for ultrix4.3.
22107         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
22108         getutent.
22109         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
22110         * lib/canon-host.c: Declare strdup.
22111         * lib/path-concat.c: Likewise.
22112         From John David Anglin.
22113
22114 2000-04-04  Jim Meyering  <meyering@lucent.com>
22115
22116         Be more DOS 8.3-friendly.
22117         * lib/ref-add.sin: Renamed from ref-add.sed.in.
22118         * lib/ref-del.sin: Renamed from ref-del.sed.in.
22119         * lib/Makefile.am: Reflect renaming.
22120         Reported by Eli Zaretskii.
22121
22122         Use a temporary file name that won't clash with `charset.alias'
22123         in the DOS 8.3 name space.
22124         * lib/Makefile.am (charset_tmp): Define.
22125         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
22126         (uninstall-local): Likewise.
22127         Reported by Eli Zaretskii.
22128
22129 2000-04-03  Jim Meyering  <meyering@lucent.com>
22130
22131         * m4/gettext.m4: Fix typo in comment.
22132
22133         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
22134         textutils/configure.in).  Suggestion from Paul Eggert.
22135         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
22136
22137 2000-04-02  Paul Eggert  <eggert@twinsun.com>
22138
22139         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
22140         variable in the shell rather than using putenv, which isn't
22141         portable.  This avoids the configure-time inter-test dependency
22142         on the potentially-renamed putenv function.
22143
22144 2000-03-30  Paul Eggert  <eggert@twinsun.com>
22145
22146         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
22147         before checking struct stat.st_blksize, so that
22148         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
22149
22150 2000-03-29  Paul Eggert  <eggert@twinsun.com>
22151
22152         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
22153         since strftime.c uses HAVE_STRFTIME to decide whether to use
22154         the underlying strftime.
22155
22156 2000-03-29  Paul Eggert  <eggert@twinsun.com>
22157
22158         * lib/time/strftime.c (my_strftime): Make sure we call the system
22159         strftime, not ourselves, when invoking the underlying strftime.
22160
22161 2000-03-24  Jim Meyering  <meyering@lucent.com>
22162
22163         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
22164         (charset_alias): Define.
22165         (install-exec-local): Factor out common code.
22166         (uninstall-local): Split lines longer than 80.
22167         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
22168         (SUFFIXES): Define.
22169         (.sed.in.sed): New rule.  Don't redirect directly to $@.
22170         (CLEANFILES): Add ref-add.sed and ref-del.sed.
22171
22172 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
22173
22174         * lib/config.charset: Output a line containing "Packages using this
22175         file".
22176         * lib/ref-add.sed.in, ref-del.sed.in: New files.
22177         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
22178         ref-del.sed): New rules.
22179
22180 2000-03-17  Jim Meyering  <meyering@lucent.com>
22181
22182         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
22183         Otherwise, include <strings.h>
22184
22185 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
22186
22187         * lib/unicodeio.c (utf8_wctomb): New function.
22188         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
22189         format instead of in UCS-4 with platform dependent endianness.
22190
22191 2000-03-10  Jim Meyering  <meyering@lucent.com>
22192
22193         * m4/lib-check.m4: Look for getspnam in -lgen, too.
22194         From Marco Franzen.
22195
22196 2000-03-07  Paul Eggert  <eggert@twinsun.com>
22197
22198         * lib/savedir.c (savedir): Work even if directory size is
22199         negative; this can happen with some screwy NFS configurations.
22200
22201 2000-03-06  Jim Meyering  <meyering@lucent.com>
22202
22203         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
22204         if it's NULL (because we ran out of memory).  From Bruno Haible.
22205
22206 2000-03-05  Jim Meyering  <meyering@lucent.com>
22207
22208         * lib/localcharset.c ("path-concat.h"): Include.
22209         (get_charset_aliases): Use path_concat instead of ANSI string
22210         concatenation.
22211
22212         * lib/unicodeio.h (PARAMS): Define.
22213         Use it to guard prototype.
22214
22215 2000-03-04  Jim Meyering  <meyering@lucent.com>
22216
22217         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
22218         for lib/localcharset.c.
22219
22220 2000-03-04  Jim Meyering  <meyering@lucent.com>
22221
22222         * lib/Makefile.am (install-exec-local): Create $(libdir) before
22223         installing into it.
22224         (uninstall-local): Uncomment this rule so `make distcheck' works
22225         once again.
22226
22227         * lib/unicodeio.c (<errno.h>): Include it.
22228         (errno): Declare if not defined.
22229
22230         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
22231
22232         * lib/config.charset: New version, incorporating remarks from a linux
22233         i18n mailing list.  From Bruno Haible.
22234
22235 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
22236
22237         * m4/codeset.m4: New file.
22238         * m4/iconv.m4: New file.
22239         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
22240
22241 2000-03-03  Jim Meyering  <meyering@lucent.com>
22242
22243         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
22244
22245 2000-03-02  Jim Meyering  <meyering@lucent.com>
22246
22247         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
22248         the messages come out on separate lines.
22249
22250         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
22251         rather than jm_CHECK_DECLARATIONS.
22252         * m4/decl.m4: Remove now-unused file.
22253
22254         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
22255         geteuid.
22256
22257 2000-03-02  Jim Meyering  <meyering@lucent.com>
22258
22259         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
22260
22261 2000-03-01  Jim Meyering  <meyering@lucent.com>
22262
22263         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
22264         * lib/unicodeio.c: Likewise.
22265
22266 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
22267
22268         * lib/config.charset: New file.
22269         * lib/localcharset.c: New file.
22270         * lib/unicodeio.h, unicodeio.c: New files.
22271         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
22272         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
22273         (noinst_HEADERS): Add unicodeio.h.
22274         (all-local, install-exec-local, charset.alias): New targets.
22275
22276 2000-02-28  Paul Eggert  <eggert@twinsun.com>
22277
22278         * lib/quotearg.c (ALERT_CHAR): New macro.
22279         (quotearg_buffer_restyled): Use it.
22280
22281 2000-02-27  Jim Meyering  <meyering@lucent.com>
22282
22283         * m4/check-decl.m4: Add getenv to the list.
22284
22285 2000-02-27  Jim Meyering  <meyering@lucent.com>
22286
22287         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
22288         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
22289
22290         * lib/backupfile.c: Guard inclusion of stdlib.h with
22291         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
22292         Declare malloc if needed.
22293
22294         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
22295         `#ifndef HAVE_DECL..'
22296         now that autoconf always defines the HAVE_DECL_ symbols.
22297         * lib/human.c: Likewise.
22298         * lib/same.c: Likewise.
22299         * lib/strtoumax.c: Likewise.
22300
22301         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
22302         declaration check was not run.
22303         * lib/hash.c: Likewise.
22304         * lib/human.c: Likewise.
22305         * lib/same.c: Likewise.
22306         * lib/strtoumax.c: Likewise.
22307
22308         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
22309         `.', then first look up the entire `.'-containing string as a login
22310         name.
22311
22312 2000-02-23  Jim Meyering  <meyering@lucent.com>
22313
22314         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
22315         in place of my hack.
22316
22317 2000-02-18  Paul Eggert  <eggert@twinsun.com>
22318
22319         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
22320         (textint): New typedef.
22321         (parser_control): Member year changed from int to textint.
22322         All uses changed.
22323         (YYSTYPE): Removed; replaced by %union with int and textint members.
22324         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
22325         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
22326         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
22327         (tSNUMBER, tUNUMBER): Now of type <textintval>.
22328         (date, number, to_year): Use width of number in digits, not its value,
22329         to determine whether it's a 2-digit year, or a 2-digit time.
22330         (yylex): Store number of digits of numeric tokens.
22331         Reported by John Kendall.
22332
22333         (parser_control): Changed from struct parser_control to typedef (for
22334         consistency).  All uses changed.
22335
22336         (tID): Removed; not used.
22337         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
22338
22339 2000-02-14  Paul Eggert  <eggert@twinsun.com>
22340
22341         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
22342         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
22343
22344 2000-02-12  Jim Meyering  <meyering@lucent.com>
22345
22346         * lib/userspec.c (ISDIGIT): Define it.
22347         (isdigit): Remove definition.
22348         (is_number): Use ISDIGIT, not isdigit.
22349         <libintl.h>: Include.
22350         (_ and N_): Define.
22351         (parse_user_spec): Mark translatable strings.
22352
22353 2000-02-10  Jim Meyering  <meyering@lucent.com>
22354
22355         With these changes, nanosleep.[ch] are finally enough like the other
22356         lib/* replacement files to compile on a few more losing systems.
22357
22358         * lib/nanosleep.h: Don't include config.h.
22359         Remove prototype from declaration of nanosleep.
22360         (PARAMS): Remove now-unneeded definition.
22361         * lib/nanosleep.c: #undef nanosleep.
22362         (rpl_nanosleep): Rename from nanosleep.
22363
22364 2000-02-10  Jim Meyering  <meyering@lucent.com>
22365
22366         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
22367         gnu_nanosleep to rpl_nanosleep.
22368
22369 2000-02-09  Jim Meyering  <meyering@lucent.com>
22370
22371         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
22372         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
22373
22374 2000-02-08  Akim Demaille  <akim@epita.fr>
22375
22376         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
22377         `[' and `]' and remove uses of `changequote'.
22378         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
22379         (AC_SYS_LARGEFILE): Likewise.
22380         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
22381         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
22382         of changequote.
22383         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
22384         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
22385         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
22386         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
22387
22388 2000-02-05  Jim Meyering  <meyering@lucent.com>
22389
22390         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
22391         Remove explicit use of AC_HEADER_TIME.  It is required by
22392         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
22393         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
22394         in autoconf whereby the expansion of the latter ended up preceding
22395         the expansion of its prerequisite, AC_HEADER_TIME.
22396         Reported by Volker Borchert.
22397
22398 2000-02-03  Jim Meyering  <meyering@lucent.com>
22399
22400         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
22401
22402 2000-02-03  Jim Meyering  <meyering@lucent.com>
22403
22404         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
22405         rather than with `#if HAVE_UTMPNAME'.
22406
22407 2000-02-02  Jim Meyering  <meyering@lucent.com>
22408
22409         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
22410         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
22411         Reported by Eli Zaretskii.
22412
22413 2000-02-01  Jim Meyering  <meyering@lucent.com>
22414
22415         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
22416
22417 2000-01-31  Jim Meyering  <meyering@lucent.com>
22418
22419         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
22420         functions.  Add the time.h and sys/time.h headers along with the
22421         AC_REQUIRE'ment of AC_HEADER_TIME.
22422
22423 2000-01-31  Jim Meyering  <meyering@lucent.com>
22424
22425         * lib/nanosleep.h (nanosleep): Guard declaration with
22426         `#if ! HAVE_DECL_NANOSLEEP'.
22427         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
22428         the declaration in that vendor's sys/timers.h.
22429         Reported by Christian Krackowizer.
22430
22431         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
22432         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
22433         (ISPRINT): Likewise.
22434         Reported by Tom Tromey.
22435
22436 2000-01-30  Jim Meyering  <meyering@lucent.com>
22437
22438         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
22439
22440         * m4/prereq.m4 (utmp_includes): Define.
22441         Check for ut_user and ut_name members in both struct utmpx
22442         and struct utmp.
22443
22444 2000-01-30  Jim Meyering  <meyering@lucent.com>
22445
22446         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
22447         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
22448         header files where only utmpx.ut_user is declared.
22449
22450         * lib/readutmp.h (UT_USER): Define.
22451
22452 2000-01-29  Jim Meyering  <meyering@lucent.com>
22453
22454         * m4/lib-check.m4: New file containing library-related checks from
22455         fileutils and sh-utils (textutils had none).
22456
22457 2000-01-28  Jim Meyering  <meyering@lucent.com>
22458
22459         * m4/perl.m4: Change format of warning message to look more like that
22460         from the missing script.  Suggestion from François Pinard.
22461
22462 2000-01-25  Jim Meyering  <meyering@lucent.com>
22463
22464         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
22465         well as time.h in the compile check.
22466         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
22467         Fix typo in cross-compiling case: s/yes/no/.
22468
22469 2000-01-23  Jim Meyering  <meyering@lucent.com>
22470
22471         * m4/jm-macros.m4: Move df-related tests here from
22472         fileutils/configure.in
22473
22474         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
22475         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
22476
22477         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
22478         s/space/ac_fsusage_space/.
22479         (jm_FILE_SYSTEM_USAGE): Take two parameters.
22480
22481         * m4/ftruncate.m4: New file (derived from part of
22482         fileutils/configure.in).
22483         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
22484         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
22485
22486         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
22487         AC_SUBST these here, rather than just in sh-util/configure.in, so
22488         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
22489         all the same.
22490         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
22491         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
22492         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
22493         (AC_SUBST(POW_LIBM)): Likewise.
22494         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
22495
22496 2000-01-23  Jim Meyering  <meyering@lucent.com>
22497
22498         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
22499         obstack.c.
22500
22501 2000-01-22  Jim Meyering  <meyering@lucent.com>
22502
22503         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
22504
22505         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
22506
22507         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
22508         configure.in
22509         (AC_CHECK_HEADERS): Likewise for sh-utils.
22510         (AC_CHECK_HEADERS): Likewise for textutils.
22511         Merge the three lists of headers.
22512
22513         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
22514         from fileutils' configure.in.
22515
22516         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
22517         code. Moved tests into their own function (_jm_DECL_HEADERS) in
22518         check-decl.m4.
22519
22520         * m4/check-decl.m4: Use #if rather than #ifdef.
22521         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
22522         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
22523         (_jm_DECL_HEADERS): Define new function.
22524         (jm_CHECK_DECLARATIONS): Require it.
22525
22526 2000-01-22  Jim Meyering  <meyering@lucent.com>
22527
22528         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
22529         [! HAVE_DECL_STRTOULL]: Declare strtoull.
22530         Required for some AIX systems.  Reported by Christian Krackowizer.
22531         [TESTING] (main): New function.
22532
22533         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
22534         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
22535         letters.
22536
22537         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
22538         iswprint.
22539
22540         * lib/strverscmp.c (ISDIGIT): Define.
22541         (strverscmp): Use ISDIGIT, not isdigit.
22542
22543 2000-01-19  Jim Meyering  <meyering@lucent.com>
22544
22545         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
22546         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
22547         defines `struct timespec' in <sys/time.h>
22548
22549         * m4/c-bs-a.m4: Remove uses of changequote altogether.
22550         Thanks to Akim for explaining.
22551
22552 2000-01-17  Paul Eggert  <eggert@twinsun.com>
22553
22554         * lib/nanosleep.c (nanosleep):
22555         Don't use SA_INTERRUPT to decide whether to call sigaction, as
22556         POSIX.1 doesn't require SA_INTERRUPT and some systems
22557         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
22558         it's been part of POSIX.1 since day 1 (in 1988).
22559
22560 2000-01-17  Jim Meyering  <meyering@lucent.com>
22561
22562         * lib/interlock: Remove unused file.  Reported by François Pinard.
22563
22564 2000-01-16  Paul Eggert  <eggert@twinsun.com>
22565
22566         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
22567         alert, backslash, formfeed, and vertical tab unnecessarily in
22568         shell quoting style.
22569
22570 2000-01-16  Jim Meyering  <meyering@lucent.com>
22571
22572         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
22573         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
22574         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
22575         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
22576
22577 2000-01-16  Jim Meyering  <meyering@lucent.com>
22578
22579         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
22580         because the latter didn't work.
22581
22582 2000-01-15  Jim Meyering  <meyering@lucent.com>
22583
22584         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
22585         (AC_REPLACE_FUNCS): Add memcpy and memset.
22586         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
22587         Add strpbrk.
22588         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
22589
22590 2000-01-12  Jim Meyering  <meyering@lucent.com>
22591
22592         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
22593         (jm_PREREQ): Use it.
22594         (jm_PREREQ_READUTMP): New macro.
22595         (jm_PREREQ): Use it.
22596
22597 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22598
22599         Quote multibyte characters correctly.
22600         * m4/c-bs-a.m4: New file.
22601         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
22602         (jm_PREREQ): Use it.
22603
22604 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22605
22606         * m4/uintmax_t.m4: Port to autoconf 2.13.
22607
22608 2000-01-08  Jim Meyering  <meyering@ascend.com>
22609
22610         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
22611         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
22612
22613 2000-01-04  Jim Meyering  <meyering@ascend.com>
22614
22615         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
22616         jm_STRUCT_DIRENT_D_TYPE.
22617         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
22618         jm_STRUCT_DIRENT_D_INO.
22619         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
22620         jm_STRUCT_UTIMBUF.
22621         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
22622         renamings.
22623         * m4/utime.m4: Likewise.
22624
22625         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
22626         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
22627
22628 2000-01-03  Paul Eggert  <eggert@twinsun.com>
22629
22630         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
22631         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
22632
22633 2000-01-02  Jim Meyering  <meyering@ascend.com>
22634
22635         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
22636         remember if this is necessary.
22637
22638 1999-12-26  Jim Meyering  <meyering@ascend.com>
22639
22640         * m4/jm-macros.m4: Use it here.
22641         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
22642
22643 1999-12-23  Jim Meyering  <meyering@ascend.com>
22644
22645         * m4/jm-macros.m4: Check for clock_gettime (moved from
22646         fileutils/configure.in)
22647         Check for gettimeofday.
22648
22649 1999-12-20  Jim Meyering  <meyering@ascend.com>
22650
22651         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
22652         autoconf-2.14a-1999-12-20.
22653
22654 1999-12-19  Jim Meyering  <meyering@ascend.com>
22655
22656         * m4/lstat-slash.m4: New file.
22657         * m4/jm-macros.m4: Use the new macro:
22658         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22659
22660 1999-12-07  Jim Meyering  <meyering@ascend.com>
22661
22662         * m4/perl.m4: Require that File::Compare be available, too.
22663         Too many systems seem to lack it.
22664
22665         * m4/strftime.m4: Add checks for most of the cpp macros tested in
22666         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
22667
22668 1999-11-18  Paul Eggert  <eggert@twinsun.com>
22669
22670         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
22671         problem with the QNX 4.25 shell, which doesn't propagate exit
22672         status of failed commands inside shell assignments.
22673
22674 1999-11-17  Jim Meyering  <meyering@ascend.com>
22675
22676         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
22677
22678 1999-11-07  Jim Meyering  <meyering@ascend.com>
22679
22680         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
22681
22682 1999-11-06  Jim Meyering  <meyering@ascend.com>
22683
22684         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
22685         * m4/jm-macros.m4 (jm_MACROS): Use it here.
22686
22687 1999-11-05  Jim Meyering  <meyering@ascend.com>
22688
22689         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
22690         configure.in of textutils, fileutils, and sh-utils into this one
22691         (shared between those packages) file.
22692         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
22693         AC_STRUCT_ST_BLKSIZE.
22694
22695 1999-11-03  Jim Meyering  <meyering@ascend.com>
22696
22697         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
22698         of AC_CHECK_TYPE checks includes unistd.h.
22699         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
22700         Suggestion from Akim Demaille.
22701
22702 1999-10-30  Jim Meyering  <meyering@ascend.com>
22703
22704         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
22705         m4-quoted string.
22706         * m4/ls-mntd-fs.m4: Likewise.
22707         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
22708         * m4/jm-winsz1.m4: Likewise.
22709
22710         * m4/const.m4: Remove file, since the fix made it into the experimental
22711         version of autoconf.
22712         * m4/mktime.m4: Likewise.
22713
22714         * m4/check-type.m4: Remove file, now that the latest version of
22715         AC_CHECK_TYPE takes a third arg to specify additional #includes.
22716
22717         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
22718         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
22719         AC_CHECK_TYPE.
22720
22721 1999-10-04  Jim Meyering  <meyering@ascend.com>
22722
22723         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
22724
22725 1999-09-22  Paul Eggert  <eggert@twinsun.com>
22726
22727         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
22728         2.95.1 bug with HP-UX 10.20.
22729
22730 1999-09-17  Jim Meyering  <meyering@ascend.com>
22731
22732         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
22733         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
22734         due to missing strdup (against sh-utils-2.0).
22735
22736 1999-08-29  Jim Meyering  <meyering@ascend.com>
22737
22738         * m4/jm-macros.m4: Require jm_BISON.
22739         * m4/bison.m4: New file.
22740
22741 1999-08-17  Paul Eggert  <eggert@twinsun.com>
22742
22743         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
22744         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
22745
22746 1999-08-05  Jim Meyering  <meyering@ascend.com>
22747
22748         * m4/getline.m4: Rename test file from conftestdata to conftest.data
22749         to avoid conflicts with `conftest' on 8+3 filesystems.
22750         Suggestion from Eli Zaretskii.
22751
22752 1999-08-04  Jim Meyering  <meyering@ascend.com>
22753
22754         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
22755         fileutils and sh-utils (textutils's getline test was inadequate).
22756         (AM_FUNC_GETLINE): Run this test.
22757         (AC_CHECK_FUNCS): Check for getdelim.
22758         Reported by Bob Proulx.
22759
22760 1999-08-02  Jim Meyering  <meyering@ascend.com>
22761
22762         * m4/jm-macros.m4: Add a comment.
22763
22764 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22765
22766         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
22767         <inttypes.h> defines strtoumax as a macro (and not as a
22768         function).
22769
22770 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22771
22772         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
22773         that we can shift, multiply and divide unsigned long long
22774         values; Ultrix cc can't do it.
22775
22776 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22777
22778         * m4/mktime.m4: New file, which is a preview of what should appear
22779         in the next public autoconf release.
22780
22781 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22782
22783         * m4/lfs.m4: Remove this file.
22784         * m4/largefile.m4: New file.  It contains the old contents of
22785         lfs.m4, except that all names with prefix AC_LFS have been
22786         changed to use the prefix AC_SYS_LARGEFILE instead, to be
22787         compatible with future autoconf versions.  Also, some minor m4
22788         quoting problems have been fixed.
22789
22790 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22791
22792         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
22793         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
22794         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
22795         and simplify the shell code.
22796
22797 1999-08-01  Jim Meyering  <meyering@ascend.com>
22798
22799         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
22800         m4.
22801
22802 1999-07-20  Jim Meyering  <meyering@ascend.com>
22803
22804         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
22805
22806 1999-07-15  Jim Meyering  <meyering@ascend.com>
22807
22808         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
22809
22810 1999-05-22  Jim Meyering  <meyering@ascend.com>
22811
22812         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
22813
22814 1999-05-20  Jim Meyering  <meyering@ascend.com>
22815
22816         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
22817         Add a colon after each `then' in case $4 is empty.
22818
22819 1999-05-16  Jim Meyering  <meyering@ascend.com>
22820
22821         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
22822
22823 1999-05-10  Jim Meyering  <meyering@ascend.com>
22824
22825         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
22826
22827         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
22828         AC_FUNC_MKTIME.
22829
22830 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
22831
22832         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
22833
22834 1999-05-04  Paul Eggert  <eggert@twinsun.com>
22835
22836         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
22837         not CPPFLAGS, so that linking works correctly in IRIX.
22838
22839 1999-04-30  Paul Eggert  <eggert@twinsun.com>
22840
22841         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
22842
22843 1999-04-20  Paul Eggert  <eggert@twinsun.com>
22844
22845         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
22846         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
22847         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
22848         jm_AC_TYPE_UNSIGNED_LONG_LONG.
22849         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
22850
22851         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
22852
22853 1999-04-20  Jim Meyering  <meyering@ascend.com>
22854
22855         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
22856         AC_REPLACE xstroull if necessary.  From Paul Eggert.
22857         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
22858
22859 1999-04-18  Jim Meyering  <meyering@ascend.com>
22860
22861         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
22862         * m4/jm-macros.m4: Use it.
22863
22864 1999-04-06  Jim Meyering  <meyering@ascend.com>
22865
22866         * m4/strftime.m4: Remove test for %f.
22867
22868 1999-03-29  Jim Meyering  <meyering@ascend.com>
22869
22870         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
22871         superset of the AC_TYPE_* checks in the textutils, fileutils,
22872         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
22873         AC_TYPE_PID_T.
22874
22875 1999-03-28  Jim Meyering  <meyering@ascend.com>
22876
22877         * m4/jm-macros.m4: Define GNU_PACKAGE here.
22878         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
22879         replaced e.g., in the *.sh files of the sh-utils.
22880
22881 1999-03-20  Jim Meyering  <meyering@ascend.com>
22882
22883         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
22884         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
22885         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
22886
22887 1999-03-19  Jim Meyering  <meyering@ascend.com>
22888
22889         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
22890
22891 1999-03-12  Jim Meyering  <meyering@ascend.com>
22892
22893         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
22894
22895 1999-03-07  Jim Meyering  <meyering@ascend.com>
22896
22897         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
22898         declared.
22899
22900 1999-02-17  Jim Meyering  <meyering@ascend.com>
22901
22902         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
22903         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
22904
22905 1999-02-07  Jim Meyering  <meyering@ascend.com>
22906
22907         * m4/group-member.m4: New file -- extracted from sh-utils'
22908         configure.in.
22909
22910         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
22911         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
22912
22913 1999-02-06  Jim Meyering  <meyering@ascend.com>
22914
22915         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
22916         * m4/fnmatch.m4: Likewise.
22917         * m4/getgroups.m4: Likewise.
22918         * m4/lstat.m4: Likewise.
22919         * m4/malloc.m4: Likewise.
22920         * m4/putenv.m4: Likewise.
22921         * m4/realloc.m4: Likewise.
22922         * m4/regex.m4: Likewise.
22923         * m4/stat.m4: Likewise.
22924         * m4/strftime.m4: Likewise.
22925         Suggestion from Alain Magloire.
22926
22927         * m4/chown.m4: Use `.$ac_objext', not `.o'.
22928         * m4/fnmatch.m4: Likewise.
22929         * m4/getgroups.m4: Likewise.
22930         * m4/getline.m4: Likewise.
22931         * m4/lstat.m4: Likewise.
22932         * m4/malloc.m4: Likewise.
22933         * m4/memcmp.m4: Likewise.
22934         * m4/putenv.m4: Likewise.
22935         * m4/realloc.m4: Likewise.
22936         * m4/regex.m4: Likewise.
22937         * m4/stat.m4: Likewise.
22938         * m4/strftime.m4: Likewise.
22939         Suggestion from Alain Magloire.
22940
22941         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
22942         an argument.
22943
22944         * m4/regex.m4: Add a run-time Test for proper operation of
22945         re_compile_pattern.
22946
22947 1999-01-31  Jim Meyering  <meyering@ascend.com>
22948
22949         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
22950
22951 1999-01-30  Jim Meyering  <meyering@ascend.com>
22952
22953         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
22954
22955         * m4/jm-mktime.m4: Make this a wrapper around the official
22956         AM_FUNC_MKTIME rather than my private copy, now that the official one
22957         is up to date.
22958         * m4/mktime.m4: Remove file.
22959
22960         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
22961         * m4/uptime.m4: Likewise.
22962         * m4/uintmax_t.m4: Likewise.
22963
22964 1999-01-28  Jim Meyering  <meyering@ascend.com>
22965
22966         * m4/jm-macros.m4: Use jm_AFS.
22967         * m4/afs.m4: New file (from fileutils' configure.in).
22968
22969         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
22970         * m4/chown.m4: Likewise.
22971         * m4/d-ino.m4: Likewise.
22972         * m4/d-type.m4: Likewise.
22973         * m4/fnmatch.m4: Likewise.
22974         * m4/getgroups.m4: Likewise.
22975         * m4/gettext.m4: Likewise.
22976         * m4/jm-mktime.m4: Likewise.
22977         * m4/jm-winsz2.m4: Likewise.
22978         * m4/lcmessage.m4: Likewise.
22979         * m4/ls-mntd-fs.m4: Likewise.
22980         * m4/malloc.m4: Likewise.
22981         * m4/memcmp.m4: Likewise.
22982         * m4/putenv.m4: Likewise.
22983         * m4/realloc.m4: Likewise.
22984         * m4/st_mtim.m4: Likewise.
22985         * m4/strftime.m4: Likewise.
22986
22987 1999-01-16  Jim Meyering  <meyering@ascend.com>
22988
22989         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
22990         (ARGMATCH_DIE_DECL): Define.
22991
22992 1999-01-12  Jim Meyering  <meyering@ascend.com>
22993
22994         * m4/Makefile.am.in: Rewrite to avoid using fmt.
22995         Reported by Lars Hecking.
22996
22997 1999-01-10  Jim Meyering  <meyering@ascend.com>
22998
22999         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
23000         gross kludge.
23001         * m4/inttypes_h.m4: Likewise.
23002         * m4/lstat.m4: Likewise.
23003         * m4/malloc.m4: Likewise.
23004         * m4/readdir.m4: Likewise.
23005         * m4/realloc.m4: Likewise.
23006         * m4/st_dm_mode.m4: Likewise.
23007         * m4/stat.m4: Likewise.
23008         * m4/utimbuf.m4: Likewise.
23009         * m4/utimes.m4: Likewise.
23010
23011         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
23012         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
23013         comments in config.h.in are meaningful.
23014
23015         * m4/jm-macros.m4: Require autoconf-2.13 here.
23016
23017         * m4/regex.m4: By default, don't use the included regex.c on systems
23018         with glibc 2.  Suggestion from Uli Drepper.
23019
23020 1999-01-02  Jim Meyering  <meyering@ascend.com>
23021
23022         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
23023
23024 1998-12-18  Jim Meyering  <meyering@ascend.com>
23025
23026         * m4/Makefile.am.in (Makefile.am): Simplify rule.
23027         Based on a suggestion from Lars Hecking.
23028
23029 1998-11-16  Paul Eggert  <eggert@twinsun.com>
23030
23031         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
23032
23033 1998-11-16  Jim Meyering  <meyering@ascend.com>
23034
23035         * m4/lfs.m4: Double-quote the `uname...` expression.
23036
23037 1998-11-14  Jim Meyering  <meyering@ascend.com>
23038
23039         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
23040         * m4/stat.m4: Likewise.
23041
23042 1998-11-03  Jim Meyering  <meyering@ascend.com>
23043
23044         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
23045         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
23046
23047 1998-10-18  Jim Meyering  <meyering@ascend.com>
23048
23049         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
23050
23051 1998-10-17  Jim Meyering  <meyering@ascend.com>
23052
23053         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
23054         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
23055         calls for those previously hard-coded headers.  Instead, take a new
23056         parameter.
23057         (jm_CHECK_DECLARATIONS): Reflect interface change.
23058         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
23059         (jm_CHECK_DECL_LOCALTIME_R): New macro.
23060
23061         * m4/mktime.m4: Test for spring-forward gap before long-running test.
23062
23063 1998-10-14  Jim Meyering  <meyering@ascend.com>
23064
23065         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
23066         instead of "TZ=America/Vancouver".  From Paul Eggert.
23067
23068 1998-10-11  Jim Meyering  <meyering@ascend.com>
23069
23070         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
23071         This adds a test for a recently added compatibility fix for mktime.c.
23072         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
23073
23074 1998-09-27  Jim Meyering  <meyering@ascend.com>
23075
23076         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
23077
23078         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
23079         ../configure.in, including a change from Gordon Matzigkeit to allow
23080         cross-compiling for the Hurd.
23081
23082         * m4/glibc.m4: New file/macro to test for the GNU C Library
23083         versions 1 and 2.  From Gordon Matzigkeit.
23084         Indent.
23085
23086 1998-09-21  Jim Meyering  <meyering@ascend.com>
23087
23088         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
23089
23090 1998-08-18  Paul Eggert  <eggert@twinsun.com>
23091
23092         Port nanosecond-resolution times to UnixWare 2.1.2 and
23093         pedantic Solaris 2.6.
23094
23095         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
23096         AC_STRUCT_ST_MTIM.
23097         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
23098         Generate name of ns member, instead of just 1 or undef.
23099         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
23100
23101 1998-08-15  Jim Meyering  <meyering@ascend.com>
23102
23103         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
23104         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
23105         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
23106         instead of jm_TYPE_SSIZE_T.
23107
23108 1998-08-12  Jim Meyering  <meyering@ascend.com>
23109
23110         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
23111
23112 1998-08-02  Jim Meyering  <meyering@ascend.com>
23113
23114         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
23115         in acconfig.h manually.
23116
23117 1998-07-31  Paul Eggert  <eggert@twinsun.com>
23118
23119         * m4/st_mtim.m4: New file.
23120
23121 1998-07-28  Jim Meyering  <meyering@ascend.com>
23122
23123         * m4/utimes.m4: Undef stat.
23124
23125 1998-07-25  Jim Meyering  <meyering@ascend.com>
23126
23127         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
23128         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
23129
23130 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
23131
23132         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
23133         uid and gid actually remain unchanged.
23134
23135 1998-07-07  Jim Meyering  <meyering@ascend.com>
23136
23137         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
23138
23139 1998-07-04  Jim Meyering  <meyering@ascend.com>
23140
23141         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
23142         to prove that this macro can be used in packages without regex.c.
23143
23144 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
23145
23146         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
23147         is to be used.
23148
23149 1998-07-03  Jim Meyering  <meyering@ascend.com>
23150
23151         * m4/gettext.m4: Add -lintl if it's found to be necessary.
23152
23153         * m4/gettext.m4: New file -- from gettext-0.10.35.
23154         * m4/lcmessage.m4: Likewise.
23155         * m4/progtest.m4: Likewise.
23156
23157         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
23158         * m4/jm-macros.m4: Require the new macro.
23159
23160 1998-06-29  Jim Meyering  <meyering@ascend.com>
23161
23162         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
23163         for the definition of NGROUPS (used in a system header included
23164         by sys/mount.h).
23165
23166 1998-06-28  Jim Meyering  <meyering@ascend.com>
23167
23168         * m4/ls-mntd-fs.m4: New file.
23169         * m4/fstypename.m4: New file.
23170
23171         * m4/jm-macros.m4: Require the new macro.
23172         * m4/jm-glibc-io.m4: New file.
23173
23174 1998-05-19  Jim Meyering  <meyering@ascend.com>
23175
23176         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
23177         * m4/lchown.m4: New file.
23178
23179         * m4/Makefile.am.in: New file.
23180         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
23181
23182 1998-05-14  Jim Meyering  <meyering@ascend.com>
23183
23184         * m4/Makefile.am (EXTRA_DIST): Add them.
23185         * m4/jm-macros.m4: New file.
23186         * m4/utimbuf.m4: New file.
23187
23188 1998-05-12  Jim Meyering  <meyering@ascend.com>
23189
23190         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
23191
23192 1998-05-11  Jim Meyering  <meyering@ascend.com>
23193
23194         * m4/isc-posix.m4: New file.
23195
23196 1998-05-10  Jim Meyering  <meyering@ascend.com>
23197
23198         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
23199
23200 1998-05-09  Jim Meyering  <meyering@ascend.com>
23201
23202         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
23203         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
23204         with automake.
23205
23206         * m4/ssize_t.m4: New file.
23207         * m4/mktime.m4: Remove file -- the new automake has this now.
23208
23209 1998-04-26  Jim Meyering  <meyering@ascend.com>
23210
23211         * m4/assert.m4: New file.
23212         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
23213
23214 1998-04-05  Jim Meyering  <meyering@ascend.com>
23215
23216         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
23217         (jm_PREREQ): Use it here.
23218
23219 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
23220
23221         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
23222         in acconfig.h.
23223
23224 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
23225
23226         * m4/prereq.m4: New file.
23227         * m4/error.m4: New file.
23228         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
23229
23230 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
23231
23232         * m4/getline.m4: Don't set am_cv_func_working_getline before the
23233         cache-check for the same variable -- that defeated the purpose of
23234         the test; the test program was never run.  This was a problem only
23235         on systems with losing getline functions -- HP-UX 10.20 is one.
23236         Reported by Bjorn Helgaas.
23237
23238 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
23239
23240         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
23241
23242 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
23243
23244         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
23245
23246         * m4/const.m4: New file.  Use an initializer in this declaration
23247         typedef int charset[2]; const charset x;
23248         Reported by Bob Glickstein.
23249
23250 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
23251
23252         * m4/chown.m4: Fix reversed types on -1 args to chown.
23253         From Kaveh Ghazi.
23254
23255 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
23256
23257         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
23258         Add lseek and memchr.
23259
23260         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
23261         T.E.Dickey <dickey@clark.net> said that some older preprocessors
23262         have a 20-character limit on names.
23263
23264 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
23265
23266         * m4/inttypes_h.m4: New file.
23267         * m4/uintmax_t.m4: New file.
23268         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
23269
23270 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
23271   Free Software Foundation, Inc.
23272 Copying and distribution of this file, with or without modification,
23273 are permitted provided the copyright notice and this notice are preserved.