* modules/clean-temp (Makefile.am): Don't add to make output...
[pspp] / ChangeLog
1 2006-10-17  Eric Blake  <ebb9@byu.net>
2
3         * modules/clean-temp (Makefile.am): Don't add to make output...
4         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
5         config.h.
6
7 2006-10-17  Bruno Haible  <bruno@clisp.org>
8
9         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
10         differently if DEFAULT_TEXT_DOMAIN is set.
11
12 2006-10-16  Bruno Haible  <bruno@clisp.org>
13
14         * lib/clean-temp.c: Include fwriteerror.h.
15
16 2006-10-16  Bruno Haible  <bruno@clisp.org>
17
18         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
19
20 2006-10-16  Bruno Haible  <bruno@clisp.org>
21
22         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23         * lib/sigprocmask.h: Include <sys/types.h>.
24         (sigset_t): Use the system's definition if present.
25
26 2006-10-17  Eric Blake  <ebb9@byu.net>
27
28         * lib/xvasprintf.c (includes): Assume config.h.
29         * lib/xasprintf.c (includes): Likewise.
30
31 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
32
33         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
34         at least as wide as intmax_t.
35
36 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
37
38         (Imported from Automake.)
39         * build-aux/gnupload: Update to version 1.1 of directive file.
40
41 2006-10-16  Eric Blake  <ebb9@byu.net>
42
43         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
44         match Automake 1.10a.
45
46 2006-10-14  Bruno Haible  <bruno@clisp.org>
47
48         * modules/sigprocmask: New file.
49         * lib/sigprocmask.h: New file.
50         * lib/sigprocmask.c: New file.
51         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
52         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
53         request sigprocmask.o.
54         (gl_PREREQ_SIGPROCMASK): New macro.
55         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
56         (Depends-on): Add sigprocmask.
57         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
58         gt_SIGNALBLOCKING. Test for 'raise' only once.
59         * lib/fatal-signal.c: Include sigprocmask.h.
60         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
61         unblock_fatal_signals): Define always.
62         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
63         sigprocmask.
64
65 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
66
67         Sync from Automake.
68         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
69         which incorrectly sets the mode of an existing destination
70         directory.  In some cases the unpatched install-sh could do the
71         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
72         system.  We hope this is rare in practice, but it's clearly worth
73         fixing.  Problem reported by Alex Unleashed in
74         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
75         Also, don't bother to check for -m bugs unless we're using -m;
76         suggested by Stepan Kasal.
77
78 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
79
80         Sync from Automake.
81         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
82         `-c' flag, so they appear at the same position as in %FASTDEP%
83         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
84         which ignores unknown options only after the first non-option.
85         Bug report against M4 by Nelson H. F. Beebe.
86
87 2006-10-13  Jim Meyering  <jim@meyering.net>
88
89         Fix a bug in yesterday's change.
90         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
91         p->fts_statp->st_dev would be used uninitialized.
92         Ensures that we always call fts_stat on the very first entry.
93         Miklos Szeredi reported that find -xdev stopped working.
94
95 2006-10-12  Bruno Haible  <bruno@clisp.org>
96
97         * gnulib-tool (func_get_automake_snippet): Append an automatically
98         computed EXTRA_DIST augmentation.
99         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
100         * modules/alloca-opt (Makefile.am): Likewise.
101         * modules/allocsa (Makefile.am): Likewise.
102         * modules/arcfour (Makefile.am): Likewise.
103         * modules/arctwo (Makefile.am): Likewise.
104         * modules/argmatch (Makefile.am): Likewise.
105         * modules/argz (Makefile.am): Likewise.
106         * modules/atexit (Makefile.am): Likewise.
107         * modules/backupfile (Makefile.am): Likewise.
108         * modules/byteswap (Makefile.am): Likewise.
109         * modules/c-strtod (Makefile.am): Likewise.
110         * modules/c-strtold (Makefile.am): Likewise.
111         * modules/calloc (Makefile.am): Likewise.
112         * modules/canon-host (Makefile.am): Likewise.
113         * modules/canonicalize (Makefile.am): Likewise.
114         * modules/chdir-long (Makefile.am): Likewise.
115         * modules/chdir-safer (Makefile.am): Likewise.
116         * modules/check-version (Makefile.am): Likewise.
117         * modules/chown (Makefile.am): Likewise.
118         * modules/cloexec (Makefile.am): Likewise.
119         * modules/close-stream (Makefile.am): Likewise.
120         * modules/closeout (Makefile.am): Likewise.
121         * modules/crc (Makefile.am): Likewise.
122         * modules/csharpexec (Makefile.am): Likewise.
123         * modules/cycle-check (Makefile.am): Likewise.
124         * modules/des (Makefile.am): Likewise.
125         * modules/dev-ino (Makefile.am): Likewise.
126         * modules/dirfd (Makefile.am): Likewise.
127         * modules/dirname (Makefile.am): Likewise.
128         * modules/dup2 (Makefile.am): Likewise.
129         * modules/eealloc (Makefile.am): Likewise.
130         * modules/error (Makefile.am): Likewise.
131         * modules/euidaccess (Makefile.am): Likewise.
132         * modules/exclude (Makefile.am): Likewise.
133         * modules/exitfail (Makefile.am): Likewise.
134         * modules/fcntl-safer (Makefile.am): Likewise.
135         * modules/fcntl (Makefile.am): Likewise.
136         * modules/file-type (Makefile.am): Likewise.
137         * modules/fileblocks (Makefile.am): Likewise.
138         * modules/filemode (Makefile.am): Likewise.
139         * modules/filenamecat (Makefile.am): Likewise.
140         * modules/fnmatch (Makefile.am): Likewise.
141         * modules/fopen-safer (Makefile.am): Likewise.
142         * modules/fpending (Makefile.am): Likewise.
143         * modules/fprintftime (Makefile.am): Likewise.
144         * modules/free (Makefile.am): Likewise.
145         * modules/fsusage (Makefile.am): Likewise.
146         * modules/ftruncate (Makefile.am): Likewise.
147         * modules/fts (Makefile.am): Likewise.
148         * modules/gc-arcfour (Makefile.am): Likewise.
149         * modules/gc-des (Makefile.am): Likewise.
150         * modules/gc-hmac-md5 (Makefile.am): Likewise.
151         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
152         * modules/gc-md4 (Makefile.am): Likewise.
153         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
154         * modules/gc-sha1 (Makefile.am): Likewise.
155         * modules/gc (Makefile.am): Likewise.
156         * modules/getaddrinfo (Makefile.am): Likewise.
157         * modules/getcwd (Makefile.am): Likewise.
158         * modules/getdelim (Makefile.am): Likewise.
159         * modules/getdomainname (Makefile.am): Likewise.
160         * modules/getgroups (Makefile.am): Likewise.
161         * modules/gethostname (Makefile.am): Likewise.
162         * modules/gethrxtime (Makefile.am): Likewise.
163         * modules/getline (Makefile.am): Likewise.
164         * modules/getloadavg (Makefile.am): Likewise.
165         * modules/getlogin_r (Makefile.am): Likewise.
166         * modules/getndelim2 (Makefile.am): Likewise.
167         * modules/getopt (Makefile.am): Likewise.
168         * modules/getpagesize (Makefile.am): Likewise.
169         * modules/getpass-gnu (Makefile.am): Likewise.
170         * modules/getpass (Makefile.am): Likewise.
171         * modules/getsubopt (Makefile.am): Likewise.
172         * modules/gettime (Makefile.am): Likewise.
173         * modules/gettimeofday (Makefile.am): Likewise.
174         * modules/getugroups (Makefile.am): Likewise.
175         * modules/getusershell (Makefile.am): Likewise.
176         * modules/glob (Makefile.am): Likewise.
177         * modules/group-member (Makefile.am): Likewise.
178         * modules/hard-locale (Makefile.am): Likewise.
179         * modules/hash (Makefile.am): Likewise.
180         * modules/hmac-md5 (Makefile.am): Likewise.
181         * modules/hmac-sha1 (Makefile.am): Likewise.
182         * modules/human (Makefile.am): Likewise.
183         * modules/idcache (Makefile.am): Likewise.
184         * modules/imaxabs (Makefile.am): Likewise.
185         * modules/imaxdiv (Makefile.am): Likewise.
186         * modules/inet_ntop (Makefile.am): Likewise.
187         * modules/inet_pton (Makefile.am): Likewise.
188         * modules/intprops (Makefile.am): Likewise.
189         * modules/inttostr (Makefile.am): Likewise.
190         * modules/inttypes (Makefile.am): Likewise.
191         * modules/isapipe (Makefile.am): Likewise.
192         * modules/javaversion (Makefile.am): Likewise.
193         * modules/lchmod (Makefile.am): Likewise.
194         * modules/lchown (Makefile.am): Likewise.
195         * modules/localcharset (Makefile.am): Likewise.
196         * modules/long-options (Makefile.am): Likewise.
197         * modules/lstat (Makefile.am): Likewise.
198         * modules/malloc (Makefile.am): Likewise.
199         * modules/mathl (Makefile.am): Likewise.
200         * modules/mbchar (Makefile.am): Likewise.
201         * modules/md2 (Makefile.am): Likewise.
202         * modules/md4 (Makefile.am): Likewise.
203         * modules/md5 (Makefile.am): Likewise.
204         * modules/memcasecmp (Makefile.am): Likewise.
205         * modules/memchr (Makefile.am): Likewise.
206         * modules/memcmp (Makefile.am): Likewise.
207         * modules/memcoll (Makefile.am): Likewise.
208         * modules/memcpy (Makefile.am): Likewise.
209         * modules/memmem (Makefile.am): Likewise.
210         * modules/memmove (Makefile.am): Likewise.
211         * modules/mempcpy (Makefile.am): Likewise.
212         * modules/memrchr (Makefile.am): Likewise.
213         * modules/memset (Makefile.am): Likewise.
214         * modules/memxor (Makefile.am): Likewise.
215         * modules/mkancesdirs (Makefile.am): Likewise.
216         * modules/mkdir-p (Makefile.am): Likewise.
217         * modules/mkdir (Makefile.am): Likewise.
218         * modules/mkdtemp (Makefile.am): Likewise.
219         * modules/mkstemp (Makefile.am): Likewise.
220         * modules/mktime (Makefile.am): Likewise.
221         * modules/modechange (Makefile.am): Likewise.
222         * modules/mountlist (Makefile.am): Likewise.
223         * modules/nanosleep (Makefile.am): Likewise.
224         * modules/obstack (Makefile.am): Likewise.
225         * modules/openat (Makefile.am): Likewise.
226         * modules/pagealign_alloc (Makefile.am): Likewise.
227         * modules/pathmax (Makefile.am): Likewise.
228         * modules/physmem (Makefile.am): Likewise.
229         * modules/poll (Makefile.am): Likewise.
230         * modules/posixtm (Makefile.am): Likewise.
231         * modules/posixver (Makefile.am): Likewise.
232         * modules/putenv (Makefile.am): Likewise.
233         * modules/quote (Makefile.am): Likewise.
234         * modules/quotearg (Makefile.am): Likewise.
235         * modules/raise (Makefile.am): Likewise.
236         * modules/read-file (Makefile.am): Likewise.
237         * modules/readline (Makefile.am): Likewise.
238         * modules/readlink (Makefile.am): Likewise.
239         * modules/readtokens (Makefile.am): Likewise.
240         * modules/readutmp (Makefile.am): Likewise.
241         * modules/realloc (Makefile.am): Likewise.
242         * modules/regex (Makefile.am): Likewise.
243         * modules/rename-dest-slash (Makefile.am): Likewise.
244         * modules/rename (Makefile.am): Likewise.
245         * modules/rijndael (Makefile.am): Likewise.
246         * modules/rmdir (Makefile.am): Likewise.
247         * modules/rpmatch (Makefile.am): Likewise.
248         * modules/safe-read (Makefile.am): Likewise.
249         * modules/safe-write (Makefile.am): Likewise.
250         * modules/same-inode (Makefile.am): Likewise.
251         * modules/same (Makefile.am): Likewise.
252         * modules/save-cwd (Makefile.am): Likewise.
253         * modules/savedir (Makefile.am): Likewise.
254         * modules/setenv (Makefile.am): Likewise.
255         * modules/settime (Makefile.am): Likewise.
256         * modules/sha1 (Makefile.am): Likewise.
257         * modules/sig2str (Makefile.am): Likewise.
258         * modules/snprintf (Makefile.am): Likewise.
259         * modules/stat-macros (Makefile.am): Likewise.
260         * modules/stat-time (Makefile.am): Likewise.
261         * modules/stdbool (Makefile.am): Likewise.
262         * modules/stdint (Makefile.am): Likewise.
263         * modules/stdlib-safer (Makefile.am): Likewise.
264         * modules/stpcpy (Makefile.am): Likewise.
265         * modules/stpncpy (Makefile.am): Likewise.
266         * modules/strcase (Makefile.am): Likewise.
267         * modules/strcasestr (Makefile.am): Likewise.
268         * modules/strchrnul (Makefile.am): Likewise.
269         * modules/strcspn (Makefile.am): Likewise.
270         * modules/strdup (Makefile.am): Likewise.
271         * modules/strerror (Makefile.am): Likewise.
272         * modules/strftime (Makefile.am): Likewise.
273         * modules/strndup (Makefile.am): Likewise.
274         * modules/strnlen (Makefile.am): Likewise.
275         * modules/strpbrk (Makefile.am): Likewise.
276         * modules/strsep (Makefile.am): Likewise.
277         * modules/strstr (Makefile.am): Likewise.
278         * modules/strtod (Makefile.am): Likewise.
279         * modules/strtoimax (Makefile.am): Likewise.
280         * modules/strtok_r (Makefile.am): Likewise.
281         * modules/strtol (Makefile.am): Likewise.
282         * modules/strtoll (Makefile.am): Likewise.
283         * modules/strtoul (Makefile.am): Likewise.
284         * modules/strtoull (Makefile.am): Likewise.
285         * modules/strtoumax (Makefile.am): Likewise.
286         * modules/strverscmp (Makefile.am): Likewise.
287         * modules/sys_socket (Makefile.am): Likewise.
288         * modules/sys_stat (Makefile.am): Likewise.
289         * modules/sysexits (Makefile.am): Likewise.
290         * modules/time_r (Makefile.am): Likewise.
291         * modules/timegm (Makefile.am): Likewise.
292         * modules/timespec (Makefile.am): Likewise.
293         * modules/tmpfile-safer (Makefile.am): Likewise.
294         * modules/trim (Makefile.am): Likewise.
295         * modules/unistd-safer (Makefile.am): Likewise.
296         * modules/unlinkdir (Makefile.am): Likewise.
297         * modules/unlocked-io (Makefile.am): Likewise.
298         * modules/userspec (Makefile.am): Likewise.
299         * modules/utime (Makefile.am): Likewise.
300         * modules/utimecmp (Makefile.am): Likewise.
301         * modules/utimens (Makefile.am): Likewise.
302         * modules/vasnprintf (Makefile.am): Likewise.
303         * modules/vasprintf (Makefile.am): Likewise.
304         * modules/vsnprintf (Makefile.am): Likewise.
305         * modules/xalloc (Makefile.am): Likewise.
306         * modules/xgetcwd (Makefile.am): Likewise.
307         * modules/xnanosleep (Makefile.am): Likewise.
308         * modules/xreadlink (Makefile.am): Likewise.
309         * modules/xstrtod (Makefile.am): Likewise.
310         * modules/xstrtol (Makefile.am): Likewise.
311         * modules/xstrtold (Makefile.am): Likewise.
312         * modules/yesno (Makefile.am): Likewise.
313         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
314
315 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
316
317         * modules/error (Makefile.am): Distribute files through
318         EXTRA_DIST, not lib_SOURCES.
319
320 2006-10-12  Eric Blake  <ebb9@byu.net>
321
322         * modules/error (Makefile.am): Distribute files in /lib.
323         * modules/obstack (Makefile.am): Likewise.
324
325 2006-10-12  Bruno Haible  <bruno@clisp.org>
326
327         * modules/acl (Makefile.am): Distribute all files in lib/ through
328         EXTRA_DIST.
329         * modules/arcfour (Makefile.am): Likewise.
330         * modules/arctwo (Makefile.am): Likewise.
331         * modules/argmatch (Makefile.am): Likewise.
332         * modules/argz (Makefile.am): Likewise.
333         * modules/atexit (Makefile.am): Likewise.
334         * modules/backupfile (Makefile.am): Likewise.
335         * modules/c-strtod (Makefile.am): Likewise.
336         * modules/c-strtold (Makefile.am): Likewise.
337         * modules/calloc (Makefile.am): Likewise.
338         * modules/canon-host (Makefile.am): Likewise.
339         * modules/canonicalize (Makefile.am): Likewise.
340         * modules/chdir-long (Makefile.am): Likewise.
341         * modules/chdir-safer (Makefile.am): Likewise.
342         * modules/check-version (Makefile.am): Likewise.
343         * modules/chown (Makefile.am): Likewise.
344         * modules/cloexec (Makefile.am): Likewise.
345         * modules/close-stream (Makefile.am): Likewise.
346         * modules/closeout (Makefile.am): Likewise.
347         * modules/crc (Makefile.am): Likewise.
348         * modules/cycle-check (Makefile.am): Likewise.
349         * modules/des (Makefile.am): Likewise.
350         * modules/dirfd (Makefile.am): Likewise.
351         * modules/dirname (Makefile.am): Likewise.
352         * modules/dup2 (Makefile.am): Likewise.
353         * modules/euidaccess (Makefile.am): Likewise.
354         * modules/exclude (Makefile.am): Likewise.
355         * modules/exitfail (Makefile.am): Likewise.
356         * modules/fcntl-safer (Makefile.am): Likewise.
357         * modules/file-type (Makefile.am): Likewise.
358         * modules/fileblocks (Makefile.am): Likewise.
359         * modules/filemode (Makefile.am): Likewise.
360         * modules/filenamecat (Makefile.am): Likewise.
361         * modules/fnmatch (Makefile.am): Likewise.
362         * modules/fopen-safer (Makefile.am): Likewise.
363         * modules/fpending (Makefile.am): Likewise.
364         * modules/fprintftime (Makefile.am): Likewise.
365         * modules/free (Makefile.am): Likewise.
366         * modules/fsusage (Makefile.am): Likewise.
367         * modules/ftruncate (Makefile.am): Likewise.
368         * modules/fts (Makefile.am): Likewise.
369         * modules/gc (Makefile.am): Likewise.
370         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
371         * modules/getaddrinfo (Makefile.am): Likewise.
372         * modules/getcwd (Makefile.am): Likewise.
373         * modules/getdelim (Makefile.am): Likewise.
374         * modules/getdomainname (Makefile.am): Likewise.
375         * modules/getgroups (Makefile.am): Likewise.
376         * modules/gethostname (Makefile.am): Likewise.
377         * modules/gethrxtime (Makefile.am): Likewise.
378         * modules/getline (Makefile.am): Likewise.
379         * modules/getloadavg (Makefile.am): Likewise.
380         * modules/getlogin_r (Makefile.am): Likewise.
381         * modules/getopt (Makefile.am): Likewise.
382         * modules/getpass (Makefile.am): Likewise.
383         * modules/getpass-gnu (Makefile.am): Likewise.
384         * modules/getsubopt (Makefile.am): Likewise.
385         * modules/gettime (Makefile.am): Likewise.
386         * modules/gettimeofday (Makefile.am): Likewise.
387         * modules/getugroups (Makefile.am): Likewise.
388         * modules/getusershell (Makefile.am): Likewise.
389         * modules/glob (Makefile.am): Likewise.
390         * modules/group-member (Makefile.am): Likewise.
391         * modules/hard-locale (Makefile.am): Likewise.
392         * modules/hash (Makefile.am): Likewise.
393         * modules/hmac-md5 (Makefile.am): Likewise.
394         * modules/hmac-sha1 (Makefile.am): Likewise.
395         * modules/human (Makefile.am): Likewise.
396         * modules/idcache (Makefile.am): Likewise.
397         * modules/imaxabs (Makefile.am): Likewise.
398         * modules/imaxdiv (Makefile.am): Likewise.
399         * modules/inet_ntop (Makefile.am): Likewise.
400         * modules/inet_pton (Makefile.am): Likewise.
401         * modules/inttostr (Makefile.am): Likewise.
402         * modules/isapipe (Makefile.am): Likewise.
403         * modules/lchown (Makefile.am): Likewise.
404         * modules/long-options (Makefile.am): Likewise.
405         * modules/lstat (Makefile.am): Likewise.
406         * modules/malloc (Makefile.am): Likewise.
407         * modules/mathl (Makefile.am): Likewise.
408         * modules/mbchar (Makefile.am): Likewise.
409         * modules/md2 (Makefile.am): Likewise.
410         * modules/md4 (Makefile.am): Likewise.
411         * modules/md5 (Makefile.am): Likewise.
412         * modules/memcasecmp (Makefile.am): Likewise.
413         * modules/memchr (Makefile.am): Likewise.
414         * modules/memcmp (Makefile.am): Likewise.
415         * modules/memcoll (Makefile.am): Likewise.
416         * modules/memcpy (Makefile.am): Likewise.
417         * modules/memmem (Makefile.am): Likewise.
418         * modules/memmove (Makefile.am): Likewise.
419         * modules/mempcpy (Makefile.am): Likewise.
420         * modules/memrchr (Makefile.am): Likewise.
421         * modules/memset (Makefile.am): Likewise.
422         * modules/memxor (Makefile.am): Likewise.
423         * modules/mkancesdirs (Makefile.am): Likewise.
424         * modules/mkdir (Makefile.am): Likewise.
425         * modules/mkdir-p (Makefile.am): Likewise.
426         * modules/mkdtemp (Makefile.am): Likewise.
427         * modules/mkstemp (Makefile.am): Likewise.
428         * modules/mktime (Makefile.am): Likewise.
429         * modules/modechange (Makefile.am): Likewise.
430         * modules/mountlist (Makefile.am): Likewise.
431         * modules/nanosleep (Makefile.am): Likewise.
432         * modules/openat (Makefile.am): Likewise.
433         * modules/pagealign_alloc (Makefile.am): Likewise.
434         * modules/physmem (Makefile.am): Likewise.
435         * modules/poll (Makefile.am): Likewise.
436         * modules/posixtm (Makefile.am): Likewise.
437         * modules/posixver (Makefile.am): Likewise.
438         * modules/putenv (Makefile.am): Likewise.
439         * modules/quote (Makefile.am): Likewise.
440         * modules/quotearg (Makefile.am): Likewise.
441         * modules/raise (Makefile.am): Likewise.
442         * modules/read-file (Makefile.am): Likewise.
443         * modules/readline (Makefile.am): Likewise.
444         * modules/readlink (Makefile.am): Likewise.
445         * modules/readtokens (Makefile.am): Likewise.
446         * modules/readutmp (Makefile.am): Likewise.
447         * modules/realloc (Makefile.am): Likewise.
448         * modules/regex (Makefile.am): Likewise.
449         * modules/rename (Makefile.am): Likewise.
450         * modules/rename-dest-slash (Makefile.am): Likewise.
451         * modules/rijndael (Makefile.am): Likewise.
452         * modules/rmdir (Makefile.am): Likewise.
453         * modules/rpmatch (Makefile.am): Likewise.
454         * modules/safe-read (Makefile.am): Likewise.
455         * modules/safe-write (Makefile.am): Likewise.
456         * modules/same (Makefile.am): Likewise.
457         * modules/save-cwd (Makefile.am): Likewise.
458         * modules/savedir (Makefile.am): Likewise.
459         * modules/setenv (Makefile.am): Likewise.
460         * modules/settime (Makefile.am): Likewise.
461         * modules/sha1 (Makefile.am): Likewise.
462         * modules/sig2str (Makefile.am): Likewise.
463         * modules/snprintf (Makefile.am): Likewise.
464         * modules/stdlib-safer (Makefile.am): Likewise.
465         * modules/stpcpy (Makefile.am): Likewise.
466         * modules/stpncpy (Makefile.am): Likewise.
467         * modules/strcase (Makefile.am): Likewise.
468         * modules/strcasestr (Makefile.am): Likewise.
469         * modules/strchrnul (Makefile.am): Likewise.
470         * modules/strcspn (Makefile.am): Likewise.
471         * modules/strdup (Makefile.am): Likewise.
472         * modules/strerror (Makefile.am): Likewise.
473         * modules/strftime (Makefile.am): Likewise.
474         * modules/strndup (Makefile.am): Likewise.
475         * modules/strnlen (Makefile.am): Likewise.
476         * modules/strpbrk (Makefile.am): Likewise.
477         * modules/strsep (Makefile.am): Likewise.
478         * modules/strstr (Makefile.am): Likewise.
479         * modules/strtod (Makefile.am): Likewise.
480         * modules/strtoimax (Makefile.am): Likewise.
481         * modules/strtok_r (Makefile.am): Likewise.
482         * modules/strtol (Makefile.am): Likewise.
483         * modules/strtoll (Makefile.am): Likewise.
484         * modules/strtoul (Makefile.am): Likewise.
485         * modules/strtoull (Makefile.am): Likewise.
486         * modules/strtoumax (Makefile.am): Likewise.
487         * modules/strverscmp (Makefile.am): Likewise.
488         * modules/time_r (Makefile.am): Likewise.
489         * modules/timegm (Makefile.am): Likewise.
490         * modules/tmpfile-safer (Makefile.am): Likewise.
491         * modules/unistd-safer (Makefile.am): Likewise.
492         * modules/unlinkdir (Makefile.am): Likewise.
493         * modules/userspec (Makefile.am): Likewise.
494         * modules/utime (Makefile.am): Likewise.
495         * modules/utimecmp (Makefile.am): Likewise.
496         * modules/utimens (Makefile.am): Likewise.
497         * modules/vasnprintf (Makefile.am): Likewise.
498         * modules/vasprintf (Makefile.am): Likewise.
499         * modules/vsnprintf (Makefile.am): Likewise.
500         * modules/xalloc (Makefile.am): Likewise.
501         * modules/xgetcwd (Makefile.am): Likewise.
502         * modules/xnanosleep (Makefile.am): Likewise.
503         * modules/xreadlink (Makefile.am): Likewise.
504         * modules/xstrtod (Makefile.am): Likewise.
505         * modules/xstrtol (Makefile.am): Likewise.
506         * modules/xstrtold (Makefile.am): Likewise.
507         * modules/yesno (Makefile.am): Likewise.
508
509 2006-10-12  Jim Meyering  <jim@meyering.net>
510
511         * m4/getloadavg.m4: Revert the change below.
512
513         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
514         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
515         fail with a symlink, which is what coreutils' ./bootstrap now
516         creates by default.
517
518 2006-10-12  Bruno Haible  <bruno@clisp.org>
519
520         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
521         mingw.
522         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
523         MSVC and mingw explicitly.
524
525 2006-10-11  Simon Josefsson  <jas@extundo.com>
526             Bruno Haible  <bruno@clisp.org>
527
528         Add support for multiple gnulib-tool invocations in the scope of a
529         single configure.ac file.
530         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
531         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
532         with the same contents as the _LIBADD variable.
533         (func_emit_initmacro_start, func_emit_initmacro_end,
534         func_emit_initmacro_done): New functions.
535         (func_import, func_create_testdir): Invoke them. Allow the identifiers
536         gl_LIBOBJS and gl_LTLIBOBJS.
537
538 2006-10-11  Bruno Haible  <bruno@clisp.org>
539
540         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
541         (func_create_testdir): Don't create po/Makefile.am, don't invoke
542         autoreconf. Instead, invoke autopoint explicitly but move back the
543         *.m4 files from gnulib.
544
545 2006-10-11  Bruno Haible  <bruno@clisp.org>
546
547         * gnulib-tool (func_usage): Make module names after --create-testdir
548         optional.
549         (func_create_testdir): If no module was specified, use nearly all
550         modules.
551
552 2006-10-12  Jim Meyering  <jim@meyering.net>
553
554         Big performance improvement for fts-based tools that use FTS_NOSTAT.
555         Avoid spurious inode-mismatch problems on non-POSIX file systems.
556         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
557         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
558         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
559         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
560         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
561         (fts_set_stat_required): New function.
562         (fts_open): Defer the calls to fts_stat, if possible or requested.
563         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
564         into fts_stat itself.
565         (fts_read): Perform any required (deferred) fts_stat call.
566         (fts_build): Likewise, for the directory we're about to open and read.
567         In the readdir loop, carefully decide whether each entry will require
568         an eventual call to fts_stat, using dirent.d_type info if available.
569         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
570         a command line argument into this function.  Update all callers.
571         Map a return value of FTS_DOT to FTS_D for a command line argument.
572         * modules/fts (Depends-on): Add d-type.  Alphabetize.
573         Thanks to Miklos Szeredi for his tenacity and for the initial
574         bug report about "find" failing on a FUSE-based file system.
575
576         * lib/fts.c (fts_open): Use consistent indentation.
577
578 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
579
580         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
581         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
582         reported by Jim Meyering.  All uses of cache variables renamed
583         to match Autoconf's.
584         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
585         the other one.
586
587         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
588         Fix misspelling in diagnostic.
589
590 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
591
592         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
593         defined.  Problem reported by Matthew Woehlke.
594
595         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
596         Add support for Tandem NonStop R series.
597         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
598         Use new macro.
599
600         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
601         (has_trailing_slash): Omit size arg; all callers changed.
602         Omit 'inline', since it doesn't help performance and we'd
603         need to configure it.
604         Don't count //, ///, etc. as having a trailing slash.
605         As a side effect, this removes a C99ism reported by Matthew Woehlke.
606         (rpl_rename_dest_slash): On failure, use rename's errno rather
607         than (in some cases) an incorrect or junk errno.
608         Simplify code by removing need to compute length; this does
609         cause it to make two passes instead of one over the file name,
610         but it's worth it.
611
612         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
613         change, since Autoconf's version may no longer be appropriate now
614         that we are using CVS Autoconf's version.  Add support for Tandem.
615
616 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
617             Bruno Haible  <bruno@clisp.org>
618
619         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
620         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
621         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
622         gl_AC_TYPE_LONG_LONG.
623
624         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
625         instead of HAVE_LONG_LONG.
626         * lib/printf-args.c (printf_fetchargs): Likewise.
627         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
628         * lib/vasnprintf.c (VASNPRINTF): Likewise.
629         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
630         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
631         gl_AC_TYPE_LONG_LONG.
632
633 2006-10-11  Bruno Haible  <bruno@clisp.org>
634
635         * m4/longlong.m4: Add comments.
636         * m4/ulonglong.m4: Likewise.
637
638 2006-10-10  Bruno Haible  <bruno@clisp.org>
639
640         Make it possible to #define stpcpy, strdup to aliases.
641         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
642         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
643
644 2006-10-10  Bruno Haible  <bruno@clisp.org>
645
646         Make it possible to #define gcd to an alias.
647         * lib/gcd.c: Include config.h.
648
649 2006-10-10  Bruno Haible  <bruno@clisp.org>
650
651         Make it possible to #define c_isascii to an alias.
652         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
653         defined. Undefine the macros before defining them, to avoid gcc
654         warnings.
655         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
656         define NO_C_CTYPE_MACROS early.
657
658 2006-10-10  Bruno Haible  <bruno@clisp.org>
659
660         Make it possible to #define set_program_name to an alias.
661         * lib/progname.c: Don't undefine set_program_name; instead, undefine
662         ENABLE_RELOCATABLE early.
663
664 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
665
666         Port to Tandem NSK OSS, which has 64-bit signed int but at most
667         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
668         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
669         More generally, don't assume that 64-bit signed int is available
670         if unsigned int is, and vice versa.
671         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
672         unsigned symbols, not on their signed counterparts.
673         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
674         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
675         (UINT64_C, UINTMAX_C):
676         Likewise.
677         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
678         unsigned counterparts.
679         (Have_long_long, Unsigned): New macros.
680         (Int): Renamed from INT.
681         (strtoimax): Use the new macros.
682         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
683         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
684         * modules/inttypes (inttypes.h): Substitute
685         HAVE_UNSIGNED_LONG_LONG_INT.
686         * modules/stdint (stdint.h): Likewise.
687         (Files): Add m4/ulonglong.m4.
688
689 2006-10-10  Bruno Haible  <bruno@clisp.org>
690
691         Fix a gcc -Wshadow warning.
692         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
693         to 'bucket'.
694         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
695         gl_linked_indexof_from_to): Likewise.
696         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
697         Likewise.
698         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
699         Likewise.
700         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
701         Reported by Eric Blake.
702
703 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
704
705         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
706         for NetBSD.  Problem reported by Bruno Haible.
707
708 2006-10-09  Jim Meyering  <jim@meyering.net>
709
710         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
711         Patch from Bruno Haible.
712
713 2006-10-09  Jim Meyering  <jim@meyering.net>
714
715         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
716         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
717         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
718
719 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
720
721         Don't include <config.h> twice; this doesn't work in some cases,
722         e.g., when config.h has "#define intmax_t long long int" and
723         we include <config.h>, <inttypes.h>, <config.h> in that order.
724         Problem reported by Matthew Woehlke in:
725         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
726         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
727         * lib/fts-cycle.c: Don't include config.h.
728         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
729         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
730         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
731         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
732         inttypes.h.
733         * lib/xstrtoumax.c: Likewise.
734         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
735         __strtol and the like, so that this module is more like its siblings.
736         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
737         Remove; no longer needed now that we assume gnulib inttypes.h.
738
739 2006-10-08  Bruno Haible  <bruno@clisp.org>
740
741         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
742         option.
743
744 2006-10-07  Jim Meyering  <jim@meyering.net>
745
746         * modules/inttypes (inttypes.h): Revert what seems to have been
747         an inadvertent part of today's change: use "|", not "/" in the
748         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
749
750 2006-10-07  Bruno Haible  <bruno@clisp.org>
751
752         * modules/sublist: New file.
753
754 2006-10-07  Bruno Haible  <bruno@clisp.org>
755
756         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
757         * modules/argz (argz.h): Likewise.
758         * modules/arpa_inet (arpa/inet.h): Likewise.
759         * modules/byteswap (byteswap.h): Likewise.
760         * modules/configmake (configmake.h): Likewise.
761         * modules/fcntl (fcntl.h): Likewise.
762         * modules/fnmatch (fnmatch.h): Likewise.
763         * modules/getopt (getopt.h): Likewise.
764         * modules/glob (glob.h): Likewise.
765         * modules/inttypes (inttypes.h): Likewise.
766         * modules/netinet_in (netinet/in.h): Likewise.
767         * modules/poll (poll.h): Likewise.
768         * modules/stdbool (stdbool.h): Likewise.
769         * modules/stdint (stdint.h): Likewise.
770         * modules/sys_select (sys/select.h): Likewise.
771         * modules/sys_socket (sys/socket.h): Likewise.
772         * modules/sys_stat (sys/stat.h): Likewise.
773         * modules/sysexits (sysexits.h): Likewise.
774         * modules/unistd (unistd.h): Likewise.
775         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
776         Add a "DO NOT EDIT" comment to the generated file.
777         (func_import): Likewise for gnulib-comp.m4.
778
779 2006-10-07  Bruno Haible  <bruno@clisp.org>
780
781         * lib/gl_sublist.h: New file.
782         * lib/gl_sublist.c: New file.
783
784 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
785
786         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
787         name (relative to the original working directory) and the file
788         name component (relative to the temporary working directory).  All
789         callers changed.
790         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
791         * lib/mkdir-p.c (make_dir_parents): Likewise.
792         * lib/mkdir-p.h (make_dir_parents): Likewise.
793
794 2006-10-06  Eric Blake  <ebb9@byu.net>
795
796         Define several macros for use by the clean-temp module.
797         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
798         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
799         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
800
801         * lib/clean-temp.h (close_stream_temp): New declaration.
802         * lib/clean-temp.c (includes): Pull in headers according to what
803         other modules are in use.
804         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
805
806 2006-10-06  Bruno Haible  <bruno@clisp.org>
807
808         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
809         instead of fopen, fwriteerror.
810
811 2006-10-06  Bruno Haible  <bruno@clisp.org>
812
813         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
814         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
815         int.
816         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
817         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
818         Return an error indicator.
819         Suggested by Eric Blake.
820
821 2006-10-06  Bruno Haible  <bruno@clisp.org>
822
823         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
824         Reported by Eric Blake.
825
826 2006-10-06  Bruno Haible  <bruno@clisp.org>
827
828         * modules/closeout (Description): Mention stderr too.
829
830 2006-10-06  Bruno Haible  <bruno@clisp.org>
831         and Paul Eggert  <eggert@cs.ucla.edu>
832
833         * lib/closeout.c (close_stdout): Also close stderr.
834         * lib/closeout.h: Update comment.
835
836 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
837
838         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
839         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
840         * lib/dirchownmod.c: Include lchown.h.
841         * lib/lchown.c: Don't include files that lchown.h now includes.
842         Don't declare chown, since lchown.h now does that.
843         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
844         (lchown): Define to rpl_chown if lchown is declared but
845         does not exist.  Declare using a prototype if lchown is not
846         declared.  Add a copyright notice.
847         * lib/mkstemp.h: Include <unistd.h>.
848         * lib/openat.c: Include lchown.h.
849
850         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
851         we now test for that separately.
852         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
853         rather than O_NOFOLLOW, when testing whether it's possible to
854         avoid a race condition reliably.
855         * lib/savewd.c (savewd_chdir): Likewise.
856
857         Remove macros that are no longer needed now that stdint.h is
858         reliable.
859         * lib/fsusage.c (UINTMAX_MAX): Remove.
860         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
861         * lib/utimecmp.c (SIZE_MAX): Remove.
862
863         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
864
865         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
866         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
867         O_NOATIME works.
868
869 2006-10-05  Bruno Haible  <bruno@clisp.org>
870
871         * lib/gl_list.h (gl_sortedlist_search_from_to,
872         gl_sortedlist_indexof_from_to): New declarations.
873         (gl_list_implementation): New fields sortedlist_search_from_to,
874         sortedlist_indexof_from_to.
875         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
876         inline functions.
877         * lib/gl_list.c (gl_sortedlist_search_from_to,
878         gl_sortedlist_indexof_from_to): New functions.
879         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
880         function.
881         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
882         (gl_array_sortedlist_search_from_to): New function.
883         (gl_array_list_implementation): Update.
884         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
885         function.
886         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
887         (gl_carray_sortedlist_search_from_to): New function.
888         (gl_carray_list_implementation): Update.
889         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
890         gl_linked_sortedlist_indexof_from_to): New functions.
891         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
892         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
893         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
894         gl_tree_sortedlist_indexof_from_to): New functions.
895         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
896         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
897         Update.
898         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
899         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
900         Update.
901
902 2006-10-05  Bruno Haible  <bruno@clisp.org>
903
904         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
905         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
906         (struct gl_list_implementation): Add fields search_from_to,
907         indexof_from_to. Remove fields search, indexof.
908         (gl_list_search): Use the search_from_to method.
909         (gl_list_search_from, gl_list_search_from_to): New functions.
910         (gl_list_indexof): Use the indexof_from_to method.
911         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
912         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
913         (gl_list_search_from, gl_list_search_from_to): New functions.
914         (gl_list_indexof): Use the indexof_from_to method.
915         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
916         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
917         gl_array_indexof. Add start_index, end_index arguments.
918         (gl_array_search_from_to): Renamed from gl_array_search. Add
919         start_index, end_index arguments.
920         (gl_array_remove, gl_array_list_implementation): Update.
921         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
922         gl_carray_indexof. Add start_index, end_index arguments.
923         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
924         start_index, end_index arguments.
925         (gl_carray_remove, gl_carray_list_implementation): Update.
926         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
927         gl_linked_search. Add start_index, end_index arguments.
928         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
929         start_index, end_index arguments.
930         (gl_linked_remove): Update.
931         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
932         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
933         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
934         field to 'size_t'.
935         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
936         gl_tree_search. Add start_index, end_index arguments.
937         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
938         start_index, end_index arguments.
939         (gl_tree_remove): Update.
940         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
941         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
942         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
943         function.
944         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
945         gl_tree_search. Add start_index, end_index arguments.
946         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
947         start_index, end_index arguments.
948         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
949         Update.
950         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
951
952 2006-10-05  Bruno Haible  <bruno@clisp.org>
953
954         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
955
956         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
957         fwriteerror_temp): New declarations.
958         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
959         (descriptors): New variable.
960         (cleanup): First, close the descriptors.
961         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
962         fclose_temp, fwriteerror_temp): New functions.
963
964 2006-10-04  Jim Meyering  <jim@meyering.net>
965
966         * lib/fts.c (fts_open): Tiny comment change.
967
968 2006-10-04  Bruno Haible  <bruno@clisp.org>
969
970         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
971         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
972         gl_LOCK_BODY.
973         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
974         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
975         gl_LOCK_EARLY_BODY.
976         (gl_LOCK): Require gl_LOCK_BODY.
977
978 2006-10-04  Bruno Haible  <bruno@clisp.org>
979
980         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
981         (gl_oset_search_atleast): New declaration.
982         (struct gl_oset_implementation): Add field 'search_atleast'.
983         (gl_oset_search_atleast): New inline function.
984         * lib/gl_oset.c (gl_oset_search_atleast): New function.
985         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
986         (gl_array_oset_implementation): Update.
987         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
988         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
989         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
990
991 2006-10-04  Bruno Haible  <bruno@clisp.org>
992
993         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
994
995 2006-10-03  Bruno Haible  <bruno@clisp.org>
996
997         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
998         from gl_avltreehash_list_implementation.
999
1000 2006-10-03  Bruno Haible  <bruno@clisp.org>
1001
1002         * lib/gl_oset.c (gl_oset_add): Fix return type.
1003
1004 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
1005
1006         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
1007
1008 2006-10-02  Eric Blake  <ebb9@byu.net>
1009
1010         * modules/strnlen (Depends-on): Add extensions.
1011
1012 2006-10-02  Eric Blake  <ebb9@byu.net>
1013
1014         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
1015         definition in 2.60+.
1016
1017 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
1018
1019         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
1020         checks.
1021
1022 2006-10-02  Bruno Haible  <bruno@clisp.org>
1023
1024         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
1025         to the AUTOMAKE_OPTIONS.
1026         Reported by Jim Meyering.
1027
1028 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
1029
1030         Work around bug in Solaris 10 /proc file system:
1031         /proc/self/fd/NNN/.. isn't the parent directory of
1032         the directory whose file descriptor is NNN.  This needs to
1033         be worked around at run time, not compile time, since a
1034         program might be built on Solaris 8, where things work, and
1035         run on Solaris 10.
1036         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
1037         to use the following interface instead:
1038         (OPENAT_BUFFER_SIZE): New macro.
1039         (openat_proc_name): New function.
1040         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
1041         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
1042         Likewise.
1043         * lib/openat-proc.c: New file.
1044         * modules/openat (Files): Add lib/openat-proc.c.
1045         (Depends-on): Add same-inode, stdbool.
1046         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
1047
1048 2006-09-29  Bruno Haible  <bruno@clisp.org>
1049
1050         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
1051         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
1052         argument. Set stdout_closed before testing for ferror, not after.
1053         (fwriteerror, fwriteerror_no_ebadf): New functions.
1054
1055 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1056
1057         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
1058
1059 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
1060
1061         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
1062         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
1063
1064 2006-09-28  Jim Meyering  <jim@meyering.net>
1065
1066         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
1067         Include <unistd.h>.
1068
1069 2006-09-28  Bruno Haible  <bruno@clisp.org>
1070
1071         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
1072         * modules/linkedhash-list (Depends-on): Likewise.
1073         * modules/rbtreehash-list (Depends-on): Likewise.
1074
1075 2006-09-28  Bruno Haible  <bruno@clisp.org>
1076
1077         * lib/strndup.h: Simplify the redefinition of strndup.
1078         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
1079         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
1080
1081 2006-09-28  Bruno Haible  <bruno@clisp.org>
1082
1083         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
1084         * lib/gl_linkedhash_list.c: Likewise.
1085         * lib/gl_rbtreehash_list.c: Likewise.
1086
1087 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
1088
1089         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
1090         getaddrinfo.
1091
1092         * lib/__fpending.h: Don't include <stdio_ext.h> unless
1093         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
1094         it causes <stdio_ext.h> to cause a compile-time error.
1095         Problem reported by Nelson H. F. Beebe.
1096         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
1097         of HAVE_DECL___PENDING.
1098
1099         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
1100         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
1101         declaration.
1102
1103 2006-09-27  Jim Meyering  <jim@meyering.net>
1104
1105         This file could end up with a definition for a function
1106         named __strndup, rather than rpl_strndup on a system with
1107         incomplete weak_alias support.
1108         * lib/strndup.c (strndup): Rename from __strndup.
1109         Remove #defines that used to map __strndup to strndup.
1110         Don't use K&R prototypes.
1111         Remove LIBC-related code, since this file is not sync'd with glibc.
1112         * lib/strndup.h: Revamp, accordingly.
1113         * m4/strndup.m4: Modernize.
1114
1115 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1116
1117         * modules/savewd (Depends-on): Add 'raise'.
1118         * lib/savewd.c: Include <signal.h>, for 'raise'.
1119
1120 2006-09-26  Jim Meyering  <jim@meyering.net>
1121
1122         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
1123         when we detect Darwin 8.7.0's acl_get_file bug.
1124         Rearrange to perform the new (below) run-test while $LIBS
1125         contains any acl-related library.  Set USE_ACL at the end.
1126         (gl_ACL_GET_FILE): New function.
1127
1128 2006-09-26  Eric Blake  <ebb9@byu.net>
1129
1130         * lib/verror.c: Include <config.h> unconditionally.
1131
1132 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1133
1134         * modules/clock-time (Maintainer): Add self.
1135         * modules/getlogin_r (Depends-on): Add extensions.
1136
1137 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1138
1139         * modules/clock-time: New module.
1140         * modules/nanosleep (Depends-on): Add clock-time.
1141         * modules/gethrxtime (Depends-on): Likewise.
1142         * modules/gettime (Depends-on): Likewise.
1143         * modules/settime (Depends-on): Likewise.
1144
1145         * modules/fts-lgpl: Depend on openat.
1146         * modules/mkancesdirs: Depend on savewd.
1147         * modules/mkdir-p: Likewise.
1148
1149 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1150
1151         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
1152
1153         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
1154         `gl_have_arbitrary_file_name_length_limit' to
1155         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
1156         actually works between configure runs.
1157
1158 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1159             Bruno Haible  <bruno@clisp.org>
1160
1161         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
1162
1163 2006-09-25  Jim Meyering  <jim@meyering.net>
1164
1165         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
1166         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
1167
1168 2006-09-25  Eric Blake  <ebb9@byu.net>
1169
1170         * gnulib-tool (func_import, func_create_testdir): Fix typos in
1171         exec's in 2006-09-18 patch when shuffling fds.
1172
1173 2006-09-25  Bruno Haible  <bruno@clisp.org>
1174
1175         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
1176         Reported by Jim Meyering.
1177
1178 2006-09-24  Jim Meyering  <jim@meyering.net>
1179
1180         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
1181         compare a pointer against a literal "0".  That caused failures with
1182         at least HP-UX's hpcc.
1183
1184 2006-09-22  Simon Josefsson  <jas@extundo.com>
1185
1186         * modules/gc-sha1:
1187         * modules/gc-md4:
1188         * modules/gc-hmac-sha1:
1189         * modules/gc-hmac-md5:
1190         * modules/gc-des:
1191         * modules/gc-arcfour: Distribute more files.
1192
1193 2006-09-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1194
1195         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
1196         (gl_linked_iterator_from_to): Initialize struct completely.
1197         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
1198         (gl_tree_iterator_from_to): Likewise
1199         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
1200         * lib/gl_array_list.c [lint] (gl_array_iterator)
1201         (gl_array_iterator_from_to): Likewise.
1202         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
1203         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
1204         (gl_carray_iterator_from_to): Likewise.
1205
1206         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
1207         * lib/md4.c (md4_process_block): Remove unused variable.
1208         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
1209         parentheses for clarity.
1210
1211 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1212
1213         * modules/bison-i18n (Depends-on): Add gettext.
1214
1215 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1216
1217         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
1218         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
1219         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
1220         also add missing comma that caused broken test.
1221         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
1222         stdlib.h, for `abort'.
1223         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
1224         variables.
1225         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
1226         include unistd.h if present, for `rmdir'.
1227         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
1228         variables.
1229         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
1230         in the process include standard headers for prototypes.
1231         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
1232         gets declared on GNU/Linux.
1233         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
1234         unistd.h, for `rmdir'.
1235         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
1236
1237         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
1238         always true.
1239         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
1240
1241         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
1242
1243 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1244
1245         * gnulib-tool (func_version): Create output all at once.  This
1246         may help avoid triggering unnecessary SIGPIPEs, and at any
1247         rate it doesn't hurt.
1248
1249 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1250             Bruno Haible  <bruno@clisp.org>
1251
1252         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
1253         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1254         * m4/signed.m4 (bh_C_SIGNED): Likewise.
1255
1256         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
1257         (gl_FUNC_VASPRINTF): Invoke it.
1258
1259 2006-09-22  Bruno Haible  <bruno@clisp.org>
1260
1261         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
1262         getloadavg.c as first argument.
1263
1264 2006-09-22  Bruno Haible  <bruno@clisp.org>
1265
1266         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
1267         at the beginning of the gl_INIT macro.
1268         * modules/getloadavg (configure.ac): Pass $gl_source_base to
1269         gl_GETLOADAVG.
1270
1271 2006-09-22  Bruno Haible  <bruno@clisp.org>
1272
1273         * gnulib-tool (func_create_megatestdir): Don't include the config-h
1274         module.
1275         Suggested by Ralf Wildenhues.
1276
1277 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
1278
1279         Import this patch from libc:
1280
1281         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
1282
1283         * lib/regex_internal.c (re_string_reconstruct): Handle
1284         offset < pstr->valid_raw_len && pstr->offsets_needed case.
1285         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
1286         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
1287         re_string_context_at.
1288
1289         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
1290         now requires it.
1291         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
1292         gl_REGEX now does it for us.
1293         (gl_REGEX): Add test taken from
1294         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
1295
1296         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
1297         Check that large offsets work.  Modernize Autoconf usages.
1298         Prefer "yes" to mean a good thing rather than a bad.
1299         Don't put "#define mkstemp" in config.h, as this might interfere
1300         with standard system headers that "#define mkstemp mkstemp64".
1301
1302         * modules/mkstemp (Depends-on): Add extensions, so that
1303         mkstemp is visible on some platforms.
1304         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
1305         (Include): Change to "mkstemp.h" from <stdlib.h>.
1306         (Files): Add mkstemp.h.
1307
1308         * lib/mkstemp.h: New file, since some standard headers
1309         #define mkstemp.
1310         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
1311         Include "mkstemp.h".
1312         Make the _LIBC code resemble glibc original more,
1313         e.g., use K&R style.
1314         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
1315         (mkstemp): Remove, since mkstemp.h does this for us.
1316         * lib/stdlib--.h: Include mkstemp.h.
1317
1318         Import this patch from libc:
1319
1320         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
1321
1322         * lib/tempname.c (__gen_tempname): Change attempts_min
1323         into a macro.  Use preprocessor to decide how to initialize
1324         attempts [Coverity CID 67].
1325
1326 2006-09-20  Bruno Haible  <bruno@clisp.org>
1327
1328         * lib/mkdtemp.c: Import from libc.
1329         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
1330                 * sysdeps/posix/tempname.c (__gen_tempname): Change
1331                 attempts_min into a macro.  Use preprocessor to decide how to
1332                 initialize attempts [Coverity CID 67].
1333         2001-11-27  Paul Eggert  <eggert@twinsun.com>
1334                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
1335                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
1336
1337 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1338
1339         * gnulib-tool (func_exit): New function, to allow to pass the
1340         exit status portably through the trap.  Use everywhere.
1341         (--help, --version): Signal a write error.
1342         (trap): catch SIGPIPE, for write errors.
1343         Exit at the end of the trap, with the correct exit status.
1344
1345 2006-09-19  Karl Berry  <karl@gnu.org>
1346
1347         * doc/gnulib.texi: note about the license texinfo files.
1348
1349 2006-09-19  Eric Blake  <ebb9@byu.net>
1350
1351         * gnulib-tool: Avoid space-tab.
1352
1353 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1354
1355         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
1356         that prevented coreutils 6.1 from building.  Problem reported
1357         by Petter Reinholdtsen.
1358
1359 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1360
1361         * gnulib-tool (avoidlist): Fix typo that broke options like
1362         --avoid=lock that are used by coreutils bootstrap.
1363
1364 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
1365
1366         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
1367         more systematically.
1368
1369 2006-09-18  Jim Meyering  <jim@meyering.net>
1370
1371         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
1372
1373 2006-09-18  Bruno Haible  <bruno@clisp.org>
1374
1375         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
1376
1377 2006-09-18  Bruno Haible  <bruno@clisp.org>
1378
1379         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
1380         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
1381         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
1382         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
1383         * m4/gettext.m4: Require autoconf >= 2.52.
1384         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
1385         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
1386         of gl_cv_header_inttypes_h.
1387
1388 2006-09-18  Bruno Haible  <bruno@clisp.org>
1389
1390         * lib/javaversion.c: Include configmake.h.
1391
1392 2006-09-18  Bruno Haible  <bruno@clisp.org>
1393
1394         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
1395         avoid that the while loops be executed in a subshell.
1396
1397 2006-09-18  Bruno Haible  <bruno@clisp.org>
1398
1399         * MODULES.html.sh (func_module): Break long lines.
1400         Suggested by Bruce Korb <bkorb@gnu.org>.
1401
1402 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1403
1404         Speed up by a factor of 1.12.
1405         * gnulib-tool (nl): New variable.
1406         (func_import): Rewrite include directive extraction to only read each
1407         directive once.
1408
1409 2006-09-17  Bruno Haible  <bruno@clisp.org>
1410
1411         * modules/javaversion (Makefile.am): Remove DEFS setting.
1412         (Depends-on): Add configmake, for PKGDATADIR definition.
1413
1414 2006-09-17  Bruno Haible  <bruno@clisp.org>
1415
1416         * gnulib-tool (func_create_testdir): Rewrite all files at once.
1417
1418 2006-09-17  Bruno Haible  <bruno@clisp.org>
1419
1420         * gnulib-tool (func_append): New function, stolen from libtool.m4.
1421         (func_modules_transitive_closure, func_modules_add_dummy,
1422         func_modules_to_filelist, func_import, func_create_testdir,
1423         func_create_megatestdir, ...): Use it wherever possible.
1424         Suggested by Ralf Wildenhues.
1425
1426 2006-09-16  Karl Berry  <karl@gnu.org>
1427
1428         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1429         to avoid sectioning errors.
1430         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
1431         [ifinfo]: blank line after @center-ed titles.
1432         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
1433         Spell FSF address consistently with others.
1434         (These changes approved by rms.)
1435
1436 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1437
1438         Speed up by a factor of 1.61.
1439         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
1440         already checked module names again.
1441
1442 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1443
1444         Speed up by a factor of 1.13.
1445         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
1446         for new_files, and the input to func_add_or_update.
1447
1448 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1449
1450         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
1451         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
1452
1453 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1454
1455         * modules/mkancesdirs (Depends-on): Add fcntl.
1456         * modules/savewd: New file.
1457         * MODULES.html.sh (File system functions): Add savewd.
1458
1459         * modules/configmake (Makefile.am): Add support for the
1460         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
1461
1462 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1463
1464         * m4/savewd.m4: New file.
1465
1466 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1467
1468         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
1469         (dirchownmod): New arg FD.  All callers changed.
1470         Use FD rather than opening the directory ourself, as opening is
1471         now the caller's responsibility.
1472         * lib/dirchownmod.h: Likewise.
1473         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
1474         hosts that require <sys/types.h> before <sys/stat.h>.  Include
1475         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
1476         (test_dir): Remove.
1477         (mkancesdirs): Return length of prefix of FILE that has already
1478         been made, or -2 if there is a child doing the work.  Redo
1479         algorithm so that it is O(N) rather than O(N**2).  Optimize away
1480         ".", and treat ".." specially since it might stray back into
1481         already-created areas.  Use a subprocess if necessary.  New arg
1482         WD; all users changed.  MAKE_DIR function should now return 1
1483         if it creates a directory that is not readable.  Return -2 if
1484         a child process is spun off.
1485         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
1486         Adjust signature to match code.
1487         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
1488         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
1489         all users changed.
1490         * lib/savewd.c, savewd.h: New files.
1491
1492 2006-09-15  Jim Meyering  <jim@meyering.net>
1493
1494         * modules/rename-dest-slash: New module.
1495         * MODULES.html.sh (posix_compat): Add it here.
1496
1497         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
1498
1499 2006-09-15  Jim Meyering  <jim@meyering.net>
1500
1501         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
1502         file.
1503
1504         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
1505
1506 2006-09-15  Jim Meyering  <jim@meyering.net>
1507
1508         * lib/rename-dest-slash.c (has_trailing_slash): Use
1509         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
1510         (rpl_rename_dest_slash): Perform the cheaper trailing slash
1511         test before testing whether SRC is a directory.
1512         Suggestions from Bruno Haible.
1513
1514         Avoid a warning about an unused variable.
1515         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
1516         into the #ifdef block where it's used.
1517
1518         * lib/rename-dest-slash.c: New file.
1519
1520 2006-09-14  Bruno Haible  <bruno@clisp.org>
1521
1522         * lib/allocsa.c: Include <config.h> unconditionally.
1523         * lib/asnprintf.c: Likewise.
1524         * lib/asprintf.c: Likewise.
1525         * lib/c-strcasecmp.c: Likewise.
1526         * lib/c-strcasestr.c: Likewise.
1527         * lib/c-strncasecmp.c: Likewise.
1528         * lib/c-strstr.c: Likewise.
1529         * lib/classpath.c: Likewise.
1530         * lib/clean-temp.c: Likewise.
1531         * lib/concatpath.c: Likewise.
1532         * lib/copy-file.c: Likewise.
1533         * lib/csharpcomp.c: Likewise.
1534         * lib/csharpexec.c: Likewise.
1535         * lib/execute.c: Likewise.
1536         * lib/fatal-signal.c: Likewise.
1537         * lib/findprog.c: Likewise.
1538         * lib/fwriteerror.c: Likewise.
1539         * lib/gl_array_list.c: Likewise.
1540         * lib/gl_array_oset.c: Likewise.
1541         * lib/gl_avltree_list.c: Likewise.
1542         * lib/gl_avltree_oset.c: Likewise.
1543         * lib/gl_avltreehash_list.c: Likewise.
1544         * lib/gl_carray_list.c: Likewise.
1545         * lib/gl_linked_list.c: Likewise.
1546         * lib/gl_linkedhash_list.c: Likewise.
1547         * lib/gl_list.c: Likewise.
1548         * lib/gl_oset.c: Likewise.
1549         * lib/gl_rbtree_list.c: Likewise.
1550         * lib/gl_rbtree_oset.c: Likewise.
1551         * lib/gl_rbtreehash_list.c: Likewise.
1552         * lib/imaxabs.c: Likewise.
1553         * lib/imaxdiv.c: Likewise.
1554         * lib/javacomp.c: Likewise.
1555         * lib/javaexec.c: Likewise.
1556         * lib/javaversion.c: Likewise.
1557         * lib/linebreak.c: Likewise.
1558         * lib/localcharset.c: Likewise.
1559         * lib/lock.c: Likewise.
1560         * lib/mbchar.c: Likewise.
1561         * lib/mbswidth.c: Likewise.
1562         * lib/mkdtemp.c: Likewise.
1563         * lib/pipe.c: Likewise.
1564         * lib/printf-args.c: Likewise.
1565         * lib/printf-parse.c: Likewise.
1566         * lib/progname.c: Likewise.
1567         * lib/progreloc.c: Likewise.
1568         * lib/readlink.c: Likewise.
1569         * lib/sh-quote.c: Likewise.
1570         * lib/stpcpy.c: Likewise.
1571         * lib/stpncpy.c: Likewise.
1572         * lib/strcasecmp.c: Likewise.
1573         * lib/strcasestr.c: Likewise.
1574         * lib/strcspn.c: Likewise.
1575         * lib/striconv.c: Likewise.
1576         * lib/strncasecmp.c: Likewise.
1577         * lib/strnlen1.c: Likewise.
1578         * lib/strstr.c: Likewise.
1579         * lib/strtok_r.c: Likewise.
1580         * lib/tls.c: Likewise.
1581         * lib/tmpdir.c: Likewise.
1582         * lib/unicodeio.c: Likewise.
1583         * lib/unsetenv.c: Likewise.
1584         * lib/vasnprintf.c: Likewise.
1585         * lib/vasprintf.c: Likewise.
1586         * lib/wait-process.c: Likewise.
1587         * lib/xallocsa.c: Likewise.
1588         * lib/xsetenv.c: Likewise.
1589         * lib/xstriconv.c: Likewise.
1590
1591 2006-09-13  Simon Josefsson  <jas@extundo.com>
1592
1593         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
1594         that internally, suggested by Ralf Wildenhues
1595         <Ralf.Wildenhues@gmx.de>.
1596
1597 2006-09-13  Simon Josefsson  <jas@extundo.com>
1598
1599         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
1600         @LIBOBJS@.
1601         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1602
1603 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1604
1605         * lib/_fpending.c: Include <config.h> unconditionally, since we no
1606         longer worry about uses that don't define HAVE_CONFIG_H.
1607         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
1608         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
1609         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
1610         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
1611         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
1612         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
1613         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
1614         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
1615         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
1616         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
1617         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
1618         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
1619         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
1620         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
1621         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
1622         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
1623         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
1624         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
1625         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
1626         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
1627         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
1628         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
1629         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
1630         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
1631         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
1632         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
1633         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
1634         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
1635         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
1636         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
1637         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
1638         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
1639         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
1640         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
1641         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
1642         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
1643         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
1644         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
1645         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
1646         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
1647         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
1648         Likewise.
1649
1650 2006-09-13  Eric Blake  <ebb9@byu.net>
1651
1652         * lib/getopt.c: Fix typo in last commit.
1653
1654 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1655
1656         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
1657         dgettext.
1658
1659 2006-09-12  Jim Meyering  <jim@meyering.net>
1660
1661         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
1662         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
1663         Reported by Nelson H. F. Beebe.
1664
1665 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1666
1667         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
1668         program_invocation_name and program_invocation_short_name are
1669         initialized.
1670         * lib/argp-namefrob.h: Move declarations of program_invocation_name
1671         and program_invocation_short_name to argp.h, so they are visible
1672         to user programs.
1673         * lib/argp.h: Likewise
1674
1675 2006-09-10  Bruno Haible  <bruno@clisp.org>
1676
1677         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
1678         m4/inttypes_h.m4, m4/uintmax_t.m4.
1679
1680 2006-09-10  Bruno Haible  <bruno@clisp.org>
1681
1682         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
1683         gl_AC_TYPE_UINTMAX_T.
1684
1685 2006-09-10  Bruno Haible  <bruno@clisp.org>
1686
1687         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
1688
1689 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1690
1691         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
1692         convention.  Text proposed by Bruno Haible.
1693         (struct argp_option): Document the use of N_() wrappers.
1694
1695         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
1696         '\v', and translate the two parts separately, instead of feeding
1697         the whole string to gettext.  This allows to exclude
1698         '\v' from the strings visible to the translator by writing doc
1699         strings as N_("..") "\v" N_("..").
1700
1701 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
1702
1703         * config/srclist.txt: Undo latest change; the bug was fixed.
1704
1705 2006-09-09  Bruno Haible  <bruno@clisp.org>
1706
1707         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
1708         assignments if building a library without libtool.
1709         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
1710         in func_emit_lib_Makefile_am.
1711         (func_import): When building a static library libfoo.a, arrange to
1712         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
1713         (func_create_testdir): Likewise.
1714         * modules/gc (configure.ac, Makefile.am): If building statically,
1715         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
1716         * modules/iconvme (configure.ac, Makefile.am): Likewise.
1717         * modules/striconv (configure.ac, Makefile.am): Likewise.
1718         Based on a suggestion by Ralf Wildenhues.
1719
1720 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1721
1722         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1723         Check for unistd.h too, since Autoconf doesn't assume POSIX.
1724         Also:
1725
1726         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1727         Add year_2050_test to catch glibc bug 2821
1728         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1729
1730         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1731         Prefer #ifdef to #if.
1732
1733         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1734         Return from 'main' instead of calling 'exit'.
1735
1736 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1737
1738         * lib/mktime.c (guess_time_tm): Fix bug where mktime
1739         returned the maximum time_t value rather than (time_t) -1.
1740         Problem originally reported by William Bardwell
1741         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1742
1743         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1744         Moved to here ...
1745         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1746         ... from here.
1747
1748 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1749
1750         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
1751         2821 is fixed.
1752
1753 2006-09-08  Jim Meyering  <jim@meyering.net>
1754
1755         Don't make generated files read-only.  That would bother too many
1756         people.  However, do retain the ability to work when targets are
1757         read-only: remove the destination and temporary files before writing
1758         them (when generated via sed or echo), or by using the -f option for
1759         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
1760         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1761         * modules/byteswap, modules/configmake, modules/fcntl:
1762         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1763         * modules/localcharset, modules/netinet_in, modules/poll:
1764         * modules/stdbool, modules/stdint, modules/sys_select:
1765         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1766
1767 2006-09-08  Jim Meyering  <jim@meyering.net>
1768
1769         Avoid new build failure on FreeBSD 6.0.
1770         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
1771         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
1772         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
1773
1774 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1775
1776         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
1777
1778 2006-09-07  Jim Meyering  <jim@meyering.net>
1779
1780         Fix global typo in last change: use chmod u-w, not chmod u-x.
1781         Spotted by Paul Eggert and Bruce Korb.
1782         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1783         * modules/byteswap, modules/configmake, modules/fcntl:
1784         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1785         * modules/localcharset, modules/netinet_in, modules/poll:
1786         * modules/stdbool, modules/stdint, modules/sys_select:
1787         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1788
1789 2006-09-06  Jim Meyering  <jim@meyering.net>
1790
1791         Make generated files be read-only.
1792         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
1793         Ensure that each generated file is now read-only.
1794         * modules/argz: Likewise.
1795         * modules/arpa_inet: Likewise.
1796         * modules/byteswap: Likewise.
1797         * modules/configmake: Likewise.
1798         * modules/fcntl: Likewise.
1799         * modules/fnmatch: Likewise.
1800         * modules/getopt: Likewise.
1801         * modules/glob: Likewise.
1802         * modules/inttypes: Likewise.
1803         * modules/netinet_in: Likewise.
1804         * modules/poll: Likewise.
1805         * modules/stdbool: Likewise.
1806         * modules/stdint: Likewise.
1807         * modules/sys_select: Likewise.
1808         * modules/sys_socket: Likewise.
1809         * modules/sys_stat: Likewise.
1810         * modules/sysexits: Likewise.
1811         * modules/localcharset: Same as above, but continue using temporary
1812         file named "t-$@" (why different?) rather than the "$@-t" used
1813         everywhere else.
1814
1815         * modules/sysexits (Makefile.am): Replace literal occurrences
1816         of "sysexit.h" more readable, and more consistent, "$@".
1817
1818 2006-09-06  Bruno Haible  <bruno@clisp.org>
1819
1820         * modules/striconv: New file.
1821         * modules/xstriconv: New file.
1822         * MODULES.html.sh (Internationalization functions): Add striconv,
1823         xstriconv.
1824
1825 2006-09-06  Bruno Haible  <bruno@clisp.org>
1826
1827         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
1828         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
1829         not using libtool correctly.
1830
1831 2006-09-06  Bruno Haible  <bruno@clisp.org>
1832
1833         * lib/striconv.h: New file.
1834         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
1835         iconvstring.c.
1836         * lib/xstriconv.h: New file.
1837         * lib/xstriconv.c: New file.
1838
1839 2006-09-06  Bruno Haible  <bruno@clisp.org>
1840
1841         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1842         lib_..._LDFLAGS.
1843
1844 2006-09-05  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1845
1846         * lib/argz_.h: Sync from Libtool.
1847
1848         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
1849                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1850
1851         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
1852
1853 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1854
1855         * modules/trim: New file.
1856
1857 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1858
1859         * lib/trim.h: New file.
1860         * lib/trim.c: New file.
1861
1862 2006-09-05  Bruno Haible  <bruno@clisp.org>
1863
1864         * MODULES.html.sh (String handling): Add trim.
1865
1866 2006-09-04  Karl Berry  <karl@gnu.org>
1867
1868         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
1869         until next release.
1870
1871 2006-09-03  Bruno Haible  <bruno@clisp.org>
1872
1873         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
1874         correctly.
1875
1876 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1877
1878         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
1879         not gl_GETLOADAVG.  Omit unneeded semicolons.
1880         Problems reported by Ralf Wildenhues in
1881         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1882         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
1883         at the end, which is the usual gnulib style.
1884
1885         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
1886         of doing all the work ourselves.
1887         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
1888         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
1889
1890 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1891
1892         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
1893         Problem reported by Ralf Wildenhues in
1894         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1895
1896         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
1897         HAVE_STRUCT_STATFS_F_FSTYPENAME.
1898
1899 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1900
1901         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
1902         yesterday's patch by changing test -n to test -z.
1903
1904 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1905
1906         * modules/getloadavg (Files): Add m4/getloadavg.m4.
1907         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
1908         the former is now obsolescent.
1909
1910         * modules/chdir-long (Depends-on): Add fcntl.
1911
1912 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1913
1914         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
1915         obsolescent, and programs should use gnulib instead.
1916         * m4/getloadavg.m4: New file, with contents taken from Autoconf
1917         but with prefixes changed.
1918
1919 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1920
1921         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
1922         or stdbool.h, because they might not exist while configuring.
1923
1924         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
1925         Don't include unistd.h or limits.h; not needed, since chdir-long.h
1926         does that for us.
1927         (O_DIRECTORY): Remove.
1928
1929 2006-08-31  Eric Blake  <ebb9@byu.net>
1930
1931         * gnulib-tool: Don't let emacs change spaces to TAB.
1932
1933 2006-08-31  Bruno Haible  <bruno@clisp.org>
1934
1935         * gnulib-tool: When calling func_import more than once, do it in a
1936         subshell.
1937         Reported by Eric Blake <ebb9@byu.net>.
1938
1939 2006-08-31  Bruno Haible  <bruno@clisp.org>
1940
1941         * gnulib-tool (nl): Remove variable.
1942         (sed_transform_lib_file): Use more robust test for config-h module.
1943         (func_import): Fix typo in 2006-08-25 patch.
1944
1945 2006-08-31  Bruno Haible  <bruno@clisp.org>
1946
1947         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
1948         specified, augment Makefile.am variables instead of assigning them.
1949
1950 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1951
1952         Work around a bug in both the Linux and SunOS 64-bit kernels:
1953         nanosleep mishandles sleeps for longer than 2**31 seconds.
1954         Problem reported by Frank v Waveren in
1955         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1956         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
1957         Check for nanosleep bug.
1958         (LIB_NANOSLEEP): Append clock_gettime library if needed.
1959
1960 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1961
1962         Work around a bug in both the Linux and SunOS 64-bit kernels:
1963         nanosleep mishandles sleeps for longer than 2**31 seconds.
1964         Problem reported by Frank v Waveren in
1965         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1966         * lib/nanosleep.c (BILLION): New constant.
1967         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
1968         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
1969         implementation.
1970
1971 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1972
1973         * modules/nanosleep (Depends-on): Add gettime.
1974
1975 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1976         and Simon Josefsson  <jas@extundo.com>
1977         and Oskar Liljeblad  <oskar@osk.mine.nu>
1978
1979         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
1980         * gnulib-tool (func_import): New license type 'unmodifiable license
1981         text'.
1982         * modules/fdl: Use it.  Longer description.
1983         * module/gpl, module/lgpl: New files.
1984
1985 2006-08-30  Jim Meyering  <jim@meyering.net>
1986
1987         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
1988         shadowing the parameter.
1989
1990 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1991
1992         Sync from Libtool:
1993
1994         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1995
1996         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
1997         sharing with gnulib.  Report by Eric Blake.
1998
1999 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2000
2001         * modules/isapipe: New file.
2002         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
2003
2004 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2005
2006         * modules/configmake (Makefile.am): Add a comment, and omit
2007         the CONFIGMAKE_ prefix from generated macro names.  Suggested
2008         by Bruno Haible.
2009
2010 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2011
2012         * m4/isapipe.m4: New file.
2013
2014 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2015
2016         * lib/isapipe.c, isapipe.h: New files.
2017
2018 2006-08-29  Jim Meyering  <jim@meyering.net>
2019
2020         * modules/configmake (Makefile.am): Make configmake.h depend on
2021         Makefile.  Otherwise, a stale configmake.h could hang around.
2022
2023 2006-08-29  Eric Blake  <ebb9@byu.net>
2024
2025         * lib/error.c (error_at_line, print_errno_message): Match libc, after
2026         resolution of upstream bug 3044.
2027
2028 2006-08-29  Bruno Haible  <bruno@clisp.org>
2029
2030         * modules/localcharset (Depends-on): Add configmake.
2031         (Makefile.am): Remove setting of LIBDIR through DEFS.
2032
2033 2006-08-29  Bruno Haible  <bruno@clisp.org>
2034
2035         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
2036         defined.
2037
2038 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2039
2040         * modules/fcntl: New file.
2041         * modules/chdir-safer (Depends-on): Add fcntl.
2042         * modules/fts: Likewise.
2043         * modules/mkdir-p: Likewise.
2044
2045         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
2046         This undoes the most recent change, since we're now addressing the
2047         problem in a different way.
2048
2049         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
2050         into output, since the output might be called Makefile.am even
2051         if $makefile_name is something different.
2052         (func_import): Use $makefile_am rather than
2053         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
2054         empty.
2055
2056         * modules/inttypes (Files): Add m4/inttypes-h.m4.
2057
2058 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2059
2060         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
2061         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
2062         recent change to stdint.m4, since we're now addressing the problem in a
2063         different way.
2064
2065 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2066
2067         * m4/fcntl_h.m4: New file.
2068
2069 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2070
2071         * lib/fcntl_.h: New file.
2072         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
2073         the fcntl module.
2074         * lib/dirchownmod.c: Likewise.
2075         * lib/fts.c: Likewise.
2076
2077         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
2078         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
2079         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
2080         just before including <inttypes.h>, to avoid circular inclusion.
2081
2082 2006-08-28  Jim Meyering  <jim@meyering.net>
2083
2084         * doc/visibility.texi: Actually read and correct the grammar of the
2085         sentence affected by yesterday's change.
2086
2087 2006-08-28  Eric Blake  <ebb9@byu.net>
2088
2089         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
2090         needs wrapper.
2091
2092 2006-08-28  Eric Blake  <ebb9@byu.net>
2093
2094         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
2095
2096 2006-08-28  Eric Blake  <ebb9@byu.net>
2097
2098         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
2099
2100 2006-08-28  Bruno Haible  <bruno@clisp.org>
2101
2102         * modules/c-strstr: New file, from GNU gettext.
2103         * MODULES.html.sh (String handling): Add c-strstr.
2104
2105 2006-08-28  Bruno Haible  <bruno@clisp.org>
2106
2107         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
2108         macros.
2109         Reported by Eric Blake.
2110
2111 2006-08-28  Bruno Haible  <bruno@clisp.org>
2112
2113         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
2114         (VASNPRINTF): Return a string of length > INT_MAX without failing.
2115         * lib/vasprintf.c: Include errno.h, limits.h.
2116         (EOVERFLOW): New fallback definition.
2117         (vasprintf): Test here whether the string length is > INT_MAX.
2118         * lib/vsnprintf.c: Include errno.h, limits.h.
2119         (EOVERFLOW): New fallback definition.
2120         (vsnprintf): Fix bug when generated string was too long for the buffer.
2121         Test here whether the string length is > INT_MAX.
2122
2123 2006-08-28  Bruno Haible  <bruno@clisp.org>
2124
2125         * lib/inttypes_.h (SCNX*): Remove definitions.
2126         Reported by Eric Blake.
2127
2128 2006-08-28  Bruno Haible  <bruno@clisp.org>
2129
2130         * lib/c-strstr.h: New file, from GNU gettext.
2131         * lib/c-strstr.c: New file, from GNU gettext.
2132
2133 2006-08-28  Bruno Haible  <bruno@clisp.org>
2134
2135         * gnulib-tool: Reorder some statements.
2136
2137 2006-08-28  Bruno Haible  <bruno@clisp.org>
2138
2139         * gnulib-tool: New option --makefile-name.
2140         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
2141         $makefile_name.
2142         (func_import): Write $makefile_name to the cache file, and read it from
2143         there unless explicitly specified. Use $makefile_name as file name
2144         instead of Makefile.am. Adjust the recommendations accordingly.
2145
2146 2006-08-28  Bruno Haible  <bruno@clisp.org>
2147
2148         * gnulib-tool (func_verify_module): Check against misapplying patch.
2149
2150 2006-08-28  Bruno Haible  <bruno@clisp.org>
2151
2152         * gnulib-tool (func_relativize, func_relconcat): New functions.
2153         Give an error if --local-dir is given with --update.
2154         Remove trailing slashes from $local_gnulib_dir.
2155         (func_import): Store the relativized $local_gnulib_dir in
2156         gnulib-cache.m4, and read it from there if not specified explicitly.
2157
2158 2006-08-28  Bruno Haible  <bruno@clisp.org>
2159
2160         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
2161         is the current directory. Respect also $local_gnulib_dir.
2162
2163 2006-08-28  Bruno Haible  <bruno@clisp.org>
2164             Simon Josefsson  <jas@extundo.com>
2165
2166         BeOS portability.
2167         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
2168
2169 2006-08-27  Jim Meyering  <jim@meyering.net>
2170
2171         * doc/visibility.texi: Remove duplicate word: "pointer".
2172
2173 2006-08-26  Bruno Haible  <bruno@clisp.org>
2174
2175         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
2176         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
2177         (Makefile.am): Create inttypes.h from inttypes_.h.
2178         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
2179
2180         * modules/imaxabs: New file.
2181
2182         * modules/imaxdiv: New file.
2183
2184 2006-08-26  Bruno Haible  <bruno@clisp.org>
2185
2186         * m4/inttypes.m4: New file.
2187         * m4/_inttypes_h.m4: Remove file.
2188         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
2189         PRI_MACROS_BROKEN.
2190         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
2191
2192         * m4/imaxabs.m4: New file.
2193
2194         * m4/imaxdiv.m4: New file.
2195
2196 2006-08-26  Bruno Haible  <bruno@clisp.org>
2197
2198         * lib/inttypes_.h: New file.
2199         * lib/inttypes.h: Remove file.
2200         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
2201
2202         * lib/imaxabs.c: New file.
2203
2204         * lib/imaxdiv.c: New file.
2205
2206 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2207
2208         New config-h module, so that "make" output needn't be cluttered
2209         by -DHAVE_CONFIG_H.
2210         * MODULES.html.sh (Support for building libraries and executables):
2211         Add config-h.
2212         * modules/config-h: New file.
2213         * gnulib-tool (nl, sed_transform_lib_file): New vars.
2214         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
2215         the config-h module is used.
2216
2217         New configmake module, so that "make" output needn't be cluttered
2218         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
2219         * MODULES.html.sh (Support for building libraries and executables):
2220         Add configmake.
2221         * modules/configmake: New file.
2222
2223 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2224
2225         * m4/config-h.m4: New file.
2226
2227 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2228
2229         * config/srclist.txt: Add elisp-comp.
2230
2231 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2232
2233         * MODULES.html.sh (Support for building libraries and executables):
2234         Add elisp-comp.
2235         * build-aux/elisp-comp: New file.
2236         * modules/elisp-comp: New file.
2237
2238 2006-08-24  Bruno Haible <bruno@clisp.org>
2239
2240         * gnulib-tool (func_create_testdir): Use non-default values of
2241         sourcebase and m4base.
2242
2243 2006-08-24  Bruno Haible <bruno@clisp.org>
2244
2245         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
2246         HTML structure.
2247
2248 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
2249
2250         * modules/openat (Depends-on): Add lchown.
2251
2252 2006-08-23  Bruno Haible <bruno@clisp.org>
2253
2254         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
2255         of gl_LOCK_EARLY instead of gl_LOCK.
2256
2257 2006-08-23  Bruno Haible  <bruno@clisp.org>
2258
2259         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
2260         on OSF/1 to no.
2261         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
2262
2263 2006-08-23  Bruno Haible  <bruno@clisp.org>
2264
2265         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
2266         as unusable.
2267
2268         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
2269         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
2270         (gl_LOCK): New macro.
2271
2272 2006-08-22  Simon Josefsson  <jas@extundo.com>
2273
2274         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
2275         to md5 module.
2276
2277 2006-08-22  Simon Josefsson  <jas@extundo.com>
2278
2279         * MODULES.html.sh: Add "Support for maintaining and release
2280         projects".
2281
2282         * build-aux/gnupload: New file, from coreutils.
2283
2284 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2285
2286         Avoid the need for AC_LIBSOURCES in m4 macros.
2287         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
2288         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
2289         * modules/check-version (EXTRA_DIST): Add check-version.h.
2290         * modules/crc (EXTRA_DIST): Add crc.h.
2291         * modules/des (EXTRA_DIST): Add des.h.
2292         * modules/gc (EXTRA_DIST): Add gc.h.
2293         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
2294         * modules/getline (EXTRA_DIST): Add getline.h.
2295         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
2296         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
2297         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
2298         * modules/md2 (EXTRA_DIST): Add md2.h.
2299         * modules/md4 (EXTRA_DIST): Add md4.h.
2300         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
2301         * modules/read-file (EXTRA_DIST): Add read-file.h.
2302         * modules/readline (EXTRA_DIST): Add readline.h.
2303         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
2304         rijndael-api-fst.h.
2305
2306 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2307
2308         * m4/rijndael.m4 (gl_ARCFOUR):
2309         * m4/arctwo.m4 (gl_ARCTWO):
2310         * m4/check-version.m4 (gl_CHECK_VERSION):
2311         * m4/crc.m4 (gl_CRC):
2312         * m4/des.m4 (gl_DES):
2313         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
2314         * m4/gc.m4 (gl_GC):
2315         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
2316         * m4/getline.m4 (gl_FUNC_GETLINE):
2317         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
2318         * m4/hmac-md5.m4 (gl_HMAC_MD5):
2319         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
2320         * m4/md2.m4 (gl_MD2):
2321         * m4/md4.m4 (gl_MD4):
2322         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
2323         * m4/read-file.m4 (gl_FUNC_READ_FILE):
2324         * m4/readline.m4 (gl_FUNC_READLINE):
2325         * m4/rijndael.m4 (gl_RIJNDAEL):
2326         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
2327         to get the necessary .h files and whatnot.
2328
2329 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2330
2331         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
2332         gnulib rather than the other way around.
2333         * config/srclistvars.sh (COREUTILS): Remove.
2334
2335 2006-08-22  Jim Meyering  <jim@meyering.net>
2336
2337         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
2338
2339         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
2340
2341 2006-08-22  Eric Blake  <ebb9@byu.net>
2342
2343         * modules/regexprops-generic: New file.
2344         * MODULES.html.sh (Support for building documentation): List it.
2345
2346 2006-08-22  Eric Blake  <ebb9@byu.net>
2347
2348         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
2349         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
2350         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
2351         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
2352
2353 2006-08-22  Bruno Haible <bruno@clisp.org>
2354
2355         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
2356         and lib_LTLIBRARIES like the other lib_* variables.
2357
2358 2006-08-22  Bruno Haible <bruno@clisp.org>
2359
2360         * build-aux/x-to-1.in: New file, from GNU gettext.
2361
2362 2006-08-22  Bruno Haible  <bruno@clisp.org>
2363
2364         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
2365         <utmpx.h> exists.
2366
2367 2006-08-22  Bruno Haible  <bruno@clisp.org>
2368
2369         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
2370         <utmpx.h> exists.
2371
2372 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2373
2374         BeOS portability.
2375         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
2376         exist.
2377         Problem reported by Bruno Haible.
2378
2379 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2380
2381         Avoid the need for AC_LIBSOURCES in m4 macros.
2382         * modules/acl (EXTRA_DIST): Add acl.h.
2383         * modules/argmatch (Files): Add m4/argmatch.m4.
2384         (configure.ac): Add gl_ARGMATCH.
2385         (EXTRA_DIST): Renamed from lib_SOURCES, for
2386         consistency with the other modules.  Remove argmatch.c.
2387         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
2388         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
2389         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
2390         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
2391         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
2392         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
2393         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
2394         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
2395         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
2396         * modules/closeout (EXTRA_DIST): Add closeout.h.
2397         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
2398         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
2399         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
2400         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
2401         dirname.h; remove basename.c and stripslash.c.
2402         * modules/exclude (EXTRA_DIST): Add exclude.h.
2403         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
2404         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
2405         * modules/file-type (EXTRA_DIST): Add file-type.h.
2406         * modules/filemode (EXTRA_DIST): Add filemode.h.
2407         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
2408         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
2409         * modules/fpending (EXTRA_DIST): Add __fpending.h.
2410         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
2411         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
2412         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
2413         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
2414         * modules/getdate (EXTRA_DIST): Add getdate.c.
2415         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
2416         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
2417         * modules/getpass (EXTRA_DIST): Add getpass.h.
2418         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
2419         * modules/group-member (EXTRA_DIST): Add group-member.h.
2420         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
2421         * modules/hash (EXTRA_DIST): Add hash.h.
2422         * modules/human (EXTRA_DIST): Add human.h.
2423         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
2424         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
2425         * modules/lchown (EXTRA_DIST): Add lchown.h.
2426         * modules/long-options (EXTRA_DIST): Add long-options.h.
2427         * modules/lstat (EXTRA_DIST): Add lstat.h.
2428         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
2429         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
2430         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
2431         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
2432         * modules/memxor (EXTRA_DIST): Add memxor.h.
2433         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
2434         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
2435         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
2436         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
2437         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
2438         * modules/physmem (EXTRA_DIST): Add physmem.h.
2439         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
2440         * modules/posixver (EXTRA_DIST): Add posixver.h.
2441         * modules/quote (EXTRA_DIST): Add quote.h.
2442         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
2443         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
2444         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
2445         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
2446         regex_internal.h regexec.c.
2447         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
2448         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
2449         * modules/same (EXTRA_DIST): Add same.h.
2450         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
2451         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
2452         * modules/savedir (EXTRA_DIST): Add savedir.h.
2453         * modules/sha1 (EXTRA_DIST): Add sha1.h.
2454         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
2455         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
2456         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
2457         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
2458         * modules/strdup (EXTRA_DIST): Add strdup.h.
2459         * modules/strftime (EXTRA_DIST): Add strftime.h.
2460         * modules/strndup (EXTRA_DIST): Add strndup.h.
2461         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
2462         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
2463         * modules/time_r (EXTRA_DIST): Add time_r.h.
2464         * modules/timespec (EXTRA_DIST): Add timespec.h.
2465         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
2466         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
2467         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
2468         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
2469         * modules/userspec (EXTRA_DIST): Add userspec.h.
2470         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
2471         * modules/utimens (EXTRA_DIST): Add utimens.h.
2472         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
2473         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
2474         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
2475         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
2476         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
2477         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
2478         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
2479         * modules/yesno (EXTRA_DIST): Add yesno.h.
2480
2481 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2482
2483         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
2484
2485         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
2486         * m4/dev-ino.m4, same-inode.m4: Remove.
2487
2488         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
2489         * m4/acl.m4 (AC_FUNC_ACL):
2490         * m4/backupfile.m4 (gl_BACKUPFILE):
2491         * m4/c-strtod.m4 (gl_C99_STRTOLD):
2492         * m4/canon-host.m4 (gl_CANON_HOST):
2493         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2494         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
2495         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
2496         * m4/cloexec.m4 (gl_CLOEXEC):
2497         * m4/close-stream.m4 (gl_CLOSE_STREAM):
2498         * m4/closeout.m4 (gl_CLOSEOUT):
2499         * m4/dirfd.m4 (gl_FUNC_DIRFD):
2500         * m4/dirname.m4 (gl_DIRNAME):
2501         * m4/exclude.m4 (gl_EXCLUDE):
2502         * m4/exitfail.m4 (gl_EXITFAIL):
2503         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
2504         * m4/file-type.m4 (gl_FILE_TYPE):
2505         * m4/filemode.m4 (gl_FILEMODE):
2506         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
2507         * m4/fpending.m4 (gl_FUNC_FPENDING):
2508         * m4/fprintftime.m4 (gl_FPRINTFTIME):
2509         * m4/fts.m4 (gl_FUNC_FTS):
2510         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
2511         * m4/getdate.m4 (gl_GETDATE):
2512         * m4/gethrxtime.m4 (gl_GETHRXTIME):
2513         * m4/getpagesize.m4 (gl_GETPAGESIZE):
2514         * m4/getpass.m4 (gl_FUNC_GETPASS):
2515         * m4/gettime.m4 (gl_GETTIME):
2516         * m4/getugroups.m4 (gl_GETUGROUPS):
2517         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
2518         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
2519         * m4/hard-locale.m4 (gl_HARD_LOCALE):
2520         * m4/hash.m4 (gl_HASH):
2521         * m4/idcache.m4 (gl_IDCACHE):
2522         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
2523         * m4/lchown.m4 (gl_FUNC_LCHOWN):
2524         * m4/long-options.m4 (gl_LONG_OPTIONS):
2525         * m4/lstat.m4 (gl_FUNC_LSTAT):
2526         * m4/md5.m4 (gl_MD5):
2527         * m4/memcasecmp.m4 (gl_MEMCASECMP):
2528         * m4/memcoll.m4 (gl_MEMCOLL):
2529         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
2530         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
2531         * m4/memxor.m4 (gl_MEMXOR):
2532         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
2533         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
2534         * m4/modechange.m4 (gl_MODECHANGE):
2535         * m4/mountlist.m4 (gl_MOUNTLIST):
2536         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2537         * m4/openat.m4 (gl_FUNC_OPENAT):
2538         * m4/pathmax.m4 (gl_PATHMAX):
2539         * m4/physmem.m4 (gl_PHYSMEM):
2540         * m4/posixtm.m4 (gl_POSIXTM):
2541         * m4/posixver.m4 (gl_POSIXVER):
2542         * m4/quote.m4 (gl_QUOTE):
2543         * m4/quotearg.m4 (gl_QUOTEARG):
2544         * m4/readtokens.m4 (gl_READTOKENS):
2545         * m4/readutmp.m4 (gl_READUTMP):
2546         * m4/regex.m4 (gl_REGEX):
2547         * m4/safe-read.m4 (gl_SAFE_READ):
2548         * m4/safe-write.m4 (gl_SAFE_WRITE):
2549         * m4/same.m4 (gl_SAME):
2550         * m4/save-cwd.m4 (gl_SAVE_CWD):
2551         * m4/savedir.m4 (gl_SAVEDIR):
2552         * m4/settime.m4 (gl_SETTIME):
2553         * m4/sha1.m4 (gl_SHA1):
2554         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
2555         * m4/stat-macros.m4 (gl_STAT_MACROS):
2556         * m4/stat-time.m4 (gl_STAT_TIME):
2557         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
2558         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
2559         * m4/strdup.m4 (gl_FUNC_STRDUP):
2560         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
2561         * m4/strndup.m4 (gl_FUNC_STRNDUP):
2562         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
2563         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
2564         * m4/time_r.m4 (gl_TIME_R):
2565         * m4/timespec.m4 (gl_TIMESPEC):
2566         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
2567         * m4/unlinkdir.m4 (gl_UNLINKDIR):
2568         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
2569         * m4/userspec.m4 (gl_USERSPEC):
2570         * m4/utimecmp.m4 (gl_UTIMECMP):
2571         * m4/utimens.m4 (gl_UTIMENS):
2572         * m4/xalloc.m4 (gl_XALLOC):
2573         * m4/xgetcwd.m4 (gl_XGETCWD):
2574         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
2575         * m4/xreadlink.m4 (gl_XREADLINK):
2576         * m4/xstrtod.m4 (gl_XSTRTOD):
2577         * m4/yesno.m4 (gl_YESNO):
2578         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
2579         to get the necessary .h files and whatnot.
2580
2581 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
2582             Bruno Haible <bruno@clisp.org>
2583
2584         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
2585         /bin/sh understanding of '!' conditional negation.
2586
2587 2006-08-21  Jim Meyering  <jim@meyering.net>
2588
2589         * modules/openat (Depends-on): Really alphabetize.
2590
2591         * modules/acl (Depends-on): Add error and quote.
2592
2593         * check-module (find_included_lib_files): Add at-func.c to the
2594         ok-to-include-more-than-once white list.
2595
2596         * modules/openat (Depends-on): Add lstat.  Alphabetize.
2597
2598 2006-08-21  Bruno Haible <bruno@clisp.org>
2599
2600         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2601         Emit a pkgdata_DATA variable only if some snippets add contents to it.
2602         Reported by Martin Lambers <marlam@marlam.de>.
2603
2604 2006-08-21  Bruno Haible <bruno@clisp.org>
2605
2606         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
2607         specify an installation location, don't emit a noinst_LIBRARIES or
2608         noinst_LTLIBRARIES assignment.
2609
2610 2006-08-21  Bruno Haible  <bruno@clisp.org>
2611
2612         BeOS portability.
2613         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
2614         BeOS has mbrtowc() but no <wctype.h>.
2615
2616 2006-08-21  Bruno Haible  <bruno@clisp.org>
2617
2618         BeOS portability.
2619         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
2620         exist.
2621
2622 2006-08-21  Bruno Haible  <bruno@clisp.org>
2623
2624         BeOS portability.
2625         * lib/mbchar.h: Include <wctype.h> only if it exists.
2626
2627 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2628
2629         Remove files that are no longer needed by their respective modules.
2630         * m4/obstack.m4: Remove.
2631         * m4/strerror_r.m4: Remove.
2632         * m4/uint32_t.m4: Remove.
2633         * m4/uintptr_t.m4: Remove.
2634         * m4/ullong_max.m4: Remove.
2635         * m4/xstrtoimax.m4: Remove.
2636         * m4/xstrtoumax.m4: Remove.
2637
2638         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
2639         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
2640         dependencies now capture this.
2641
2642         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
2643         Do not use AC_LIBSOURCES, since gnulib modules now do this.
2644         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
2645         * m4/human.m4 (gl_HUMAN): Likewise.
2646         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
2647         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
2648
2649         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
2650
2651         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
2652         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
2653         stdint.
2654         * m4/human.m4 (gl_HUMAN): Likewise.
2655         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
2656         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
2657         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2658         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2659         * m4/xstrtol (gl_XSTRTOL): Likewise.
2660
2661         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
2662         AC_TYPE_LONG_LONG_INT.
2663         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2664         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
2665         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
2666         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2667
2668         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
2669         on stdbool.
2670
2671         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
2672         (gl_PREREQ_XSTRTOUL): Remove.
2673
2674         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
2675
2676         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
2677         mode.
2678
2679 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         Add and change modules to make it easier for coreutils to use
2682         gnulib-tool.
2683         * modules/backupfile (Files): Remove m4/d-ino.m4.
2684         (Depends-on): Add d-ino.
2685         * modules/cycle-check (Depends-on): Add stdint.
2686         (lib_SOURCES): Add cycle-check.h.
2687         * modules/d-ino: New module.
2688         * modules/d-type: New module.
2689         * modules/error (Files): Remove m4/strerror_r.m4.
2690         * modules/filemode (Files): Add m4/st_dm_mode.m4.
2691         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
2692         m4/inttypes_h.m4, m4/uintmax_t.m4.
2693         (Depends-on): Add stdint.
2694         (lib_SOURCES): Add fsusage.h.
2695         * modules/getcwd (Files): Remove d-ino.m4.
2696         (Depends-on): Add d-ino.
2697         * modules/getndelim2 (Depends-on): Add stdint.
2698         * modules/glob (Files): Remove m4/d-type.m4.
2699         (Depends-on): Add d-type.
2700         * modules/host-os: New module.
2701         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
2702         m4/inttypes_h.m4, m4/uintmax_t.m4.
2703         * Depends-on: Add stdint.
2704         (lib_SOURCES): Add human.h.
2705         * modules/inttostr (Files): Remove m4/intmax_t.m4,
2706         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
2707         m4/uintmax_t.m4, m4/ulonglong.m4.
2708         (Depends-on): Add stdint.
2709         (EXTRA_DIST): Add inttostr.h.
2710         * modules/lchmod: New module.
2711         * modules/link-follow: New module.
2712         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
2713         (Depends-on): Add lchmod.
2714         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
2715         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
2716         (Depends-on): Add stdint.
2717         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
2718         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
2719         (Depends-on): Add stdint.
2720         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
2721         * modules/perl: New module.
2722         * modules/regex (Depends-on): Add stdint.
2723         * modules/rmdir-errno: New module.
2724         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2725         m4/intmax_t.m4.
2726         (Depends-on): Add stdint.
2727         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2728         m4/uintmax_t.m4.
2729         (Depends-on): Add stdint.
2730         * modules/unlink-busy: New module.
2731         * modules/utimecmp (Depends-on): Add stdint.
2732         * modules/uptime: New module.
2733         * modules/winsz-ioctl: New module.
2734         * modules/winsz-termios: New module.
2735         * modules/xnanosleep (Depends-on): Add nanosleep.
2736         * modules/ullong_max: Remove.
2737         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
2738         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
2739         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
2740         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
2741         (Depends-on): Add inttypes.
2742         (lib_SOURCES): Add xstrtol.h.
2743         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
2744         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
2745         * MODULES.html.sh: Move 'assert' into the assert section.
2746         Move 'dummy' into the linking section.
2747         Remove ullong_max.
2748         Add section for compatibility checks for POSIX:2001 functions,
2749         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
2750         winsz-ioctl, and winsz-termios into it.
2751         Add lchmod.
2752         Add top-level Misc section and put host-os, perl, and uptime
2753         into it.
2754
2755 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2756
2757         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
2758         now assume the stdint module.  Do not include inttypes.h.
2759         * lib/fsusage.h: Likewise.
2760         * lib/getndelim2.c: Likewise.
2761         * lib/human.h: Likewise.
2762         * lib/inttostr.h: Likewise.
2763         * lib/obstack.c: Likewise.
2764         * lib/regex_internal.h: Likewise.
2765         * lib/tempname.c: Likewise.
2766         * lib/utimecmp.c: Likewise.
2767         * lib/xstrtol.h: Likewise.
2768
2769         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
2770
2771         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
2772         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
2773         * lib/xtime.h: Likewise.
2774
2775 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2776
2777         * modules/openat (Files): Add lib/fchmodat.c.
2778         Fixes problem reported by Jay Youngman.
2779
2780 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2781
2782         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
2783         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
2784
2785 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
2786             Bruno Haible  <bruno@clisp.org>
2787
2788         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
2789         and is a script that invokes bison. Tighten the code. Add comments.
2790
2791 2006-08-18  Jim Meyering  <jim@meyering.net>
2792
2793         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
2794         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
2795         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
2796         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
2797
2798 2006-08-18  Bruno Haible  <bruno@clisp.org>
2799
2800         * modules/bison-i18n: New file.
2801         * MODULES.html.sh (Internationalization functions): Add it.
2802
2803 2006-08-18  Bruno Haible  <bruno@clisp.org>
2804
2805         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
2806         sys/statvfs.h. When getmntinfo was found, check its declaration and
2807         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
2808
2809 2006-08-18  Bruno Haible  <bruno@clisp.org>
2810
2811         * m4/bison-i18n.m4: New file, from bison.
2812
2813 2006-08-18  Bruno Haible  <bruno@clisp.org>
2814
2815         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
2816         (ME_DUMMY): Treat "kernfs" as a dummy.
2817         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
2818
2819 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2820
2821         Update from coreutils.
2822
2823         2006-08-15  Jim Meyering  <jim@meyering.net>
2824
2825         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
2826
2827         2006-01-17  Jim Meyering  <jim@meyering.net>
2828
2829         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
2830
2831         2006-01-11  Jim Meyering  <jim@meyering.net>
2832
2833         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
2834         Check for the lchmod function.
2835
2836 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2837
2838         Update from coreutils.
2839
2840         * lib/__fpending.h: Add copyright notice.
2841         * lib/fprintftime.h: Likewise.
2842         * lib/savedir.c: Use (C) in copyright notice.
2843         * lib/savedir.h: Likewise.
2844
2845         2006-08-15  Jim Meyering  <jim@meyering.net>
2846
2847         * lib/at-func.c: New file, with the logic of all emulated at-functions.
2848         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
2849         in support of the EXPECTED_ERRNO macro.
2850         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
2851         definitions.  Instead, define the appropriate symbols and include
2852         "at-func.c".
2853         * lib/mkdirat.c (mkdirat): Likewise.
2854         * lib/fchmodat.c (fchmodat): Likewise.
2855         (ENOSYS): Remove definition.
2856         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
2857         it.  Don't include "unistd--.h" -- it wasn't ever used.
2858
2859         2006-01-17  Jim Meyering  <jim@meyering.net>
2860
2861         Rewrite fts.c not to change the current working directory,
2862         by using openat, fstatat, fdopendir, etc..
2863
2864         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
2865         (HAVE_OPENAT_SUPPORT): Define.
2866         [_LIBC] (fchdir): Don't undef or define; no longer used.
2867         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
2868         Now, this `function' always succeeds, and consumes its file descriptor
2869         parameter -- so callers must not close such FDs.  Update callers.
2870         (diropen_fd, opendirat, cwd_advance_fd): New functions.
2871         (diropen): Add parameter, SP.  Adjust all callers.
2872         Implement using diropen_fd, rather than open.
2873         (fts_open): Initialize new member, fts_cwd_fd.
2874         Remove fts_rft-setting code.
2875         (fts_close): Close fts_cwd_fd, if necessary.
2876         (__opendir2): Define in terms of opendir or opendirat,
2877         depending on whether the FST_NOCHDIR flag is set.
2878         (fts_build): Since fts_safe_changedir consumes its FD, and since
2879         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
2880         and close the dup'd file descriptor upon failure.
2881         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
2882         (fts_safe_changedir): Tweak semantics to reflect that this function
2883         now calls cwd_advance_fd and hence consumes its FD argument.
2884         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
2885         [struct FTS] (fts_rft): Remove now-unused member.
2886         [struct FTS] (fts_cycle.state): Improve comment.
2887
2888         * lib/openat.c (openat_needs_fchdir): New function.
2889         * lib/openat.h (openat_needs_fchdir): Declare it.
2890
2891 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
2892
2893         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
2894         Problem and fix reported by Pádraig Brady in
2895         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
2896
2897 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2898
2899         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
2900
2901 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2902
2903         * lib/memcoll.c (memcoll): Optimize for the common case where the
2904         arguments are bytewise equal.
2905
2906 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2907
2908         * doc/regexprops-generic.texi: Add a copyright notice.
2909
2910 2006-08-15  Bruno Haible  <bruno@clisp.org>
2911
2912         * modules/tmpdir (License): Change to LGPL.
2913
2914 2006-08-15  Bruno Haible  <bruno@clisp.org>
2915
2916         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
2917         module.
2918
2919 2006-08-14  Simon Josefsson  <jas@extundo.com>
2920
2921         * config/srclist.txt: Add gnupload.
2922
2923 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2924
2925         Change copyright notice from LGPL 2 to GPL 2, since that's the
2926         standard form used in the gnulib repository.
2927         * tests/test-lock.c: Likewise.
2928         * tests/test-stdint.c: Likewise.
2929         * tests/test-tls.c: Likewise.
2930
2931         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
2932         prelude-manager.  User shorter URLs for GNU projects, without '?'.
2933         Add copyright notice.
2934
2935         * check-module: Add copyright notice.  Output a copyright
2936         notice if "--version" is specified.
2937         * modules/COPYING: New file.
2938         * tests/test-getaddrinfo.c: Add copyright notice.
2939         * tests/test-verify.c: Likewise.
2940
2941 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2942
2943         Change copyright notice from LGPL 2 to GPL 2, since that's the
2944         standard form used in the gnulib repository.
2945         * lib/lock.c: LGPL -> GPL.
2946         * lib/lock.h: Likewise.
2947         * lib/strnlen1.c: Likewise.
2948         * lib/strnlen1.h: Likewise.
2949         * lib/tls.c: Likewise.
2950         * lib/tls.h: Likewise.
2951         * lib/tmpdir.c: Likewise.
2952
2953         * lib/TODO: Remove; this belongs only in coreutils.
2954
2955 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2956
2957         Add copyright notices to long-enough files that lack them, since
2958         otherwise the files aren't clearly free.  Use the same notice that
2959         getdate.texi already uses.
2960         * doc/alloca-opt.texi: Add copyright notice.
2961         * doc/alloca.texi: Likewise.
2962         * doc/ctime.texi: Likewise.
2963         * doc/functions.texi: Likewise.
2964         * doc/gcd.texi: Likewise.
2965         * doc/gnulib-tool.texi: Likewise.
2966         * doc/inet_ntoa.texi: Likewise.
2967         * doc/visibility.texi: Likewise.
2968
2969         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
2970         * doc/quote.texi: Add copyright notice.
2971
2972         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
2973         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
2974         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
2975         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
2976         is now obsolete, and give a pointer to the Sun list.
2977         Add copyright notice.
2978
2979 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2980
2981         * config/srclistvars.sh: Add copyright notice.
2982
2983 2006-08-14  Eric Blake  <ebb9@byu.net>
2984
2985         Import the following change from libc:
2986
2987         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
2988
2989         Upstream bug 2997.
2990         * lib/misc/error.c: Add space between program name and message if file
2991         name is missing.
2992
2993 2006-08-12  Karl Berry  <karl@gnu.org>
2994
2995         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
2996         remove, these originate in gnulib now.
2997
2998 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2999
3000         * doc/Makefile (standards.info standards.html standards.dvi):
3001         Also depend on make-stds.texi.
3002
3003 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
3004
3005         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
3006         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
3007
3008         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
3009         in wchar_t.  Problem reported by Eric Blake.
3010
3011         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
3012         LEN is smaller than SIZE.  Suggested by Bruno Haible.
3013         Also, help the compiler to keep LEN in a register.
3014
3015 2006-08-11  Eric Blake  <ebb9@byu.net>
3016
3017         * users.txt: Sort.  Add tar.
3018
3019 2006-08-11  Bruno Haible  <bruno@clisp.org>
3020
3021         * users.txt: New file.
3022
3023 2006-08-11  Bruno Haible  <bruno@clisp.org>
3024
3025         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
3026         before <wchar.h>. Needed for OSF/1 and BSD/OS.
3027
3028 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3029
3030         * modules/snprintf (Depends-on): Remove minmax.
3031         (Maintainer): Add self and Bruno.
3032
3033 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3034
3035         * lib/.cppi-disable: Add snprintf.h, socket_.h.
3036         * lib/snprintf.c: Include <errno.h> and <limits.h>.
3037         (EOVERFLOW): Define if the system does not.
3038         Do not include "minmax.h"; it wasn't used.
3039         (snprintf): Don't assume size_t promotes to an unsigned type.
3040         Fix bug when generated string was too long for the buffer: the
3041         buffer's contents are supposed to be the initial prefix of the
3042         output.  Don't assume vasnprintf returns EOVERFLOW if the size
3043         exceeds INT_MAX; do the check ourselves.
3044
3045         Import the following changes from libc:
3046
3047         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
3048
3049         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
3050         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
3051         set wc to the byte which couldn't be converted.
3052         (re_string_reconstruct): Don't clear valid_raw_len before calling
3053         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
3054         tip_context using re_string_context_at.
3055
3056         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3057
3058         * lib/posix/regex.h: g++ still cannot handled [restrict].
3059
3060         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
3061
3062         * lib/posix/regex.h: Remove special handling for VMS.
3063
3064 2006-08-10  Jim Meyering  <jim@meyering.net>
3065
3066         * modules/same-inode: New module.
3067         * modules/dev-ino: New module.
3068         * modules/cycle-check: Depend on these modules, rather than simply
3069         including their .h files.
3070         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
3071         required via m4/cycle-check.m4.
3072         * modules/same: Depend on new same-inode module, rather than
3073         including same-inode.h.
3074         * modules/chdir-safer: New file.
3075
3076         * modules/chown (Depends-on): Add stat-macros.
3077
3078 2006-08-10  Jim Meyering  <jim@meyering.net>
3079
3080         * m4/cycle-check.m4: New file.
3081         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
3082         * m4/dev-ino.m4, same-inode.m4: New files.
3083
3084 2006-08-10  Eric Blake  <ebb9@byu.net>
3085
3086         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
3087         in from original proposal.
3088
3089 2006-08-10  Eric Blake  <ebb9@byu.net>
3090         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3091
3092         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
3093         namespace.
3094
3095 2006-08-10  Bruno Haible  <bruno@clisp.org>
3096
3097         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
3098         as well.
3099
3100 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3101
3102         Sync from coreutils.
3103
3104         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
3105
3106         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
3107         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
3108
3109 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3110
3111         * modules/restrict: Remove; no longer needed now that we assume
3112         Autoconf 2.59 or later.
3113         * MODULES.html.sh: Remove 'restrict'.
3114         * modules/argp (Depends-on): Remove 'restrict'.
3115         * modules/base64 (Depends-on): Likewise.
3116         * modules/gc (Depends-on): Likewise.
3117         * modules/getaddrinfo (Depends-on): Likewise.
3118         * modules/glob (Depends-on): Likewise.
3119         * modules/inet_ntop (Depends-on): Likewise.
3120         * modules/inet_pton (Depends-on): Likewise.
3121         * modules/memxor (Depends-on): Likewise.
3122         * modules/regex (Depends-on): Likewise.
3123         * modules/strtok_r (Depends-on): Likewise.
3124         * modules/time_r (Depends-on): Likewise.
3125
3126 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3127
3128         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
3129         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
3130         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3131         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
3132         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
3133         * m4/memxor.m4 (gl_MEMXOR): Likewise.
3134         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
3135         gl_C_RESTRICT replaced by AC_C_RESTRICT.
3136
3137         Merge from coreutils.
3138         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
3139         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
3140         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3141         * m4/time_r.m4 (gl_TIME_R): Likewise.
3142
3143 2006-08-09  Karl Berry  <karl@gnu.org>
3144
3145         * config/srclist.txt: no more gettext-tools, per Bruno.
3146
3147 2006-08-08  Eric Blake  <ebb9@byu.net>
3148
3149         * modules/verror: New module.
3150         * MODULES.html.sh: Document it.
3151
3152 2006-08-08  Eric Blake  <ebb9@byu.net>
3153
3154         * lib/verror.h, verror.c: New files.
3155
3156 2006-08-08  Eric Blake  <ebb9@byu.net>
3157
3158         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
3159         verror_at_line output complies with GNU Coding Standards even when
3160         file is NULL.
3161
3162 2006-08-07  Bruno Haible  <bruno@clisp.org>
3163
3164         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
3165         versions of AIX.
3166         Reported by Ralf Wildenhues.
3167
3168 2006-08-07  Bruno Haible  <bruno@clisp.org>
3169
3170         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
3171         in an AC_DEFUN. Needed so that the autoconf snippets can use
3172         AC_REQUIRE.
3173
3174 2006-08-06  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3175
3176         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3177         Initialize pkgdata_DATA.
3178         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
3179         overriding it.
3180
3181 2006-08-06  Eric Blake  <ebb9@byu.net>
3182
3183         * lib/error.h: Fold in some upstream changes from glibc.
3184         * lib/error.c: Likewise.
3185
3186 2006-08-04  Bruno Haible  <bruno@clisp.org>
3187
3188         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3189         Make the mostlyclean-local rule depend on mostlyclean-generic.
3190         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
3191
3192 2006-07-31  Bruno Haible  <bruno@clisp.org>
3193
3194         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
3195         <stdlib.h>, <string.h>.
3196
3197 2006-07-30  Bruno Haible  <bruno@clisp.org>
3198
3199         * modules/readlink (License): Change to LGPL.
3200
3201 2006-07-30  Bruno Haible  <bruno@clisp.org>
3202
3203         * modules/javaversion (Makefile.am): Distribute javaversion.java and
3204         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
3205         set PKGDATADIR to point to it.
3206
3207 2006-07-30  Bruno Haible  <bruno@clisp.org>
3208
3209         * modules/csharpexec (configure.ac): Comment out macro invocation.
3210         * modules/javaexec (configure.ac): Likewise.
3211         * modules/javacomp-script (configure.ac): Likewise.
3212
3213         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
3214
3215 2006-07-30  Bruno Haible  <bruno@clisp.org>
3216
3217         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
3218         linked-list.
3219
3220 2006-07-30  Bruno Haible  <bruno@clisp.org>
3221
3222         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
3223
3224 2006-07-30  Bruno Haible  <bruno@clisp.org>
3225
3226         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3227         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
3228         get removed.
3229
3230 2006-07-29  Bruno Haible  <bruno@clisp.org>
3231
3232         Make it possible for gnulib-tool to work with locally modified or
3233         augmented gnulib repositories.
3234         * gnulib-tool (func_usage): Document --local-dir option.
3235         (local_gnulib_dir): New variable.
3236         Handle --local-dir option.
3237         (func_lookup_file): New function.
3238         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
3239         (func_get_description, func_get_filelist, func_get_description,
3240         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
3241         func_get_automake_snippet, func_get_include_directive,
3242         func_get_license, func_get_maintainer): Use func_lookup_file.
3243         (func_import, func_create_testdir): Use func_lookup_file.
3244
3245 2006-07-29  Bruno Haible  <bruno@clisp.org>
3246
3247         * modules/setenv (Depends-on): Add unistd.
3248
3249 2006-07-29  Bruno Haible  <bruno@clisp.org>
3250
3251         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
3252
3253 2006-07-29  Bruno Haible  <bruno@clisp.org>
3254
3255         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
3256
3257 2006-07-29  Bruno Haible  <bruno@clisp.org>
3258
3259         * gnulib-tool (import, update): If there is no Makefile.am, look at
3260         aclocal.m4, instead of bailing out.
3261
3262 2006-07-29  Bruno Haible  <bruno@clisp.org>
3263
3264         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
3265         Categorize the options by when they are useful.
3266
3267 2006-07-29  Bruno Haible  <bruno@clisp.org>
3268
3269         * gnulib-tool (func_usage): Document option --no-libtool.
3270         Handle option --no-libtool.
3271         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
3272         for changed semantics of $libtool variable.
3273         (func_import): Likewise. If libtool is not used, show this through
3274         an option --no-libtool.
3275         (func_create_testdir): Update.
3276
3277 2006-07-29  Bruno Haible  <bruno@clisp.org>
3278
3279         * gnulib-tool (func_import): Extend error message about missing
3280         --doc-base.
3281
3282 2006-07-29  Bruno Haible  <bruno@clisp.org>
3283
3284         * gnulib-tool (func_import): Don't create the $docbase directory if
3285         there is no file to store there.
3286
3287 2006-07-29  Bruno Haible  <bruno@clisp.org>
3288
3289         * gnulib-tool (autoconf_minversion): If a --dir option is given and
3290         relevant, look for configure.ac there, not in the current directory.
3291         Also use a simple search for AC_PREREQ, not "autoconf --trace".
3292
3293 2006-07-29  Bruno Haible  <bruno@clisp.org>
3294
3295         * gnulib-tool (SORT): New variable.
3296         (func_usage): Undocument --assume-autoconf option.
3297         Remove --assume-autoconf option handling.
3298         (autoconf_minversion): Determine from the contents of configure.ac.
3299         (func_import): Remove autoconf_minversion handling.
3300         Suggested by Eric Blake.
3301
3302 2006-07-29  Bruno Haible  <bruno@clisp.org>
3303
3304         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
3305
3306 2006-07-29  Bruno Haible  <bruno@clisp.org>
3307
3308         * config/srclist.txt (*setenv.[ch]): Remove rules.
3309
3310 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3311
3312         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
3313
3314 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3315
3316         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
3317         arpa/inet.h.
3318
3319 2006-07-28  Simon Josefsson  <jas@extundo.com>
3320
3321         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
3322         * modules/inet_pton (Depends-on): Likewise.
3323
3324 2006-07-28  Simon Josefsson  <jas@extundo.com>
3325
3326         * m4/netinet_in_h.m4: New file.
3327
3328 2006-07-28  Simon Josefsson  <jas@extundo.com>
3329
3330         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
3331         #include's.
3332
3333 2006-07-28  Simon Josefsson  <jas@extundo.com>
3334
3335         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
3336         #include's.
3337
3338 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
3339
3340         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
3341         setgid on directories only if they set these bits.
3342         * lib/modechange.h: Remove obsolete comment about masks.
3343
3344 2006-07-28  Eric Blake  <ebb9@byu.net>
3345
3346         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
3347         macro expansion.
3348
3349 2006-07-28  Bruno Haible <bruno@clisp.org>
3350
3351         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
3352
3353 2006-07-28  Bruno Haible  <bruno@clisp.org>
3354
3355         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
3356
3357 2006-07-28  Bruno Haible  <bruno@clisp.org>
3358
3359         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
3360         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
3361         Define fallbacks.
3362         Avoids link error on FreeBSD 4.x.
3363         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3364
3365         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
3366         encoding.
3367         * lib/mbswidth.c (iswcntrl): Likewise.
3368
3369 2006-07-27  Bruno Haible  <bruno@clisp.org>
3370
3371         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
3372         test.
3373
3374 2006-07-27  Bruno Haible  <bruno@clisp.org>
3375
3376         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
3377         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
3378         defined.
3379
3380 2006-07-26  Eric Blake  <ebb9@byu.net>
3381
3382         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
3383
3384 2006-07-26  Eric Blake  <ebb9@byu.net>
3385
3386         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
3387         like mingw that lack mkstemp.
3388         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
3389         avoid compilation warning on mingw.
3390
3391 2006-07-26  Bruno Haible  <bruno@clisp.org>
3392
3393         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
3394         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
3395         INT_FAST*_MIN, INTPTR_MIN.
3396
3397 2006-07-25  Bruno Haible  <bruno@clisp.org>
3398
3399         * modules/version-etc (Depends-on): Add stdarg.
3400
3401 2006-07-25  Bruno Haible  <bruno@clisp.org>
3402
3403         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
3404         complex commands.
3405
3406 2006-07-25  Bruno Haible  <bruno@clisp.org>
3407
3408         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
3409         defined in <stdarg.h> or config.h.
3410
3411 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
3412
3413         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
3414         (gl_STDIO_SAFER): Remove.
3415
3416 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
3417
3418         * MODULES.html.sh (File stream based Input/Output):
3419         Add fopen-safer, tmpfile-safer; remove stdio-safer.
3420         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
3421         * modules/fopen-safer, modules/tmpfile-safer: New files.
3422         * modules/stdio-safer: Remove.
3423
3424 2006-07-24  Bruno Haible  <bruno@clisp.org>
3425
3426         * modules/tmpdir: New file.
3427         * MODULES.html.sh (File system functions): Add it.
3428
3429 2006-07-24  Bruno Haible  <bruno@clisp.org>
3430
3431         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
3432         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
3433
3434 2006-07-24  Bruno Haible  <bruno@clisp.org>
3435
3436         * modules/clean-temp: New file.
3437
3438 2006-07-24  Bruno Haible  <bruno@clisp.org>
3439
3440         * m4/tmpdir.m4: New file, from GNU gettext.
3441
3442 2006-07-24  Bruno Haible  <bruno@clisp.org>
3443
3444         * lib/tmpdir.h: New file, from GNU gettext.
3445         * lib/tmpdir.c: New file, from GNU gettext.
3446
3447 2006-07-24  Bruno Haible  <bruno@clisp.org>
3448
3449         * lib/clean-temp.h: New file, from GNU gettext.
3450         * lib/clean-temp.c: New file, from GNU gettext.
3451
3452 2006-07-23  Eric Blake  <ebb9@byu.net>
3453
3454         * modules/stdio-safer (Files): Add tmpfile-safer.c.
3455         (Depends-on): Add binary-io.
3456
3457 2006-07-23  Eric Blake  <ebb9@byu.net>
3458
3459         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
3460
3461 2006-07-23  Eric Blake  <ebb9@byu.net>
3462
3463         * lib/tmpfile-safer.c: New file.
3464         * lib/stdio-safer.h (fopen_safer): Add prototype.
3465         * lib/stdio--.h (tmpfile): Make safer.
3466
3467 2006-07-23  Bruno Haible  <bruno@clisp.org>
3468
3469         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
3470         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
3471         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
3472         gl_linked_remove_at): Use it.
3473
3474 2006-07-22  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3475         and Simon Josefsson <jas@extundo.com>
3476
3477         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
3478
3479         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
3480
3481 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3482
3483         * modules/close-stream: New file.
3484         * modules/closeout (Description): Make it clear that it exits
3485         with a diagnostic on error.
3486         (Depends-on): Add close-stream.  Remove fpending, stdbool.
3487         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
3488
3489 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3490
3491         * m4/close-stream.m4: New file.
3492
3493 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3494
3495         * lib/close-stream.c, close-stream.h: New files.
3496
3497 2006-07-22  Bruno Haible  <bruno@clisp.org>
3498
3499         Merge from GNU gettext 0.15.
3500
3501         2006-05-01  Bruno Haible  <bruno@clisp.org>
3502
3503                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
3504
3505         2006-07-22  Bruno Haible  <bruno@clisp.org>
3506
3507                 * modules/javaversion: New file.
3508                 * MODULES.html.sh (Java): Add javaversion.
3509
3510         2006-03-12  Bruno Haible  <bruno@clisp.org>
3511
3512                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
3513
3514         2005-12-04  Bruno Haible  <bruno@clisp.org>
3515
3516                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
3517                 (untested).
3518
3519         2006-06-21  Bruno Haible  <bruno@clisp.org>
3520
3521                 Avoid warnings from recent versions of mcs.
3522                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
3523                 -o, -L, -r any more. Use options documented since mcs-1.0
3524                 instead. Similarly for -g.
3525
3526         2005-12-04  Bruno Haible  <bruno@clisp.org>
3527
3528                 * build-aux/csharpcomp.sh.in: Suffix for resources is
3529                 .resources, not .resource.
3530
3531         2005-07-09  Bruno Haible  <bruno@clisp.org>
3532
3533                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
3534                 add a .dll suffix.
3535                 Reported by Mark Junker <mjscod@gmx.de>.
3536
3537         2006-07-22  Bruno Haible  <bruno@clisp.org>
3538
3539                 * modules/gettext: Upgrade to gettext-0.15.
3540                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
3541                 m4/visibility.m4.
3542                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
3543
3544 2006-07-22  Bruno Haible  <bruno@clisp.org>
3545
3546         Merge from GNU gettext 0.15.
3547
3548         2006-03-25  Bruno Haible  <bruno@clisp.org>
3549
3550                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
3551
3552         2006-07-21  Bruno Haible  <bruno@clisp.org>
3553
3554                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
3555                 "1.1".
3556
3557         2006-05-09  Bruno Haible  <bruno@clisp.org>
3558
3559                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
3560                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
3561                 for the conftestver execution.
3562
3563         2006-05-01  Bruno Haible  <bruno@clisp.org>
3564
3565                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
3566                 optional target-version argument. Verify that the compiler
3567                 groks source of the specified source-version, or add -source
3568                 option as necessary. Verify that the compiler produces
3569                 bytecode in the specified target-version, or add -target and
3570                 -source options as necessary. Make the result of the test
3571                 available as variable CONF_JAVAC. Also log error output in
3572                 config.log.
3573
3574         2006-03-11  Bruno Haible  <bruno@clisp.org>
3575
3576                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
3577
3578         2006-05-09  Bruno Haible  <bruno@clisp.org>
3579
3580                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
3581                 CLASSPATH_SEPARATOR to a semicolon.
3582
3583         2006-03-12  Bruno Haible  <bruno@clisp.org>
3584
3585                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
3586                 available as variable CONF_JAVA, for subsequent autoconf
3587                 tests. Also log error output in config.log.
3588
3589         2006-07-19  Bruno Haible  <bruno@clisp.org>
3590
3591                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
3592                 that getline works on glibc2 systems. Needed to avoid trouble
3593                 in relocatable.c.
3594                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
3595
3596         2005-12-04  Bruno Haible  <bruno@clisp.org>
3597
3598                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
3599                 launcher (untested).
3600
3601         2005-12-04  Bruno Haible  <bruno@clisp.org>
3602
3603                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
3604
3605         2006-07-22  Bruno Haible  <bruno@clisp.org>
3606
3607                 * gettext.m4: Update from GNU gettext-0.15.
3608                 * nls.m4: Likewise.
3609                 * po.m4: Likewise.
3610                 * inttypes-pri.m4: Likewise.
3611                 * inttypes-h.m4: Renamed from inttypes.m4.
3612                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
3613
3614 2006-07-22  Bruno Haible  <bruno@clisp.org>
3615
3616         Merge from GNU gettext 0.15.
3617
3618         2005-07-05  Bruno Haible  <bruno@clisp.org>
3619
3620                 * printf-args.c (printf_fetchargs): Work around broken
3621                 definition of wint_t on mingw.
3622
3623         2005-02-12  Bruno Haible  <bruno@clisp.org>
3624
3625                 * xallocsa.h: Add extern "C" for C++.
3626
3627         2006-05-17  Bruno Haible  <bruno@clisp.org>
3628
3629                 Cygwin portability.
3630                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
3631
3632         2006-04-30  Bruno Haible  <bruno@clisp.org>
3633
3634                 * progreloc.c: Include <mach-o/dyld.h> if available.
3635                 (find_executable): Use _NSGetExecutablePath when possible.
3636
3637         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3638
3639                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
3640                 function.
3641
3642         2005-12-29  Bruno Haible  <bruno@clisp.org>
3643
3644                 * progreloc.c (set_program_name_and_installdir): Fix
3645                 compilation error.
3646
3647         2005-12-04  Bruno Haible  <bruno@clisp.org>
3648
3649                 Cygwin portability.
3650                 * progreloc.c: Include <windows.h> also on Cygwin.
3651                 (find_executable): Add support for Cygwin.
3652                 (set_program_name_and_installdir): Handle also platforms with
3653                 nonempty EXEEXT.
3654
3655         2006-07-11  Bruno Haible  <bruno@clisp.org>
3656
3657                 * javacomp.c: Fix a comment.
3658                 Reported by Jim Meyering.
3659
3660         2006-04-30  Bruno Haible  <bruno@clisp.org>
3661
3662                 * javacomp.h (compile_java_class): Add source_version,
3663                 target_version arguments.
3664                 * javacomp.c: Rewritten to choose only a compiler that
3665                 respects the specified source_version and target_version.
3666
3667         2006-06-27  Bruno Haible  <bruno@clisp.org>
3668
3669                 Assume correct S_ISDIR macro.
3670                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
3671
3672         2006-07-22  Bruno Haible  <bruno@clisp.org>
3673
3674                 * javaversion.h: New file, from GNU gettext.
3675                 * javaversion.c: New file, from GNU gettext.
3676                 * javaversion.java: New file, from GNU gettext.
3677                 * javaversion.class: New file, from GNU gettext.
3678
3679         2006-05-17  Bruno Haible  <bruno@clisp.org>
3680
3681                 Cygwin portability.
3682                 * javaexec.c (execute_java_class): Test for jview program
3683                 also on Cygwin.
3684
3685         2006-04-09  Bruno Haible  <bruno@clisp.org>
3686
3687                 * fatal-signal.c: Don't include string.h.
3688                 (at_fatal_signal): Use a copying loop instead of memcpy.
3689
3690         2005-12-04  Bruno Haible  <bruno@clisp.org>
3691
3692                 * csharpexec.c: Add support for 'clix' launcher (untested).
3693                 (execute_csharp_using_sscli): New function.
3694                 (execute_csharp_program): Call it.
3695
3696         2006-06-21  Bruno Haible  <bruno@clisp.org>
3697
3698                 Avoid warnings from recent versions of mcs.
3699                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
3700                 -o, -L, -r any more. Use options documented since mcs-1.0
3701                 instead. Similarly for -g.
3702
3703         2005-07-09  Bruno Haible  <bruno@clisp.org>
3704
3705                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
3706                 add a .dll suffix.
3707                 Reported by Mark Junker <mjscod@gmx.de>.
3708
3709         2006-06-17  Bruno Haible  <bruno@clisp.org>
3710
3711                 * config.charset: Update for NetBSD 3.0.
3712
3713         2006-05-17  Bruno Haible  <bruno@clisp.org>
3714
3715                 Cygwin portability.
3716                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
3717
3718         2006-05-16  Bruno Haible  <bruno@clisp.org>
3719
3720                 * localcharset.c [CYGWIN]: Include <windows.h>.
3721                 (get_charset_aliases): For Cygwin, return the same CPxxx
3722                 aliases list as under WIN32.
3723                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
3724                 the environment variables. Fall back to GetACP().
3725
3726         2006-04-05  Bruno Haible  <bruno@clisp.org>
3727
3728                 * config.charset: Update Juan Manuel Guerrero's address.
3729
3730         2005-02-12  Bruno Haible  <bruno@clisp.org>
3731
3732                 * allocsa.h: Add extern "C" for C++.
3733
3734         2005-02-10  Bruno Haible  <bruno@clisp.org>
3735
3736                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
3737                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
3738
3739         2006-07-22  Bruno Haible  <bruno@clisp.org>
3740
3741                 * gettext.h: Update to GNU gettext-0.15.
3742
3743 2006-07-22  Bruno Haible  <bruno@clisp.org>
3744
3745         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
3746         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
3747         lib-prefix.m4, longdouble.m4, ssize_t.m4.
3748
3749 2006-07-21  Eric Blake  <ebb9@byu.net>
3750
3751         * modules/stdlib-safer: New file.
3752         * MODULES.html.sh (File stream based Input/Output): Add
3753         stdlib-safer.
3754
3755 2006-07-21  Eric Blake  <ebb9@byu.net>
3756
3757         * lib/stdlib-safer.h: New file from coreutils, required by
3758         stdlib--.h.
3759
3760 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
3761
3762         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
3763
3764 2006-07-20  Bruno Haible  <bruno@clisp.org>
3765
3766         * gnulib-tool: Recognize new option --assume-autoconf.
3767         (autoconf_minversion): New variable.
3768         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
3769
3770 2006-07-20  Bruno Haible  <bruno@clisp.org>
3771
3772         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
3773
3774 2006-07-19  Derek R. Price  <derek@ximbiot.com>
3775
3776         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
3777         Reindent and repaginate.
3778
3779 2006-07-19  Derek Price  <derek@ximbiot.com>
3780
3781         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
3782         Correct grammar.
3783
3784 2006-07-17  Bruno Haible  <bruno@clisp.org>
3785
3786         * modules/list: New file.
3787         * modules/array-list: New file.
3788         * modules/carray-list, modules/carray-list-tests: New files.
3789         * modules/linked-list, modules/linked-list-tests: New files.
3790         * modules/avltree-list, modules/avltree-list-tests: New files.
3791         * modules/rbtree-list, modules/rbtree-list-tests: New files.
3792         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
3793         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
3794         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
3795         * modules/oset: New file.
3796         * modules/array-oset: New file.
3797         * modules/avltree-oset, modules/avltree-oset-tests: New files.
3798         * modules/rbtree-oset, rbtree-oset-tests: New files.
3799         * tests/test-carray_list.c: New file.
3800         * tests/test-linked_list.c: New file.
3801         * tests/test-avltree_list.c: New file.
3802         * tests/test-rbtree_list.c: New file.
3803         * tests/test-linkedhash_list.c: New file.
3804         * tests/test-avltreehash_list.c: New file.
3805         * tests/test-rbtreehash_list.c: New file.
3806         * tests/test-avltree_oset.c: New file.
3807         * tests/test-rbtree_oset.c: New file.
3808         * MODULES.html.sh (Container data structures): New section.
3809
3810 2006-07-17  Bruno Haible  <bruno@clisp.org>
3811
3812         * m4/gl_list.m4: New file.
3813
3814 2006-07-17  Bruno Haible  <bruno@clisp.org>
3815
3816         * lib/gl_list.h: New file.
3817         * lib/gl_list.c: New file.
3818         * lib/gl_array_list.h: New file.
3819         * lib/gl_array_list.c: New file.
3820         * lib/gl_carray_list.h: New file.
3821         * lib/gl_carray_list.c: New file.
3822         * lib/gl_linked_list.h: New file.
3823         * lib/gl_linked_list.c: New file.
3824         * lib/gl_anylinked_list1.h: New file.
3825         * lib/gl_anylinked_list2.h: New file.
3826         * lib/gl_avltree_list.h: New file.
3827         * lib/gl_avltree_list.c: New file.
3828         * lib/gl_anyavltree_list1.h: New file.
3829         * lib/gl_anyavltree_list2.h: New file.
3830         * lib/gl_rbtree_list.h: New file.
3831         * lib/gl_rbtree_list.c: New file.
3832         * lib/gl_anyrbtree_list1.h: New file.
3833         * lib/gl_anyrbtree_list2.h: New file.
3834         * lib/gl_anytree_list1.h: New file.
3835         * lib/gl_anytree_list2.h: New file.
3836         * lib/gl_linkedhash_list.h: New file.
3837         * lib/gl_linkedhash_list.c: New file.
3838         * lib/gl_anyhash_list1.h: New file.
3839         * lib/gl_anyhash_list2.h: New file.
3840         * lib/gl_avltreehash_list.h: New file.
3841         * lib/gl_avltreehash_list.c: New file.
3842         * lib/gl_rbtreehash_list.h: New file.
3843         * lib/gl_rbtreehash_list.c: New file.
3844         * lib/gl_anytreehash_list1.h: New file.
3845         * lib/gl_anytreehash_list2.h: New file.
3846
3847         * lib/gl_oset.h: New file.
3848         * lib/gl_oset.c: New file.
3849         * lib/gl_array_oset.h: New file.
3850         * lib/gl_array_oset.c: New file.
3851         * lib/gl_avltree_oset.h: New file.
3852         * lib/gl_avltree_oset.c: New file.
3853         * lib/gl_rbtree_oset.h: New file.
3854         * lib/gl_rbtree_oset.c: New file.
3855         * lib/gl_anytree_oset.h: New file.
3856
3857 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3858
3859         * m4/mkancesdirs.m4: New file.
3860         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
3861         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
3862         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
3863         it.
3864
3865 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3866
3867         * lib/dirchownmod.c, dirchownmod.h, mkancesdirs.c, mkancesdirs.h:
3868         New files.
3869         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
3870         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
3871         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
3872         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
3873         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
3874         callers changed.  Revamp internals significantly, by not
3875         attempting to create directories that are temporarily more
3876         permissive than the final results.  Do not attempt to use
3877         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
3878         This removes some race conditions, fixes some bugs, and simplifies
3879         things.  Use new dirchownmod function to do owner and mode changes.
3880         * lib/mkdir-p.h: Likewise.
3881         * lib/modechange.c (octal_to_mode): New function.
3882         (struct mode_change): New member mentioned.
3883         (make_node_op_equals): New arg mentioned.  All callers changed.
3884         (mode_compile): Keep track of which mode bits the user has explicitly
3885         mentioned.
3886         (mode_adjust): New arg DIR, so that we implement the X op correctly.
3887         New arg PMODE_BITS, to keep track of which mode bits the user
3888         mentioned; it treats S_ISUID and S_ISGID speciall.
3889         All callers changed.
3890         * lib/modechange.h: Likewise.
3891
3892 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3893
3894         * MODULES.html.sh: Add mkancestors.
3895         * modules/mkancesdirs: New module.
3896         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
3897         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
3898         The chdir-safer and afs files are now orphans; I'll remove them
3899         unless someone speaks up.
3900         Add lib/dirchownmod.c, lib/dirchownmod.h.
3901         (Depends-on): Remove alloca, chown, save-cwd, dirname.
3902         Add lchown, mkancesdirs.
3903         (Maintainer): Add self.
3904
3905 2006-07-15  Karl Berry  <karl@gnu.org>
3906
3907         * gnulib-tool: help message wording/arrangement.
3908
3909 2006-07-14  Simon Josefsson  <jas@extundo.com>
3910
3911         * doc/gnulib.texi (Libtool and Windows): New section.
3912
3913 2006-07-12  Simon Josefsson  <jas@extundo.com>
3914
3915         * modules/gendocs (License): Fix license, approved by Karl.
3916
3917 2006-07-12  Eric Blake  <ebb9@byu.net>
3918
3919         * MODULES.html.sh: Add gendocs.
3920
3921 2006-07-11  Eric Blake  <ebb9@byu.net>
3922
3923         * modules/fdl: New module, to install doc/fdl.texi.
3924         * MODULES.html.sh: Add new section for documentation modules.
3925         * gnulib-tool: Avoid space-tab.
3926         (--doc-base): New option, to manage files from doc.
3927
3928 2006-07-11  Eric Blake  <ebb9@byu.net>
3929
3930         * m4/absolute-header.m4: Fix comments to match recent change.
3931
3932 2006-07-11  Eric Blake  <ebb9@byu.net>
3933
3934         * gnulib-tool: List --doc-base before --tests-base.
3935
3936 2006-07-11  Derek R. Price  <derek@ximbiot.com>
3937
3938         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
3939
3940 2006-07-11  Bruno Haible  <bruno@clisp.org>
3941
3942         * README: Mention where to put documentation.
3943
3944 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3945
3946         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
3947
3948 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3949
3950         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
3951         to stdint.m4.
3952
3953 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3954
3955         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
3956         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
3957         "no/such/file/stdint.h" when there is no such file, so that
3958         the resulting C code can be parsed by dodgy compilers.
3959         Problems reported by Bob Proulx.
3960
3961 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3962
3963         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
3964         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3965         macros into the GNU _D_EXACT_NAMLEN.
3966         * lib/savedir.c:  Likewise.
3967         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
3968
3969 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3970         and Paul Eggert  <eggert@cs.ucla.edu>
3971
3972         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
3973         * m4/savedir.m4:
3974         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3975         macros into the GNU _D_EXACT_NAMLEN.
3976
3977 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3978
3979         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
3980         around the absolute name, to work around a problem with the HP-UX
3981         11.23 native C compiler, reported by Bob Proulx.
3982
3983 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3984
3985         * doc/maintain.texi, make-stds.texi: Sync from
3986         <http://savannah.gnu.org/projects/gnustandards>.
3987
3988 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3989
3990         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
3991
3992 2006-07-09  Jim Meyering  <jim@meyering.net>
3993
3994         * m4/glob.m4: Remove a doubled word in a comment.
3995
3996 2006-07-09  Jim Meyering  <jim@meyering.net>
3997
3998         * lib/argp-pv.c: Remove a doubled word in a comment.
3999         * lib/check-version.c (check_version): Likewise.
4000         * lib/javacomp.c (compile_java_class): Likewise.
4001
4002 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
4003
4004         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
4005         for the benefit of people using Autoconf 2.60.  If you want to
4006         support older Autoconf versions you can copy m4/onceonly_2_57.m4
4007         (or m4/onceonly.m4, if pre-2.57) manually.
4008
4009 2006-07-08  Jim Meyering  <jim@meyering.net>
4010
4011         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
4012         comment.
4013         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
4014         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
4015         comment.
4016
4017 2006-07-08  Jim Meyering  <jim@meyering.net>
4018
4019         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
4020
4021 2006-07-07  Simon Josefsson  <jas@extundo.com>
4022
4023         * tests/test-crc.c: Change expected crc value, the test vector
4024         were probably computed using the old broken crc.c?
4025
4026 2006-07-06  Simon Josefsson  <jas@extundo.com>
4027
4028         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
4029         now the canonical place for the M4 file).
4030
4031         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
4032         from the sys_socket dependency now.
4033
4034         * modules/inet_pton (Files): Ditto.
4035
4036         * modules/inet_ntop (Files): Ditto.
4037
4038 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
4039
4040         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
4041         not gl_PREREQ_GETUSERSHELL.
4042
4043 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4044
4045         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
4046         with only one argument, for Autoconf 2.60.
4047         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
4048         expand to nothing, so add a shell command to avoid syntax error.
4049         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
4050
4051 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4052
4053         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
4054
4055 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4056
4057         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
4058         no longer needed.  Check for isblank decl.
4059         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
4060         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
4061         of existence.
4062
4063 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4064
4065         * lib/getloadavg.c: Use __VMS, not VMS.
4066         * lib/getopt.c: Likewise.
4067         * lib/getpagesize.h: Likewise.
4068         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
4069         and probably does not work.
4070
4071 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4072
4073         * lib/.cppi-disable: Add wcwidth.
4074         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
4075         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
4076         (ISGRAPH): Remove.  All uses changed to isgraph.
4077         (FOLD) [!defined _LIBC]: Remove special case.
4078         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
4079         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
4080         HAVE_ISBLANK.
4081         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
4082         case.
4083
4084 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
4085
4086         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
4087         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
4088         brackets.  Other minor changes to suppress some compiler
4089         warnings.
4090
4091 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4092         and Paul Eggert  <eggert@cs.ucla.edu>
4093
4094         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
4095         of invoking obsolescent AC_HEADER_DIRENT macro.
4096         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
4097         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
4098         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
4099         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4100         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
4101         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4102         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
4103         * m4/readdir.m4: Remove; no longer needed.
4104
4105 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4106         and Paul Eggert  <eggert@cs.ucla.edu>
4107
4108         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
4109         Don't worry about this obsolete case any more.
4110         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
4111         directories.
4112         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
4113         worry about this obsolete case any more.
4114         * lib/fts.c: Likewise.
4115         * lib/getcwd.c: Likewise.
4116         * lib/glob.h: Likewise.
4117         * lib/savedir.c: Likewise.
4118
4119 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4120
4121         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
4122         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
4123         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
4124         needed.
4125         All uses removed.
4126         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4127         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4128         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
4129         needed.
4130         * m4/getdate.m4 (gl_GETDATE): Likewise.
4131         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4132         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4133         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4134         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4135         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4136         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4137         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
4138         needed.
4139
4140 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4141
4142         * lib/memcasecmp.c: Include <limits.h>.
4143         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
4144         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
4145         Don't assume isdigit succeeds only on '0' through '9'.
4146
4147 2006-07-05  Eric Blake  <ebb9@byu.net>
4148
4149         * modules/getaddrinfo (Depends-on): Add snprintf.
4150
4151 2006-07-05  Eric Blake  <ebb9@byu.net>
4152
4153         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
4154         to avoid 'header present but could not be compiled' on cygwin.
4155
4156 2006-07-05  Eric Blake  <ebb9@byu.net>
4157
4158         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
4159         missing from netdb.h.
4160         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
4161
4162 2006-07-05  Derek R. Price  <derek@ximbiot.com>
4163
4164         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
4165         no longer needed.
4166         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
4167         * m4/getdate.m4 (gl_GETDATE): Likewise.
4168         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4169         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4170         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4171         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4172         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4173
4174 2006-07-05  Derek R. Price  <derek@ximbiot.com>
4175
4176         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
4177         All uses of is_space replaced by isspace.
4178         * lib/exit.h: Don't talk about STDC_HEADERS.
4179         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
4180         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
4181         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
4182         replaced by isprint etc.
4183         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
4184         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
4185         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
4186         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
4187         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
4188         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
4189
4190 2006-07-05  Bruno Haible  <bruno@clisp.org>
4191
4192         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
4193         the function exists, before testing against AIX.
4194         Reported by Martin Lambers <marlam@marlam.de>.
4195
4196 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4197
4198         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
4199         From Mark D. Baushke.
4200
4201 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4202
4203         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
4204         to the absolute name, not just one, to bypass Sun C 5.8's
4205         "warning: #include of /usr/include/... may be non-portable".
4206
4207 2006-07-04  Eric Blake  <ebb9@byu.net>
4208
4209         * modules/dirname-tests: New test module.
4210         * tests/test-dirname.c: New file, replacing dirname.c
4211         TEST_DIRNAME section that was recently deleted.
4212
4213 2006-07-04  Bruno Haible  <bruno@clisp.org>
4214
4215         Assume ANSI C header files and <ctype.h> functions.
4216         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
4217         (mbsnwidth): Use isprint, iscntrl instead.
4218
4219 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4220
4221         Merge from coreutils.
4222         * MODULES.html.sh: Add xstrtold.
4223         * modules/xstrtold: New file.
4224         * modules/cycle-check (Files): Add lib/same-inode.h.
4225         * modules/dirname (Files): Add m4/double-slash-root.m4.
4226         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
4227         * modules/mkdir-p (Files): Add lib/same-inode.h.
4228         * modules/same (Files): Add lib/same-inode.h.
4229
4230 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4231
4232         * m4/absolute-header.m4: Renamed from full-header-path.m4.
4233         This is to keep the terminology clean; POSIX talks about
4234         "absolute pathnames", not "full pathnames", but the GNU
4235         Coding Standards say to use "path" for something else;
4236         so use "absolute" to keep both sides happy.
4237         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
4238         Set gl_absolute_header, not gl_full_header_path.
4239         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
4240         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
4241         All uses changed.
4242
4243         Merge from coreutils.
4244
4245         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4246
4247         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
4248         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
4249         want to require the building of c-strtod.o.
4250         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
4251         needs -lm directly.
4252         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
4253
4254         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4255
4256         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
4257         --as-needed option if available.  Problem reported by Albert Chin in
4258         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
4259         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
4260         cc merely issues a bunch of annoying warnings for --as-needed
4261         (this problem was reported by Bob Proulx).  Also, try linking with
4262         -lm to detect a bug in binutils 2.16 (this problem was reported
4263         by Ralf Wildenhues).
4264
4265         2006-06-18  Jim Meyering  <jim@meyering.net>
4266
4267         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
4268         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
4269         macro.
4270         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
4271         also check for glibc-2.4's abort-inducing bug.
4272
4273         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
4274         Low-probability clean-up should be to use rmdir to get rid of
4275         the just-created directory, not unlink.
4276
4277         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
4278         configure fail, and request a bug report to inform us about it.
4279         Add a comment that, barring reports to the contrary, in 2007 we'll
4280         assume ftruncate is universally available.
4281
4282         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
4283
4284         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
4285
4286         2006-03-12  Jim Meyering  <jim@meyering.net>
4287
4288         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
4289         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
4290         * m4/same.m4 (gl_SAME): Likewise.
4291         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
4292
4293         2006-03-11  Eric Blake  <ebb9@byu.net>
4294
4295         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
4296         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
4297         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
4298         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
4299
4300 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4301
4302         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
4303         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
4304         reported by Mark D. Baushke, one in
4305         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
4306
4307         Merge from coreutils.
4308
4309         * lib/.cppi-disable: Add stdint_.h.
4310         * lib/.cvsignore: Add stdint.h.
4311
4312         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4313
4314         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
4315         both double and long double versions.
4316         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
4317         * lib/xstrtold.c: New file.
4318         * lib/xstrtod.h (xstrtold): New decl.
4319
4320         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
4321
4322         * lib/filemode.c (setst): Remove.
4323         (strmode): Rewrite to avoid setst.  This makes the code shorter,
4324         (arguably) clearer, and the generated code is a bit smaller on my
4325         Debian GNU/Linux stable x86 host.
4326
4327         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
4328
4329         * lib/filemode.c: Include "filemode.h" first, to test the interface.
4330         Assume that filemode.h includes sys/types.h and sys/stat.h.
4331         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
4332         (ftypelet): Reorder to put common cases first, for efficiency.
4333         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
4334         to do 'M'.
4335         (strmode): Renamed from mode_string, and now stores 12 bytes instead
4336         of 10, for compatibility with FreeBSD.  All callers changed.
4337         (filemodestring): Now stores 12 bytes instead of 10, and sets file
4338         types that can't be deduced solely from st_mode.  First arg is now a
4339         const pointer.
4340         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
4341         (strmode): Renamed from mode_string.
4342         (filemodestring): New decl.
4343         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
4344         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
4345         needed.
4346         (S_ISPORT, S_ISWHT): New macros, if not already defined.
4347
4348         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
4349
4350         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
4351         fsusage.h now does that.  Include fsusage.h first, to test interface.
4352         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
4353         at most one method (the old code could have generated decls that
4354         didn't conform to C89, not that this was ever exercised).
4355         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
4356
4357         2006-03-19  Jim Meyering  <jim@meyering.net>
4358
4359         Work even in a chroot where d_ino values for entries in "/"
4360         don't match the stat.st_ino values for the same names.
4361         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
4362         number, iterate through all entries again, using lstat instead.
4363         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
4364         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
4365
4366         * lib/getcwd.c (__getcwd): Clarify a comment.
4367         Use memcpy in place of a call to strcpy.
4368
4369         2006-03-12  Jim Meyering  <jim@meyering.net>
4370
4371         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
4372         matches that of the current directory (which we're about to chdir ".."
4373         out of), then save the dev-ino of the parent, instead.
4374
4375         * lib/same-inode.h (SAME_INODE): New file/macro.
4376         * lib/chdir-safer.c (SAME_INODE): Remove definition.
4377         Include "same-inode.h", instead.
4378         * lib/same.c: Likewise.
4379         * lib/cycle-check.h: Include "same-inode.h".
4380         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
4381         * lib/cycle-check.c (SAME_INODE): Remove definition.
4382         * lib/root-dev-ino.h: Include "same-inode.h".
4383
4384         2006-03-11  Eric Blake  <ebb9@byu.net>
4385
4386         * lib/same.c (same_name): s/base_name/last_component/
4387         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
4388         * lib/filenamecat.c (file_name_concat): Likewise.
4389
4390         2006-03-11  Eric Blake  <ebb9@byu.net>,
4391                     Paul Eggert  <eggert@cs.ucla.edu>
4392
4393         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
4394         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
4395         drive prefix.
4396         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
4397         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
4398         (last_component): New method.
4399         * lib/dirname.c (dir_len): Determine when drive letters need a
4400         subsequent slash.  Preserve // when it is special.
4401         (dir_name): Don't append dot when drive letter is absolute.
4402         [TEST_DIRNAME]: Move into a full-blown gnulib test.
4403         * lib/basename.c (base_name): New semantics - malloc the result.
4404         Preserve // when it is special.  Preserve relative files that look
4405         like drive letters.
4406         (base_len): Preserve // when it is special.
4407         (last_component): New method, similar to old base_name semantics.
4408         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
4409         base_name.  Strip redundant slashes from ///.
4410
4411 2006-07-03  Jim Meyering  <jim@meyering.net>
4412
4413         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
4414         macro is used before the first cycle_check call.
4415
4416 2006-07-03  Eric Blake  <ebb9@byu.net>
4417
4418         * modules/dirname (Depends-on): Add xstrndup.
4419
4420 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4421
4422         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
4423         test cases, so that config.log is a bit easier to follow.
4424
4425 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4426
4427         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
4428         both are 64 bits, since this seems to be the tradition, and this
4429         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
4430         we ever run into a host that prefers long long to long in this
4431         case, we'll need another configure-time test.  Problem reported by
4432         Jim Meyering.
4433
4434 2006-07-02  Eric Blake  <ebb9@byu.net>
4435
4436         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
4437
4438 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4439
4440         * modules/inttypes (Depends-on): No longer depends on stdint.
4441         * modules/stdint (Description): Say more about assumptions.
4442         Say that the fast types might differ.  Say macros are used.
4443         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
4444         (Makefile.am): Revise list of substituted symbols to match
4445         new stdint.m4.
4446         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
4447         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
4448         * tests/test-stdint.c (verify_same_types)
4449         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
4450         the code conforms to C99/C89.
4451         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
4452         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
4453
4454 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4455
4456         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
4457         but fix a bug, by requiring at least 64 bits.
4458         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4459         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
4460         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
4461         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
4462
4463         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
4464         changes.  Make 2.59 a prerequisite.  Check and substitute for
4465         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
4466         inttypes.h.  Do not use special include files; just use the
4467         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
4468         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
4469         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
4470         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
4471         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
4472         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
4473         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
4474         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
4475         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
4476         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
4477         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
4478         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
4479         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
4480         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
4481         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
4482         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
4483         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
4484         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
4485         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
4486         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
4487         WINT_MAX.  Check for C99 conformance more strictly, by detecting
4488         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
4489         not check for things that C99 does not require, e.g., int8_t.  If
4490         a test isn't needed unless <stdint.h> isn't working, and is
4491         unlikely to be needed for any other reason, then don't do it
4492         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
4493         size_t, since we assume C89 freestanding at least.  Do not check
4494         for sig_atomic_t, wchar_t, or wint_t, since the code now does
4495         the right thing even if the types are not defined.  Instead use:
4496         (gl_STDINT_TYPE_PROPERTIES): New macro.
4497         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
4498         testing whether <sys/types.h> clashes, as Autoconf does this for
4499         us now.  All uses removed.
4500         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
4501         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
4502         (gl_CHECK_TYPE_SAME):
4503         Remove; no longer needed.
4504         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
4505         exists, since we'll return 0 anyway in that case.
4506         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
4507
4508 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4509
4510         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
4511         possible collision with system files.
4512         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
4513         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
4514         WCHAR_MIN and WCHAR_MAX in this case.
4515         (<stddef.h>): Do not include; no longer needed.
4516         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
4517         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
4518         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
4519         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
4520         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
4521         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
4522         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
4523         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
4524         !defined(__c99))]: Include in this case too, since it's harmless
4525         now.
4526         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
4527         dangerous to do so.
4528         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
4529         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
4530         (_STDINT_MIN, _STDINT_MAX): New macros.
4531         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
4532         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
4533         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
4534         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
4535         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
4536         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
4537         macros, not typedefs; this simplifies things quite a bit.
4538         Use long int for all types narrower than int64_t.
4539         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
4540         Define in terms of long long int or int64_t or long int,
4541         not int64_t or int32_t.  This saves some compile-time testing.
4542         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
4543         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
4544         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
4545         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
4546         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
4547         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
4548         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
4549         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
4550         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
4551         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
4552         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
4553         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
4554         undef any previous version and define our own version, for
4555         simplicity and consistency with the new macros for types.
4556         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
4557         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
4558         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
4559         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
4560         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
4561         @WINT_T_SUFFIX@ to keep things simple here.
4562         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
4563         Simplify by assuming typical 8/16/32/64 host, since we're
4564         already doing that elsewhere anyway.
4565         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
4566         and assume long long int is 64 bits if available.  This
4567         speeds up 'configure'.
4568
4569 2006-07-01  Eric Blake  <ebb9@byu.net>
4570
4571         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
4572         Reported by Andreas Buening.
4573
4574 2006-07-01  Eric Blake  <ebb9@byu.net>
4575
4576         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
4577
4578 2006-06-30  Jim Hyslop <jhyslop@dreampossible.ca>  (tiny change)
4579
4580         * lib/getaddrinfo.c: fixed typo
4581
4582 2006-06-29  Jim Meyering  <jim@meyering.net>
4583
4584         * modules/strftime (Maintainer): Add my name, since with the
4585         FPRINTFTIME changes strftime.c has forked from glibc.
4586
4587 2006-06-29  Eric Blake  <ebb9@byu.net>
4588
4589         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
4590
4591 2006-06-29  Eric Blake  <ebb9@byu.net>
4592
4593         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
4594
4595 2006-06-29  Eric Blake  <ebb9@byu.net>
4596
4597         * lib/stat_.h: New file.
4598
4599 2006-06-29  Eric Blake  <ebb9@byu.net>
4600
4601         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
4602         unused static function.
4603
4604 2006-06-29  Eric Blake  <ebb9@byu.net>
4605
4606         * doc/functions.texi (Function Portability): Document missing lstat
4607         on mingw.
4608
4609 2006-06-29  Eric Blake  <ebb9@byu.net>
4610
4611         * MODULES.html.sh: Add sys_stat.
4612         * modules/sys_stat: New module.
4613         * modules/mkstemp (Depends-on): Add sys_stat.
4614
4615 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4616
4617         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
4618
4619 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4620
4621         * m4/c-bs-a.m4: Removed.
4622
4623 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4624
4625         * lib/strftime.c: Assume strftime() exists.
4626
4627 2006-06-29  Derek Price  <derek@ximbiot.com>
4628
4629         * modules/c-bs-a: Removed - \a is C89.
4630         * MODULES.html.sh: Remove c-bs-a.
4631
4632 2006-06-29  Bruno Haible  <bruno@clisp.org>
4633
4634         * modules/wcwidth (License): Change to LGPL.
4635
4636 2006-06-28  Simon Josefsson  <jas@extundo.com>
4637
4638         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
4639         on _WIN32.
4640
4641         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
4642         getnameinfo.
4643
4644 2006-06-28  Simon Josefsson  <jas@extundo.com>
4645
4646         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
4647
4648 2006-06-28  Simon Josefsson  <jas@extundo.com>
4649
4650         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
4651         functions there.  It will succeed on Windows XP, but on Windows
4652         2000 and (presumably) earlier, it will fail, and use the internal
4653         re-implementation.
4654         (use_win32_p): New function.
4655         (getaddrinfo): Use strtoul on servname, to support numeric ports.
4656         Support AI_NUMERICSERV to disable getservbyname.
4657         (getnameinfo): New function, only supports
4658         NI_NUMERICHOST|NI_NUMERICSERV for now.
4659
4660         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
4661         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
4662         getnameinfo.
4663
4664 2006-06-28  Eric Blake  <ebb9@byu.net>
4665
4666         * modules/wcwidth: New file.
4667         * modules/mbchar (Depends-on): Add wcwidth.
4668         * modules/mbswidth (Depends-on): Add wcwidth.
4669         * MODULES.html.sh: Add wcwidth.
4670
4671 2006-06-28  Eric Blake  <ebb9@byu.net>
4672
4673         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
4674         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
4675
4676 2006-06-28  Eric Blake  <ebb9@byu.net>
4677
4678         * lib/xvasprintf.h: Fix comments.
4679
4680 2006-06-28  Eric Blake  <ebb9@byu.net>
4681
4682         * lib/mbchar.h (wcwidth): Include wcwidth.h.
4683         * lib/mbswidth.c (wcwidth): Move from here...
4684         * lib/wcwidth.h: ...to this new file.
4685
4686 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4687
4688         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
4689
4690         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
4691         it's obsolete.
4692         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
4693
4694 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4695
4696         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
4697         Autoconf 2.60 says this stuff was obsolete.
4698
4699 2006-06-28  Bruno Haible  <bruno@clisp.org>
4700
4701         * modules/wcwidth (Files): Add m4/wchar_t.m4.
4702
4703 2006-06-28  Bruno Haible  <bruno@clisp.org>
4704
4705         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
4706         gt_TYPE_WCHAR_T.
4707
4708 2006-06-28  Bruno Haible  <bruno@clisp.org>
4709
4710         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
4711         declaration for wcwidth.
4712         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
4713
4714 2006-06-28  Bruno Haible  <bruno@clisp.org>
4715
4716         * lib/mkdtemp.c [MINGW]: Include <io.h>.
4717         (mkdir): Define using _mkdir.
4718
4719 2006-06-28  Bruno Haible  <bruno@clisp.org>
4720
4721         * lib/getaddrinfo.h: Fix POSIX URL.
4722         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
4723         _WIN32.
4724         (use_win32_p): Make static.
4725         (getaddrinfo): Reject service name if it is empty or does not consist
4726         solely of decimal digits, or if its value is > 65535.
4727         (getnameinfo): Remove useless casts.
4728
4729 2006-06-27  Simon Josefsson  <jas@extundo.com>
4730
4731         * modules/sys_select: New file, suggested by Bruno Haible, Paul
4732         Eggert and Martin Lambers.
4733
4734 2006-06-27  Simon Josefsson  <jas@extundo.com>
4735
4736         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
4737         Eggert and Martin Lambers.
4738
4739 2006-06-27  Bruno Haible  <bruno@clisp.org>
4740
4741         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
4742         result to 0, not to empty.
4743         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
4744
4745 2006-06-27  Bruno Haible  <bruno@clisp.org>
4746
4747         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
4748
4749 2006-06-26  Simon Josefsson  <jas@extundo.com>
4750
4751         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
4752         present.
4753
4754 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
4755
4756         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
4757         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
4758         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
4759
4760 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
4761
4762         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
4763
4764 2006-06-26  Bruno Haible  <bruno@clisp.org>
4765
4766         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
4767
4768 2006-06-26  Bruno Haible  <bruno@clisp.org>
4769
4770         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
4771
4772 2006-06-26  Bruno Haible  <bruno@clisp.org>
4773
4774         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
4775         SGI C compiler in pre-C99 mode.
4776         Suggested by Mark D. Baushke and Larry Jones.
4777
4778 2006-06-26  Bruno Haible  <bruno@clisp.org>
4779
4780         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
4781         WCHAR_MAX.
4782         Reported by Mark D. Baushke and Larry Jones.
4783
4784 2006-06-26  Bruno Haible  <bruno@clisp.org>
4785
4786         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
4787         in pre-C99 mode.
4788         Suggested by Mark D. Baushke and Larry Jones.
4789
4790 2006-06-23  Simon Josefsson  <jas@extundo.com>
4791             Bruno Haible  <bruno@clisp.org>
4792
4793         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
4794         Emit mostlyclean-local rule.
4795         (func_emit_tests_Makefile_am): Likewise.
4796         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
4797
4798 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
4799
4800         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
4801
4802 2006-06-23  Bruno Haible  <bruno@clisp.org>
4803
4804         * tests/test-stdint.c: Update to match ISO C 99 Technical
4805         Corrigendum 1.
4806
4807 2006-06-23  Bruno Haible  <bruno@clisp.org>
4808
4809         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
4810
4811 2006-06-23  Bruno Haible  <bruno@clisp.org>
4812
4813         * lib/stdint_.h: Treat IRIX like OpenBSD.
4814
4815 2006-06-23  Bruno Haible  <bruno@clisp.org>
4816
4817         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
4818         ISO C 99 Technical Corrigendum 1.
4819
4820 2006-06-22  Simon Josefsson  <jas@extundo.com>
4821
4822         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
4823         MinGW.
4824
4825 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4826
4827         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
4828         needed.  Some compiler complained about some of them.  Problem reported
4829         by Larry Jones in
4830         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
4831
4832 2006-06-21  Simon Josefsson  <jas@extundo.com>
4833
4834         * tests/test-getaddrinfo.c: New file.
4835
4836         * modules/getaddrinfo-tests: New file.
4837
4838         * MODULES.html.sh: Add inet_pton.
4839
4840         * modules/inet_pton: New file.
4841
4842 2006-06-21  Simon Josefsson  <jas@extundo.com>
4843
4844         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
4845         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
4846         of using the (limited) gnulib implementation on Windows XP.
4847
4848         * m4/inet_pton.m4: New file.
4849
4850 2006-06-21  Simon Josefsson  <jas@extundo.com>
4851
4852         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
4853         variable.
4854
4855         * lib/socket_.h: Don't define WINVER.
4856
4857         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
4858         slightly modified to work in gnulib.
4859
4860 2006-06-21  Simon Josefsson  <jas@extundo.com>
4861
4862         * doc/gnulib.texi (Windows sockets): Add.
4863
4864 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
4865
4866         * lib/read-file.c (fread_file): Start with buffer allocation of
4867         0 bytes rather than 1 byte; this simplifies the code.
4868         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
4869         code to free buffer and save/restore errno.
4870         (internal_read_file): Remove unused local.
4871
4872 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4873
4874         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
4875         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
4876         Problem reported by Denis Excoffier in
4877         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
4878
4879 2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4880
4881         * modules/sys_socket, modules/socklen: Include sys/types since
4882         FreeBSD 4.x's sys/socket.h needs it.
4883
4884 2006-06-19  Simon Josefsson  <jas@extundo.com>
4885
4886         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
4887
4888 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4889
4890         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
4891
4892 2006-06-19  Bruno Haible  <bruno@clisp.org>
4893
4894         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
4895         and FULL_PATH_INTTYPES_H in angle brackets.
4896         Reported by Mark D. Baushke <mdb@gnu.org>.
4897
4898 2006-06-17  Eric Blake  <ebb9@byu.net>
4899
4900         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
4901         errno.
4902
4903 2006-06-17  Bruno Haible  <bruno@clisp.org>
4904
4905         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
4906         <sys/inttypes.h>.
4907
4908 2006-06-17  Bruno Haible  <bruno@clisp.org>
4909
4910         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
4911         whether errno is declared. Assume <errno.h> declares errno.
4912
4913 2006-06-17  Bruno Haible  <bruno@clisp.org>
4914
4915         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
4916
4917 2006-06-17  Bruno Haible  <bruno@clisp.org>
4918
4919         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
4920         problem on Solaris 2.5.1.
4921
4922 2006-06-16  Eric Blake  <ebb9@byu.net>
4923
4924         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
4925         * lib/unicodeio.c [!defined errno]: Likewise.
4926         * lib/strtol.c [!defined errno]: Likewise.
4927         * lib/strtod.c [!defined errno]: Likewise.
4928
4929 2006-06-15  Eric Blake  <ebb9@byu.net>
4930
4931         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
4932
4933 2006-06-15  Eric Blake  <ebb9@byu.net>
4934
4935         * config/srclist.txt (ssize_t.m4): Lose sync.
4936
4937 2006-06-15  Bruno Haible  <bruno@clisp.org>
4938
4939         * modules/stdint (Files): Include m4/full-header-path.m4,
4940         m4/size_max.m4, m4/wchar_t.m4.
4941         (Makefile.am): Many more substitutions.
4942         * modules/stdint-tests: New file.
4943         * tests/test-stdint.c: New file.
4944
4945 2006-06-15  Bruno Haible  <bruno@clisp.org>
4946
4947         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
4948         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
4949         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
4950         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
4951         gl_CHECK_TYPE_SAME): New macros.
4952
4953 2006-06-15  Bruno Haible  <bruno@clisp.org>
4954
4955         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
4956
4957 2006-06-15  Bruno Haible  <bruno@clisp.org>
4958
4959         * lib/stdint_.h: Rewritten to be fully auto-configured.
4960         Fixes bug on HP-UX/IA64.
4961
4962 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
4963
4964         * lib/getdate.y (__attribute__): Don't define if already defined.
4965         Problem reported by Larry Jones.
4966         * lib/utimens.c (__attribute__): Likewise.
4967
4968 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4969
4970         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
4971         reported by Andreas Schwab.
4972
4973 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4974             Bruno Haible  <bruno@clisp.org>
4975
4976         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
4977         check for the declaration of strnlen and a run test that exposes the
4978         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
4979         rpl_strndup.
4980
4981 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4982             Bruno Haible  <bruno@clisp.org>
4983
4984         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
4985
4986 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4987
4988         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
4989         compile test, for Tru64 4.0D.
4990
4991 2006-05-28  Karl Berry  <karl@gnu.org>
4992
4993         * config/srclist.txt (printf-args.c): lose sync.
4994
4995 2006-05-26  Martin Lambers  <marlam@marlam.de>
4996
4997         * lib/getpass.c: Updates the test for the native W32 API, and adds
4998         missing includes, thus fixing compilation warnings.
4999
5000 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5001
5002         * lib/exclude.c (exclude_fnmatch): New function.
5003         (excluded_file_name): Call exclude_fnmatch.
5004         * lib/exclude.h (excluded_file_name): New prototype
5005
5006 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5007
5008         * lib/tempname.c (small_open, large_open): New macros.
5009         (__open, __open64) [!_LIBC]: Remove.
5010         (__gen_tempname): Use small_open and large_open instead of __open
5011         and __open64.  This fixes a portability bug on HP-UX 11.11i
5012         reported by Simon Wing-Tang in
5013         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
5014
5015 2006-05-24  Bruno Haible  <bruno@clisp.org>
5016
5017         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
5018         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
5019         Reported by Thorsten Maerz <torte@netztorte.de> via
5020         Aaron Stone <aaron@serendipity.cx>.
5021
5022 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
5023
5024         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
5025         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
5026         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
5027         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
5028         not really conditional on the cache.
5029         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
5030
5031 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
5032
5033         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
5034         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
5035         (my_usleep): Don't mishandle maximum value.
5036
5037 2006-05-19  Jim Meyering  <jim@meyering.net>
5038
5039         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
5040
5041 2006-05-17  Bruno Haible  <bruno@clisp.org>
5042
5043         Cygwin portability.
5044         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
5045
5046 2006-05-17  Bruno Haible  <bruno@clisp.org>
5047
5048         * lib/stdint_.h: Fix recognition of Cygwin.
5049
5050 2006-05-15  Bruno Haible  <bruno@clisp.org>
5051
5052         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
5053         on libtool patch by Ralf Wildenhues.
5054
5055 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
5056
5057         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
5058         test for C99 conformance; (bool) 0.5 is an integer constant
5059         expression, but (bool) -0.5 is not.  Problem reported by Fedor
5060         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
5061
5062 2006-05-11  Simon Josefsson  <jas@extundo.com>
5063
5064         * m4/xvasprintf.m4: Fix obvious typo.
5065
5066 2006-05-11  Jim Meyering  <jim@meyering.net>
5067
5068         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
5069         James Lemley.
5070
5071 2006-05-10  Simon Josefsson  <jas@extundo.com>
5072
5073         * lib/md4.c: Typo fix, update copyright years.
5074         (K1, K2): Don't use L because it turn computations into 64-bit on
5075         64-bit platforms.
5076
5077 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5078
5079         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
5080         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
5081         unwanted sign propagation, e.g., on hosts with 64-bit int.
5082         There still are some problems with reeelly weird theoretical hosts
5083         (e.g., 33-bit int) but it's not worth worrying about now.
5084         * lib/sha1.c (rol): Likewise.
5085         (K1, K2, K3, K4): Remove unnecessary L suffix.
5086
5087 2006-05-10  Bruno Haible  <bruno@clisp.org>
5088
5089         * lib/des.c: Cast to avoid warnings.
5090
5091 2006-05-09  Bruno Haible  <bruno@clisp.org>
5092
5093         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
5094         (Depends-on): Depend also on xsize, stdarg.
5095         (configure.ac): Add gl_XVASPRINTF.
5096
5097 2006-05-09  Bruno Haible  <bruno@clisp.org>
5098
5099         * m4/xvasprintf.m4: New file.
5100
5101 2006-05-09  Bruno Haible  <bruno@clisp.org>
5102
5103         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
5104         (EOVERFLOW): Define fallback value.
5105         (xstrcat): New function.
5106         (xvasprintf): Recognize the special case of a string concatenation.
5107
5108 2006-05-08  Eric Blake  <ebb9@byu.net>
5109
5110         * gnulib-tool (func_version): Base copyright year on CVS date.
5111         (func_emit_copyright_notice): New function.
5112         (func_emit_lib_Makefile_am): Use it.
5113         (func_emit_tests_Makefile_am): Likewise.
5114         (func_import): Likewise.
5115
5116 2006-05-08  Bruno Haible  <bruno@clisp.org>
5117
5118         * modules/stdarg: New file.
5119         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
5120
5121 2006-05-08  Bruno Haible  <bruno@clisp.org>
5122
5123         * m4/stdarg.m4: New file, from GNU gettext.
5124
5125 2006-05-08  Bruno Haible  <bruno@clisp.org>
5126
5127         * config/srclist.txt (build-aux/config.rpath): different from latest
5128         release.
5129
5130 2006-05-08  Bruno Haible  <bruno@clisp.org>
5131
5132         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
5133
5134 2006-05-05  Jim Meyering  <jim@meyering.net>
5135
5136         * m4/warning.m4: New file, derived from bison's file by the same name.
5137
5138 2006-05-03  Bruno Haible  <bruno@clisp.org>
5139
5140         * lib/stdint_.h: Shorter URL.
5141         * lib/inttypes.h: Likewise.
5142
5143 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5144
5145         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
5146
5147 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5148
5149         * lib/verify.h: Document the internals better.  Most of this change
5150         was written by Bruno Haible.
5151
5152 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5153
5154         * doc/verify.texi: New file, partly based on a proposal by
5155         Bruno Haible.
5156
5157 2006-05-02  Bruno Haible  <bruno@clisp.org>
5158
5159         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
5160         test from here...
5161         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
5162
5163 2006-04-29  Bruno Haible  <bruno@clisp.org>
5164
5165         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
5166         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
5167
5168 2006-04-29  Bruno Haible  <bruno@clisp.org>
5169
5170         * gnulib-tool: Make --update option actually work.
5171
5172 2006-04-29  Bruno Haible  <bruno@clisp.org>
5173
5174         * doc/gcd.texi: New file.
5175         * doc/gnulib.texi: Include it.
5176
5177 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
5178
5179         * lib/getdate.y (get_date): When adding relative date, start with the
5180         initial time, not with the result of the first mktime call.
5181
5182 2006-04-25  Bruno Haible  <bruno@clisp.org>
5183
5184         * gnulib-tool (func_import): Output the include directives in three
5185         blocks, sorted separately.
5186         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5187
5188 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5189
5190         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
5191         to define main with arguments, for C++.  Reported by Eric Blake.
5192         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
5193         Prefer 'int main ()' to 'int main (void)', for C++.
5194         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
5195         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
5196         for 'main', for C99 and C++.
5197
5198 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5199
5200         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
5201         Don't assume that exit status -1 is valid.
5202         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5203         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
5204         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
5205         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
5206         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
5207         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
5208         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
5209         functions can be used without declaring them, or that you can
5210         exit with status -1.
5211         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
5212
5213 2006-04-24  Karl Berry  <karl@gnu.org>
5214
5215         * config/srclist.txt (longdouble.m4): sync lost.
5216
5217 2006-04-24  Eric Blake  <ebb9@byu.net>
5218
5219         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
5220
5221 2006-04-24  Bruno Haible  <bruno@clisp.org>
5222
5223         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
5224         poll() implementation in AIX.
5225         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5226
5227 2006-04-24  Bruno Haible  <bruno@clisp.org>
5228
5229         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
5230         assigned exactly once.
5231
5232 2006-04-23  Claudio Fontana  <claudio@gnu.org>
5233             Bruno Haible  <bruno@clisp.org>
5234
5235         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
5236         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
5237         for AM_CPPFLAGS.
5238
5239 2006-04-23  Bruno Haible  <bruno@clisp.org>
5240
5241         * modules/copy-file: Depend on unistd.
5242         * modules/execute: Likewise.
5243         * modules/fatal-signal: Likewise.
5244         * modules/findprog: Likewise.
5245         * modules/mkdtemp : Likewise.
5246         * modules/pipe: Likewise.
5247         * modules/wait-process: Likewise.
5248
5249 2006-04-23  Bruno Haible  <bruno@clisp.org>
5250
5251         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
5252         condition was already detected.
5253         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5254
5255 2006-04-23  Bruno Haible  <bruno@clisp.org>
5256
5257         * lib/copy-file.c: Include <unistd.h> unconditionally.
5258         * lib/execute.c: Likewise.
5259         * lib/fatal-signal.c: Likewise.
5260         * lib/findprog.c: Likewise.
5261         * lib/mkdtemp.c: Likewise.
5262         * lib/pipe.h: Likewise.
5263         * lib/pipe.c: Likewise.
5264         * lib/wait-process.h: Likewise.
5265
5266 2006-04-23  Bruno Haible  <bruno@clisp.org>
5267
5268         * gnulib-tool (func_usage): Fix --import description. Document
5269         --update.
5270         (func_import): Create temporary file in a temporary directory, if
5271         --dry-run is specified. Silence errors from 'grep' when there are no
5272         m4 files in $m4dir.
5273         (func_create_testdir): Silence errors from 'grep' when there are no
5274         m4 files in $m4dir.
5275         Reported by Karl Berry <karl@freefriends.org>.
5276
5277 2006-04-20  Bruno Haible  <bruno@clisp.org>
5278
5279         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
5280         one argument, so that the code will be portable to Autoconf 2.60.
5281         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
5282         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5283         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
5284
5285 2006-04-19  Derek Price  <derek@ximbiot.com>
5286             Eric Blake  <ebb9@byu.net>
5287
5288         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
5289         rather than "/full/path.h".  Update comment to match.  Shorten &
5290         generalize m4_translit call via AS_TR_CPP.
5291
5292 2006-04-19  Derek Price  <derek@ximbiot.com>
5293             Eric Blake  <ebb9@byu.net>
5294
5295         * lib/inttypes.h: Correct grammar in comment.
5296
5297 2006-04-18  Derek Price  <derek@ximbiot.com>
5298             Paul Eggert  <eggert@cs.ucla.edu>
5299
5300         * modules/inttypes: New file.
5301         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
5302
5303 2006-04-18  Derek Price  <derek@ximbiot.com>
5304             Paul Eggert  <eggert@cs.ucla.edu>
5305
5306         * m4/_inttypes_h.m4, full-header-path.m4, include_next: New files.
5307
5308 2006-04-18  Derek Price  <derek@ximbiot.com>
5309             Paul Eggert  <eggert@cs.ucla.edu>
5310
5311         * lib/inttypes.h: New file.
5312         * lib/strtoimax.c: Assume <inttypes.h>.
5313
5314 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
5315
5316         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
5317         isn't mounted.  Problem reported by Kir Kolyshkin.
5318
5319 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5320
5321         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
5322         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
5323         Derek R. Price.
5324         * lib/regex.h (RE_DUP_MAX): Update comment to match current
5325         implementation.
5326
5327 2006-04-12  Eric Blake  <ebb9@byu.net>
5328
5329         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
5330         is now done automatically by the corresponding Autoconf macro.
5331
5332 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
5333
5334         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
5335         time_r.h.
5336
5337 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5338
5339         Merge regex changes from libc, removing some of our
5340         POSIX-conformance changes that were rejected and redoing them in a
5341         less-intrusive way.
5342
5343         * lib/regcomp.c (re_compile_internal, init_dfa):
5344         Length arg is now size_t, not Idx.  All uses changed.
5345         (peek_token): Forward decl now says internal_function.
5346         (__re_error_msgid, __re_error_msgid_idx):
5347         Now static rather than extern with attribute_hidden.
5348         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
5349         For some reason libc prefers K&R style defns for external functions.
5350         (regerror) [!defined _LIBC]: Likewise.
5351         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
5352         (seek_collating_symbol_entry, lookup_collation_sequence_value):
5353         (build_range_exp, build_collating_symbol):
5354         Use K&R-style defn.
5355         (re_compile_fastmap): Use '\0' to memset, not 0.
5356         (utf8_sb_map): Make the calculations more obvious.
5357         (init_dfa, parse_bracket_exp, build_charclass_op):
5358         Call calloc and cast result, as glibc does.
5359         (init_word_char, fetch_token, peek_token, peek_token_bracket):
5360         (build_range_exp, build_collating_symbol):
5361         Now internal functions.
5362
5363         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
5364
5365         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
5366         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
5367         Don't depend on VMS; depend on __VMS instead, for POSIX
5368         namespace cleanness.
5369         (regoff_t): Define to ssize_t, not long int.
5370
5371         Remove the REG_ macros named below.  Instead, make the old names
5372         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
5373         __USE_GNU_REGEX.
5374         (REG_BACKSLASH_ESCAPE_IN_LISTS):
5375         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
5376         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
5377         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
5378         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
5379         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
5380         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
5381         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
5382         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
5383         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
5384         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
5385         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
5386         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
5387         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
5388         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
5389         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
5390         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
5391         (REG_NREGS):
5392         Remove.  All uses replaced by the old RE_* names.
5393         (RE_BACKSLASH_ESCAPE_IN_LISTS):
5394         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
5395         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
5396         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
5397         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
5398         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
5399         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
5400         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
5401         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
5402         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
5403         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
5404         Don't bother having these macros be independent of each others'
5405         values, since they no longer exist in the POSIX name space.
5406
5407         Rename the following member names back to their old names,
5408         unless !__USE_GNU_REGEX.  All uses changed back.
5409         (buffer): Renamed from re_buffer.
5410         (allocated): Renamed from re_allocated.
5411         (used): Renamed from re_used.
5412         (syntax): Renamed from re_syntax.
5413         (fastmap): Renamed from re_fastmap.
5414         (translate): Renamed from re_translate.
5415         (can_be_null): Renamed from re_can_be_null.
5416         (regs_allocated): Renamed from re_regs_allocated.
5417         (fastmap_accurate): Renamed from re_fastmap_accurate.
5418         (no_sub): Renamed from re_no_sub.
5419         (not_bol): Renamed from re_not_bol.
5420         (not_eol): Renamed from re_not_eol.
5421         (newline_anchor): Renamed from re_newline_anchor.
5422         (num_regs): Renamed from rm_num_regs.
5423         (start): Renamed from rm_start.
5424         (end): Renamed from rm_end.
5425
5426         (free_state): Move up a bit.
5427
5428         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
5429         #define to be empty.
5430         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
5431         when that is what is intended.
5432         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
5433         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
5434         (MAX): New macro.
5435         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
5436         All uses changed back to re_malloc, etc.  It's now the caller's
5437         responsibility to check for overflow; all callers changed.
5438         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
5439         (re_x2nrealloc): Remove.
5440         (free_state): Remove decl.
5441
5442         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
5443         (re_set_registers, re_exec):
5444         Use K&R-style defn.
5445
5446         2006-01-31  Roland McGrath  <roland@redhat.com>
5447
5448         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
5449         Reported by Mike Frysinger <vapier@gentoo.org>.
5450
5451         2006-01-15  Andreas Jaeger  <aj@suse.de>
5452
5453         [BZ #1950]
5454         * lib/regex_internal.c (re_string_reconstruct): Adjust for
5455         build_wcs_upper_buffer change.
5456         (build_wcs_upper_buffer): Change return type.
5457
5458         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
5459
5460         * lib/regex_internal.h: Include <stdint.h> if available.
5461
5462         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
5463
5464         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
5465
5466         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
5467
5468         * lib/regcomp.c: Adjust for changed secondary hash function.
5469
5470         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
5471
5472         * lib/regex.h: Pretty printing.
5473         Clean up namespace a bit.
5474
5475         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
5476
5477         * lib/regexec.c (update_cur_sifted_state, check_arrival,
5478         check_arrival_add_next_nodes): Avoid using uninitialized variable.
5479
5480         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5481                     Ulrich Drepper  <drepper@redhat.com>
5482
5483         [BZ #1302]
5484         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
5485         changed.
5486         (bitset_word_t): Renamed from bitset_word.  All uses changed.
5487
5488         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
5489
5490         [BZ #281]
5491         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
5492         * lib/regcomp.c: Remove unnecessary uses of
5493         unsigned RE_TRANSLATE_TYPE.
5494         * lib/regex_internal.h: Likewise.
5495         * lib/regex_internal.c: Likewise.
5496         * lib/regexec.c: Likewise.
5497         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
5498
5499         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
5500
5501         * lib/regexec.c (find_recover_state): Remove unnecessary
5502         initialization.
5503         (transit_state_bkref): Make DFA a const pointer.
5504         (get_subexp): Likewise.
5505         (check_arrival): Likewise.
5506         (update_cur_sifted_state): Likewise.
5507         (re_search_internal): Likewise.
5508         (prune_impossible_nodes): Likewise.
5509         (acquire_init_state_context): Likewise.
5510         (proceed_next_node): Likewise.
5511         (set_regs): Likewise.
5512         (free_fail_stack_return): Likewise.
5513         (check_arrival_expand_ecl): Mark DFA parameter as const.
5514         (check_arrival_expand_ecl_sub): Likewise.
5515         (check_subexp_limits): Likewise.
5516         (sub_epsilon_src_nodes):  Likewise.
5517         (add_epsilon_src_nodes):  Likewise.
5518         (merge_state_array): Likewise.
5519         (update_regs): Likewise.
5520         (build_trtable): Likewise.
5521         (sift_states_backward): Mark MCTX parameter as const.
5522         (build_sifted_states): Likewise.
5523         (update_cur_sifted_state): Likewise.
5524         (sift_states_mkref): Likewise.
5525         (check_arrival_expand_ecl): Mark eclosure as const.
5526         (check_dst_limits_calc_pos_1): Likewise.
5527         * lib/regex_internal.h (re_match_context_t): Make dfa a const
5528         pointer.
5529
5530         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
5531
5532         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
5533         (transit_state_sb): Likewise.
5534         (transit_state_mb): Likewise.
5535         (sift_states_iter_mb): Likewise.
5536         (check_arrival_add_next_nodes): Likewise.
5537         (check_node_accept_bytes): Change first parameter to pointer-to-const.
5538         [_LIBC] (re_search_2_stub): Use mempcpy.
5539
5540         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
5541         mbrtowc for very simple UTF-8 case.
5542
5543         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
5544         a pointer-to-const.
5545         (re_acquire_state_context): Likewise.
5546         * lib/regex_internal.h: Adjust prototypes.
5547
5548         * lib/regex.c: Prevent using C++ compilers.
5549
5550         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
5551         (re_acquire_state_context): Likewise.
5552
5553 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5554
5555         * modules/regex (Depends-on): Add ssize_t.
5556
5557 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5558
5559         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
5560         translation table.
5561
5562 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5563
5564         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
5565
5566 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
5567             Bruno Haible  <bruno@clisp.org>
5568
5569         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
5570         <sys/types.h> and <inttypes.h>.
5571
5572 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5573
5574         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
5575         `__error_t_defined', so argp.h will not typedef the former.
5576
5577 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
5578
5579         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
5580         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
5581         glibc names.  Even if glibc is changed to conform to POSIX, the
5582         traditional names will be available anyway, since regex depends on
5583         the extensions module.  Also, fix a longstanding typo in the
5584         implementation of Spencer ERE test #75 from grep 2.3.  Problems
5585         reported by Emanuele Giaquinta.  Also, change sense of cached
5586         variable, so that the message makes sense.
5587
5588 2006-03-24  Simon Josefsson  <jas@extundo.com>
5589
5590         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
5591         including some doc fixes.
5592         (base64_encode_alloc): Fix +1 bug on allocation failures.
5593
5594 2006-03-24  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5595
5596         * lib/base64.c (base64_encode): Do not read past end of array with
5597         unsanitized input on systems with CHAR_BIT > 8.
5598
5599 2006-03-24  Eric Blake  <ebb9@byu.net>
5600
5601         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
5602
5603 2006-03-22  Karl Berry  <karl@gnu.org>
5604
5605         * config/srclist.txt (*setenv.[ch]): get from coreutils.
5606         * config/srclistvars.sh (COREUTILS): new var.
5607
5608 2006-03-17  Jim Meyering  <jim@meyering.net>
5609
5610         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
5611         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
5612
5613 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
5614
5615         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
5616         no longer needs it.  Instead, check that regoff_t is as least
5617         as wide as ptrdiff_t.
5618
5619         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
5620         so that our regex.h stays compatible with the installed regex.
5621         This is helpful for installers who configure --without-included-regex.
5622         Problem reported by Emanuele Giaquinta.
5623
5624 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
5625
5626         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
5627         Typedef to long int, not to off_, as POSIX will likely change
5628         in that direction.
5629
5630 2006-03-15  Eric Blake  <ebb9@byu.net>
5631
5632         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
5633
5634 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5635
5636         * lib/argp-help.c (validate_uparams): Fix typo
5637         * lib/argp-parse.c (argp_default_options): Consistently begin help
5638         messages with a lowercase letter.
5639
5640 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
5641
5642         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
5643         overrun buffers and shouldn't be used (much as gets shouldn't be
5644         used).
5645         * lib/time_r.c (asctime_r, ctime_r): Likewise.
5646
5647 2006-03-08  Simon Josefsson  <jas@extundo.com>
5648
5649         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
5650         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5651
5652 2006-03-08  Simon Josefsson  <jas@extundo.com>
5653
5654         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
5655         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5656
5657 2006-03-08  Simon Josefsson  <jas@extundo.com>
5658
5659         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
5660         signal that configure disabled the device.
5661
5662 2006-03-08  Simon Josefsson  <jas@extundo.com>
5663
5664         * build-aux/maint.mk: Fix refresh-po, to handle no translated
5665         languages.
5666
5667 2006-03-07  Simon Josefsson  <jas@extundo.com>
5668
5669         * modules/getopt (Depends-on): Add unistd.
5670
5671         * modules/unistd: New file.
5672
5673 2006-03-07  Simon Josefsson  <jas@extundo.com>
5674
5675         * modules/gc-random: New file.
5676
5677 2006-03-07  Simon Josefsson  <jas@extundo.com>
5678
5679         * m4/unistd_h.m4: New file.
5680
5681 2006-03-07  Simon Josefsson  <jas@extundo.com>
5682
5683         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
5684         test to be side-effect free by storing the result in the cache
5685         variable gl_cv_lib_readline, and moving the assignment of
5686         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
5687         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5688
5689 2006-03-07  Simon Josefsson  <jas@extundo.com>
5690
5691         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
5692         error on missing devices (the functions will return an error).
5693
5694         * m4/gc.m4: Move random stuff to gc-random.m4
5695
5696 2006-03-07  Simon Josefsson  <jas@extundo.com>
5697
5698         * lib/unistd_.h: New file.
5699
5700 2006-03-07  Simon Josefsson  <jas@extundo.com>
5701
5702         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
5703
5704 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5705
5706         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
5707         Problem reported by Juan Manuel Guerrero.
5708
5709 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5710
5711         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
5712         the unistd module.
5713         * lib/getlogin_r.c: Likewise.
5714         * lib/getlogin_r.h: Likewise.
5715         * lib/glob.c: Likewise.
5716         * lib/pagealign_alloc.c: Likewise.
5717         * lib/unistd_.h: Remove; no longer needed.
5718
5719 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5720
5721         * MODULES.html.sh (Support for systems lacking POSIX:2001):
5722         Add unistd.
5723         * modules/c-stack (Depends-on): Add unistd.
5724         * modules/getlogin_r: Likewise.
5725         * modules/glob: Likewise.
5726         * modules/pagealign_alloc: Likewise.
5727         * modules/unistd (Files): Remove lib/unistd_.h.
5728         (EXTRA_DIST): Remove.
5729         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
5730         need unistd_.h.
5731         (MOSTLYCLEANFILES): Remove unistd.h-t.
5732
5733 2006-03-03  Simon Josefsson  <jas@extundo.com>
5734
5735         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
5736
5737 2006-03-03  Simon Josefsson  <jas@extundo.com>
5738
5739         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
5740         libidn and bison.
5741
5742 2006-03-03  Simon Josefsson  <jas@extundo.com>
5743
5744         * build-aux/maint.mk: Add indent target.
5745
5746 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
5747
5748         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
5749         our replacement poll.h in any case, to avoid a differing
5750         declaration from a system header.  Seen on AIX.
5751
5752 2006-03-01  Simon Josefsson  <jas@extundo.com>
5753
5754         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
5755         <kasal@ucw.cz>.
5756
5757 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5758
5759         * modules/gettime (Depends-on): Add extensions module.
5760         * modules/nanosleep (Depends-on): Likewise.
5761         * modules/settime (Depends-on): Likewise.
5762
5763 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5764
5765         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
5766         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
5767         pedantically.
5768         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5769         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
5770
5771         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
5772         not "==".  Reported by Ralf Wildenhues.
5773
5774 2006-03-01  Karl Berry  <karl@gnu.org>
5775
5776         * doc/Copyright/request-*: new files, synced from gnuorg.
5777
5778 2006-03-01  Karl Berry  <karl@gnu.org>
5779
5780         * config/srclist.txt (Copyright/*): new entries.
5781
5782 2006-02-28  Simon Josefsson  <jas@extundo.com>
5783
5784         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
5785
5786 2006-02-27  Simon Josefsson  <jas@extundo.com>
5787
5788         * lib/base64.h: Indent #define's.  From Jim Meyering
5789         <jim@meyering.net>.
5790
5791 2006-02-27  Jim Meyering  <jim@meyering.net>
5792
5793         Revert the change of 2006-02-24, so these files can continue
5794         to be sync'd from gettext.
5795         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
5796         of `config.h'.
5797
5798 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
5799
5800         * modules/intprops: New file.
5801         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5802         Add intprops.
5803         * modules/getloadavg (Files): Remove lib/intprops.h.
5804         (Depends-on): Add intprops.
5805         * modules/human: Likewise.
5806         * modules/inttostr: Likewise.
5807         * modules/openat: Likewise.
5808         * modules/sig2str: Likewise.
5809         * modules/userspec: Likewise.
5810         * modules/utimecmp: Likewise.
5811         * modules/xnanosleep: Likewise.
5812         * modules/xstrtol: Likewise.
5813
5814 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
5815
5816         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
5817         * modules/lock-tests (TESTS): Use $(EXEEXT).
5818         * modules/tls-tests: Likewise.
5819         * modules/argp-tests: Likewise.
5820         (check_PROGRAMS): New var, replacing...
5821         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
5822
5823 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5824
5825         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
5826         `config.h'.
5827
5828 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5829
5830         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
5831
5832 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5833
5834         Sync from coreutils.
5835         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
5836         gl_CHDIR_SAFER.
5837
5838 2006-02-22  Jim Meyering  <jim@meyering.net>
5839
5840         Sync from coreutils.
5841         * m4/chdir-safer.m4: New file.
5842
5843 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5844
5845         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
5846         AT_FDCWD exceeds INT_MAX.
5847         * lib/openat.h (AT_FDCWD): Likewise.
5848
5849 2006-02-17  Eric Blake  <address@hidden>
5850
5851         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
5852
5853 2006-02-16  Simon Josefsson  <jas@extundo.com>
5854
5855         * modules/getaddrinfo (Depends-on): Add sys_socket.
5856
5857 2006-02-15  Simon Josefsson  <jas@extundo.com>
5858
5859         * build-aux/maint.mk: Add dsyntax-check rule.
5860
5861 2006-02-15  Eric Blake  <ebb9@byu.net>
5862
5863         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
5864         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
5865         'present but cannot compile' warnings on cygwin.
5866         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
5867         use ws2tcpip.h if sys/socket.h works.
5868         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
5869         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
5870
5871 2006-02-14  Simon Josefsson  <jas@extundo.com>
5872
5873         * modules/maintainer-makefile (Files): Rename.
5874
5875         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
5876         and (the local) Makefile.cfg to maint-cfg.mk.
5877
5878         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
5879         to the latter.
5880
5881         * modules/maintainer-makefile: New module.
5882
5883         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
5884         severaly stripped to make it possible to build it up from scratch
5885         with reliable tests.
5886
5887         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
5888         fixes to permit overriding the default actions when configure and
5889         makefile are not available.
5890
5891 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5892
5893         Sync from coreutils.
5894         * modules/lstat (Depends-on): Don't depend on xalloc.
5895         (License): Change from GPL to LGPL, since this is now simply a
5896         replacement for a libc function.
5897
5898 2006-02-14  Jim Meyering  <jim@meyering.net>
5899
5900         Sync from coreutils.
5901
5902         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
5903         failure on deficient systems, and simplify gnulib lgpl dependencies.
5904         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
5905         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
5906
5907         * lib/xalloc-die.c: Remove unused definition of N_.
5908
5909 2006-02-14  Jim Meyering  <jim@meyering.net>
5910
5911         Sync from coreutils.
5912         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
5913         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
5914         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
5915         double-quote uses of that variable, to accommodate the rare case in
5916         which getmntent is available in none of the libraries checked.  This
5917         happens at least on FreeBSD 5.0.
5918
5919 2006-02-13  Simon Josefsson  <jas@extundo.com>
5920
5921         * gnulib-tool (Usage): Fix --import, from
5922         karl@freefriends.org (Karl Berry).
5923
5924 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5925
5926         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
5927
5928 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
5929
5930         * lib/argp-namefrob.h: Restore changes accidentally lost during the
5931         "autoupdate" on 2005-12-12.
5932
5933 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5934
5935         * modules/closeout (Depends-on): Remove atexit.
5936
5937 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5938
5939         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
5940         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
5941
5942 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5943
5944         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
5945         __EXTENSIONS__ if this causes compilation to fail.  Problem
5946         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
5947         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
5948
5949 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
5950
5951         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
5952         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
5953         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
5954         All uses changed.
5955
5956 2006-01-26  Simon Josefsson  <jas@extundo.com>
5957
5958         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
5959         prototype is visible on mingw32.
5960
5961         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
5962         for mingw32.
5963
5964         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
5965         mingw32).
5966
5967 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
5968
5969         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
5970         attempt to open for write; this always fails, at least on POSIX
5971         hosts.  This reinstates the 2006-01-09 change, which was
5972         inadvertently removed.
5973
5974 2006-01-26  Bruno Haible  <bruno@clisp.org>
5975
5976         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
5977         Reported by Paul Eggert.
5978
5979 2006-01-26  Bruno Haible  <bruno@clisp.org>
5980             Paul Eggert  <eggert@cs.ucla.edu>
5981
5982         * lib/stdbool_.h (_Bool)
5983         [(! (defined __cplusplus || defined __BEOS__)
5984           && !defined __GNUC__
5985           && !(defined __HP_cc || defined __xlc__
5986                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
5987                || defined __sgi))]:
5988         #define to signed char in these cases too; this simplifies
5989         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
5990         etc., separately) and makes it more conservative.
5991
5992 2006-01-25  Simon Josefsson  <jas@extundo.com>
5993
5994         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
5995         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
5996         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
5997
5998 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5999
6000         * lib/argp-namefrob.h: Bugfix. Remove stray #
6001
6002 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
6003
6004         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
6005         so that we test the test.
6006         Check for yet another HP-UX cc bug involving *bool |= bool.
6007
6008 2006-01-25  Karl Berry  <karl@gnu.org>
6009
6010         * config/srclist.txt (vasnprintf.c): sync lost.
6011
6012 2006-01-25  Jim Meyering  <jim@meyering.net>
6013
6014         Sync from the stable (b5) branch of coreutils:
6015
6016         * lib/fts.c (fts_children): Don't let close() clobber errno from
6017         failed fchdir().
6018
6019         * lib/fts.c (fts_stat): When following a symlink-to-directory,
6020         don't necessarily interpret stat-fails+lstat-succeeds as indicating
6021         a dangling symlink.  That can also happen at least for ELOOP.
6022         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
6023         FYI, this bug predates the inclusion of fts.c in coreutils.
6024
6025         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
6026         in their own block, so pre-c99 compilers don't object.
6027
6028         Avoid the double-free (first in fts_read, second in fts_close) that
6029         would occur when an `active' directory is made inaccessible (e.g.,
6030         via chmod a-x) during a traversal.
6031         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
6032         before returning.  Reproduce this failure by
6033         mkdir -p a/b; cd a; chmod a-x . b
6034         Reported by Stavros Passas.
6035
6036 2006-01-25  Jim Meyering  <jim@meyering.net>
6037
6038         * lib/fileblocks.c: Remove more useless parentheses.
6039         * lib/readutmp.h: Likewise.
6040
6041 2006-01-25  Bruno Haible  <bruno@clisp.org>
6042
6043         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
6044         warnings.
6045         Reported by Paul Eggert.
6046
6047 2006-01-25  Bruno Haible  <bruno@clisp.org>
6048
6049         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
6050         rid of a trap command. For Solaris sh.
6051         Reported by Mark D. Baushke <mdb@gnu.org>.
6052
6053 2006-01-24  Simon Josefsson  <jas@extundo.com>
6054
6055         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
6056         Bruno.
6057
6058 2006-01-24  Karl Berry  <karl@gnu.org>
6059
6060         * config/srclist.txt (argp-namefrob.h): sync lost.
6061
6062 2006-01-24  Jim Meyering  <jim@meyering.net>
6063
6064         * modules/openat (Files): Add lib/intprops.h.
6065         From Mark D. Baushke.
6066
6067 2006-01-24  Jim Meyering  <jim@meyering.net>
6068
6069         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
6070         Reported by Mark D. Baushke.
6071
6072 2006-01-24  Jim Meyering  <jim@meyering.net>
6073
6074         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
6075
6076 2006-01-24  Bruno Haible  <bruno@clisp.org>
6077
6078         * modules/strnlen (Maintainer): Change from glibc to all.
6079
6080 2006-01-24  Bruno Haible  <bruno@clisp.org>
6081
6082         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
6083         Patch by Paul Eggert.
6084
6085 2006-01-24  Bruno Haible  <bruno@clisp.org>
6086
6087         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
6088         already has it.
6089         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
6090         2005-11-26.
6091
6092         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
6093         'signed char' to avoid problems with the built-in _Bool type.
6094         Reported by Paul Eggert on 2005-11-26.
6095
6096 2006-01-24  Bruno Haible  <bruno@clisp.org>
6097
6098         * gnulib-tool (func_import): Avoid constructing complicated sed
6099         expressions inside backquote.
6100         Report and solution by Mark D. Baushke <mdb@gnu.org>.
6101
6102 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
6103
6104         These changes imported from libc.
6105         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
6106         test and two separate function calls.
6107         * lib/strndup.c (__strndup): Add libc_hidden_def.
6108
6109 2006-01-23  Simon Josefsson  <jas@extundo.com>
6110
6111         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
6112         Remove the test_*_SOURCES variable: automake infers it by default.
6113         * modules/tls-tests: Likewise.
6114
6115 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6116
6117         Work around porting bugs reported by Dieter in
6118         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
6119         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
6120         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
6121         Include "getopt.h" first, to check interface.
6122         (getenv): Declare only if defined HAVE_DECL_GETENV &&
6123         !HAVE_DECL_GETENV.
6124         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
6125         (__strndup): Revert to K&R-style function dfns, the glibc style.
6126         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
6127         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
6128         Include strnlen.h first, to get prototype properly.
6129         (strnlen): Renamed from __strnlen.
6130         Remove weak alias.
6131
6132 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6133
6134         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
6135
6136 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6137
6138         * config/srclist.txt: Adjust to reflect glibc reorganization.
6139         This affects only comments.
6140
6141 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6142
6143          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
6144          Reported by Bruce Korb <bkorb@gnu.org>.
6145
6146 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6147
6148         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
6149         to pacify gcc -Wswitch-default.
6150
6151 2006-01-22  Bruno Haible  <bruno@clisp.org>
6152
6153         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
6154         temporary buffer for sprintf, take into account the precision also
6155         for 'd', 'i', 'u', 'o', 'x', 'X'.
6156
6157 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
6158
6159         * modules/argp-tests: New module
6160         * tests/test-argp.c: New file
6161         * tests/test-argp-2.sh: New file
6162
6163 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
6164
6165         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
6166         (__argp_base_name): Removed
6167         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
6168         typo.
6169         (__argp_base_name): Provide macro definition or extern declaration
6170         depending on the configuration
6171
6172 2006-01-20  Simon Josefsson  <jas@extundo.com>
6173
6174         * modules/inet_ntop (Depends-on): Depend on sys_socket.
6175
6176 2006-01-20  Simon Josefsson  <jas@extundo.com>
6177
6178         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
6179
6180 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
6181
6182         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
6183         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
6184         Suggested by Bruno Haible.
6185
6186 2006-01-20  Karl Berry  <karl@gnu.org>
6187
6188         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
6189         until changes propagate, I guess.
6190
6191 2006-01-19  Simon Josefsson  <jas@extundo.com>
6192
6193         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
6194
6195 2006-01-19  Simon Josefsson  <jas@extundo.com>
6196
6197         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
6198
6199 2006-01-19  Simon Josefsson  <jas@extundo.com>
6200
6201         * gnulib-tool: Set check_PROGRAMS.
6202
6203         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
6204         modules/des-tests, modules/gc-arcfour-tests,
6205         modules/gc-arctwo-tests, modules/gc-des-tests,
6206         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
6207         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
6208         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
6209         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
6210         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
6211         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
6212         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
6213         test_*_SOURCES.
6214
6215 2006-01-18  Simon Josefsson  <jas@extundo.com>
6216
6217         * modules/socklen (Depends-on): Depend on sys_socket.
6218
6219 2006-01-18  Simon Josefsson  <jas@extundo.com>
6220
6221         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
6222         modules/des-tests, modules/gc-arcfour-tests,
6223         modules/gc-arctwo-tests, modules/gc-des-tests,
6224         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
6225         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
6226         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
6227         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
6228         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
6229         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
6230         $(EXEEXT) to automake TESTS variable, for mingw32.
6231
6232 2006-01-17  Simon Josefsson  <jas@extundo.com>
6233
6234         * modules/socklen (Include): Need sys/socket.h.
6235
6236 2006-01-17  Bruno Haible  <bruno@clisp.org>
6237
6238         * modules/ssize_t (Include): Add <sys/types.h>.
6239
6240 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
6241
6242         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
6243         it's not portable and it doesn't work with cross-compiles.
6244         Problem reported by Bruno Haible.  Fix missing-$ typo in
6245         'test "gl_cv_ignore_unused_libraries" ...' that prevented
6246         -zignore from being used with Sun's C compiler.
6247
6248 2006-01-12  Simon Josefsson  <jas@extundo.com>
6249
6250         * lib/base64.c: Fix warning, reported by Bruno Haible
6251         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
6252
6253 2006-01-12  Bruno Haible  <bruno@clisp.org>
6254
6255         * modules/ldd: New file.
6256         * build-aux/ldd.sh.in: New file.
6257         * MODULES.html.sh (Support for building libraries and executables): Add
6258         ldd.
6259
6260 2006-01-12  Bruno Haible  <bruno@clisp.org>
6261
6262         * m4/ldd.m4: New file.
6263
6264 2006-01-12  Bruno Haible  <bruno@clisp.org>
6265
6266         * gnulib-tool (func_import, func_create_testdir): Don't go into an
6267         endless loop while replacing $auxdir with build-aux.
6268
6269 2006-01-11  Simon Josefsson  <jas@extundo.com>
6270
6271         * lib/stdint_.h (SIZE_MAX): Add missing (.
6272
6273 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
6274
6275         Sync from coreutils.
6276         * lib/md5.c: Fix commentary typos.
6277         (alignof, UNALIGNED_P): No need for a GCC-specific version.
6278         * lib/md5.h (__attribute__): Remove; unused.
6279         * lib/sha1.c: Fix commentary to match md5 better.
6280         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
6281         so that we don't need to worry about alignment.  All uses changed.
6282         This merges the 2005-10-28 md5 change into sha1.
6283
6284 2006-01-11  Jim Meyering  <jim@meyering.net>
6285
6286         Sync from coreutils.
6287         * lib/md5.c (OP): Fix spacing.
6288
6289 2006-01-11  Bruno Haible  <bruno@clisp.org>
6290
6291         Ensure automatic ordering between gl_LOCK and gl_ARGP.
6292         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
6293         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
6294
6295 2006-01-11  Bruno Haible  <bruno@clisp.org>
6296
6297         Ensure automatic ordering between gl_LOCK and gl_ARGP.
6298         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
6299         the "early" section as well.
6300
6301 2006-01-11  Bruno Haible  <bruno@clisp.org>
6302
6303         Avoid "ar: no archive members specified" error on MacOS X.
6304         * gnulib-tool (func_modules_add_dummy): New function.
6305         (func_import, func_create_testdir): Invoke it.
6306
6307 2006-01-11  Bruno Haible  <bruno@clisp.org>
6308
6309         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
6310         with $auxdir in AC_CONFIG_FILES statements.
6311
6312 2006-01-11  Bruno Haible  <bruno@clisp.org>
6313
6314         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6315         Initialize also noinst_HEADERS to empty.
6316
6317 2006-01-11  Bruno Haible  <bruno@clisp.org>
6318
6319         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
6320         variables.
6321         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
6322         autoreconf.
6323
6324 2006-01-11  Bruno Haible  <bruno@clisp.org>
6325
6326         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
6327         overridable by the user.
6328         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6329
6330 2006-01-10  Simon Josefsson  <jas@extundo.com>
6331
6332         * modules/sys_socket: New file.
6333
6334 2006-01-10  Simon Josefsson  <jas@extundo.com>
6335
6336         * m4/sys_socket_h.m4: New file.
6337
6338 2006-01-10  Simon Josefsson  <jas@extundo.com>
6339
6340         * lib/socket_.h: New file.
6341
6342 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6343
6344         * modules/readutmp (Maintainer): Add myself.
6345
6346 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6347
6348         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
6349         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
6350         People who are still concerned with buggy memcmp implementations
6351         can invoke gl_FUNC_MEMCMP themselves.
6352
6353 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6354
6355         * lib/regex_internal.h (BITSET_WORD_BITS):
6356         Work around a bug in 64-bit PGC (before version 6.1-2), where the
6357         preprocessor mishandles large unsigned values as if they were signed.
6358         Problem reported by Claudio Fontana in
6359         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
6360
6361 2006-01-10  Jim Meyering  <jim@meyering.net>
6362
6363         Avoid the double-free (first in fts_read, second in fts_close) that
6364         would occur when an `active' directory is made inaccessible (e.g.,
6365         via chmod a-x) during a traversal.
6366         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
6367         before returning.  Reproduce this failure by
6368         mkdir -p a/b; cd a; chmod a-x . b
6369         Reported by Stavros Passas.
6370
6371         Sync from coreutils.
6372         * lib/sha1.c: Tweak grammar in a comment.
6373
6374 2006-01-10  Jim Meyering  <jim@meyering.net>
6375
6376         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
6377         Patch by Joerg Sonnenberger.
6378
6379 2006-01-10  Bruno Haible  <bruno@clisp.org>
6380
6381         * modules/readutmp: Depend on module free.
6382         * modules/strtok_r: Depend on module restrict.
6383
6384 2006-01-10  Bruno Haible  <bruno@clisp.org>
6385
6386         * modules/gettext (configure.ac): Add an invocation of
6387         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
6388
6389 2006-01-10  Bruno Haible  <bruno@clisp.org>
6390
6391         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
6392         Reported by Werner Lemberg <wl@gnu.org>.
6393
6394 2006-01-10  Bruno Haible  <bruno@clisp.org>
6395
6396         * lib/localcharset.c: Update from GNU gettext.
6397
6398 2006-01-10  Bruno Haible  <bruno@clisp.org>
6399
6400         * lib/argp.h (__const): Remove macro. Use const instead.
6401         * lib/argp-fmtstream.h (__const): Likewise.
6402         * lib/glob_.h (__const): Remove macro.
6403         * lib/glob-libc.h: Use const instead of __const.
6404
6405 2006-01-10  Bruno Haible  <bruno@clisp.org>
6406
6407         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
6408         variable.
6409         Needed to avoid an automake error regarding the 'gettext' module.
6410
6411 2006-01-09  Simon Josefsson  <jas@extundo.com>
6412
6413         * modules/inet_ntop (Depends-on): Add restrict.
6414
6415 2006-01-09  Simon Josefsson  <jas@extundo.com>
6416
6417         * modules/gc-rijndael-tests (License): Put under LGPL.
6418
6419         * modules/gc-des-tests (License): Likewise.
6420
6421         * modules/gc-arcfour-tests (License): Likewise.
6422
6423         * modules/gc-arctwo-tests (License): Likewise.
6424
6425         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
6426
6427         * modules/gc-hmac-sha1-tests (Files): Likewise.
6428
6429         * modules/gc-hmac-md5-tests (License): Likewise.
6430
6431         * modules/gc-sha1-tests (License): Likewise.
6432
6433         * modules/gc-md5-tests (License): Likewise.
6434
6435         * modules/gc-md4-tests (License): Likewise.
6436
6437         * modules/gc-md2-tests (License): Likewise.
6438
6439         * modules/gc-tests (License): Likewise.
6440
6441         * modules/des-tests (License): Likewise.
6442
6443         * modules/md4-tests (License): Likewise.
6444
6445         * modules/md2-tests (License): Likewise.
6446
6447 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6448
6449         Sync from coreutils:
6450
6451         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
6452         * modules/lib-ignore: New file.
6453         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
6454         chdir-safer.m4, lchmod.m4.
6455         * modules/openat: Add mkdirat.c, openat-priv.h.
6456
6457 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6458
6459         Sync from coreutils.
6460         * m4/lib-ignore.m4: New file.
6461         * m4/lchmod.m4: New file.
6462
6463 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6464
6465         Sync from coreutils.
6466         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
6467         for write access: POSIX says that must fail.
6468         * lib/fts.c (diropen): Likewise.
6469         * lib/save-cwd.c (save_cwd): Likewise.
6470         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
6471         well, for minor improvements on hosts that lack O_DIRECTORY.
6472         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
6473         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
6474         Fall back on chown if open failed with EACCES.
6475
6476         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
6477         Report an error at compile-time if only a 1-second nominal clock
6478         resolution is found.
6479
6480         * lib/lchmod.h: New file.
6481         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
6482         (make_dir_parents): Use lchown rather than chown, and
6483         lchmod rather than chmod.
6484
6485         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
6486         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
6487         "proc" reported by n0dalus.
6488
6489         * lib/mountlist.c: Include <limits.h>.
6490         (dev_from_mount_options)
6491         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
6492         New function.  It no longer assumes "dev=" has the System V meaning
6493         on Linux (since it doesn't).  It also parses "dev=" more carefully.
6494         (read_file_system_list)
6495         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
6496         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
6497         dev= in that case.
6498
6499         * lib/posixtm.h (PDS_PRE_2000): New macro.
6500         * lib/posixtm.c (year): Arg is now syntax_bits rather than
6501         allow_century.  All usages changed.  Reject dates outside the range
6502         1969-1999 if PDS_PRE_2000 is used.
6503
6504 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6505
6506         Sync from coreutils.
6507         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
6508         (Time of day items): Mention the possibility of leap seconds.
6509         Problem reported by Dr. David Alan Gilbert.
6510
6511 2006-01-09  Jim Meyering  <jim@meyering.net>
6512
6513         Sync from coreutils.
6514
6515         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
6516
6517         * lib/chdir-safer.h, chdir-safer.c: New files.
6518
6519         * lib/modechange.c (mode_compile): Reject an invalid mode string
6520         that starts with an octal digit.  From Andreas Gruenbacher.
6521
6522         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
6523         and dup to open_safer and dup_safer, respectively.
6524         (openat_permissive): Fix typo in comment.
6525
6526         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
6527         "gettext.h"; either no longer needed or are guaranteed by openat.h.
6528         (_): Remove; no longer needed.
6529         (openat): Renamed from rpl_openat; no need for rpl_openat
6530         since openat.h renames openat for us.
6531         Replace most of the body with a call to openat_permissive,
6532         to avoid duplicate code.
6533         Port to (probably hypothetical) environments were mode_t is
6534         wider than int.
6535         (openat_permissive): Require mode arg, so that we can check
6536         types better.  Put it just after flags.  Change cwd failure
6537         indicator from pointer-to-bool to pointer-to-errno-value.
6538         All callers changed.
6539         Invoke openat_save_fail and/or openat_restore_fail if
6540         cwd_errno is null, so that openat can call us.
6541         (openat_permissive, fdopendir, fstatat, unlinkat):
6542         Simplify errno handling to avoid some duplicate code,
6543         as it's OK to set errno on success.
6544         * lib/openat.h: Revamp code so that function macros depend on
6545         __OPENAT_PREFIX only, not also on AT_FDCWD.
6546         (openat_ro): Remove.  Caller changed to use openat_permissive.
6547         (openat_permissive): Now a macro, if not a function.
6548         (openat_restore_fail, openat_save_fail): Now always functions,
6549         since mkdirat needs them even if __OPENAT_PREFIX is defined.
6550
6551         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
6552         and openat.c.
6553         * lib/mkdirat.c: Include openat-priv.h.
6554         Remove definitions of macros defined therein.
6555         * lib/openat.c: Likewise.
6556
6557         * lib/mkdirat.c (mkdirat): New file and function.
6558         * lib/openat.h (mkdirat): Declare.
6559
6560         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
6561
6562         * lib/openat.h (openat_permissive): Declare.
6563         (openat_ro): Define.
6564
6565         * lib/openat.c (EXPECTED_ERRNO): New macro.
6566         (openat_permissive): New function -- used in remove.c rewrite.
6567         (all functions): Set errno just before returning, only if there
6568         was an actual failure.
6569         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
6570
6571         Emulate openat-family functions using Linux's procfs, if possible.
6572         Idea and some code based on Ulrich Drepper's glibc changes.
6573
6574         * lib/openat.c: (BUILD_PROC_NAME): New macro.
6575         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
6576         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
6577         before falling back on save_cwd and restore_cwd.
6578         (fdopendir, fstatat, unlinkat): Likewise.
6579
6580         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
6581         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
6582
6583         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
6584         as second argument to va_arg.  Otherwise, some versions of gcc
6585         warn that `if this code is reached, the program will abort'.
6586
6587 2006-01-09  Jim Meyering  <jim@meyering.net>
6588
6589         Sync from coreutils.
6590         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
6591         Require openat-priv.h.
6592
6593 2006-01-09  Bruno Haible  <bruno@clisp.org>
6594
6595         * modules/strnlen (Include): Use strnlen.h.
6596
6597 2006-01-09  Bruno Haible  <bruno@clisp.org>
6598
6599         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
6600
6601 2006-01-09  Bruno Haible  <bruno@clisp.org>
6602
6603         * lib/sysexit_.h (EX_OK): New macro.
6604         Suggested by Martin Lambers <marlam@marlam.de>.
6605
6606 2006-01-09  Bruno Haible  <bruno@clisp.org>
6607
6608         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
6609         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
6610
6611 2006-01-09  Bruno Haible  <bruno@clisp.org>
6612
6613         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
6614         numbers.
6615
6616 2006-01-09  Bruno Haible  <bruno@clisp.org>
6617
6618         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
6619         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
6620         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
6621         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
6622
6623 2006-01-09  Bruno Haible  <bruno@clisp.org>
6624
6625         * build-aux/javacomp.sh.in: New file, moved from lib/.
6626         * modules/javacomp-script (Files): Update.
6627         (configure.ac): Add AC_CONFIG_FILES invocation.
6628         (EXTRA_DIST): Remove variable.
6629
6630         * build-aux/javaexec.sh.in: New file, moved from lib/.
6631         * modules/javaexec (Files): Update.
6632         (configure.ac): Add AC_CONFIG_FILES invocation.
6633         (EXTRA_DIST): Remove javaexec.sh.in.
6634
6635         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
6636         * modules/csharpcomp-script (Files): Update.
6637         (configure.ac): Add AC_CONFIG_FILES invocation.
6638         (EXTRA_DIST): Remove variable.
6639
6640         * build-aux/csharpexec.sh.in: New file, moved from lib/.
6641         * modules/csharpexec (Files): Update.
6642         (configure.ac): Add AC_CONFIG_FILES invocation.
6643         (EXTRA_DIST): Remove csharpexec.sh.in.
6644
6645 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6646
6647         Sync from coreutils.
6648
6649         Add POSIX ACL support
6650         * lib/acl.h (copy_acl, set_acl): Add declarations.
6651         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
6652         systems other than Linux.
6653         (chmod_or_fchmod): New function: use fchmod when possible,
6654         and chmod otherwise.
6655         (file_has_acl): Add a POSIX ACL implementation, with a
6656         Linux-specific subcase.
6657         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
6658         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
6659         acls are unsupported.
6660         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
6661         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
6662         are unsupported.
6663
6664 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6665
6666         Sync from coreutils.
6667         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
6668
6669 2006-01-07  Bruno Haible  <bruno@clisp.org>
6670
6671         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
6672         gl_EARLY.
6673
6674 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6675
6676         * lib/strftime.c (tzname): Don't declare if it is already #defined.
6677         Problem reported for Mingw by Mark Junker.
6678
6679 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6680
6681         * README: Gnulib normally doesn't generate a tarball.
6682
6683 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
6684
6685         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
6686         long int, not int, for nanosecond counts, so that people who are
6687         used to POSIX struct timespec won't be surprised.  Reported by Jim
6688         Meyering.
6689
6690 2005-12-28  Bruno Haible  <bruno@clisp.org>
6691
6692         * build-aux/config.rpath: Update from GNU gettext.
6693
6694 2005-12-16  Jim Meyering  <jim@meyering.net>
6695
6696         * modules/fprintftime: New module.
6697         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
6698
6699 2005-12-16  Jim Meyering  <jim@meyering.net>
6700
6701         * m4/fprintftime.m4: New file.
6702
6703 2005-12-16  Jim Meyering  <jim@meyering.net>
6704
6705         * lib/fprintftime.c, fprintftime.h: New files.
6706
6707 2005-12-15  Simon Josefsson  <jas@extundo.com>
6708
6709         * modules/socklen (configure.ac): Fix M4 macro name, to align with
6710         new m4/socklen.m4.
6711
6712 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6713
6714         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
6715         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
6716
6717 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6718
6719         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
6720         * lib/argp-help.c (fill_in_uparams): Check if the constructed
6721         struct uparams is valid. Fall back to the default values if it is
6722         not.
6723
6724 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6725
6726         * modules/argp (Files): Add argp-pin.c
6727         (Depends-on): dirname
6728         (lib_SOURCES): Add argp-pin.c
6729
6730 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6731
6732         * m4/argp.m4:  Check if program_invocation_name and
6733         program_invocation_short_name are declared and define appropriate
6734         macros if they are not.
6735
6736 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6737
6738         * lib/argp-help.c (__argp_base_name): New function
6739         (__argp_short_program_name): Rewrite using __argp_base_name
6740         * lib/argp-namefrob.h: Define program_invocation_name and
6741         program_invocation_short_name if requested
6742         (__argp_base_name): Add prototype
6743         * lib/argp-parse.c (argp_def): Use gettext wrappers
6744         (argp_default_parser): Use __argp_base_name
6745         * lib/argp-pin.c: New file. Defines program_invocation_name and
6746         program_invocation_short_name on systems that lack them.
6747
6748 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6749
6750         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
6751         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6752         porting problem reported by Georg Schwarz in
6753         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6754
6755 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6756
6757         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
6758         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6759         porting problem reported by Georg Schwarz in
6760         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6761
6762 2005-12-05  Bruno Haible  <bruno@clisp.org>
6763
6764         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
6765         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
6766         Reported by Mark Junker <mjscod@gmx.de>.
6767
6768 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6769
6770         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
6771         Use implementation from Albert Chin, with some
6772         comments/corrections by Stepan Kasal and myself.
6773
6774 2005-12-02  Bruno Haible  <bruno@clisp.org>
6775
6776         * gnulib-tool (func_import): Accept GPLed build tool modules when
6777         --lgpl is given.
6778         * modules/csharpcomp-script: New file.
6779         * modules/csharpcomp: Depend on it.
6780         * modules/javacomp-script: New file.
6781         * modules/javacomp: Depend on it.
6782         Suggested by Simon Josefsson.
6783
6784 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
6785
6786         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
6787         statement, to work around an HP-UX 10.20 compiler bug reported by
6788         Peter O'Gorman.
6789
6790 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6791
6792         * modules/savedir (Depends-on): Add openat.
6793
6794 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6795
6796         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
6797         (uintmax_t) [defined uintmax_t]: Do not declare.
6798         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
6799         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
6800         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
6801         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
6802         sake of portability to weird hosts that C allows (though we don't
6803         know of any practical examples).
6804
6805         * lib/savedir.h (fdsavedir): New decl.
6806         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
6807         contains most of the former guts of savedir.
6808         (savedir): Use savedirstream.
6809         Include "openat.h".
6810
6811 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6812
6813         * modules/obstack (Files): Add m4/ulonglong.m4.
6814         Problem reported by Davide Angelocola.
6815
6816 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
6817
6818         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
6819         coreutils no longer futzes with rounding modes.
6820
6821 2005-11-14  Jim Meyering  <jim@meyering.net>
6822
6823         * lib/mkstemp-safer.c: Include <config.h>, required for possible
6824         replacement of mkstemp.
6825
6826 2005-11-10  Simon Josefsson  <jas@extundo.com>
6827
6828         * lib/readline.c: Remove EOL.
6829
6830 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6831
6832         * modules/gethrxtime (Depends-on): Add gettime.
6833
6834 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6835
6836         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
6837         or gettimeofday; no longer needed.
6838
6839 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6840
6841         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
6842         time business.
6843         (gethrxtime) [! (HAVE_NANOUPTIME
6844         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
6845         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
6846         our own approximation.
6847
6848 2005-11-08  Eric Blake  <ebb9@byu.net>
6849
6850         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6851
6852 2005-11-08  Eric Blake  <ebb9@byu.net>
6853
6854         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6855
6856 2005-11-04  Bruno Haible  <bruno@clisp.org>
6857
6858         * gnulib-tool: Implement --update mode.
6859
6860 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6861
6862         Fix porting problem reported by Theodoros V. Kalamatianos.
6863         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
6864         Don't assume that futimes failing means we must fail.
6865
6866 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6867
6868         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
6869         variables to suggest the intended function of the PATH_MAX check.
6870
6871 2005-10-30  Kean Johnston  <jkj@sco.com>
6872
6873         Trivial changes to support SCO systems.
6874         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
6875         as PATH_MAX.
6876         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
6877         where __ptr is null when no I/O is pending.
6878
6879 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
6880
6881         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
6882         leave errno alone.  Problem reported by Dmitry V. Levin.
6883
6884 2005-10-28  Simon Josefsson  <jas@extundo.com>
6885
6886         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
6887         Test more.
6888
6889         * tests/test-gc-md2.c, tests/test-md2.c: New files.
6890
6891         * modules/md2, modules/md2-tests: New files.
6892
6893 2005-10-28  Simon Josefsson  <jas@extundo.com>
6894
6895         * m4/inet_ntop.m4: More tests.
6896
6897         * m4/gc-md2.m4, md2.m4: New file.
6898
6899 2005-10-28  Simon Josefsson  <jas@extundo.com>
6900
6901         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
6902         "restrict" keywords, as per POSIX.  Protect the function
6903         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
6904         Don't use K&R prototypes.  Check the sprintf return values.
6905         Re-define EAFNOSUPPORT if not present.  Indent.
6906
6907         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
6908         suggested by Bruno Haible <bruno@clisp.org>.
6909
6910         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
6911
6912         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
6913
6914         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
6915         libgcrypt).
6916
6917         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
6918
6919         * lib/md2.h, md2.c: New files.
6920
6921 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
6922
6923         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
6924         errno alone.  Problem reported by Frederic Jolliton.
6925
6926 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6927
6928         * modules/verify (License): Change from GPL to LGPL.  This is a
6929         tiny module and there are apparently near-equivalents that are
6930         under the BSD license.
6931
6932 2005-10-24  Simon Josefsson  <jas@extundo.com>
6933
6934         * modules/sha1: Relicense to LGPL.
6935
6936 2005-10-24  Simon Josefsson  <jas@extundo.com>
6937
6938         * lib/md4.h: Shrink buffer size, now that we changed the type.
6939
6940 2005-10-23  Simon Josefsson  <jas@extundo.com>
6941
6942         * gnulib-tool (func_import): Fix --tests-base.
6943
6944 2005-10-22  Simon Josefsson  <jas@extundo.com>
6945
6946         * modules/arcfour (Depends-on): Need stdint.
6947
6948 2005-10-22  Simon Josefsson  <jas@extundo.com>
6949
6950         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
6951         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
6952
6953 2005-10-22  Simon Josefsson  <jas@extundo.com>
6954
6955         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
6956         suggested by Bruno Haible <bruno@clisp.org>.
6957
6958 2005-10-22  Simon Josefsson  <jas@extundo.com>
6959
6960         * lib/crc.h: Include stddef.h, for size_t.
6961
6962 2005-10-22  Simon Josefsson  <jas@extundo.com>
6963
6964         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
6965         arcfour_context struct (simplify test vector testing in GNU
6966         Shishi).
6967
6968 2005-10-21  Simon Josefsson  <jas@extundo.com>
6969
6970         * modules/des, modules/des-tests: New files.
6971
6972         * modules/gc-des, modules/gc-des-tests: New files.
6973
6974         * tests/test-des.c, tests/test-gc-des.c: New file.
6975
6976 2005-10-21  Simon Josefsson  <jas@extundo.com>
6977
6978         * modules/arctwo, modules/arctwo-tests: New files.
6979
6980         * tests/test-arctwo.c: New file.
6981
6982         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
6983
6984         * tests/test-gc-arctwo.c: New file.
6985
6986 2005-10-21  Simon Josefsson  <jas@extundo.com>
6987
6988         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
6989         Bruno Haible <bruno@clisp.org>.
6990
6991         * m4/gc-des.m4: New file.
6992
6993 2005-10-21  Simon Josefsson  <jas@extundo.com>
6994
6995         * m4/arctwo.m4: New file.
6996
6997         * m4/gc-arctwo.m4: New file.
6998
6999 2005-10-21  Simon Josefsson  <jas@extundo.com>
7000
7001         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
7002         block.
7003
7004 2005-10-21  Simon Josefsson  <jas@extundo.com>
7005
7006         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
7007         <bruno@clisp.org>.
7008
7009         * lib/hmac-sha1.c (hmac_sha1): Likewise.
7010
7011         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
7012         Bruno Haible <bruno@clisp.org>.
7013
7014         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
7015         <bruno@clisp.org>.
7016
7017 2005-10-21  Simon Josefsson  <jas@extundo.com>
7018
7019         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
7020
7021 2005-10-21  Simon Josefsson  <jas@extundo.com>
7022
7023         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
7024
7025 2005-10-21  Simon Josefsson  <jas@extundo.com>
7026
7027         * lib/des.h, des.c: New files.
7028
7029         * lib/gc-gnulib.c: Support DES.c
7030
7031 2005-10-21  Simon Josefsson  <jas@extundo.com>
7032
7033         * lib/arctwo.h, arctwo.c: New files.
7034
7035         * lib/gc-gnulib.c: Support ARCTWO.
7036
7037 2005-10-21  Simon Josefsson  <jas@extundo.com>
7038
7039         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
7040         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7041
7042 2005-10-21  Simon Josefsson  <jas@extundo.com>
7043
7044         * gnulib-tool (func_import, func_create_testdir): Define automake
7045         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
7046         Makefile.am snippet),
7047         suggested by Bruno Haible <bruno@clisp.org>.
7048
7049         * modules/gc (Makefile.am): Use it.
7050
7051 2005-10-21  Bruno Haible  <bruno@clisp.org>
7052
7053         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
7054         patch.
7055
7056 2005-10-19  Simon Josefsson  <jas@extundo.com>
7057
7058         * tests/test-gc-rijndael.c: New file.
7059
7060         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
7061
7062 2005-10-19  Simon Josefsson  <jas@extundo.com>
7063
7064         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
7065         interface too.
7066
7067 2005-10-19  Simon Josefsson  <jas@extundo.com>
7068
7069         * tests/test-gc-arcfour.c: New file.
7070
7071         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
7072
7073 2005-10-19  Simon Josefsson  <jas@extundo.com>
7074
7075         * modules/gc-md4, modules/gc-md4-tests: New file.
7076
7077         * tests/test-gc-md4.c: New file.
7078
7079 2005-10-19  Simon Josefsson  <jas@extundo.com>
7080
7081         * m4/gc-md4.m4: New file.
7082
7083 2005-10-19  Simon Josefsson  <jas@extundo.com>
7084
7085         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
7086         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
7087         <kasal@ucw.cz>.
7088
7089 2005-10-19  Simon Josefsson  <jas@extundo.com>
7090
7091         * m4/gc-arcfour.m4: New file.
7092
7093         * m4/gc-rijndael.m4: New file.
7094
7095 2005-10-19  Simon Josefsson  <jas@extundo.com>
7096
7097         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
7098
7099 2005-10-19  Simon Josefsson  <jas@extundo.com>
7100
7101         * lib/gc-gnulib.c: Support ARCFOUR.
7102
7103 2005-10-19  Simon Josefsson  <jas@extundo.com>
7104
7105         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
7106         support.
7107
7108         * lib/gc.h: Add ECB enum type.
7109
7110         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
7111
7112 2005-10-18  Simon Josefsson  <jas@extundo.com>
7113
7114         * tests/test-md5.c: New file.
7115
7116         * modules/md5-tests: New file.
7117
7118 2005-10-18  Simon Josefsson  <jas@extundo.com>
7119
7120         * tests/test-md4.c: New file.
7121
7122         * modules/md4, modules/md4-tests: New files.
7123
7124 2005-10-18  Simon Josefsson  <jas@extundo.com>
7125
7126         * m4/md4.m4: New file.
7127
7128 2005-10-18  Simon Josefsson  <jas@extundo.com>
7129
7130         * lib/md4.h, md4.c: New files, based on md5.?.
7131
7132 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
7133
7134         * gnulib-tool (func_create_testdir): Omit the second check whether
7135         BUILT_SOURCES in nonempty.
7136
7137 2005-10-17  Simon Josefsson  <jas@extundo.com>
7138
7139         * tests/test-rijndael.c: New file.
7140
7141 2005-10-17  Simon Josefsson  <jas@extundo.com>
7142
7143         * modules/sha1: Depend on stdint instead of md5.
7144
7145         * modules/md5: Depend on stdint, remove uint32_t.
7146
7147 2005-10-17  Simon Josefsson  <jas@extundo.com>
7148
7149         * modules/gc-sha1-tests: New file.
7150
7151         * tests/test-gc-sha1.c: New file.
7152
7153 2005-10-17  Simon Josefsson  <jas@extundo.com>
7154
7155         * m4/md5.m4: Remove call to uint32_t.m4.
7156
7157 2005-10-17  Simon Josefsson  <jas@extundo.com>
7158
7159         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
7160
7161         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
7162         md5.h.
7163
7164         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
7165
7166         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
7167
7168 2005-10-17  Simon Josefsson  <jas@extundo.com>
7169
7170         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
7171
7172 2005-10-17  Simon Josefsson  <jas@extundo.com>
7173
7174         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
7175
7176 2005-10-17  Simon Josefsson  <jas@extundo.com>
7177
7178         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
7179
7180         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
7181
7182 2005-10-17  Bruno Haible  <bruno@clisp.org>
7183
7184         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
7185         that it can also be used in a test.
7186
7187 2005-10-16  Bruno Haible  <bruno@clisp.org>
7188
7189         * gnulib-tool (func_emit_tests_Makefile_am): Also define
7190         TESTS_ENVIRONMENT, so that individual tests can augment it.
7191
7192         * gnulib-tool (func_create_testdir): Use an intermediate target for
7193         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
7194         macros, like $(ALLOCA_H), which cannot be passed through the command
7195         line.
7196
7197 2005-10-15  Simon Josefsson  <jas@extundo.com>
7198
7199         * modules/rijndael-tests: New file.
7200
7201         * modules/rijndael: New file.
7202
7203 2005-10-15  Simon Josefsson  <jas@extundo.com>
7204
7205         * m4/rijndael.m4: New file.
7206
7207 2005-10-15  Simon Josefsson  <jas@extundo.com>
7208
7209         * lib/rijndael-api-fst.h, rijndael-api-fst.c: New files.
7210
7211         * lib/rijndael-alg-fst.h, rijndael-alg-fst.c: New files.
7212
7213 2005-10-14  Simon Josefsson  <jas@extundo.com>
7214
7215         * tests/test-arcfour.c: New file.
7216
7217         * modules/arcfour, modules/arcfour-tests: New files.
7218
7219 2005-10-14  Simon Josefsson  <jas@extundo.com>
7220
7221         * m4/arcfour.m4: New file.
7222
7223 2005-10-14  Simon Josefsson  <jas@extundo.com>
7224
7225         * lib/arcfour.h, arcfour.c: New files.
7226
7227 2005-10-14  Roland McGrath  <roland@redhat.com>
7228
7229         Import from libc.  [BZ #1331]
7230         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
7231         macro argument.
7232         Reported by Matej Vela <vela@debian.org>.
7233
7234 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7235
7236         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
7237         include <wchar.h>; no longer needed.
7238
7239 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7240
7241         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
7242
7243 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
7244         and  Ulrich Drepper  <drepper@redhat.com>
7245
7246         Import from libc.
7247         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
7248         instead of inline stream orientation test and two separate
7249         function calls.  Pay no attention to USE_IN_LIBIO.
7250
7251 2005-10-13  Simon Josefsson  <jas@extundo.com>
7252
7253         * modules/gc-hmac-md5-tests: New file.
7254
7255         * tests/test-gc-hmac-sha1.c: New file.
7256
7257         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
7258
7259         * modules/gc-hmac-md5-tests: New file.
7260
7261         * tests/test-gc-md5.c: New file.
7262
7263         * modules/gc-md5-tests: New file.
7264
7265 2005-10-13  Simon Josefsson  <jas@extundo.com>
7266
7267         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
7268         Move memory allocation outside of loop.
7269
7270 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
7271
7272         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
7273         intermediate directory is in a read-only file system.  Problem
7274         reported by Eric Blake.
7275
7276 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
7277
7278         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
7279
7280 2005-10-12  Simon Josefsson  <jas@extundo.com>
7281
7282         * tests/test-hmac-sha1.c: New file.
7283
7284         * modules/hmac-sha1-tests: New file.
7285
7286         * modules/hmac-sha1: New file.
7287
7288 2005-10-12  Simon Josefsson  <jas@extundo.com>
7289
7290         * modules/gc-sha1: New file.
7291
7292 2005-10-12  Simon Josefsson  <jas@extundo.com>
7293
7294         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
7295
7296         * tests/test-gc-pbkdf2-sha1.c: New file.
7297
7298 2005-10-12  Simon Josefsson  <jas@extundo.com>
7299
7300         * modules/gc-md5, modules/gc-hmac-md5: New files.
7301
7302         * modules/gc (Files): Remove md5, memxor and hmac files.
7303
7304 2005-10-12  Simon Josefsson  <jas@extundo.com>
7305
7306         * m4/gc-pbkdf2-sha1.m4: New file.
7307
7308         * m4/gc-hmac-sha1.m4: New file.
7309
7310         * m4/gc-sha1: New file.
7311
7312         * m4/hmac-sha1.m4: New file.
7313
7314 2005-10-12  Simon Josefsson  <jas@extundo.com>
7315
7316         * m4/gc-md5.m4, gc-hmac-md5: New files.
7317
7318         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
7319
7320 2005-10-12  Simon Josefsson  <jas@extundo.com>
7321
7322         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
7323         suggested by Bruno Haible <bruno@clisp.org>.
7324
7325 2005-10-12  Simon Josefsson  <jas@extundo.com>
7326
7327         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
7328
7329 2005-10-12  Simon Josefsson  <jas@extundo.com>
7330
7331         * lib/gc-pbkdf2-sha1.c: New file.
7332
7333         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
7334
7335 2005-10-12  Simon Josefsson  <jas@extundo.com>
7336
7337         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
7338
7339         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
7340
7341 2005-10-12  Simon Josefsson  <jas@extundo.com>
7342
7343         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
7344         GC_USE_HMAC_MD5, respectively.
7345
7346         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
7347         (gc_md5): Fix typo.
7348
7349         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
7350
7351         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
7352
7353         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
7354
7355 2005-10-12  Bruno Haible  <bruno@clisp.org>
7356
7357         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
7358         Reported by Stepan Kasal <kasal@ucw.cz>.
7359
7360 2005-10-11  Simon Josefsson  <jas@extundo.com>
7361
7362         * tests/test-crc.c: New file.
7363
7364         * modules/crc, modules/crc-tests: New files.
7365
7366 2005-10-11  Simon Josefsson  <jas@extundo.com>
7367
7368         * m4/crc.m4: New file.
7369
7370 2005-10-11  Simon Josefsson  <jas@extundo.com>
7371
7372         * lib/gc.h: Add gc_hash and gc_hash_buffer.
7373
7374         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
7375
7376         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
7377
7378 2005-10-11  Simon Josefsson  <jas@extundo.com>
7379
7380         * lib/crc.h, crc.c: New files.
7381
7382         * lib/gc.h (gc_hash_buffer): Add doc.
7383
7384 2005-10-11  Bruno Haible  <bruno@clisp.org>
7385
7386         * modules/c-strcasestr: New file.
7387         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
7388
7389 2005-10-11  Bruno Haible  <bruno@clisp.org>
7390
7391         * modules/c-strcase: New file.
7392         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
7393
7394 2005-10-11  Bruno Haible  <bruno@clisp.org>
7395
7396         * lib/strcasecmp.c: Include limits.h.
7397         (strcasecmp): Avoid integer overflow on exotic platforms.
7398         * lib/strncasecmp.c: Include limits.h.
7399         (strncasecmp): Avoid integer overflow on exotic platforms.
7400         Reported by Paul Eggert.
7401
7402 2005-10-11  Bruno Haible  <bruno@clisp.org>
7403
7404         * lib/c-strcasestr.h: New file, from GNU gettext.
7405         * lib/c-strcasestr.c: New file, from GNU gettext.
7406
7407 2005-10-11  Bruno Haible  <bruno@clisp.org>
7408
7409         * lib/c-strcase.h: New file, from GNU gettext.
7410         * lib/c-strcasecmp.c: New file, from GNU gettext.
7411         * lib/c-strncasecmp.c: New file, from GNU gettext.
7412
7413 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7414
7415         * modules/mempcpy (License): GPL -> LGPL.
7416         * modules/strchrnul (License): Likewise.
7417         * modules/sysexits (License): Likewise.
7418
7419 2005-10-08  Simon Josefsson  <jas@extundo.com>
7420
7421         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
7422
7423 2005-10-07  Simon Josefsson  <jas@extundo.com>
7424
7425         * m4/memxor.m4: Remove gl_C_RESTRICT call.
7426
7427 2005-10-06  Simon Josefsson  <jas@extundo.com>
7428
7429         * tests/test-hmac-md5.c: New file.
7430
7431         * modules/hmac-md5-tests: New file.
7432
7433         * modules/hmac-md5: New file.
7434
7435 2005-10-06  Simon Josefsson  <jas@extundo.com>
7436
7437         * m4/hmac-md5.m4: New file.
7438
7439         * m4/memxor.m4: Require gl_C_RESTRICT.
7440
7441 2005-10-06  Simon Josefsson  <jas@extundo.com>
7442
7443         * lib/memxor.c (memxor): Avoid casts and warnings.
7444
7445 2005-10-06  Simon Josefsson  <jas@extundo.com>
7446
7447         * lib/hmac-md5.c: New file.
7448
7449         * lib/hmac.h: New file.
7450
7451 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7452
7453         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
7454         promotes to int, not unsigned int, to catch the AIX 5.3
7455         compiler bug.
7456
7457 2005-10-05  Simon Josefsson  <jas@extundo.com>
7458
7459         * modules/memxor: New file.
7460
7461         * modules/iconv (Files): Move config.rpath to havelib, it is used
7462         there.
7463
7464         * modules/havelib (Files): Add config.rpath.
7465
7466 2005-10-05  Simon Josefsson  <jas@extundo.com>
7467
7468         * m4/memxor.m4: New file.
7469
7470 2005-10-05  Simon Josefsson  <jas@extundo.com>
7471
7472         * lib/memxor.c (memxor): Fix compiler error.
7473
7474         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
7475         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
7476
7477         * lib/memxor.h, memxor.c: New files.
7478
7479         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
7480         we assume all systems have it, suggested by Jim Meyering
7481         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
7482         any systems lack sys/socket.h; mingw32 is known to lack it, but we
7483         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
7484         same reasons.
7485
7486 2005-10-05  Simon Josefsson  <jas@extundo.com>
7487
7488         * config/srclist.txt: Add glibc bug 1423 for md5.h.
7489
7490 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7491
7492         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
7493         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
7494         needed, since the source code now assumes these .h files.
7495
7496 2005-10-05  Derek Price  <derek@ximbiot.com>
7497
7498         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
7499
7500 2005-10-05  Bruno Haible  <bruno@clisp.org>
7501
7502         * modules/stdint (License): Change to LGPL.
7503
7504 2005-10-04  Simon Josefsson  <jas@extundo.com>
7505
7506         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
7507         D. Baushke" <mdb@gnu.org>.
7508
7509 2005-10-04  Bruno Haible  <bruno@clisp.org>
7510
7511         * lib/verify.h (verify_true): Provide alternative definition for C++.
7512
7513 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
7514
7515         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
7516         (SSIZE_MAX): New macro, if not already defined.
7517         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
7518         than 2 GiB.
7519
7520 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7521
7522         Sync from coreutils.
7523         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
7524         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
7525         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
7526         ULLONG_MAX doesn't work with 2.7.2.1.
7527
7528 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7529
7530         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
7531         From Ben Pfaff.
7532
7533         * modules/exclude (Depends-on): Depend on verify.
7534         * modules/strtoimax (Depends-on): Likewise.
7535         * modules/utimecmp (Depends-on): Likewise.
7536
7537 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7538
7539         * lib/exclude.c: Include verify.h.
7540         (verify): Remove.  All callers changed to use verify.h's version.
7541         * lib/strtoimax.c: Likewise.
7542         * lib/utimecmp.c: Likewis.e
7543
7544         Sync from coreutils.
7545         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
7546         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
7547         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
7548         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
7549         bother returning ENOSYS if settimeofday or stime fails; just let
7550         them return whatever errno they want to return.
7551         * lib/utimens.c: Include unistd.h, for dup2.
7552         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
7553         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
7554
7555 2005-10-02  Jim Meyering  <jim@meyering.net>
7556
7557         Sync from coreutils.
7558         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
7559         from glibc-2.2.5 that fails for read-only files.
7560
7561 2005-10-02  Jim Meyering  <jim@meyering.net>
7562
7563         Sync from coreutils.
7564         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
7565         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
7566         `#if HAVE_CONFIG_H'.
7567         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
7568         Remove AT_FDCWD test.
7569         Do not consume the fd unless successful.
7570         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
7571         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
7572         block, so that we don't even try to compile it if settimeofday is
7573         available.  This works around a compilation failure on OSF1 V5.1,
7574         due to stime requiring a `long int*' while tv_sec is `int'.
7575
7576 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
7577
7578         Sync from coreutils.
7579         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
7580         against `yes', rather than just testing for nonempty.
7581
7582 2005-10-01  Simon Josefsson  <jas@extundo.com>
7583
7584         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
7585         and Darwin.
7586
7587         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
7588         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
7589         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
7590         freeaddrinfo and gai_strerror are declared by the POSIX headers.
7591         Check if struct addrinfo is declared.
7592
7593 2005-10-01  Simon Josefsson  <jas@extundo.com>
7594
7595         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
7596         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
7597         AI_* and EAI_* definitions.  Protect function declarations.
7598
7599 2005-10-01  Jim Meyering  <jim@meyering.net>
7600
7601         Sync from coreutils.
7602
7603         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
7604         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
7605         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
7606         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
7607         in the inet and nsl libraries.  Required on Solaris 5.7.
7608
7609 2005-10-01  Jim Meyering  <jim@meyering.net>
7610
7611         Sync from coreutils.
7612         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
7613         in the inet and nsl libraries.  Required on Solaris 5.7.
7614
7615 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
7616
7617         * lib/getdelim.c (getdelim): Remove unused variables.
7618
7619 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7620
7621         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
7622         so that the code works even with ancient cpp.  Portability problem
7623         with GCC 2.7.2.1 reported by Thomas M.Ott.
7624
7625 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7626
7627         * modules/regex (Depends-on): Add strcase.
7628
7629         * modules/gethostname (Licence): Change from GPL to LGPL, since
7630         gethostname.c is a trivial implementation of a standard library
7631         function.
7632         * modules/poll (License): Change from GPL to LGPL, since it's
7633         derived from LGPL code.
7634
7635 2005-09-27  Jim Meyering  <jim@meyering.net>
7636
7637         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
7638         HAVE_CONFIG_H.
7639
7640         * lib/intprops.h (signed_type_or_expr__): Define.
7641         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
7642         for unsigned types.
7643
7644 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7645
7646         * lib/verify.h (verify_expr): Remove, replacing with:
7647         (verify_true): New macro that returns true instead of void.
7648         (verify_type__): Remove.
7649         (verify): Use verify_true rather than verify_type__.
7650
7651 2005-09-26  Bruno Haible  <bruno@clisp.org>
7652
7653         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
7654         is necessary.
7655         (lib_SOURCES): Remove mbchar.c.
7656         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
7657         (Files): Add m4/mbrtowc.m4.
7658         * modules/mbiter: Likewise.
7659         * modules/mbuiter: Likewise.
7660
7661 2005-09-26  Bruno Haible  <bruno@clisp.org>
7662
7663         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
7664         compile mbchar.c if they are not both present.
7665         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
7666         * m4/mbiter.m4 (gl_MBITER): Likewise.
7667         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
7668         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
7669         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
7670
7671 2005-09-25  Jim Meyering  <jim@meyering.net>
7672
7673         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
7674         also uses socklen_t.
7675
7676 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
7677
7678         * lib/utimens.c (ENOSYS): Define if not already defined.
7679         (futimens): Support having a null PATH if the file descriptor
7680         is nonnegative.
7681
7682         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
7683         Remove.
7684         (__attribute): Define to empty unless GCC 3.1 or later.
7685         This works around a core dump on OpenBSD 3.4, which has GCC
7686         2.95.3, which dumps core when given __attribute__(()).  It also
7687         simplifies other tests, since we really don't want to bother with
7688         worrying about which ancient version of GCC supported what.
7689         Original problem reported by Yoann Vandoorselaere, with part of
7690         the fix suggested by Derek Price.
7691
7692 2005-09-24  Jim Meyering  <jim@meyering.net>
7693
7694         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
7695         so we can once again use a positive bitfield width of 1 -- now we
7696         don't have to explain why we were using a bitfield width of 2.
7697
7698 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7699
7700         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
7701         and similarly for the other external symbols.  Problem reported
7702         by James Gallager.
7703
7704         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
7705         bug reported by Jim Meyering.
7706
7707         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
7708         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
7709         not needed, since socklen is a prerequisite module.
7710
7711 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7712
7713         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
7714         Problem reported by Eric Blake.
7715         (getaddrinfo): Initialize se so that it's not garbage.
7716         Redo internal storage allocation so that it doesn't make unportable
7717         assumptions about alignment.
7718         Fix a memory leak.
7719
7720         * lib/utimens.c (futimens): Use futimesat if available.
7721         Prefer it to futimes since it doesn't have the futimes bug.
7722
7723         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
7724         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
7725         Instead, declare a function that returns a pointer to an array,
7726         and use verify_type__ to declare the size of the array.
7727         Problem and germ of a solution reported by Bruno Haible.
7728         (verify_type__): Use 2, not 1, for bitfield size, to avoid
7729         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
7730
7731 2005-09-23  Jim Meyering  <jim@meyering.net>
7732
7733         Sync from coreutils.
7734         Correct build failure (socklen_t not defined) on at least
7735         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
7736         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
7737
7738 2005-09-23  Jim Meyering  <jim@meyering.net>
7739
7740         * modules/getaddrinfo (Depends-on): Add socklen.
7741
7742 2005-09-23  Bruno Haible  <bruno@clisp.org>
7743
7744         * tests/test-verify.c: New file.
7745
7746 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7747
7748         Sync from coreutils.
7749
7750         * modules/argmatch (Depends-on): Add verify.
7751         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
7752         unistd-safer.
7753         * modules/save-cwd (Depends-on): Likewise.
7754
7755         * modules/openat (Files): Add lib/openat-die.c.
7756         (Depends-on): Remove error, exitfail.
7757         Add dirname.
7758
7759         * modules/verify: New file.
7760         * MODULES.html.sh (Diagnostics <assert.h>): New section,
7761         with "verify" module.
7762
7763 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7764
7765         Sync from coreutils.
7766
7767         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
7768         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
7769         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
7770         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
7771         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
7772         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
7773         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
7774         Don't bother checking for string.h, stdlib.h, unistd.h.
7775         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
7776         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
7777         module's job.
7778         * m4/jm-macros.m4 (gl_MACROS): Likewise.
7779         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
7780
7781         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
7782         (gl_GETDATE): Use it.
7783
7784         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
7785
7786 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7787
7788         Sync from coreutils.
7789
7790         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
7791         stat-time.h.
7792         * lib/argmatch.h: Include verify.h
7793         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
7794         (ARGMATCH_ASSERT): Remove; unused.
7795         * lib/canonicalize.c: Assume STDC_HEADERS.
7796         * lib/exclude.c: Include "strcase.h".
7797         * lib/regex_internal.h [!defined _LIBC]: Likewise.
7798         * lib/getusershell.c: Include stdio--.h rather than stdio.h
7799         and stdio-safer.h.
7800         (getusershell): Call fopen, not fopen_safer.
7801         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
7802         Do not include unistd-safer.h.
7803         (save_cwd): Don't call fd_safer; no longer needed
7804         now that we include fcntl--.h.
7805
7806         * lib/getdate.y (relative_time): New type.
7807         (RELATIVE_TIME_0): New constant.
7808         (parser_control): Use relative_time instead of doing it ourselves.
7809         (%union): Add new relative_time rel member.
7810         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
7811         Now typeless.
7812         (relunit, relunit_snumber): Now of type rel.
7813         (zone, rel, relunit, get_date): Adjust to above changes.
7814
7815         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
7816         Do not include unistd-safer.h.
7817         (getloadavg): Don't call fd_safer; no longer needed
7818         now that we include fcntl--.h.
7819
7820         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
7821         (make_dir_parents): Treat ENOSYS like EEXIST.
7822
7823         Improve quality of diagnostics on restore_cwd failure.
7824         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
7825         (make_dir_parents): Last arg is now int * (for errno), not bool *.
7826         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
7827         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
7828         each time through the loop.  Do not diagnose restore_cwd failure;
7829         that is the caller's job (and perhaps the caller does not care).
7830
7831         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
7832         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
7833         If the file already exists but is not a directory, don't bother
7834         to try to make its parents.
7835         Close potential file descriptor leak if we can't chdir("/") (!).
7836         Don't always return true if chdir($PWD) fails; return true only
7837         if the requested action was done successfully (except for the
7838         chdir($PWD)).
7839         Don't log final directory unless we actually made it.
7840         Refactor to avoid duplicate code to fix up permissions.
7841         Don't attempt to fix up parent permissions if chdir($PWD) fails.
7842
7843         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
7844         to make it a bit faster and (I hope) clearer.
7845         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
7846         Fix bug in formats like %2N.
7847
7848         * lib/verify.h: New file.
7849
7850 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7851
7852         Sync from coreutils.
7853         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
7854
7855 2005-09-22  Jim Meyering  <jim@meyering.net>
7856
7857         Sync from coreutils.
7858
7859         * m4/lstat.m4 (gl_FUNC_LSTAT):
7860         Use AC_LIBSOURCES to require lstat.c and lstat.h.
7861         Remove obsolete comment.
7862         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
7863         * m4/xstrtod.m4: Likewise.
7864
7865         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
7866
7867 2005-09-22  Jim Meyering  <jim@meyering.net>
7868
7869         Sync from coreutils.
7870
7871         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
7872
7873         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
7874         the .tm_year member, since otherwise gcc-4.0 would now warn about
7875         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
7876
7877         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
7878         order to avoid an unsuppressible warning from gcc on 64-bit systems.
7879
7880         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
7881         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
7882         when run in a time zone for which daylight savings time is in effect
7883         for the starting date.
7884
7885         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
7886         stop us from restricting permissions of just-created absolute-named
7887         directories.
7888         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
7889         to restore initial working directory.
7890         * lib/mkdir-p.c (make_dir_parents): New parameter:
7891         different_working_dir, to tell caller if/when we change the working
7892         directory and are unable to return to the initial one.
7893         * lib/mkdir-p.h (make_dir_parents): Update prototype.
7894         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
7895         `return false'.  This fixes a bug introduced on 2004-07-30.
7896
7897         * lib/openat.c (fdopendir): Be sure to close the supplied
7898         file descriptor before returning.  This makes our replacement
7899         implementation a little closer to Solaris's, where fdopendir
7900         ties the file descriptor to the returned DIR* pointer.
7901         * lib/openat.c (unlinkat): New function.
7902         * lib/openat.h (unlinkat): Add prototype.
7903         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
7904         (openat_restore_fail): Rename from openat_restore_die.
7905         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
7906
7907         Provide an alternative to exiting immediately upon save_cwd or
7908         restore_cwd failure.  Now, an application can arrange e.g.,
7909         to perform a longjump in that case.
7910         * lib/openat.c: Include dirname.h.
7911         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
7912         (rpl_openat, fdopendir, fstatat): Call openat_save_die
7913         and openat_restore_die rather than calling error directly.
7914         Don't include "error.h" or "exitfail.h"; they're no longer needed.
7915
7916         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
7917         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
7918         define.
7919
7920         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
7921         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
7922                             int utc, int nanoseconds);
7923         Background:
7924         date should not have to allocate a megabyte of virtual memory to
7925         handle a format argument like +%1048575T.  When implemented with
7926         strftime, it must allocate such a buffer, use strftime to fill it
7927         in, print it, then free it.
7928         With fprintftime, it simply prints everything and exits.
7929         With no need for memory allocation, that's one fewer way to fail.
7930         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
7931         optional field width, not before, so we accept %9:z, not %:9z.
7932         (my_strftime): Be sure to use L_('x') for literals.
7933
7934         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
7935         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
7936         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
7937         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
7938         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
7939         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
7940         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
7941         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
7942         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
7943         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
7944         * lib/xgethostname.c, lib/xreadlink.c:
7945         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
7946
7947         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
7948         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
7949         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
7950         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
7951         and don't include <sys/file.h>).
7952
7953 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
7954
7955         Sync from coreutils.
7956
7957         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
7958         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
7959         [!LDAV_DONE]: Avoid unused variable warning.
7960
7961 2005-09-21  Bruno Haible  <bruno@clisp.org>
7962
7963         * lib/unicodeio.h (unicode_to_mb): New declaration.
7964
7965 2005-09-20  Derek Price  <derek@ximbiot.com>
7966
7967         * lib/getaddrinfo.c: Don't include <netdb.h> included from
7968         getaddrinfo.h.
7969
7970 2005-09-20  Bruno Haible  <bruno@clisp.org>
7971
7972         * gnulib-tool: Remove trailing slashes from the values specified for
7973         --source-base, --m4-base, --tests-base, --aux-dir.
7974         Suggested by Simon Josefsson <jas@extundo.com>.
7975
7976 2005-09-20  Bruno Haible  <bruno@clisp.org>
7977
7978         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
7979         func_modules_to_filelist, func_import, func_create_testdir): Make all
7980         sorting results locale-independent, so that gnulib-cache.m4 doesn't
7981         change when gnulib-tool is invoked in a different locale.
7982
7983 2005-09-19  Simon Josefsson  <jas@extundo.com>
7984
7985         * m4/socklen.m4: Fix typo.
7986
7987 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7988
7989         Use a consistent style for including <config.h>.
7990         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
7991         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
7992         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
7993         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
7994         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
7995         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
7996         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
7997         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
7998         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
7999         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
8000         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
8001         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
8002         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
8003         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
8004         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
8005         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
8006         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
8007         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
8008         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
8009         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
8010         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
8011         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
8012         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
8013         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
8014         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
8015         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
8016         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
8017         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
8018         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
8019         lib/xstrtoumax.c, lib/yesno.c:
8020         Standardize inclusion of config.h.
8021         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
8022         lib/inttostr.h:  Removed inclusion of config.h from header files.
8023         * lib/inttostr.c:  Adjusted in-tree users.
8024         * lib/timespec.h: Remove superfluous warning to include config.h.
8025         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
8026         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
8027         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
8028         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
8029         config.h with HAVE_CONFIG_H.
8030
8031 2005-09-19  Jim Meyering  <jim@meyering.net>
8032
8033         * modules/pathmax (License): Change to LGPL.
8034
8035 2005-09-19  Derek Price  <derek@ximbiot.com>
8036
8037         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
8038
8039 2005-09-19  Bruno Haible  <bruno@clisp.org>
8040
8041         * gnulib-tool (import): Provide default for --tests-base.
8042
8043 2005-09-19  Bruno Haible  <bruno@clisp.org>
8044
8045         * doc/quote.texi: New file, extracted from gnulib.texi.
8046         * doc/ctime.texi: New file, extracted from gnulib.texi.
8047         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
8048         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
8049         * doc/gnulib.texi: Include them.
8050
8051 2005-09-18  Bruno Haible  <bruno@clisp.org>
8052
8053         Portability fix.
8054         * gnulib-tool (func_readlink): New function.
8055         (func_ln_if_changed): Use it.
8056
8057 2005-09-18  Bruno Haible  <bruno@clisp.org>
8058
8059         * gnulib-tool: Support --with-tests also with --import.
8060         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
8061         (func_import): Use variables $testsbase and $inctests. Emit a
8062         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
8063         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
8064         SUBDIRS += $testsdir.
8065         (func_create_testdir): Update.
8066
8067 2005-09-18  Bruno Haible  <bruno@clisp.org>
8068
8069         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
8070         instead of $dry_run.
8071         (func_cp_if_changed, func_mv_if_changed): Remove functions.
8072         (func_ln_if_changed): Don't handle dry-run here.
8073         (func_import): In dry-run mode, detect more precisely which actions
8074         would be performed, and don't use "...ing" verbs.
8075
8076 2005-09-18  Bruno Haible  <bruno@clisp.org>
8077
8078         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
8079         (func_import): Use join on two temporary files instead of three nested
8080         loops, in order to determine which files are new or old.
8081
8082 2005-09-18  Bruno Haible  <bruno@clisp.org>
8083
8084         * gnulib-tool (func_import): Comment out code that spits out the
8085         new files with --dry-run.
8086
8087 2005-09-18  Bruno Haible  <bruno@clisp.org>
8088
8089         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
8090
8091 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8092
8093         * lib/stat-time.h: New file.
8094         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
8095         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
8096         in a different way.
8097         (timespec_cmp): New function.
8098         * lib/utimecmp.c: Include stat-time.h.
8099         (SYSCALL_RESOLUTION): Depend on whether various struct stat
8100         members exist, not on the obsolescent ST_MTIM_NSEC.
8101         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
8102
8103 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8104
8105         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
8106
8107 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8108
8109         * MODULES.html.sh (File system functions): Add stat-time.
8110         * modules/stat-time: New file.
8111         * modules/timespec (Files): Remove m4/st_mtim.m4; this
8112         is now done in a different way, by the stat-time module.
8113         * modules/utimecmp (Depends-on): Add stat-time.
8114
8115 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8116
8117         * m4/st_mtim.m4: Remove.  Superseded by...
8118         * m4/stat-time.m4: New file.
8119         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
8120         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
8121
8122 2005-09-15  Derek Price  <derek@ximbiot.com>
8123
8124         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
8125
8126 2005-09-15  Derek Price  <derek@ximbiot.com>
8127
8128         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
8129         * lib/regex_internal.c: Ditto, using this...
8130         (__GNUC_PREREQ): ...new macro.
8131         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
8132         using...
8133         (__GNUC_PREREQ): ...this new macro.
8134
8135         * lib/strstr.h: Include string.h. Define strstr as a macro here.
8136
8137 2005-09-15  Derek Price  <derek@ximbiot.com>
8138             Paul Eggert  <eggert@cs.ucla.edu>
8139
8140         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
8141         changes, consolidating in...
8142         * lib/regex_internal.h: ...this file.
8143
8144 2005-09-13  Jim Meyering  <jim@meyering.net>
8145
8146         * lib/canon-host.c: Filter through gnu indent and reword comments
8147         slightly.
8148         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
8149
8150 2005-09-13  Derek Price  <derek@ximbiot.com>
8151
8152         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
8153         failure.
8154         Reported by Jim Meyering  <jim@meyering.net>.
8155
8156 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8157
8158         * lib/base64.c: Typo.
8159         (base64_encode): Put b64str in initialized data section.
8160
8161 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8162
8163         Merge glibc and coreutils changes into gnulib, plus a few
8164         extra fixes.
8165         * lib/md5.c: Use #error rather than a string.
8166         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
8167         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
8168         (__attribute__): Define to empty for non recent-GCC.
8169         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
8170         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
8171         Renamed from their non-__ counterparts, with new macros replacing
8172         them if not _LIBC.  Add __THROW attribute.
8173         (rol): Remove.
8174         (struct md5_ctx): Align buffer if using GCC.
8175         * lib/sha1.h (struct sha1_ctx): Likewise.
8176         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
8177         The old name was backwards.
8178         (NOTSWAP): Remove; not used.
8179         (rol): New macro, moved here from md5.h.
8180         (sha1_process_block): Remove a FIXME that doesn't make sense.
8181
8182 2005-09-12  Derek Price  <derek@ximbiot.com>
8183
8184         Return usable errors from canon-host.
8185         * lib/canon-host.h: New file.
8186         * lib/canon-host.c (canon_host): Wrap...
8187         (canon_host_r): ...this new function, which now relies exclusively on
8188         getaddrinfo.
8189         (ch_strerror): New function.
8190         (last_cherror): New global.
8191         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
8192         interface.
8193         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
8194         void *.
8195         (freeaddrinfo): Free ai->ai_canonname when set.
8196
8197 2005-09-12  Derek Price  <derek@ximbiot.com>
8198
8199         Make canon-host require getaddrinfo.
8200         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
8201         AC_LIBSOURCE canon-host.h.  Call...
8202         (gl_PREREQ_CANON_HOST): ...this new function, which requires
8203         gl_GETADDRINFO.
8204         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
8205
8206 2005-09-12  Derek Price  <derek@ximbiot.com>
8207
8208         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
8209         LGPL.
8210         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
8211
8212 2005-09-12  Derek Price  <derek@ximbiot.com>
8213
8214         * lib/gai_strerror.c: Include config.h when available.  Include
8215         getaddrinfo.h before other headers to test interface.
8216         Reported by Larry Jones <lawrence.jones@ugs.com>.
8217
8218 2005-09-12  Derek Price  <derek@ximbiot.com>
8219             Paul Eggert  <eggert@cs.ucla.edu>
8220
8221         * modules/glob (Files): Add glob-libc.h.
8222
8223 2005-09-12  Derek Price  <derek@ximbiot.com>
8224             Paul Eggert  <eggert@cs.ucla.edu>
8225
8226         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
8227         glob_.h, glob-libc.h.
8228         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
8229
8230 2005-09-12  Derek Price  <derek@ximbiot.com>
8231             Paul Eggert  <eggert@cs.ucla.edu>
8232
8233         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
8234         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
8235         protecting things that should be done only in gnulib contexts.
8236         * lib/glob_.h: New file, containing only the glob things needed for
8237         gnulib.
8238         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
8239         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
8240         (glob, globfree, glob_pattern_p): Now defined simply in terms of
8241         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
8242         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
8243         and to respect the namespace rules better.
8244
8245 2005-09-08  Simon Josefsson  <jas@extundo.com>
8246
8247         * modules/socklen: New file.
8248
8249 2005-09-08  Simon Josefsson  <jas@extundo.com>
8250
8251         * m4/socklen.m4: New file.
8252
8253 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8254
8255         * modules/utimens (Files): Add m4/utimbuf.m4, since
8256         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
8257         Reported by Sergey Poznyakoff.
8258
8259 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8260
8261         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
8262         definitions, since that's the preferred style in glibc.
8263         Fix a minor spacing issue, and update copyright notice to match
8264         glibc's.
8265
8266 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8267
8268         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
8269
8270 2005-09-06  Simon Josefsson  <jas@extundo.com>
8271
8272         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
8273         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
8274
8275 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8276
8277         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
8278         warning.
8279
8280 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8281
8282         * config/srclist.txt: Add glibc bug 1302.
8283
8284 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
8285
8286         Change bitset word type from unsigned int to unsigned long int,
8287         as this has better performance on typical 64-bit hosts.
8288         Port bitset code to hosts with unusual word sizes.
8289         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
8290         (build_collating_symbol):
8291         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
8292         argument is a bitset.  This is merely a style issue, but it makes
8293         it clearer that an entire array is expected.
8294         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
8295         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
8296         Port to the case where bitset_word is not the same as unsigned int.
8297         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
8298         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
8299         Likewise.
8300         * lib/regexec.c (check_dst_limits_calc_pos_1,
8301         check_subexp_matching_top):
8302         (build_trtable, group_nodes_into_DFAstates):
8303         Likewise.
8304         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
8305         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
8306         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
8307         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
8308         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
8309         * lib/regcomp.c (optimize_subexps, lower_subexp):
8310         Work even if bitset_word has holes in its bitwise representation.
8311         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
8312         * lib/regexec.c (check_dst_limits_calc_pos_1,
8313         check_subexp_matching_top):
8314         Likewise.
8315         * lib/regex_internal.c (re_string_reconstruct):
8316         Don't assume UCHAR_MAX == 255.
8317         * lib/regex_internal.h (bitset_set_all): Likewise.
8318         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
8319         All uses changed.
8320         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
8321         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
8322         All uses changed.
8323         (BITSET_WORD_MAX): New macro.
8324         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
8325         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
8326         (bitset_empty, bitset_copy):
8327         Prefer sizeof (bitset) to multiplying it out ourselves.
8328         (bitset_not_merge): Remove; unused.
8329         (bitset_contain): Return bool, not unsigned int with one bit on.
8330         All callers changed.
8331         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
8332         alignment than re_node_set; do this by defining a new internal
8333         type struct dests_alloc and using it to allocate memory.
8334
8335 2005-09-05  Bruno Haible  <bruno@clisp.org>
8336
8337         * gnulib-tool (func_import): Fix comparison in handling of symbolic
8338         links.
8339
8340 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
8341
8342         * modules/size_max (Makefile.am): Add size_max.h
8343
8344 2005-09-04  Derek Price  <derek@ximbiot.com>
8345
8346         * gnulib-tool (func_import): Fix reversed $symbolic logic.
8347
8348 2005-09-03  Simon Josefsson  <jas@extundo.com>
8349
8350         * gnulib-tool: Fix typo.
8351
8352 2005-09-03  Simon Josefsson  <jas@extundo.com>
8353
8354         * config/srclist.txt: Add glibc bug 1293.
8355
8356 2005-09-03  Derek Price  <derek@ximbiot.com>
8357
8358         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
8359         From Larry Jones <lawrence.jones@ugs.com>.
8360
8361 2005-09-02  Simon Josefsson  <jas@extundo.com>
8362
8363         * modules/socklen: New file.
8364
8365 2005-09-02  Simon Josefsson  <jas@extundo.com>
8366
8367         * modules/havelib: New module.
8368
8369         * modules/gettext, modules/iconv, modules/lock, modules/readline:
8370         Use havelib.
8371
8372 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
8373
8374         Check for arithmetic overflow when calculating sizes, to prevent
8375         some buffer-overflow issues.  These patches are conservative, in the
8376         sense that when I couldn't determine whether an overflow was possible,
8377         I inserted a run-time check.
8378         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
8379         macros.
8380         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
8381         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
8382         (re_xnrealloc, re_x2nrealloc): New inline functions.
8383         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
8384         parse_bracket_exp):
8385         (build_equiv_class, build_charclass): Check for arithmetic overflow
8386         in size expression calculations.
8387         * lib/regex_internal.c (re_string_realloc_buffers):
8388         (build_wcs_upper_buffer, re_node_set_add_intersect):
8389         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
8390         (re_dfa_add_node, register_state): Likewise.
8391         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
8392         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
8393         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
8394         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
8395
8396 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
8397
8398         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
8399         m4/ulonglong.m4.  Problem reported by Martin Lambers.
8400
8401 2005-09-02  Bruno Haible  <bruno@clisp.org>
8402
8403         Support for lib vs. lib64 distinction on biarch platforms.
8404         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
8405         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
8406         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
8407
8408 2005-09-02  Bruno Haible  <bruno@clisp.org>
8409
8410         * gnulib-tool (import): In the other first-use case, provide defaults
8411         as well.
8412
8413 2005-09-02  Bruno Haible  <bruno@clisp.org>
8414
8415         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
8416         patches not yet found in the latest gettext release.
8417
8418 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
8421         to avoid a collision with bits/local_lim.h in glibc.
8422         All uses changed.  Problem reported by Dmitry V. Levin in
8423         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
8424
8425         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
8426         bugs in int versus size_t comparisons.
8427         (re_string_context_at): Fix bug where the code assumed that
8428         Idx is signed.
8429
8430         Use bool where appropriate.
8431         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
8432         All callers changed.
8433         (calc_eclosure_iter): Likewise, for ROOT arg.
8434         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
8435         (build_charclass_op): Likewise, for NON_MATCH arg.
8436         * lib/regex_internal.c (re_string_allocate, re_string_construct):
8437         (re_string_construct_common): Likewise, for ICASE arg.
8438         * lib/regexec.c (re_search_2_stub, re_search_stub):
8439         Likewise, for RET_LEN arg.
8440         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
8441         (set_regs): Likewise, for FL_BACKTRACK arg.
8442         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
8443         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
8444         (calc_eclosure_iter, parse_bracket_exp):
8445         Use bool for internal variables that are booleans.
8446         * lib/regexec.c (re_search_internal, check_matching,
8447         proceed_next_node):
8448         (set_regs, build_sifted_states, sift_states_bkref):
8449         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
8450         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
8451         (find_collation_sequence_value):
8452         Likewise.
8453         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
8454         (re_node_set_compare):
8455         Return bool, not int. All callers changed.
8456         * lib/regexec.c (check_halt_node_context, check_dst_limits):
8457         (build_trtable, check_node_accept): Likewise.
8458         * lib/regex_internal.h: Include stdbool.h.
8459
8460         Fix bugs uncovered when converting to bool.
8461         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
8462         failure instead of charging ahead blindly.
8463         * lib/regex_internal.c (register_state): Likewise.
8464         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
8465         for freeing internal storage.
8466         (group_nodes_into_DFA_states): Use unsigned int, not int, for
8467         bitset pieces used as boolean, to avoid undefined behavior
8468         on hosts that do int overflow checking.
8469
8470 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8471
8472         * config/srclist.txt: Add glibc bugs 1285-1287.
8473
8474 2005-09-01  Jim Meyering  <jim@meyering.net>
8475
8476         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
8477         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
8478         Require gl_STAT_MACROS, too.
8479
8480 2005-09-01  Bruno Haible  <bruno@clisp.org>
8481
8482         * gnulib-tool (import): In the first-use case, provide defaults.
8483
8484 2005-09-01  Bruno Haible  <bruno@clisp.org>
8485
8486         * gnulib-tool (func_import): Remove the .tmp files.
8487
8488 2005-09-01  Bruno Haible  <bruno@clisp.org>
8489
8490         * gnulib-tool (func_import): Fix handling of symbolic links.
8491
8492 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8493
8494         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
8495         old glibc regex code mishandles strings longer than 2**31 bytes.
8496         This patch fixes this when the regex code is used in gnulib
8497         (i.e., outside glibc).
8498
8499         This patch should not affect the use of the regex code inside
8500         glibc.  No doubt this problem also needs to be handled for glibc
8501         as well, but the result will be an incompatible change to the
8502         glibc ABI, and the old ABI will have to be supported too.  That
8503         can be the the subject for another patch.
8504
8505         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
8506         governing whether the rest of this patch is active.  By default,
8507         the macro is disabled and the patch has no effect.
8508         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
8509         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
8510         (struct re_pattern_buffer, re_search, re_search_2, re_match):
8511         (re_match_2, re_set_registers): Use the new types.
8512         * lib/regex_internal.h (Idx, re_hashval_t): New types.
8513         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
8514         New macros.
8515         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
8516         (re_string_context_at, bin_tree_t, re_dfastate_t):
8517         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
8518         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
8519         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
8520         (re_string_char_size_at, re_string_wchar_at):
8521         (re_string_elem_size_at):
8522         Use the new types and macros to port to 64-bit hosts.
8523         Use unsigned types for internal values, so that the code
8524         mostly works even for arrays larger than SSIZE_MAX.
8525         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
8526         (search_duplicated_node, calc_eclosure_iter, fetch_number):
8527         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
8528         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
8529         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
8530         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
8531         (calc_inveclosure, parse_dup_op, build_range_exp):
8532         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
8533         (fetch_number, create_token_tree, mark_opt_subexp):
8534         Likewise.
8535         * lib/regex_internal.c (re_string_construct_common,
8536         create_ci_newstate):
8537         (create_cd_newstate, re_string_allocate, re_string_construct):
8538         (re_string_realloc_buffers, build_wcs_upper_buffer):
8539         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
8540         (re_string_reconstruct, re_string_peek_byte_case):
8541         (re_string_fetch_byte_case, re_string_context_at):
8542         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
8543         (re_node_set_init_copy, re_node_set_add_intersect):
8544         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8545         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8546         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
8547         (re_acquire_state, re_acquire_state_context, register_state):
8548         Likewise.
8549         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
8550         search_cur_bkref_entry):
8551         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
8552         (re_search_internal, re_search_2_stub, re_search_stub)
8553         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
8554         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
8555         (update_cur_sifted_state, check_dst_limits):
8556         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
8557         (check_subexp_limits, sift_states_bkref, merge_state_array):
8558         (check_subexp_matching_top, get_subexp, get_subexp_sub):
8559         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
8560         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
8561         (expand_bkref_cache, check_node_accept_bytes):
8562         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
8563         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
8564         (acquire_init_state_context, check_halt_node_context):
8565         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
8566         (sift_states_backward, clean_state_log_if_needed):
8567         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
8568         (find_recover_state, transit_state_sb, transit_state_mb):
8569         (transit_state_bkref, build_trtable, match_ctx_clean):
8570         Likewise.
8571         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
8572         to work around an assumption that REG_MISSING is negative.
8573
8574         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
8575         (seek_collating_symbol_entry) [defined _LIBC]:
8576         (lookup_collation_sequence_value) [defined _LIBC]:
8577         (build_range_exp, build_collating_symbol) [defined _LIBC]:
8578         Use prototypes rather than old-style function definitions.
8579         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
8580         (transit_state_sb) [0]:
8581         (find_collation_sequence_value) [defined _LIBC]: Likewise.
8582
8583         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
8584         rm_eo.
8585
8586         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
8587         (optimize_subexps, lower_subexp):
8588         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
8589         since the signed shift might overflow.  Use 1u<<31 instead.
8590         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
8591         Likewise.
8592         * lib/regexec.c (check_dst_limits_calc_pos_1,
8593         check_subexp_matching_top): Likewise.
8594
8595         * lib/regcomp.c (optimize_subexps, lower_subexp):
8596         Use CHAR_BIT rather than 8, for clarity.
8597         * lib/regexec.c (check_dst_limits_calc_pos_1):
8598         (check_subexp_matching_top): Likewise.
8599         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
8600         have to worry about portability issues when shifting it left.
8601         Remove no-longer-needed test for table_size > 0.
8602         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
8603         in a word, as the resulting behavior is undefined.
8604         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
8605         in one case, a <= should have been an <, and in another case the
8606         whole test was missing.
8607         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
8608         the standard name CHAR_BIT.
8609         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
8610         this is not true on one's complement and signed-magnitude hosts.
8611
8612         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
8613         next_last_offset.
8614         (struct re_dfa_t): Remove unused member states_alloc.
8615         * lib/regcomp.c (init_dfa): Don't initialize unused members.
8616
8617 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8618
8619         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
8620         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
8621         and large-file glibc and in 32-bit large-file Solaris.
8622
8623 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8624
8625         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
8626         lengths fit in regoff_t; this isn't true if regoff_t is the same
8627         width as size_t.
8628         * lib/regex.c (re_search_internal): 5th arg is LAST_START
8629         (= START + RANGE) instead of RANGE.  This avoids overflow
8630         problems when regoff_t is the same width as size_t.
8631         All callers changed.
8632         (re_search_2_stub): Check for overflow when adding the
8633         sizes of the two strings.
8634         (re_search_stub): Check for overflow when adding START
8635         to RANGE; if it occurs, substitute the extreme value.
8636
8637 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8638
8639         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
8640
8641 2005-08-31  Jim Meyering  <jim@meyering.net>
8642
8643         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
8644         a pointer-to-const.
8645         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
8646         (register_state): Likewise.
8647         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
8648         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
8649         (group_nodes_into_DFAstates): Likewise.
8650
8651 2005-08-31  Jim Meyering  <jim@meyering.net>
8652
8653         * check-module: Add a FIXME comment.
8654
8655 2005-08-31  Eric Blake  <ebb9@byu.net>
8656
8657         * modules/unistd-safer (Files): Add unistd--.h.
8658         * modules/stdio-safer (Files): Add stdio--.h.
8659
8660 2005-08-31  Derek Price  <derek@ximbiot.com>
8661
8662         * lib/getdelim.c (getdelim): Return EOF on EOF.
8663         Reported by Larry Jones <lawrence.jones@ugs.com>.
8664
8665 2005-08-31  Bruno Haible  <bruno@clisp.org>
8666
8667         Avoid unnecessary diffs in the generated lib/Makefile.am.
8668         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
8669         the generated files.
8670         (func_import): Don't set cmd.
8671
8672 2005-08-31  Bruno Haible  <bruno@clisp.org>
8673
8674         * lib/strstr.c: Include <stddef.h>, for NULL.
8675         * lib/strcasestr.c: Likewise.
8676         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8677
8678 2005-08-31  Bruno Haible  <bruno@clisp.org>
8679
8680         * gnulib-tool: New option --macro-prefix.
8681         (func_import): Use macro_prefix.
8682         (import): Handle option --macro-prefix.
8683
8684 2005-08-31  Bruno Haible  <bruno@clisp.org>
8685
8686         * gnulib-tool (import): Rename most ac_* variables to cached_*.
8687         Also use new variables cached_lgpl, cached_libtool.
8688
8689 2005-08-31  Bruno Haible  <bruno@clisp.org>
8690
8691         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
8692         always instantiating them.
8693
8694 2005-08-31  Bruno Haible  <bruno@clisp.org>
8695
8696         * gnulib-tool (func_import): Read the previous cached settings
8697         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
8698         earlier added by gnulib but are now dropped. Warn when a gnulib file
8699         overwrites a non-gnulib file.
8700
8701 2005-08-31  Bruno Haible  <bruno@clisp.org>
8702
8703         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
8704         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
8705         projects that don't keep autogenerated files in CVS. Put into
8706         actioncmd only the specified modules, not the transitive closure.
8707
8708 2005-08-31  Bruno Haible  <bruno@clisp.org>
8709
8710         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
8711         Create directories that shall be filled.
8712         (import): Don't look for gl_* macros in configure.ac. Recurse across
8713         all directories containing a gnulib-cache.m4 files, if meaningful.
8714
8715 2005-08-31  Bruno Haible  <bruno@clisp.org>
8716
8717         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
8718         (import): Set seen_libtool when we see gl_LIBTOOL.
8719
8720 2005-08-31  Bruno Haible  <bruno@clisp.org>
8721
8722         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
8723         declaration macro definitions from generated gnulib.m4.
8724
8725 2005-08-30  "Oskar Liljeblad" <oskar@osk.mine.nu>
8726
8727         * lib/iconvme.h: Add prototype for iconv_alloc.
8728
8729 2005-08-29  Simon Josefsson  <jas@extundo.com>
8730
8731         * lib/iconvme.c: Fix errno.
8732
8733 2005-08-29  Bruno Haible  <bruno@clisp.org>
8734
8735         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
8736         that it works when the directory contains spaces.
8737
8738 2005-08-29  Bruno Haible  <bruno@clisp.org>
8739
8740         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
8741
8742 2005-08-29  Bruno Haible  <bruno@clisp.org>
8743
8744         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
8745         Emit more advice.
8746
8747 2005-08-29  Bruno Haible  <bruno@clisp.org>
8748         and Stepan Kasal  <kasal@ucw.cz>
8749
8750         * check-module: If more parameters are given, check each of them
8751         separately; add more exceptions, as noted by Jim Meyering.
8752         (check_module): New procedure.
8753         (%exempt_header): Now contains all exceptions.
8754
8755 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
8756
8757         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
8758
8759 2005-08-29  "Oskar Liljeblad" <oskar@osk.mine.nu>
8760
8761         * lib/iconvme.c: Split iconv_string into iconv_alloc.
8762
8763 2005-08-28  Bruno Haible  <bruno@clisp.org>
8764
8765         * m4/gnulib-tool.m4: New file.
8766
8767 2005-08-27  Jim Meyering  <jim@meyering.net>
8768
8769         * modules/unistd-safer (Files): Add pipe-safer.c.
8770         * modules/fcntl-safer (Files): Add creat-safer.c.
8771
8772 2005-08-27  Jim Meyering  <jim@meyering.net>
8773
8774         * m4/stdlib-safer.m4: New file.  From coreutils.
8775         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
8776         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
8777         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
8778         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
8779         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
8780
8781 2005-08-27  Jim Meyering  <jim@meyering.net>
8782
8783         * lib/fopen-safer.c: Merge minor changes from coreutils.
8784         * lib/dup-safer.c: Likewise.
8785         * lib/fd-safer.c: Likewise.
8786
8787         Merge from coreutils.
8788         * lib/stdio--.h: New file.
8789         * lib/stdlib--.h: New file.
8790         * lib/mkstemp-safer.c: New file.
8791
8792         GNU tar needs these.
8793         * lib/pipe-safer.c: New file.
8794         * lib/creat-safer.c: New file.
8795         * lib/fcntl--.h (creat): Define to creat_safer.
8796         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
8797         * lib/unistd--.h (pipe): Define to pipe_safer.
8798         * lib/unistd-safer.h: Declare pipe_safer.
8799
8800 2005-08-26  Simon Josefsson  <jas@extundo.com>
8801
8802         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
8803         Haible <bruno@clisp.org>.
8804
8805 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
8806
8807         * lib/regex_internal.h: Remove all references to
8808         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
8809         or better.
8810         (bitset_not, bitset_merge, bitset_not_merge):
8811         (bitset_mask, re_string_allocate, re_string_construct):
8812         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
8813         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
8814         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
8815         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
8816         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8817         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8818         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
8819         (re_acquire_state_context):
8820         Remove unnecessary forward decls.
8821         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
8822         Put __attribute at function definition,
8823         now that the function decl has been removed.
8824         * lib/regex_internal.c (re_string_peek_byte_case):
8825         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
8826         Likewise.
8827
8828 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
8829
8830         * m4/regex.m4: Add AC_PREREQ(2.50).
8831         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
8832
8833 2005-08-25  Simon Josefsson  <jas@extundo.com>
8834
8835         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
8836         __fsetlocking.
8837
8838 2005-08-25  Simon Josefsson  <jas@extundo.com>
8839
8840         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
8841         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
8842         GLIBC specific code.
8843
8844 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8845
8846         Make regex safe for g++.  This fixes one real bug (an "err"
8847         that should have been "*err").  g++ problem reported by
8848         Sam Steingold.
8849         * lib/regex_internal.h (re_calloc): New macro, consistent with
8850         re_malloc etc.  All callers of calloc changed to use re_calloc.
8851         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
8852         not int.  All callers changed.
8853         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
8854         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
8855         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
8856         (find_recover_state): Change "err" to "*err"; this fixes what
8857         appears to be a real bug.
8858         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
8859         versus int.
8860
8861 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8862
8863         * modules/regex (Depends-on): Add malloc, since the code
8864         assumes that !malloc(0) means failure.
8865
8866 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8867
8868         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
8869
8870         alloca modernization/simplification for regex.
8871         * lib/regex.c: Remove portability cruft for alloca.  This no longer
8872         needs to be at the start of the file, and can be moved into
8873         regex_internal.h and simplified.
8874         * lib/regex_internal.h: Include <alloca.h>.
8875         (__libc_use_alloca) [!defined _LIBC]: New macro.
8876         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
8877         now works outside glibc.
8878
8879 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8880
8881         * config/srclist.txt: Add glibc bugs 1241, 1245.
8882
8883 2005-08-25  Jim Meyering  <jim@meyering.net>
8884
8885         * lib/open-safer.c: Include <config.h>.
8886         Otherwise, we'd lose LARGEFILE support in any file using
8887         e.g. "fcntl--.h"
8888
8889 2005-08-25  Bruno Haible  <bruno@clisp.org>
8890
8891         * m4/minmax.m4: Require autoconf 2.52.
8892         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
8893         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
8894         alternatives of translit over the alphabet.
8895         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
8896
8897 2005-08-24  Simon Josefsson  <jas@extundo.com>
8898
8899         * tests/test-getpass.c: New file.
8900
8901 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8902
8903         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
8904         for GNU regex features.
8905
8906 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8907
8908         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
8909         * lib/regex.h (regerror): Likewise.
8910
8911         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
8912         requires this.  (The code never needed it.)
8913
8914         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
8915         All uses of recently-renamed identifiers changed to use the new,
8916         POSIX-compliant names.  The code will build and run just fine
8917         without these changes, but it's better to eat our own dog food
8918         and use the standard-conforming names.
8919
8920         * lib/regex.h: Fix a multitude of POSIX name space violations.
8921         These changes have an effect only for programs that define
8922         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
8923         do not change anything for programs compiled in the normal way.
8924         Also, there is no effect on the ABI.
8925
8926         (_REGEX_SOURCE): New macro.
8927         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
8928         defined and _GNU_SOURCE is not; this fixes a name space violation.
8929
8930         Rename the following macros to obey POSIX requirements.
8931         The old names are still visible as macros if _REGEX_SOURCE is defined.
8932         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
8933         RE_BACKSLASH_ESCAPE_IN_LISTS.
8934         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
8935         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
8936         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
8937         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
8938         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
8939         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
8940         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
8941         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
8942         (REG_INTERVALS): renamed from RE_INTERVALS.
8943         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
8944         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
8945         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
8946         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
8947         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
8948         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
8949         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
8950         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
8951         RE_UNMATCHED_RIGHT_PAREN_ORD.
8952         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
8953         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
8954         (REG_DEBUG): renamed from RE_DEBUG.
8955         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
8956         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
8957         unusual, since we can't clash with the POSIX REG_ICASE.
8958         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
8959         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
8960         (REG_NO_SUB): renamed from RE_NO_SUB.
8961         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
8962         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
8963         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
8964         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
8965         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
8966         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
8967         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
8968         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
8969         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
8970         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
8971         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
8972         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
8973         RE_SYNTAX_POSIX_MINIMAL_BASIC.
8974         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
8975         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
8976         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
8977         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
8978         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
8979         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
8980         (REG_FIXED): Renamed from REGS_FIXED.
8981         (REG_NREGS): Renamed from RE_NREGS.
8982
8983         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
8984         of other REG_* macros, since POSIX says the user is allowed to
8985         #undef these macros selectively.
8986
8987         (reg_errcode_t): Update comment stating what other tables need
8988         to be consistent.
8989
8990         Rename the following enum values to obey POSIX requirements.
8991         The old names are still visible as macros.
8992         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
8993         is not defined, since GNU is supposed to be a superset of POSIX as
8994         much as possible, and since we want reg_errcode_t to be a signed
8995         type for implementation consistency.
8996         (_REG_NOERROR): Renamed from REG_NOERROR.
8997         (_REG_NOMATCH): Renamed from REG_NOMATCH.
8998         (_REG_BADPAT): Renamed from REG_BADPAT.
8999         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
9000         (_REG_ECTYPE): Renamed from REG_ECTYPE.
9001         (_REG_EESCAPE): Renamed from REG_EESCAPE.
9002         (_REG_ESUBREG): Renamed from REG_ESUBREG.
9003         (_REG_EBRACK): Renamed from REG_EBRACK.
9004         (_REG_EPAREN): Renamed from REG_EPAREN.
9005         (_REG_EBRACE): Renamed from REG_EBRACE.
9006         (_REG_BADBR): Renamed from REG_BADBR.
9007         (_REG_ERANGE): Renamed from REG_ERANGE.
9008         (_REG_ESPACE): Renamed from REG_ESPACE.
9009         (_REG_BADRPT): Renamed from REG_BADRPT.
9010         (_REG_EEND): Renamed from REG_EEND.
9011         (_REG_ESIZE): Renamed from REG_ESIZE.
9012         (_REG_ERPAREN): Renamed from REG_ERPAREN.
9013         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
9014         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
9015         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
9016         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
9017
9018         (_REG_RE_NAME, _REG_RM_NAME): New macros.
9019         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
9020         changed.  But support the old name if the new one is not defined
9021         and if _REGEX_SOURCE.
9022
9023         Change the following member names in struct re_pattern_buffer.
9024         The old names are still supported if !_REGEX_SOURCE.
9025         The new names are always supported, regardless of _REGEX_SOURCE.
9026         (re_buffer): Renamed from buffer.
9027         (re_allocated): Renamed from allocated.
9028         (re_used): Renamed from used.
9029         (re_syntax): Renamed from syntax.
9030         (re_fastmap): Renamed from fastmap.
9031         (re_translate): Renamed from translate.
9032         (re_can_be_null): Renamed from can_be_null.
9033         (re_regs_allocated): Renamed from regs_allocated.
9034         (re_fastmap_accurate): Renamed from fastmap_accurate.
9035         (re_no_sub): Renamed from no_sub.
9036         (re_not_bol): Renamed from not_bol.
9037         (re_not_eol): Renamed from not_eol.
9038         (re_newline_anchor): Renamed from newline_anchor.
9039
9040         Change the following member names in struct re_registers.
9041         The old names are still supported if !_REGEX_SOURCE.
9042         The new names are always supported, regardless of _REGEX_SOURCE.
9043         (rm_num_regs): Renamed from num_regs.
9044         (rm_start): Renamed from start.
9045         (rm_end): Renamed from end.
9046
9047         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
9048         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
9049         Prepend __ to parameter names.
9050
9051         Undo yesterday's changes.
9052
9053 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9054
9055         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
9056         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
9057         lib/regex.c.
9058
9059 2005-08-24  Jim Meyering  <jim@meyering.net>
9060
9061         Sync from coreutils.
9062         * m4/fcntl-safer.m4: New file.
9063
9064         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
9065         and object files for this module.
9066
9067 2005-08-24  Jim Meyering  <jim@meyering.net>
9068
9069         Sync from coreutils.
9070         * lib/fcntl--.h, fcntl-safer.h, open-safer.c: New files.
9071
9072 2005-08-24  Jim Meyering  <jim@meyering.net>
9073
9074         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
9075         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
9076
9077 2005-08-24  Jim Meyering  <jim@meyering.net>
9078
9079         * modules/fcntl-safer: New module.
9080         * modules/fts (Depends-on): Add fcntl-safer.
9081         * MODULES.html.sh (File descriptor based Input/Output):
9082         Add fcntl-safer.
9083
9084 2005-08-24  Bruno Haible  <bruno@clisp.org>
9085
9086         Support for unit test modules.
9087         * modules/README: Mention tests modules.
9088         * modules/TEMPLATE-TESTS: New file.
9089         * gnulib-tool: New options --extract-tests-module, --with-tests and
9090         --tests-base (unused for the moment).
9091         (testsbase, inctests): New variables.
9092         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
9093         (func_verify_module): Exclude TEMPLATE-TESTS.
9094         (func_verify_nontests_module, func_verify_tests_module): New functions.
9095         (func_get_dependencies): Add implicit dependency for tests modules.
9096         (func_get_tests_module): New function.
9097         (func_modules_transitive_closure): When --with-tests was specified,
9098         include the unit tests as well, unless explicitly avoided.
9099         (func_emit_lib_Makefile_am): Ignore the tests modules here.
9100         (func_emit_tests_Makefile_am): New function.
9101         (func_create_testdir): When --with-tests was specified, emit a
9102         tests/ directory.
9103         * MODULES.html.sh (Future developments): Update.
9104
9105 2005-08-24  Bruno Haible  <bruno@clisp.org>
9106
9107         * modules/tls-tests: New file.
9108         * tests/test-tls.c: New file, from GNU gettext.
9109
9110 2005-08-24  Bruno Haible  <bruno@clisp.org>
9111
9112         * modules/lock-tests: New file.
9113         * tests/test-lock.c: New file, from GNU gettext.
9114
9115 2005-08-24  Bruno Haible  <bruno@clisp.org>
9116
9117         * lib/lock.h: Add multiple inclusion guard.
9118         * lib/tls.h: Add multiple inclusion guard.
9119
9120 2005-08-24  Bruno Haible  <bruno@clisp.org>
9121
9122         * gnulib-tool: Add support for the --aux-dir option to
9123         --create-testdir, --create-megatestdir, --test, --megatest.
9124         (func_create_testdir, func_create_megatestdir): Optionally emit a
9125         AC_CONFIG_AUX_DIR directive.
9126         (create-testdir, create-megatestdir, test, megatest): Provide a
9127         default value for $auxdir.
9128
9129 2005-08-24  Bruno Haible  <bruno@clisp.org>
9130
9131         * gnulib-tool (import): Use compound statement instead of subshell
9132         where possible.
9133
9134 2005-08-24  Bruno Haible  <bruno@clisp.org>
9135
9136         * gnulib-tool (import): Change --aux-dir default to "build-aux".
9137
9138 2005-08-24  Bruno Haible  <bruno@clisp.org>
9139
9140         * gnulib-tool (func_version): Update.
9141
9142 2005-08-24  Bruno Haible  <bruno@clisp.org>
9143
9144         * gnulib-tool (func_import, func_create_testdir,
9145         func_create_megatestdir): Quote all autoconf macro arguments.
9146
9147 2005-08-24  Bruno Haible  <bruno@clisp.org>
9148
9149         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
9150         option --force, because --force causes the aclocal.m4 of each
9151         subdirectory to be newer than the corresponding config.h.in.
9152
9153 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9154
9155         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
9156         All contents moved to gl_REGEX.
9157         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
9158         assume that it does.
9159
9160 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9161
9162         * lib/regex.h (REG_NOSYS)
9163         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
9164         Define, since POSIX requires it as of 2001.
9165         (_REG_ENOSYS)
9166         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
9167         New private symbol, used to keep the enum signed in all cases.
9168         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
9169         Youngman in
9170         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
9171
9172         * lib/regex_internal.c (re_string_skip_chars, register_state):
9173         (calc_state_hash):
9174         Remove forward decls; no longer needed now that we use prototypes.
9175         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
9176         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
9177         (clean_state_log_if_needed): Likewise.
9178
9179 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9180
9181         * config/srclist.txt: Add glibc bugs 1231-1233.
9182
9183 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9184
9185         Fix problems reported by Sam Steingold in
9186         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
9187         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
9188         assumed that reg_errcode_t is a signed type, which is not
9189         necessarily true if _XOPEN_SOURCE is not defined.
9190         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
9191         since some compilers warn about it otherwise.
9192
9193 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
9196         (init_word_char, create_initial_state, duplicate_node_closure):
9197         (fetch_token, peek_token_bracket, build_range_exp):
9198         (build_collating_symbol): Remove forward decls; no longer needed
9199         now that we use prototypes.
9200
9201         * lib/regcomp.c:
9202         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
9203         (re_compile_fastmap_iter, regcomp, regerror, regfree):
9204         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
9205         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
9206         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
9207         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
9208         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
9209         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
9210         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
9211         (build_range_exp, build_collating_symbol, parse_bracket_exp):
9212         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
9213         (build_charclass, build_charclass_op, fetch_number, create_tree):
9214         (create_token_tree, mark_opt_subexp, duplicate_tree):
9215         Use prototypes rather than old-style definitions.
9216
9217         * lib/regex_internal.c:
9218         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
9219         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
9220         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9221         (re_string_reconstruct, re_string_peek_byte_case):
9222         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
9223         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9224         (re_node_set_init_copy, re_node_set_add_intersect):
9225         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9226         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9227         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9228         (re_acquire_state, re_acquire_state_context, register_state):
9229         (create_ci_newstate, create_cd_newstate, free_state):
9230         Likewise.
9231         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
9232         re_search_2):
9233         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
9234         (re_search_internal, prune_impossible_nodes):
9235         (acquire_init_state_context, check_matching, static):
9236         (check_halt_node_context, check_halt_state_context, proceed_next_node):
9237         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
9238         (update_regs, sift_states_backward, build_sifted_states):
9239         (clean_state_log_if_needed, merge_state_array):
9240         (update_cur_sifted_state, add_epsilon_src_nodes):
9241         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
9242         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
9243         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
9244         (find_recover_state, check_subexp_matching_top, transit_state_mb):
9245         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
9246         (check_arrival, check_arrival_add_next_nodes):
9247         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9248         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9249         (check_node_accept_bytes, check_node_accept, extend_buffers):
9250         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
9251         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
9252         (sift_ctx_init):
9253         Likewise.
9254
9255         * lib/regex_internal.h:
9256         (re_string_allocate, re_string_construct, re_string_reconstruct):
9257         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
9258         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
9259         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
9260         (re_string_context_at, re_string_peek_byte_case):
9261         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
9262         is defined, since we now use prototypes always.
9263
9264         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
9265         C89 or better.  All uses removed.
9266
9267 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9268
9269         * config/srclist.txt: Add glibc bugs 1220-1227.
9270
9271 2005-08-20  Jim Meyering  <jim@meyering.net>
9272
9273         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
9274         of unused local, dfa.
9275
9276 2005-08-20  Bruno Haible  <bruno@clisp.org>
9277
9278         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
9279
9280 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9281
9282         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
9283         (re_node_set_insert_last, re_dfa_add_node):
9284         Rename local variables to avoid GCC shadowing warnings.
9285
9286 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9287
9288         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
9289         [defined lint]: Suppress bogus uninitialized-variable warnings.
9290
9291         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
9292         and let the caller return REG_ESPACE if out of space.  This
9293         removes an uninitialied-variable warning with GCC 4.0.1, and also
9294         avoids taking the address of a local variable.  All callers
9295         changed.
9296
9297 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9298
9299         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
9300         $LIBCSRC/posix/regexec.c.
9301         Add glibc bug 1217 for regcomp.c.
9302
9303 2005-08-19  Jim Meyering  <jim@meyering.net>
9304
9305         * lib/regexec.c (proceed_next_node): Redo local variables to
9306         avoid GCC shadowing warnings.
9307
9308 2005-08-18  Bruno Haible  <bruno@clisp.org>
9309
9310         * lib/strstr.c (strstr): Fix return value in multibyte case.
9311         * lib/strcasestr.c (strcasestr): Likewise.
9312
9313 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9314
9315         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
9316
9317 2005-08-17  Jim Meyering  <jim@meyering.net>
9318
9319         Make the %s format (seconds since the epoch) work for a negative
9320         number and when used with a zero-padded field width, e.g. %015s.
9321
9322         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
9323         label so that it precedes the code to set `digits'.  Otherwise,
9324         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
9325         print `00-22'.  Now, it prints `-0022', as it should.
9326
9327 2005-08-17  Bruno Haible  <bruno@clisp.org>
9328
9329         * modules/strstr (Files): Add m4/mbrtowc.m4.
9330         (Depends-on): Add mbuiter.
9331
9332 2005-08-17  Bruno Haible  <bruno@clisp.org>
9333
9334         * modules/strcasestr: New file.
9335         * MODULES.html.sh (String handling, based on ANSI C 89): Add
9336         strcasestr.
9337
9338 2005-08-17  Bruno Haible  <bruno@clisp.org>
9339
9340         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
9341
9342 2005-08-17  Bruno Haible  <bruno@clisp.org>
9343
9344         * modules/mbuiter: New file.
9345         * MODULES.html.sh (Extended multibyte and wide character utilities):
9346         Add mbuiter.
9347
9348 2005-08-17  Bruno Haible  <bruno@clisp.org>
9349
9350         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
9351         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
9352
9353 2005-08-17  Bruno Haible  <bruno@clisp.org>
9354
9355         * m4/strcasestr.m4: New file.
9356
9357 2005-08-17  Bruno Haible  <bruno@clisp.org>
9358
9359         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
9360         * lib/strstr.c: Completely rewritten, with multibyte locale support.
9361
9362 2005-08-17  Bruno Haible  <bruno@clisp.org>
9363
9364         * lib/strcasestr.h: New file.
9365         * lib/strcasestr.c: New file.
9366
9367 2005-08-17  Bruno Haible  <bruno@clisp.org>
9368
9369         * lib/strcasecmp.c: Use mbuiter.h.
9370
9371 2005-08-17  Bruno Haible  <bruno@clisp.org>
9372
9373         * lib/mbuiter.h: New file.
9374
9375 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9376
9377         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
9378         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
9379         and gl_GETOPT are both invoked via different paths (as happens
9380         with GNU tar CVS because it uses both argp and getopt), the former
9381         wins.
9382
9383 2005-08-16  Bruno Haible  <bruno@clisp.org>
9384
9385         * modules/tls: New file.
9386         * MODULES.html.sh (Multithreading): Add tls.
9387
9388 2005-08-16  Bruno Haible  <bruno@clisp.org>
9389
9390         * modules/strnlen1: New file.
9391         * MODULES.html.sh (String handling): Add strnlen1.
9392
9393 2005-08-16  Bruno Haible  <bruno@clisp.org>
9394
9395         * modules/strcase (Files): Add m4/mbrtowc.m4.
9396         (Depends-on): Add strnlen1, mbchar.
9397
9398 2005-08-16  Bruno Haible  <bruno@clisp.org>
9399
9400         * modules/mbiter: New file.
9401         * MODULES.html.sh (Extended multibyte and wide character utilities):
9402         Add mbiter.
9403
9404 2005-08-16  Bruno Haible  <bruno@clisp.org>
9405
9406         * modules/mbfile: New file.
9407         * MODULES.html.sh (Extended multibyte and wide character utilities):
9408         Add mbfile.
9409
9410 2005-08-16  Bruno Haible  <bruno@clisp.org>
9411
9412         * modules/mbchar: New file.
9413         * MODULES.html.sh (Extended multibyte and wide character utilities):
9414         New section.
9415
9416 2005-08-16  Bruno Haible  <bruno@clisp.org>
9417
9418         * m4/tls.m4: New file, from GNU gettext.
9419
9420 2005-08-16  Bruno Haible  <bruno@clisp.org>
9421
9422         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
9423         always.
9424         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
9425
9426 2005-08-16  Bruno Haible  <bruno@clisp.org>
9427
9428         * m4/mbiter.m4: New file.
9429
9430 2005-08-16  Bruno Haible  <bruno@clisp.org>
9431
9432         * m4/mbfile.m4: New file.
9433
9434 2005-08-16  Bruno Haible  <bruno@clisp.org>
9435
9436         * m4/mbchar.m4: New file.
9437
9438 2005-08-16  Bruno Haible  <bruno@clisp.org>
9439
9440         * lib/tls.h: New file, from GNU gettext.
9441         * lib/tls.c: New file, from GNU gettext.
9442
9443 2005-08-16  Bruno Haible  <bruno@clisp.org>
9444
9445         * lib/strnlen1.h: New file.
9446         * lib/strnlen1.c: New file.
9447
9448 2005-08-16  Bruno Haible  <bruno@clisp.org>
9449
9450         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
9451         (mbi_init): Update.
9452         (mbi_avail, mbi_advance): Let the iteration end before the terminating
9453         NUL byte, not after it.
9454
9455 2005-08-16  Bruno Haible  <bruno@clisp.org>
9456
9457         * lib/strcase.h (strcasecmp): Add note in comments.
9458         * lib/strncasecmp.c: Use code from strcasecmp.c.
9459         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
9460         (strcasecmp): Work correctly in multibyte locales.
9461
9462 2005-08-16  Bruno Haible  <bruno@clisp.org>
9463
9464         * lib/mbiter.h: New file.
9465
9466 2005-08-16  Bruno Haible  <bruno@clisp.org>
9467
9468         * lib/mbfile.h: New file.
9469
9470 2005-08-16  Bruno Haible  <bruno@clisp.org>
9471
9472         * lib/mbchar.h: New file.
9473         * lib/mbchar.c: New file.
9474
9475 2005-08-16  Bruno Haible  <bruno@clisp.org>
9476
9477         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
9478         the valid ones. Makes the comparison operations transitive:
9479         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
9480         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
9481
9482 2005-08-15  Simon Josefsson  <jas@extundo.com>
9483
9484         * modules/ssize_t (License): Change to 'unlimited'.
9485
9486         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
9487
9488 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9489
9490         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
9491         Add comments for each pending glibc patch.
9492
9493 2005-08-15  Bruno Haible  <bruno@clisp.org>
9494
9495         * lib/regex.h (__restrict_arr): Don't define to __restrict if
9496         __cplusplus is defined.
9497
9498 2005-08-14  Jim Meyering  <jim@meyering.net>
9499
9500         Sync from coreutils.
9501
9502         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
9503         Use the hash-table-based cycle-detection code not just when
9504         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
9505         Reported by James Youngman in
9506         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
9507         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
9508         FTS_TIGHT_CYCLE_CHECK.
9509         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
9510         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
9511         once again.
9512         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
9513         * lib/fts.c (fd_safer): Remove decl.
9514         Include fcntl--.h rather than unistd-safer.h
9515         (fts_safe_changedir): Don't call fd_safer; no longer needed
9516         now that we include fcntl--.h.
9517
9518 2005-08-12  Simon Josefsson  <jas@extundo.com>
9519
9520         * modules/getndelim2: Use ssize_t module.
9521         * modules/getnline: Likewise.
9522         * modules/safe-read: Likewise.
9523         * modules/xreadlink: Likewise.
9524
9525         * modules/ssize_t: New file.
9526
9527 2005-08-12  Simon Josefsson  <jas@extundo.com>
9528
9529         * m4/readline.m4: Look for termcap, curses or ncurses if required.
9530
9531 2005-08-12  Simon Josefsson  <jas@extundo.com>
9532
9533         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9534         ssize_t.
9535
9536 2005-08-12  Simon Josefsson  <jas@extundo.com>
9537
9538         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
9539         readline, getdelim and check_version.
9540         (Support for systems lacking ISO C 99: Sizes of integer types):
9541         Add size_max.
9542
9543 2005-08-12  Bruno Haible  <bruno@clisp.org>
9544
9545         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
9546
9547 2005-08-11  Simon Josefsson  <jas@extundo.com>
9548
9549         * modules/readline: New file.
9550
9551         * modules/strnlen (Files): Add strnlen.h.
9552
9553 2005-08-11  Simon Josefsson  <jas@extundo.com>
9554
9555         * m4/readline.m4: New file.
9556
9557 2005-08-11  Simon Josefsson  <jas@extundo.com>
9558
9559         * lib/readline.h, readline.c: New file.
9560
9561 2005-08-11  Simon Josefsson  <jas@extundo.com>
9562
9563         * doc/gnulib.texi (Initial import, Finishing touches): Mention
9564         gl_AVOID.
9565
9566 2005-08-11  Bruno Haible  <bruno@clisp.org>
9567
9568         * lib/strnlen.h (strnlen): Change parameter name to match comment.
9569
9570 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
9571
9572         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
9573
9574 2005-08-10  Simon Josefsson  <jas@extundo.com>
9575
9576         * tests/test-iconvme.c: New file.
9577
9578 2005-08-10  Simon Josefsson  <jas@extundo.com>
9579
9580         * m4/strnlen.m4: New file.
9581
9582         * m4/strndup.m4: Don't check for strnlen declaration, done in
9583         strnlen.m4.
9584
9585 2005-08-10  Simon Josefsson  <jas@extundo.com>
9586
9587         * lib/strndup.c: Use strnlen.h.
9588
9589         * lib/strnlen.h: New file.
9590
9591 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
9592
9593         * README: Typos.
9594
9595 2005-08-02  Simon Josefsson  <jas@extundo.com>
9596
9597         * modules/readline: New file.
9598
9599 2005-08-02  Simon Josefsson  <jas@extundo.com>
9600
9601         * modules/getdelim: New file.
9602
9603         * modules/getline: Rewrite, don't use getndelim2.
9604
9605 2005-08-02  Simon Josefsson  <jas@extundo.com>
9606
9607         * m4/getline.m4: Separate out getdelim stuff into separate module.
9608
9609         * m4/getdelim.m4: New file.
9610
9611 2005-08-02  Simon Josefsson  <jas@extundo.com>
9612
9613         * lib/getline.h, getline.c: Rewrite.
9614
9615         * lib/getdelim.h, getdelim.c: New files, ported from glibc.
9616
9617 2005-07-31  Bruno Haible  <bruno@clisp.org>
9618
9619         * lib/lock.h (gl_lock_initializer): New macro.
9620         (gl_lock_define_initialized): Use it.
9621         (gl_rwlock_initializer): New macro.
9622         (gl_rwlock_define_initialized): Use it.
9623         (gl_recursive_lock_initializer): New macro.
9624         (gl_recursive_lock_define_initialized): Use it.
9625
9626 2005-07-30  Karl Berry  <karl@gnu.org>
9627
9628         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
9629         Report from Ben Pfaff, regarding getopt.
9630
9631 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
9632
9633         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
9634         normal way.
9635         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
9636         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
9637         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
9638         (gl_GETOPT): Use the new macros.  Most of the implementation
9639         is moved to the new macros.  This is for programs like Emacs
9640         that don't want all the functionality of gl_GETOPT.
9641
9642 2005-07-26  Bruno Haible  <bruno@clisp.org>
9643
9644         * m4/lock.m4: Update from GNU gettext.
9645
9646 2005-07-26  Bruno Haible  <bruno@clisp.org>
9647
9648         * lib/lock.h: Update from GNU gettext.
9649         * lib/lock.c: Update from GNU gettext.
9650
9651 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9652
9653         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
9654         obsolescent AC_TRY_RUN.  Include the default includes files, for
9655         'exit'.
9656
9657 2005-07-24  Bruno Haible  <bruno@clisp.org>
9658
9659         * modules/visibility: New file.
9660         * MODULES.html.sh (Misc): Add visibility.
9661
9662 2005-07-24  Bruno Haible  <bruno@clisp.org>
9663
9664         * m4/visibility.m4: New file.
9665
9666 2005-07-24  Bruno Haible  <bruno@clisp.org>
9667
9668         * doc/visibility.texi: New file.
9669
9670 2005-07-22  Bruno Haible  <bruno@clisp.org>
9671
9672         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
9673         $(ALLOCA_H), redundant through BUILT_SOURCES.
9674         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
9675         redundant through BUILT_SOURCES.
9676         * modules/byteswap (Makefile.am): Remove explicit dependency on
9677         $(BYTESWAP_H), redundant through BUILT_SOURCES.
9678         * modules/fnmatch (Makefile.am): Remove explicit dependency on
9679         $(FNMATCH_H), redundant through BUILT_SOURCES.
9680         * modules/getopt (Makefile.am): Remove explicit dependency on
9681         $(GETOPT_H), redundant through BUILT_SOURCES.
9682         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
9683         redundant through BUILT_SOURCES.
9684         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
9685         redundant through BUILT_SOURCES.
9686         * modules/stdbool (Makefile.am): Remove explicit dependency on
9687         $(STDBOOL_H), redundant through BUILT_SOURCES.
9688         * modules/stdint (Makefile.am): Remove explicit dependency on
9689         $(STDINT_H), redundant through BUILT_SOURCES.
9690         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
9691         Remove explicit dependency on $(SYSEXITS_H).
9692         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
9693
9694 2005-07-18  Simon Josefsson  <jas@extundo.com>
9695
9696         * lib/check-version.c (check_version): Accept identical versions too.
9697
9698 2005-07-18  Bruno Haible  <bruno@clisp.org>
9699
9700         * modules/lock: New file.
9701         * MODULES.html.sh (Multithreading): New section.
9702
9703 2005-07-18  Bruno Haible  <bruno@clisp.org>
9704
9705         * m4/lock.m4: New file, from GNU gettext.
9706
9707 2005-07-18  Bruno Haible  <bruno@clisp.org>
9708
9709         * lib/lock.h: New file, from GNU gettext.
9710         * lib/lock.c: New file, from GNU gettext.
9711
9712 2005-07-18  Bruno Haible  <bruno@clisp.org>
9713
9714         * lib/lock.h (gl_once_t): New type.
9715         (gl_once_define, gl_once): New macros.
9716         * lib/lock.c (fresh_once): New variable.
9717         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
9718         functions.
9719
9720 2005-07-16  Simon Josefsson  <jas@extundo.com>
9721
9722         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
9723         workaround, suggested by Bruno.
9724
9725 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9726
9727         * modules/xalloc (Depends-on): Add xalloc-die.
9728         * modules/xvasprintf (Depends-on): Add xalloc-die.
9729
9730 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9731
9732         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
9733         with a minor change.
9734
9735 2005-07-15  Bruno Haible  <bruno@clisp.org>
9736
9737         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
9738         When using lib/poll.c, define poll as rpl_poll.
9739
9740 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
9741
9742         * modules/argp (Depends-on): Remove unlocked-io.
9743
9744 2005-07-14  Derek Price  <derek@ximbiot.com>
9745
9746         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
9747         for glob symlink bug.
9748
9749 2005-07-14  Bruno Haible  <bruno@clisp.org>
9750
9751         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
9752         Instead, test for *_unlocked function declarations directly.
9753
9754 2005-07-11  Simon Josefsson  <jas@extundo.com>
9755
9756         * modules/size_max: New file.
9757
9758         * modules/xsize: Depend on size_max module for size_max.m4.
9759
9760 2005-07-11  Simon Josefsson  <jas@extundo.com>
9761
9762         * lib/size_max.h: New file.
9763
9764 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
9765
9766         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
9767         copyright symbol and the year.
9768         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
9769         (version_etc_va): Use parameterized copyright notice.
9770         Reword to conform to the current GNU coding standards.
9771
9772 2005-07-11  Karl Berry  <karl@gnu.org>
9773
9774         * doc/gnulib.texi (Quoting): new node.
9775         (Initial import): more info, from Patrice.
9776
9777 2005-07-11  Bruno Haible  <bruno@clisp.org>
9778
9779         * gnulib-tool (func_usage): Document option --avoid.
9780         (Command line options): Handle --avoid.
9781         (func_acceptable): New function.
9782         (func_modules_transitive_closure): Use it.
9783
9784 2005-07-11  Bruno Haible  <bruno@clisp.org>
9785
9786         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
9787         Reported by Jim Meyering.
9788
9789 2005-07-10  Bruno Haible  <bruno@clisp.org>
9790
9791         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
9792         Needed when size_t is smaller than 'unsigned int'.
9793         Reported by Paul Eggert.
9794
9795 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9796
9797         * modules/argp (Depends-on): Add unlocked-io
9798
9799 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9800
9801         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
9802         block of defines.
9803
9804 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9805
9806         * config/srclist.txt: Comment out regcomp.c, since we have a porting
9807         fix now.
9808
9809 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
9810         and Paul Eggert  <eggert@cs.ucla.edu>
9811
9812         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
9813         in wint_t, not wchar_t.  Remove now-unnecessary cast.
9814
9815 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9816
9817         * modules/regex (Files): Add lib/regex_internal.c,
9818         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
9819         (Depends-on): Add extensions.
9820         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
9821
9822 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9823
9824         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
9825         pathconf.
9826         * m4/same.m4 (gl_SAME): Likewise.
9827         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
9828
9829         * m4/regex.m4: Adjust to new libc regex implementation.
9830         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
9831         all the .c and .h parts of (the new) regex.
9832         Quote the m4 stuff better.
9833         Check for RE_ICASE bug of old gnulib.
9834         Check for REG_STARTEND of recent libc.
9835         Rename local variables from jm_* to gl_*.
9836         Quote operand of "test -f".
9837         Say "recent enough" version of libc, not "version 2".
9838         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
9839         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
9840         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
9841         Remove check for btowc, isascii.
9842         Require AM_LANGINFO_CODESET.
9843
9844 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9845
9846         * lib/regex.c, regex.h: Sync from libc.
9847         * lib/regcomp.c, regexec_internal.c, regex_internal.h, regexec.c:
9848         New files, synced from libc, except that regex_internal.h
9849         currently has a small porting fix.
9850
9851 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9852
9853         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
9854         regex_internal.c, regexec.c.
9855         Add regex_internal.h too, but as a comment, since the libc version
9856         is currently broken in gnulib mode.
9857
9858 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9859
9860         Support programs like Emacs that use gnulib but not gettext.
9861         * MODULES.html.sh (Internationalization functions): Add gettext-h.
9862         * modules/gettext-h: New file.
9863         * modules/gettext (Files): Remove lib/gettext.h.
9864         (Depends-on): Add gettext-h.
9865         (Makefile.am): Remove lib_SOURCES.
9866         * modules/argmatch, modules/c-stack, modules/closeout:
9867         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
9868         * modules/execute, modules/file-type, modules/getaddrinfo:
9869         * modules/getopt, modules/human, modules/javacomp:
9870         * modules/javaexec, modules/mkdir-p, modules/obstack:
9871         * modules/openat, modules/pagealign_alloc, modules/pipe:
9872         * modules/quotearg, modules/regex, modules/rpmatch:
9873         * modules/unicodeio, modules/userspec, modules/version-etc:
9874         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
9875         * modules/xsetenv:
9876         Depend on gettext-h, not gettext.
9877
9878 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9879
9880         * gnulib-tool (func_import): Add support for 'public domain' license.
9881         * modules/alloca, modules/atexit, modules/memmove:
9882         Now public domain, not GPL.
9883         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
9884         * modules/realloc, modules/strerror, modules/strtod:
9885         Now LGPL, not GPL.
9886
9887 2005-07-05  Bruno Haible  <bruno@clisp.org>
9888
9889         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
9890         autoconf CVS. Needed for mingw.
9891
9892 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9893
9894         Remove the dependency of the strftime module on the tzset module.
9895         * modules/strftime (Depends-on): Remove dependency on tzset.
9896
9897 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9898
9899         Remove the dependency of the strftime module on the tzset module.
9900         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
9901         gl_FUNC_TZSET_CLOBBER.
9902
9903 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9904
9905         Remove the dependency of the strftime module on the tzset module.
9906         * lib/strftime.c (my_strftime)
9907         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
9908         Copy the input structure, to work around some of the bug with
9909         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
9910         Solaris releases, you should also use the tzset module, but we won't
9911         require it as a dependency any more since we don't want LGPLed code
9912         to depend on GPLed code.
9913
9914 2005-07-02  Jim Meyering  <jim@meyering.net>
9915
9916         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
9917         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
9918         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
9919         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
9920
9921 2005-07-02  Jim Meyering  <jim@meyering.net>
9922
9923         * lib/backupfile.c (backup_args): Change a `0' to NULL.
9924
9925 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9926
9927         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
9928         declares only 'struct timespec;' (!).
9929
9930 2005-07-01  Jim Meyering  <jim@meyering.net>
9931
9932         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
9933         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
9934         * lib/save-cwd.c, tempname.c:
9935         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9936         and don't include <sys/file.h>).
9937
9938 2005-06-29  Jim Meyering  <jim@meyering.net>
9939
9940         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
9941         type name.  Use the variable name instead.
9942         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
9943         Likewise.
9944
9945 2005-06-28  Simon Josefsson  <jas@extundo.com>
9946
9947         * modules/check-version (Files): Add check-version.m4.
9948
9949 2005-06-28  Simon Josefsson  <jas@extundo.com>
9950
9951         * m4/check-version.m4: New file, suggested by Jim Meyering
9952         <jim@meyering.net>.
9953
9954 2005-06-28  Simon Josefsson  <jas@extundo.com>
9955
9956         * lib/check-version.h, check-version.c: New files.
9957
9958 2005-06-28  Simon Josefsson  <jas@extundo.com>
9959
9960         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
9961         collision with global variable.  Better indentation.  Don't
9962         increment buffer pointer beyond buffer end.  Based on comments
9963         from Paul Eggert <eggert@cs.ucla.edu>.
9964
9965         * lib/base64.h: Indent.
9966
9967 2005-06-28  Simon Josefsson  <jas@extundo.com>
9968
9969         * doc/gnulib.texi (Library version handling): New section.
9970
9971 2005-06-28  Jim Meyering  <jim@meyering.net>
9972
9973         * check-module (find_included_lib_files): Hard-code another
9974         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
9975         but modules/fts-lgpl (correctly) does not list those files.
9976
9977         * modules/canonicalize (Files): Add lib/pathmax.h.
9978
9979 2005-06-25  Simon Josefsson  <jas@extundo.com>
9980
9981         * modules/check-version: New file.
9982
9983 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9984
9985         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
9986         initializer of struct addrinfo, as an indication that we don't
9987         care how many members the structure has.
9988
9989 2005-06-24  Derek Price  <derek@ximbiot.com>
9990         and Bruno Haible  <bruno@clisp.org>
9991
9992         Remove stat module & update lstat.
9993         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
9994         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9995         * m4/stat.m4: Remove this file.
9996
9997 2005-06-24  Derek Price  <derek@ximbiot.com>
9998         and Bruno Haible  <bruno@clisp.org>
9999
10000         Remove stat module & update lstat.
10001         * lib/stat.c: Remove this file...
10002         (slash_aware_lstat): ...moving this content and its support...
10003         * lib/lstat.c (rpl_lstat): ...into here.
10004         * lib/lstat.h: New file.
10005
10006 2005-06-24  Derek Price  <derek@ximbiot.com>
10007         and Bruno Haible  <bruno@clisp.org>
10008
10009         Remove stat module & update lstat.
10010         * config/srclist.txt (libc sources): Remove stat.
10011
10012 2005-06-24  Derek Price  <derek@ximbiot.com>
10013         and Bruno Haible  <bruno@clisp.org>
10014
10015         Remove stat module & update lstat.
10016         * MODULES.html.sh (stat): Remove.
10017         * MODULES.html: Regenerated.
10018         * modules/lstat (Description): Correct function name.
10019         (Files): Add "lstat.h".
10020         (Depends-on): Remove stat, add xalloc, stat-macros.
10021         * modules/stat: Remove this file.
10022         (Include): Add "lstat.h", remove <sys/stat.h>.
10023
10024 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10025
10026         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
10027         (ranged_convert): Don't save conversion in a temporary struct.
10028         This causes a warning with GCC 4.0.0, and anyway in the typical
10029         case it's not worth the extra 100 bytes or so of code.
10030         (ranged_convert, __mktime_internal): When calling a function via a
10031         pointer P, use P () rather than (*P) (), as we now assume C89 or
10032         better.
10033
10034 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10035
10036         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
10037         "who -r" failed to give output.  Problem reported by Tim Waugh.
10038
10039         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
10040         (xcalloc): Use it to avoid needless tests.
10041         Problem reported by Jim Meyering.
10042
10043 2005-06-20  Derek Price  <derek@ximbiot.com>
10044
10045         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
10046         unnecessary for Autoconfs > 2.59c.
10047
10048 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10049
10050         * lib/argp.h (__option_is_short): Check upper limit of
10051         __key. Isprint() requires its argument to have the value
10052         of an unsigned char or EOF.
10053
10054 2005-06-16  Jim Meyering  <jim@meyering.net>
10055
10056         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
10057         when either N or S is zero.
10058
10059 2005-06-16  Derek Price  <derek@ximbiot.com>
10060
10061         * m4/bison.m4: Declare YACC & YFLAGS precious.
10062
10063 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
10064
10065         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
10066         multibyte string or pattern, fall back on unibyte matching.
10067         Problem reported by James Youngman.
10068
10069 2005-06-08  Bruno Haible  <bruno@clisp.org>
10070
10071         * modules/csharpcomp: New file.
10072         * MODULES.html.sh (C#): Add csharpcomp.
10073
10074 2005-06-08  Bruno Haible  <bruno@clisp.org>
10075
10076         * m4/csharpcomp.m4: New file, from GNU gettext.
10077
10078 2005-06-08  Bruno Haible  <bruno@clisp.org>
10079
10080         * lib/csharpcomp.h: New file, from GNU gettext.
10081         * lib/csharpcomp.c: New file, from GNU gettext.
10082         * lib/csharpcomp.sh.in: New file, from GNU gettext.
10083
10084 2005-06-08  Bruno Haible  <bruno@clisp.org>
10085
10086         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
10087         warning on mingw.
10088
10089 2005-06-07  Derek Price  <derek@ximbiot.com>
10090
10091         Sync from CVS.
10092         * lib/glob_.h: Indent nested #ifdef.
10093
10094 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10095
10096         Sync from coreutils.
10097         Use "file name" when talking about file names, instead of "filename"
10098         or "path", as per the GNU coding standards.
10099         * lib/mkdir-p.c: Renamed from makepath.c.
10100         (make_dir_parents): Renamed from make_path.  All callers changed.
10101         * lib/mkdir-p.h: Likewise.  All includers changed.
10102         * lib/filenamecat.c: Renamed from path-concat.c.
10103         (file_name_concat): Renamed from path_concat.  All callers changed.
10104         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
10105         * lib/filenamecat.h: Likewise.  All includers changed.
10106         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
10107         in comments or local variable names.
10108         * lib/basename.c: Likewise.
10109         * lib/canonicalize.c, canonicalize.h: Likewise.
10110         * lib/dirname.c, dirname.h: Likewise.
10111         * lib/euidaccess.c: Likewise.
10112         * lib/exclude.c: Likewise
10113         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
10114         * lib/fsusage.c, fsuage.h: Likewise.
10115         * lib/fts.c, fts_.h: Likewise.
10116         * lib/getcwd.c: Likewise.
10117         * lib/getloadavg.c: Likewise.
10118         * lib/mkstemp.c: Likewise.
10119         * lib/mountlist.c, mountlist.h: Likewise.
10120         * lib/openat.c, openat.h: Likewise.
10121         * lib/readlink-stub.c: Likewise.
10122         * lib/readutmp.c, readutmp.h: Likewise.
10123         * lib/rename.c: Likewise.
10124         * lib/rmdir.c: Likewise.
10125         * lib/same.c: Likewise.
10126         * lib/savedir.c: Likewise.
10127         * lib/stripslash.c: Likewise.
10128         * lib/tempname.c: Likewise.
10129         * lib/xreadlink.c: Likewise.
10130         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
10131         All uses changed.
10132         * lib/exclude.h: Likewise.
10133
10134         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
10135         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10136         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
10137         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10138         * lib/pathmax.h: Include <limits.h> unconditionally, since other
10139         files have been getting away with it for years (MORE/BSD 4.3
10140         is extinct now).
10141         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
10142         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10143
10144         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
10145         Define to 256, not 255, as per modern POSIX.
10146
10147 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10148
10149         Sync from coreutils.
10150         Use "file name" when talking about file names, instead of "filename"
10151         or "path", as per the GNU coding standards.
10152         * MODULES.html.sh: mkdir-p renamed from makepath.
10153         filenamecat renamed from path-concat.
10154         * modules/filenamecat: Renamed from modules/path-concat.
10155         (Files): filenamecat.h and filenamecat.c renamed from
10156         path-concat.h and path-concat.c.
10157         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
10158         (Include): filenamecat.h, not path-concat.h.
10159         * modules/mkdir-p: Renamed from modules/makepath.
10160         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
10161         makepath.c.
10162         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
10163         (Include): mkdir-p.h, not makepath.h.
10164
10165 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10166
10167         Sync from coreutils.
10168         * m4/mkdir-p.m4: Renamed from makepath.m4.
10169         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
10170         Rename files from makepath.c to mkdir-p.c, and from
10171         makepath.h to mkdir-p.h.
10172         * m4/filenamecat.m4: Renamed from path-concat.m4.
10173         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
10174         Rename files from path-concat.c to filenamecat.c,
10175         and from path-concat.h to filenamecat.h.
10176         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
10177         "file name" in local variables or comments.
10178         * m4/rename.m4: Likewise.
10179
10180 2005-06-01  Bruno Haible  <bruno@clisp.org>
10181
10182         * modules/csharpexec: New file.
10183         * MODULES.html.sh (C#): New section.
10184
10185 2005-06-01  Bruno Haible  <bruno@clisp.org>
10186
10187         * m4/csharp.m4: New file, from GNU gettext.
10188         * m4/csharpexec.m4: New file, from GNU gettext.
10189
10190 2005-06-01  Bruno Haible  <bruno@clisp.org>
10191
10192         * lib/csharpexec.h: New file, from GNU gettext.
10193         * lib/csharpexec.c: New file, from GNU gettext.
10194         * lib/csharpexec.sh.in: New file, from GNU gettext.
10195
10196 2005-05-31  Derek Price  <derek@ximbiot.com>
10197             Paul Eggert  <eggert@cs.ucla.edu>
10198
10199         Sync from cvs.
10200         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
10201
10202 2005-05-31  Derek Price  <derek@ximbiot.com>
10203             Paul Eggert  <eggert@cs.ucla.edu>
10204
10205         Sync from cvs.
10206         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
10207
10208 2005-05-29  Derek Price  <derek@ximbiot.com>
10209
10210         * config/srclist.txt (glob_.h, glob.c): Add these files.
10211
10212 2005-05-29  Derek Price  <derek@ximbiot.com>
10213
10214         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
10215         * modules/glob: New file.
10216         * modules/getlogin_r: Add link to POSIX spec in description.
10217
10218 2005-05-29  Derek Price  <derek@ximbiot.com>
10219             Paul Eggert  <eggert@cs.ucla.edu>
10220
10221         * m4/glob.m4: New file.
10222
10223 2005-05-29  Derek Price  <derek@ximbiot.com>
10224             Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         * lib/glob_.h, glob.c: New files.
10227
10228 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10229
10230         * modules/fts (Files): Remove m4/inttypes-pri.m4.
10231         * modules/fts-lgpl (Depends-on): Remove gettext.
10232
10233 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10234
10235         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
10236         and don't require gt_INTTYPES_PRI.
10237
10238 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10239
10240         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
10241
10242         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
10243         the configuration hassle isn't worth it.
10244         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
10245         (LONGEST_MODIFIER, PRIuMAX): Remove.
10246
10247 2005-05-27  Bruno Haible  <bruno@clisp.org>
10248
10249         * lib/getlogin_r.h: Remove second include of <stddef.h>.
10250
10251 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
10252
10253         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
10254         _POSIX_PTHREAD_SEMANTICS for Solaris.
10255
10256 2005-05-25  Derek Price  <derek@ximbiot.com>
10257
10258         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
10259
10260 2005-05-25  Derek Price  <derek@ximbiot.com>
10261             Paul Eggert  <eggert@cs.ucla.edu>
10262
10263         * modules/getlogin_r: New files.
10264
10265 2005-05-25  Derek Price  <derek@ximbiot.com>
10266             Paul Eggert  <eggert@cs.ucla.edu>
10267
10268         * m4/getlogin_r.m4: New files.
10269
10270 2005-05-25  Derek Price  <derek@ximbiot.com>
10271             Paul Eggert  <eggert@cs.ucla.edu>
10272
10273         * lib/getlogin_r.c, getlogin_r.h: New files.
10274
10275 2005-05-25  Bruno Haible  <bruno@clisp.org>
10276             Derek Price  <derek@ximbiot.com>
10277
10278         * lib/getlogin_r.h: Simplify API documentation.
10279
10280 2005-05-23  Derek Price  <derek@ximbiot.com>
10281
10282         * modules/minmax (Files): Add m4/minmax.m4.
10283         (configure.ac): Add gl_MINMAX.
10284
10285 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10286
10287         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
10288         so that unistd-safer.h (GPL'ed code) need not be included.
10289
10290 2005-05-22  Bruno Haible  <bruno@clisp.org>
10291
10292         * m4/minmax.m4: New file.
10293         Based on a patch by Derek Price <derek@ximbiot.com>.
10294
10295 2005-05-22  Bruno Haible  <bruno@clisp.org>
10296
10297         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
10298         (INT64_MIN): Fix definition.
10299         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
10300
10301         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
10302         NEED_SIGNED_INT_TYPES.
10303
10304         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
10305         HAVE_SYSTEM_INTTYPES.
10306
10307 2005-05-22  Bruno Haible  <bruno@clisp.org>
10308
10309         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
10310         Also include <sys/param.h> if it defines MIN, MAX.
10311         Based on a patch by Derek Price <derek@ximbiot.com>.
10312
10313 2005-05-21  Jim Meyering  <jim@meyering.net>
10314
10315         * modules/fts (Files): Add m4/inttypes-pri.m4.
10316         (Depends-on): Add lstat and remove gettext.  Alphabetize.
10317
10318 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10319
10320         New fts module.
10321         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
10322         (setup_dir, free_dir): New functions.
10323         (enter_dir, leave_dir): Define trivial
10324         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
10325         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
10326         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
10327         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
10328         Move to fts-cycle.c.
10329         (fts_open): Use setup_dir.
10330         (fts_close): Use free_dir.
10331         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
10332         This adds a label and some gotos, but the alternatives were messier.
10333         Check for memory allocation failure when entering a dir.
10334         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
10335         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
10336         (FTS): New member fts_cycle, that is a union that contains the
10337         old active_dir_ht and cycle_state.  All uses changed to mention
10338         fts_cycle.ht and fts_cycle.state.
10339         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
10340         fts.c, with the following changes:
10341         (setup_dir, free_dir): New functions.
10342         (enter_dir): Now returns bool.  Return true if successful, false
10343         if memory exhausted.  All callers changed.
10344         Do not bother partly cleaning up on
10345         memory allocation failure; that is free_dir's job.
10346         However, free ad if hash_insert fails, to avoid memory leak.
10347         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
10348         fts->fts_options to see which union member to use.
10349
10350 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10351
10352         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
10353         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
10354
10355 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10356
10357         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
10358
10359 2005-05-20  Jim Meyering  <jim@meyering.net>
10360
10361         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
10362         Now a macro, to pacify GCC.
10363
10364 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
10365
10366         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
10367         of -1.
10368
10369 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
10370
10371         * lib/chown.c (rpl_chown): Return -1 on failure.
10372
10373 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10374
10375         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
10376         Don't check for stddef.h.
10377         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
10378         don't use its results.
10379         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
10380         since we include them unconditionally.  Don't require
10381         AM_STDBOOL_H, since stdbool is a prerequisite.
10382         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
10383         since we assume C89 or better.
10384         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
10385         as we don't use their results.
10386         Don't check for fchdir, memmove, memset, strrchr, as we use
10387         them unconditionally.
10388         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
10389         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
10390
10391 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10392
10393         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
10394         Include <stddef.h> unconditionally, since we assume C89 now.
10395         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
10396         * lib/fts.c: Include fts_.h first, to check interface.
10397         Do not include intprops.h; no longer needed.
10398         Include cycle-check.h and hash.h, since fts_.h no longer does.
10399         Remove unnecessary casts of closedir to void.
10400         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
10401         decide whether to decrement nlinks.
10402         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
10403         (FTS): Use struct hash_table * instead of Hash_table, so that
10404         we no longer need to include hash.h here.
10405
10406 2005-05-18  Jim Meyering  <jim@meyering.net>
10407
10408         * modules/dirfd (License): Change to LGPL.  Most of the code
10409         is already in the public domain.
10410
10411 2005-05-18  Jim Meyering  <jim@meyering.net>
10412
10413         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
10414         Reported by Yoann Vandoorselaere.
10415
10416 2005-05-17  Jim Meyering  <jim@meyering.net>
10417
10418         * m4/fts.m4: New file, from coreutils.
10419
10420 2005-05-17  Jim Meyering  <jim@meyering.net>
10421
10422         * lib/fts.c, fts_.h: New files, from coreutils.
10423
10424 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10425
10426         Sync from coreutils.
10427         * m4/unlinkdir.m4: New file.
10428
10429 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10430
10431         Sync from coreutils.
10432         * lib/unlinkdir.c, unlinkdir.h: New files.
10433         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
10434         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
10435         White space changes only.
10436         * lib/makepath.c (make_path): Port to hosts where leading "//" is
10437         special.
10438         * lib/yesno.c: Include getline.h, not ctype.h.
10439         (yesno): Don't remove leading white space; POSIX doesn't allow it.
10440         Use getline to remove arbitrary restriction on response length.
10441
10442 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10443
10444         * config/srclist-update: Spell out "Street" in FSF postal
10445         mail address; this is the style the FSF seems to prefer.
10446
10447         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
10448         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
10449         this updates FSF postal mail address.
10450
10451         Sync from coreutils.
10452         * modules/unlinkdir: New file.
10453         * modules/yesno (Depends-on): Add getline.
10454         * MODULES.html.sh (File system functions): Add unlinkdir.
10455
10456 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10457
10458         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
10459         lib/strsep.h:
10460         Change the initial comment to refer to GPL, not LGPL.
10461         gnulib-tool will change it to LGPL as needed.
10462
10463         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
10464         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
10465         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
10466         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
10467         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
10468         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
10469         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
10470         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
10471         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
10472         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
10473         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
10474         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
10475         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
10476         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
10477         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
10478         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
10479         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
10480         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
10481         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
10482         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
10483         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
10484         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
10485         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
10486         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
10487         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
10488         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
10489         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
10490         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
10491         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
10492         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
10493         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
10494         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
10495         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
10496         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
10497         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
10498         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
10499         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
10500         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
10501         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
10502         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
10503         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
10504         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
10505         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
10506         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
10507         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
10508         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
10509         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
10510         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
10511         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
10512         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
10513         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
10514         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
10515         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
10516         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
10517         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
10518         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
10519         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
10520         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
10521         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
10522         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
10523         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
10524         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
10525         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
10526         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
10527         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
10528         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
10529         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
10530         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
10531         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
10532         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
10533         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
10534         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
10535         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
10536         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
10537         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
10538         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
10539         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
10540         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
10541         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
10542         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
10543         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
10544         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
10545         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
10546         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
10547         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
10548         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
10549         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
10550         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
10551         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
10552         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
10553         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
10554         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
10555         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
10556         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
10557         lib/yesno.c, lib/yesno.h:
10558         Update FSF postal mail address.
10559
10560 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10561
10562         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
10563         tests/test-memmem.c, tests/test-stpncpy.c:
10564         Update FSF postal mail address.
10565
10566 2005-05-13  Bruno Haible  <bruno@clisp.org>
10567
10568         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
10569         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
10570         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
10571         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
10572         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
10573         Add support for 64-bit integers in the MSVC compiler.
10574
10575 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10576
10577         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
10578
10579 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
10580
10581         * gnulib-tool (func_import): Sort and uniquify recommended includes.
10582
10583 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
10584
10585         * doc/getdate.texi (General date syntax): Don't say that date
10586         date --iso-8601=ns generates acceptable dates; it doesn't yet.
10587         Problem reported by Nic Ferrier.
10588
10589 2005-05-10  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10590
10591         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
10592         specified in ai_socktype. Fix invalid ai_protocol
10593         check. ai_protocol is usually set to 0 or depending on
10594         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
10595         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
10596         ai_socktype / ai_protocol in the returned addrinfo structure.
10597
10598 2005-05-10  Simon Josefsson  <jas@extundo.com>
10599
10600         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
10601         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10602
10603 2005-05-10  Karl Berry  <karl@gnu.org>
10604
10605         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
10606         (from http://www.gnu.org/licenses).
10607         * doc/COPYING.LIB: also rename to COPYING.LESSER.
10608         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
10609         fdl.texi suffices.
10610
10611 2005-05-10  Karl Berry  <karl@gnu.org>
10612
10613         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
10614         (COPYING.DOC): remove.
10615
10616         * config/srclist-update: new FSF address.
10617
10618 2005-05-10  Derek Price  <derek@ximbiot.com>
10619
10620         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
10621         possible.
10622
10623 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10624             Bruno Haible  <bruno@clisp.org>
10625
10626         * modules/inet_ntop: New file.
10627         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10628         inet_ntop.
10629
10630 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10631             Bruno Haible  <bruno@clisp.org>
10632
10633         * m4/inet_ntop.m4: New file.
10634
10635 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10636             Bruno Haible  <bruno@clisp.org>
10637
10638         * lib/inet_ntop.h: New file.
10639         * lib/inet_ntop.c: New file, from glibc with modifications.
10640
10641 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
10642
10643         * modules/time_r (License): Change to LGPL.
10644         * modules/extensions (License): Change to LGPL.  Actually,
10645         the license is more permissive than that, but currently gnulib-tool
10646         doesn't know how to handle more-permissive licenses.
10647
10648         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
10649         Problem reported by Dave Love.
10650
10651 2005-05-08  Jim Meyering  <jim@meyering.net>
10652
10653         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
10654         blank.
10655
10656 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
10657
10658         * modules/argmatch (Depends-on): Add stdbool.
10659         * modules/backupfile (Depends-on): Likewise.
10660         * modules/chdir-long (Depends-on): Likewise.
10661         * modules/closeout (Depends-on): Likewise.
10662         * modules/cycle-check (Depends-on): Likewise.
10663         * modules/dirname (Depends-on): Likewise.
10664         * modules/fnmatch (Depends-on): Likewise.
10665         * modules/fsusage (Depends-on): Likewise.
10666         * modules/fwriteerror (Depends-on): Likewise.
10667         * modules/getcwd (Depends-on): Likewise.
10668         * modules/getloadavg (Depends-on): Likewise.
10669         * modules/hard-locale (Depends-on): Likewise.
10670         * modules/makepath (Depends-on): Likewise.
10671         * modules/mountlist (Depends-on): Likewise.
10672         * modules/nanosleep (Depends-on): Likewise.
10673         * modules/posixtm (Depends-on): Likewise.
10674         * modules/quotearg (Depends-on): Likewise.
10675         * modules/readtokens (Depends-on): Likewise.
10676         * modules/readtokens0 (Depends-on): Likewise.
10677         * modules/readutmp (Depends-on): Likewise.
10678         * modules/save-cwd (Depends-on): Likewise.
10679         * modules/strftime (Depends-on): Likewise.
10680         * modules/userspec (Depends-on): Likewise.
10681         * modules/utimecmp (Depends-on): Likewise.
10682         * modules/xgetcwd (Depends-on): Likewise.
10683         * modules/xnanosleep (Depends-on): Likewise.
10684         * modules/xstrtod (Depends-on): Likewise.
10685         * modules/yesno (Depends-on): Likewise.
10686
10687 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
10688
10689         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
10690         needless checks.
10691
10692 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10693
10694         Merge from coreutils.  Among other things,
10695         add bulletproofing for cases where stdin, stdout, or stderr are closed.
10696         * lib/fd-safer.c: New file.
10697         * lib/fcntl-safer.h, open-safer.c: Remove.
10698         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
10699         * lib/dup-safer.c: Include unistd-safer.h first.
10700         Don't include errno.h.
10701         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
10702         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
10703         * lib/file-type.c: Rely on file-type.h change.
10704         * lib/getloadavg.c: Include unistd-safer.h.
10705         (getloadavg): Use safer open.
10706         * lib/getusershell.c: Include "stdio-safer.h".
10707         (getusershell): Use safer fopen.
10708         * lib/long-options.c (long_options): Use NULL rather than 0.
10709         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
10710         'free'.
10711         * lib/modechange.c: Likewise.
10712         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
10713         (MODE_DONE): New constant.
10714         (struct mode_change): Remove 'next' member.
10715         (make_node_op_equals): New function; like the old one of the
10716         same name, except it allocates an array.
10717         (mode_compile, mode_create_from_ref): Use it.
10718         (mode_compile): Allocate result as an array, not a linked list.
10719         Parse octal string ourself, so that we catch mistakes like "+0".
10720         (mode_adjust): Arg is an array, not a linked list.
10721         * lib/modechange.c: Include stat-macros.h, xalloc.h.
10722         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
10723         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
10724         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
10725         Remove.  This is now stat-macros.h's job.
10726         (talloc): Remove.  All callers replaced by xalloc, so that
10727         our invokers don't have to worry about reporting memory failures.
10728         (make_node_op_equals): Remove.
10729         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10730         New constants.
10731         (struct mode_change): Moved here from modechange.h.
10732         (mode_append_entry): Remove.
10733         (mode_compile): Remove MASKED_OPS arg, since it encouraged
10734         apps to have incorrect behavior.  Use simpler algorithm for head
10735         and tail.  Don't futz with umask; that's now the job of mode_adjust.
10736         Detect more invalid usages rather than having somewhat-random behavior.
10737         Don't insert an "a=" action, as that leads to incorrect behavior.
10738         (mode_compile, mode_create_from_ref): Return NULL on error instead
10739         of an enum, since now there's only one way to have an error.  All
10740         callers changed.
10741         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
10742         at the correct time.  Simplify calculation of "+u" and its ilk.
10743         Don't mishandle "+X".
10744         (mode_free): Remove "register" and localize decls.
10745         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10746         (struct mode_change): Move to modechange.c; callers don't
10747         need to see this stuff.
10748         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
10749         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
10750         (mode_change, mode_adjust): Reflect the new signatures noted above.
10751         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
10752         that might redefine system include files.
10753         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
10754         (my_usleep): Use NULL rather than (void *) 0.
10755         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
10756         Use siginterrupt to specify that system calls should be interrupted.
10757         (rpl_nanosleep): Move initialization of suspended closer to call of
10758         my_usleep.
10759         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
10760         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
10761         (desirable_utmp_entry): New function.
10762         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
10763         using x2nrealloc, to simplify logic.
10764         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
10765         size calculation.  Do not assume utmp file is a regular file.
10766         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
10767         (READ_UTMP_CHECK_PIDS): New constant.
10768         * lib/save-cwd.c: Include unistd-safer.h.
10769         (save_cwd): Use fd_safer.
10770         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
10771         [!_LIBC] Include "stat-macros.h" instead.
10772         * lib/unistd-safer.h (fd_safer): New decl.
10773
10774 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10775
10776         * modules/getloadavg (Depends-on): Add unistd-safer.
10777         * modules/getusershell (Depends-on): Add stdio-safer.
10778         * modules/lstat (Depends-on): Remove xalloc.
10779         * modules/mkstemp (Depends-on): Add stat-macros.
10780         * modules/modechange (Depends-on): Remove xstrtol.
10781         Add stat-macros, xalloc.
10782         * modules/save-cwd (Depends-on): Add unistd-safer.
10783         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
10784         * modules/unistd-safer (Files): Add lib/fd-safer.c
10785         (Makefile.am): Remove lib_SOURCES.
10786
10787         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
10788         Remove fcntl-safer; unistd-safer supersedes it.
10789
10790 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10791
10792         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
10793         AC_HEADER_STAT.
10794         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
10795         (gl_PREREQ_CHOWN): Remove.
10796         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
10797         it.  Don't require AC_HEADER_STAT.
10798         (gl_PREREQ_LSTAT): Remove.
10799         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
10800         Don't require AC_HEADER_STAT.
10801         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
10802         (gl_PREREQ_RMDIR): Remove.
10803         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
10804         mention stat-macros.h or AC_HEADER_STAT, since we'll make
10805         the stat-macros module a prerequisite.
10806         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
10807         * m4/filemode.m4 (gl_FILEMODE): Likewise.
10808         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
10809         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
10810         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
10811         variable names.
10812         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
10813         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
10814         variable prefixes.
10815         * m4/fcntl-safer.m4: Remove.
10816         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
10817         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
10818         Invoke gl_PREREQ_FD_SAFER.
10819         (gl_PREREQ_FD_SAFER): New macro.
10820         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
10821         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
10822         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
10823         Remove duplicate call to AC_LIBOBJ(readutmp).
10824         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
10825
10826         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
10827         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
10828
10829 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10830
10831         * MODULES.html.sh (Misc): Add byteswap.
10832
10833 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10834
10835         * modules/getcwd (Depends-on): Add extensions.
10836         * modules/openat (Depends-on): Likewise.
10837
10838 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10839
10840         * modules/byteswap: New file.
10841
10842 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10843
10844         * m4/byteswap.m4: New file.
10845
10846 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10847
10848         * lib/byteswap_.h: New file.
10849
10850 2005-04-25  Karl Berry  <karl@gnu.org>
10851
10852         * m4/gettext.m4: Update from GNU gettext 0.14.4.
10853
10854 2005-04-25  Albert Chin  <china@thewrittenword.com>
10855
10856         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
10857         Toolkit C bug.
10858
10859 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
10860
10861         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
10862         (func_ln_if_changed) Remove forcibly for no error message
10863         in case file does not exist.
10864
10865 2005-04-19  Simon Josefsson  <jas@extundo.com>
10866
10867         * gnulib-tool (Options): Make --symlink mean --symbolic.
10868
10869 2005-04-18  Oskar Liljeblad <oskar@osk.mine.nu>
10870
10871         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
10872
10873 2005-04-16  Simon Josefsson  <jas@extundo.com>
10874
10875         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
10876
10877 2005-04-15  Simon Josefsson  <jas@extundo.com>
10878
10879         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
10880
10881 2005-04-15  Simon Josefsson  <jas@extundo.com>
10882
10883         * gnulib-tool: Rename --symlink to --symbolic.
10884
10885 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
10886
10887         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
10888         symbolic links to files instead of copying/moving.  Add --aux-dir,
10889         specifying directory relative --dir where auxiliary build tools
10890         are placed.
10891
10892 2005-04-14  Bruno Haible  <bruno@clisp.org>
10893
10894         * modules/allocsa (License): Change to LGPL.
10895         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10896
10897 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10898
10899         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
10900         that "UTC +1 second" continues to work.  Problem reported
10901         by Dmitry V. Levin.
10902         (relunit_snumber): New rule.
10903         (relunit): Use it.
10904
10905 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10906
10907         * lib/getdate.y (universal_time_zone_table): New constant.
10908         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
10909         universal_time_zone_table.
10910         (lookup_zone): Prefer universal_time_zone_table to
10911         local_time_zone_table, so that "GMT" time stamps are allowed in
10912         London during the summer.  Problem reported by Ian Abbott.
10913
10914 2005-04-12  Jim Meyering  <jim@meyering.net>
10915
10916         * lib/human.c (humblock): Set *options even when returning due to
10917         xstrtoumax conversion failure.  Thanks to a used-uninitialized
10918         warning from gcc-4.
10919
10920 2005-04-09  Jim Meyering  <jim@meyering.net>
10921
10922         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
10923         -Wuninitialized: initialize tm0.tm_year.
10924
10925 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10926
10927         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
10928         count, since there's no maximum.  All uses changed.
10929         Add member dsts_seen.
10930         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
10931         not being INT_MAX.
10932         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
10933         Use pc_rels_seen to decide whther a date is absolute.
10934
10935         * lib/getdate.y (number): Don't overwrite year.
10936         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
10937         check.
10938
10939 2005-04-02  Simon Josefsson  <jas@extundo.com>
10940
10941         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
10942         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
10943
10944 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
10945
10946         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
10947         where no absolute path name can be longer than PATH_MAX.
10948
10949 2005-03-27  Jim Meyering  <jim@meyering.net>
10950
10951         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
10952
10953 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
10954
10955         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
10956         "one's complement" -> "ones' complement" in comment, as per Knuth.
10957         "value of type" -> "type or expression" in comment.
10958         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
10959
10960 2005-03-26  Jim Meyering  <jim@meyering.net>
10961
10962         Comment nits.
10963         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
10964         Correct typos: s/or/of/.
10965
10966 2005-03-26  Jim Meyering  <jim@meyering.net>
10967
10968         * modules/check-include-files: Move to ../ and rename to...
10969         * check-module: ...this.
10970
10971 2005-03-25  Jim Meyering  <jim@meyering.net>
10972
10973         * modules/xvasprintf (Files): Add xalloc.h.
10974
10975 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * modules/gettext (Files): config/config.rpath ->
10978         build-aux/config.rpath
10979         * modules/iconv (Files): Likewise.
10980         Problem reported by Oskar Liljeblad.
10981
10982 2005-03-23  Jim Meyering  <jim@meyering.net>
10983
10984         * modules/check-include-files: New script to check for
10985         missing dependencies, multiple includes, etc.
10986
10987         * modules/c-strtold (Depends-on): Add xalloc.
10988         * modules/c-strtod (Depends-on): Add xalloc.
10989         * modules/hash (Depends-on): Add xalloc.
10990         (Files): Remove lib/xalloc.h.
10991
10992         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
10993         * modules/userspec (Files): Add lib/inttostr.h.
10994
10995 2005-03-23  Jim Meyering  <jim@meyering.net>
10996
10997         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
10998
10999 2005-03-22  Jim Meyering  <jim@meyering.net>
11000
11001         * modules/stat-macros: New module.
11002         * modules/canonicalize, modules/euidaccess, modules/file-type,
11003         * modules/filemode, modules/lchown, modules/makepath,
11004         * modules/rmdir, modules/stat: Depend on new stat-macros module
11005         rather than listing lib/stat-macros.h manually.
11006         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
11007
11008 2005-03-22  Jim Meyering  <jim@meyering.net>
11009
11010         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
11011
11012 2005-03-22  Bruno Haible  <bruno@clisp.org>
11013
11014         * config/srclist.txt: Replace target directory 'config' with
11015         'build-aux'.
11016         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
11017         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
11018         ../build-aux/.
11019
11020 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
11021
11022         * modules/chdir-long (Depends-on): Add mempcpy.
11023
11024         * modules/acl, modules/backupfile, modules/c-strtod,
11025         modules/c-strtold, modules/canon-host, modules/canonicalize,
11026         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
11027         modules/exclude, modules/exitfail, modules/file-type,
11028         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
11029         modules/getdate, modules/getline, modules/getpagesize,
11030         modules/getpass, modules/getugroups, modules/group-member,
11031         modules/hard-locale, modules/hash, modules/human, modules/idcache,
11032         modules/inttostr, modules/long-options, modules/makepath,
11033         modules/md5, modules/memcasecmp, modules/memcoll,
11034         modules/modechange, modules/mountlist, modules/path-concat,
11035         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
11036         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
11037         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
11038         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
11039         modules/strftime, modules/strndup, modules/strverscmp,
11040         modules/timespec, modules/unlocked-io, modules/userspec,
11041         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
11042         modules/yesno:
11043         Remove lib_SOURCES line from Makefile.am section, as this is now
11044         done automatically by the corresponding Autoconf macro.
11045
11046 2005-03-21  Jim Meyering  <jim@meyering.net>
11047
11048         Changes imported from coreutils.
11049
11050         * lib/cycle-check.c: Don't include xalloc.h.
11051
11052         * lib/path-concat.c: Don't include assert.h.
11053         (path_concat): Remove assertion that would have triggered
11054         for ABASE starting with more than one slash.
11055         Reported by Andreas Schwab.
11056
11057         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
11058         properly when ABASE is an absolute file name.
11059         Correct the description of this function.
11060         Include <assert.h>.
11061         Add an assertion and a test driver.
11062         This fixes a bug introduced on 2004-07-02.
11063         Andreas Schwab reported the resulting failure of cp --parents:
11064         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
11065
11066 2005-03-21  Jim Meyering  <jim@meyering.net>
11067
11068         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
11069         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
11070
11071 2005-03-21  Jim Meyering  <jim@meyering.net>
11072         and  Paul Eggert  <eggert@cs.ucla.edu>
11073
11074         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
11075         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
11076         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
11077         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
11078         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
11079         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
11080         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
11081         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
11082         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
11083         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
11084         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
11085         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
11086         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
11087         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
11088         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
11089         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
11090         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
11091         for these modules.
11092
11093 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11094
11095         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
11096         (which shouldn't happen), generate nothing instead of returning 0
11097         immediately, so that nstrftime (NULL, ...) doesn't return 0.
11098
11099 2005-03-16  Bruno Haible  <bruno@clisp.org>
11100
11101         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
11102         HAVE_LONGLONG_64BIT.
11103
11104 2005-03-16  Bruno Haible  <bruno@clisp.org>
11105
11106         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
11107         HAVE_LONGLONG_64BIT.
11108
11109 2005-03-16  Bruno Haible  <bruno@clisp.org>
11110
11111         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
11112         HAVE_LONGLONG_64BIT.
11113
11114 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11115
11116         * lib/strftime.c (my_strftime): Prepend space to format so that we can
11117         reliably distinguish strftime failure from empty output on POSIX
11118         hosts.
11119
11120 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11121
11122         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
11123         (iconv_string): Don't guess a size-zero buffer, as that might cause
11124         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
11125         result would be 'too large', where 'too large' is (heuristically)
11126         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
11127         overflow concerns.  This will prevent some unwanted malloc failures
11128         when the inputs are very large.
11129
11130 2005-03-15  Karl Berry  <karl@gnu.org>
11131
11132         * config/srclist.txt (config.rpath): from gettext.
11133         * config/config.rpath: update.
11134
11135 2005-03-15  Bruno Haible  <bruno@clisp.org>
11136
11137         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
11138         to 'negate'.
11139
11140         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
11141         variable.
11142
11143         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
11144         results.
11145
11146 2005-03-14  Simon Josefsson  <jas@extundo.com>
11147
11148         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
11149         <fx@gnu.org>.
11150
11151 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
11152
11153         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
11154         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
11155         intprops.h.
11156         * lib/strtol.c: Likewise.
11157
11158 2005-03-14  Jim Meyering  <jim@meyering.net>
11159
11160         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
11161         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
11162         to be nonzero so that we (and caller) can detect the difference
11163         between a valid zero-length expansion and an error return, even
11164         when the underlying strftime fails before writing anything into
11165         that location.
11166
11167 2005-03-14  Bruno Haible  <bruno@clisp.org>
11168
11169         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
11170         Update from GNU gettext 0.14.3.
11171
11172 2005-03-10  Jim Meyering  <jim@meyering.net>
11173
11174         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
11175
11176 2005-03-10  Jim Meyering  <jim@meyering.net>
11177
11178         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
11179         so that this module works on systems without fchdir.
11180
11181 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
11182
11183         Factor int-properties macros into a single file, except for
11184         glibc-related files.
11185         * lib/intprops.h: New file.
11186         * lib/getloadavg.c: Include it instead of limits.h.
11187         (INT_STRLEN_BOUND): Remove.
11188         * lib/human.c: Include intprops.h.
11189         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
11190         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
11191         302/1000.
11192         * lib/inttostr.h: Include intprops.h instead of limits.h.
11193         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
11194         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
11195         for consistency with intprops.h.
11196         (time_t_is_integer, twos_complement_arithmetic): Use them.
11197         * lib/sig2str.h: Include <signal.h>, intprops.h.
11198         (INT_STRLEN_BOUND): Remove.
11199         * lib/strftime.c (TYPE_SIGNED): Remove.
11200         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
11201         * lib/strtol.c: Adjust comments to match intprops.h.
11202         * lib/userspec.c: Include intprops.h.
11203         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
11204         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
11205         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
11206         instead of rolling our own expressions.
11207         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
11208
11209         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
11210         instead of int.
11211         (my_strftime): Do not mishandle years close to INT_MAX, by doing
11212         the right thing even if adding 1900 would overflow.  Similarly
11213         for tm_mon + 1 and tm_yday + 1.
11214         Make %Y always equivalent to %C%y, and similarly for %G and %g.
11215         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
11216         (DO_SIGNED_NUMBER): New macro.
11217         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
11218
11219 2005-03-07  Bruno Haible  <bruno@clisp.org>
11220
11221         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
11222
11223 2005-03-07  Bruno Haible  <bruno@clisp.org>
11224
11225         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
11226
11227 2005-03-04  Derek R. Price  <derek@ximbiot.com>
11228
11229         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
11230         (func_import): Only replace files via --import when they have actually
11231         changed.
11232
11233 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11234
11235         * m4/mmap-anon.m4: New file.
11236         * m4/pagealign_alloc.m4: New file.
11237
11238 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11239             Bruno Haible  <bruno@clisp.org>
11240
11241         * modules/pagealign_alloc: New file.
11242         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
11243
11244 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11245             Bruno Haible  <bruno@clisp.org>
11246
11247         * lib/pagealign_alloc.h: New file.
11248         * lib/pagealign_alloc.c: New file.
11249
11250 2005-03-03  Bruno Haible  <bruno@clisp.org>
11251
11252         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
11253         Use an all-permissive copyright notice, recommended by RMS.
11254
11255 2005-03-02  Bruno Haible  <bruno@clisp.org>
11256
11257         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
11258         of AIX, the replacement has to be done only after <string.h> is
11259         included, therefore not in config.h. stpncpy.h does the replacement,
11260         and stpncpy.c uses it.
11261
11262 2005-03-02  Bruno Haible  <bruno@clisp.org>
11263
11264         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
11265         stpncpy.c uses it.
11266
11267 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11268
11269         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
11270         The workaround isn't strictly needed for POSIX conformance, and
11271         it's too much of a pain to configure and maintain.  We'll ask
11272         people to fix their kernels instead.
11273         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
11274         (NANOSLEEP_BUG_WORKAROUND): Remove.
11275         (xnanosleep): Remove the workaround.
11276
11277 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11278
11279         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
11280         Reported by Derek Price.
11281         (Include): Add "timespec.h".
11282
11283         * modules/xnanosleep (Depends-on): Remove gethrxtime.
11284
11285 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11286
11287         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
11288         to detect nanosleep bug.
11289
11290 2005-03-01  Bruno Haible  <bruno@clisp.org>
11291
11292         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
11293
11294 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11295
11296         * modules/gethrxtime: New file.
11297         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
11298         (Depends-on): Add gethrxtime.
11299         (configure.ac): Add gl_XNANOSLEEP.
11300         (Makefile.am): Remove lib_SOURCES line.
11301
11302 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11303
11304         * m4/gethrxtime.m4, xnanosleep.m4: New files.
11305         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
11306
11307 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11308
11309         * lib/gethrxtime.h, gethrxtime.c, xtime.h: New files.
11310         * lib/timespec.h (gettime): Return void, since it always
11311         succeeds now.  All uses changed.
11312         * lib/gettime.c (gettime) Likewise.
11313         [HAVE_NANOTIME]: Prefer nanotime.
11314         Assume gettimeofday succeeds, as POSIX requires.
11315         Assime time () succeeds, since other code already does.
11316         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
11317         (timespec_subtract): Remove.
11318         (NANOSLEEP_BUG_WORKAROUND): New constant.
11319         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
11320         things considerably.  Use it only on GNU/Linux hosts, since the
11321         workaround shouldn't be needed elsewhere.
11322
11323 2005-02-24  Bruno Haible  <bruno@clisp.org>
11324
11325         * modules/gettext (Files): Add m4/glibc2.m4.
11326
11327 2005-02-24  Bruno Haible  <bruno@clisp.org>
11328
11329         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
11330         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
11331         * m4/progtest.m4:
11332         Update from GNU gettext 0.14.2.
11333         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
11334
11335 2005-02-24  Bruno Haible  <bruno@clisp.org>
11336
11337         * lib/localcharset.c: Update from GNU gettext 0.14.2.
11338         * lib/config.charset: Update from GNU gettext 0.14.2.
11339
11340 2005-02-24  Bruno Haible  <bruno@clisp.org>
11341
11342         * lib/gettext.h: Update from GNU gettext 0.14.2.
11343
11344 2005-02-23  Simon Josefsson  <jas@extundo.com>
11345
11346         * m4/iconvme.m4: New file.
11347
11348 2005-02-23  Jim Meyering  <jim@meyering.net>
11349
11350         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
11351         change.
11352         Thanks to Bruno Haible for catching it.
11353
11354 2005-02-22  Simon Josefsson  <jas@extundo.com>
11355
11356         * modules/iconvme: New file.
11357
11358         * MODULES.html.sh: Add iconvme.
11359
11360 2005-02-22  Simon Josefsson  <jas@extundo.com>
11361
11362         * lib/iconvme.h, iconvme.c: New files, from libc.
11363
11364 2005-02-22  Simon Josefsson  <jas@extundo.com>
11365
11366         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
11367
11368 2005-02-22  Jim Meyering  <jim@meyering.net>
11369
11370         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
11371         s/ifndef/ifdef/.
11372
11373 2005-02-20  Neil Conway  <neilc@samurai.com>
11374
11375         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
11376         returned by OSX/Darwin if the specified buffer is not large
11377         enough for the hostname.
11378
11379 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11380
11381         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
11382         pass it to _help, otherwise the latter coredumps trying to
11383         dereference state.root_argp.
11384
11385 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11386
11387         * modules/chdir-long (Depends-on): Add memrchr.
11388         * modules/memrchr (Files): Add lib/memrchr.h.
11389         (Include): "memrchr.h".
11390
11391 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11392
11393         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
11394
11395 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11396
11397         * lib/memrchr.h: New file.
11398         * lib/chdir-long.c: Include it.
11399         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
11400         Don't bother including stddef.h.
11401
11402 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
11403
11404         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
11405         inclusion.
11406         Include <sys/types.h>, for dev_t.
11407         (ME_DUMMY, ME_REMOTE): Move from here....
11408         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
11409         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
11410         Dmitry V. Levin.
11411         Include mountlist.h first, to test the interface.
11412
11413 2005-01-29  Bruno Haible  <bruno@clisp.org>
11414
11415         * lib/progname.c (program_name): Initialize.
11416         Needed when linking statically on MacOS X.
11417
11418 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11419
11420         Sync from coreutils.
11421         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
11422         (Depends-on): Add c-strtod.
11423         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
11424
11425 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11426
11427         Sync from coreutils.
11428         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
11429
11430         Remove files that are specific to coreutils.
11431         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
11432
11433 2005-01-28  Bruno Haible  <bruno@clisp.org>
11434
11435         * modules/javacomp: New file.
11436         * MODULES.html.sh (Java): Add javacomp.
11437
11438 2005-01-28  Bruno Haible  <bruno@clisp.org>
11439
11440         * m4/javacomp.m4: New file, from GNU gettext.
11441
11442 2005-01-28  Bruno Haible  <bruno@clisp.org>
11443
11444         * lib/javacomp.sh.in: New file, from GNU gettext.
11445         * lib/javacomp.h: New file, from GNU gettext.
11446         * lib/javacomp.c: New file, from GNU gettext.
11447
11448 2005-01-26  Simon Josefsson  <jas@extundo.com>
11449
11450         * lib/gai_strerror.c: Use GPL in header.
11451
11452 2005-01-26  Bruno Haible  <bruno@clisp.org>
11453
11454         * modules/javaexec: New file.
11455         * MODULES.html.sh (Java): Add javaexec.
11456
11457 2005-01-26  Bruno Haible  <bruno@clisp.org>
11458
11459         * m4/javaexec.m4: New file, from GNU gettext.
11460
11461 2005-01-26  Bruno Haible  <bruno@clisp.org>
11462
11463         * lib/javaexec.sh.in: New file, from GNU gettext.
11464         * lib/javaexec.h: New file, from GNU gettext.
11465         * lib/javaexec.c: New file, from GNU gettext.
11466
11467 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11468
11469         * modules/lchown (Depends-on): Remove lchown.h
11470
11471 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11472
11473         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
11474         must be defined if the header file was not found, in order
11475         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
11476
11477 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11478
11479         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
11480         initializers for struct pentry_state.
11481         (__argp_error): Check return value of __asprintf
11482         (__argp_failure): Translate error message
11483
11484         * lib/argp-parse.c: Removed braces around the expansion of N_()
11485
11486 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11487
11488         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
11489         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
11490         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
11491         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
11492         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
11493         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
11494         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
11495         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
11496         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
11497         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
11498         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
11499         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
11500         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
11501         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
11502         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
11503         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
11504         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
11505         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
11506         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
11507         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
11508         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
11509         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
11510         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
11511         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
11512         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
11513         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
11514         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
11515         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
11516         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
11517         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
11518         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
11519         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
11520         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
11521         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
11522         xstrtol.m4, xstrtoumax.m4, yesno.m4:
11523         Use an all-permissive copyright notice, recommended by RMS.
11524
11525 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
11526
11527         * modules/chdir-long (Depends-on): Remove mempcpy.
11528
11529 2005-01-21  Jim Meyering  <jim@meyering.net>
11530
11531         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
11532         same value as for Solaris 9.
11533
11534         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
11535         component length.  This included changing the parameter to be
11536         of type `char *' rather than `char const *'.
11537         * lib/chdir-long.h (chdir_long): Update prototype.
11538
11539         * lib/openat.c (fdopendir, fstatat): New functions.
11540         * lib/openat.h: Include headers required for use of DIR and struct
11541         stat.
11542         [AT_SYMLINK_NOFOLLOW]: Define.
11543         (fdopendir, fstatat): Add prototypes.
11544
11545 2005-01-21  Bruno Haible  <bruno@clisp.org>
11546
11547         * modules/classpath: New file.
11548         * MODULES.html.sh (Java): Add classpath.
11549
11550 2005-01-21  Bruno Haible  <bruno@clisp.org>
11551
11552         * lib/classpath.h: New file, from GNU gettext.
11553         * lib/classpath.c: New file, from GNU gettext.
11554
11555 2005-01-20  Simon Josefsson  <jas@extundo.com>
11556
11557         * modules/version-etc-fsf: New file.
11558
11559 2005-01-20  Simon Josefsson  <jas@extundo.com>
11560
11561         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
11562         * lib/version-etc.c: Remove version_etc_copyright.
11563         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
11564         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
11565
11566 2005-01-20  Simon Josefsson  <jas@extundo.com>
11567
11568         * lib/base64.h (isbase64): Add.
11569
11570         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
11571         using a unsigned prototype, don't inline.
11572         (base64_decode): Use it.
11573
11574 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11575
11576         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
11577         it.
11578
11579 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         * lib/save-cwd.c (save_cwd): Remove code to support the case
11582         where fchdir is missing or flaky.
11583
11584 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11585
11586         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
11587
11588 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
11589
11590         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
11591         AC_LIBSOURCES now does this.
11592         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
11593         with new ullong_max module.
11594
11595 2005-01-19  Bruno Haible  <bruno@clisp.org>
11596
11597         * modules/sh-quote: New file.
11598         * MODULES.html.sh (Executing programs): Add sh-quote.
11599
11600 2005-01-19  Bruno Haible  <bruno@clisp.org>
11601
11602         * lib/sh-quote.h: New file, from GNU gettext.
11603         * lib/sh-quote.c: New file, from GNU gettext.
11604
11605 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11606
11607         Merge from coreutils.
11608         * m4/ullong_max.m4: New file.
11609         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
11610         (gl_MACROS): Assume localeconv exists.
11611
11612 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11613
11614         Merge changes from coreutils, as described below in several
11615         changelogs dated today.
11616
11617         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
11618         (O_DIRECTORY): Remove; not needed here, since "." must be
11619         a directory.  All uses removed.
11620         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
11621         universal on Suns, and we also need to test for IRIX.
11622         Revamp code to use 'if' rather than '#if'.
11623         Avoid unnecessary comparison of cwd->desc to 0.
11624
11625         * lib/utimens.c (futimens): Robustify the previous patch, by checking
11626         for known valid error numbers rather than observed invalid ones.
11627
11628 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11629
11630         * modules/ullong_max: New file.
11631
11632         * modules/chdir-long, modules/openat: New files.
11633         * modules/save-cwd (Depends-on): Depend on chdir-long.
11634         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
11635
11636 2005-01-18  Jim Meyering  <jim@meyering.net>
11637
11638         Merge from coreutils.
11639         * m4/chdir-long.m4, openat.m4: New files.
11640         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
11641         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
11642         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
11643         is sane and DOES follow symlinks.  Besides, testing 20 different
11644         systems found no broken chown implementations.
11645         Prompted by a change in rsync's copy of this macro.
11646         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
11647
11648         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
11649
11650         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
11651         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
11652         NULL-means-set-to-current-time semantics.
11653         Remove temporary file immediately, rather than waiting
11654         for configure's at-exit trap code to do it.
11655
11656 2005-01-18  Jim Meyering  <jim@meyering.net>
11657
11658         * lib/version-etc.c (version_etc_copyright): Update copyright date.
11659
11660         * lib/utimens.c (futimens): Account for the fact that futimes
11661         can also fail with errno == ENOSYS or errno == ENOENT.
11662         Patch from Dmitry V. Levin.
11663
11664         Change the name of the robust chdir function from chdir to chdir_long.
11665         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
11666         (restore_cwd): Use chdir_long, not chdir.
11667         * lib/chdir-long.c: Renamed from chdir.c.
11668         * lib/chdir-long.h: Renamed from chdir.h.
11669         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
11670         Hurd.
11671
11672 2005-01-18  Bruno Haible  <bruno@clisp.org>
11673
11674         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
11675         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
11676         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
11677         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
11678         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
11679         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
11680         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
11681         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
11682         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
11683         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
11684         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
11685         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
11686         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
11687         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
11688         Use an all-permissive copyright notice, recommended by RMS.
11689
11690 2005-01-18  Bob Proulx  <bob@proulx.com>
11691
11692         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
11693         simplify offsetof() macro construct to avoid compile failure with
11694         native HP-UX 11.0 ANSI C compiler.
11695
11696 2005-01-17  Bruno Haible  <bruno@clisp.org>
11697
11698         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
11699         redundant because stpncpy.m4 takes care of it.
11700
11701 2005-01-17  Bruno Haible  <bruno@clisp.org>
11702
11703         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
11704
11705 2005-01-17  Bruno Haible  <bruno@clisp.org>
11706
11707         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
11708         used.
11709
11710 2005-01-17  Bruno Haible  <bruno@clisp.org>
11711
11712         * lib/fwriteerror.h (fwriteerror): Change specification to include
11713         fclose.
11714         * lib/fwriteerror.c: Include <stdbool.h>.
11715         (fwriteerror): At the end, close the file stream. Record whether
11716         stdout was already closed.
11717
11718 2005-01-17  Bruno Haible  <bruno@clisp.org>
11719
11720         * lib/execute.c (environ): Declare if needed.
11721         * lib/pipe.c (environ): Likewise.
11722         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
11723
11724 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11725
11726         * modules/argp: Depend on vsnprintf
11727
11728 2005-01-10  Jim Meyering  <jim@meyering.net>
11729
11730         * modules/closeout (Depends-on): Add atexit.
11731
11732 2005-01-06  Bruno Haible  <bruno@clisp.org>
11733
11734         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
11735
11736 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11737
11738         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
11739         definitions to be after all include files, to avoid collisions.
11740         Problem reported by Bob Proulx.
11741
11742 2005-01-04  Jim Meyering  <jim@meyering.net>
11743
11744         Changes imported from coreutils.
11745         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
11746         as the mkstemp template, use a temporary directory and an
11747         8.3-friendly template to avoid trouble on systems like DJGPP.
11748         Reported by Juan M. Guerrero via Stepan Kasal.
11749         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
11750         close. Remove the temporary directory right away, rather than waiting
11751         for configure's at-exit trap code to do it.
11752         Suggestion from Stepan Kasal.
11753
11754 2005-01-01  Simon Josefsson  <jas@extundo.com>
11755
11756         * gnulib-tool: Print #include directives when --import'ing.
11757
11758 2004-12-28  Simon Josefsson  <jas@extundo.com>
11759
11760         * tests/test-base64.c: Include required header files.  Remove
11761         unused variables.
11762
11763 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         * modules/error (Depends-on): Remove gettext.
11766
11767 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11768
11769         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
11770         not needed.  This removes a dependency on the gettext module.
11771         [defined _LIBC]: Do not include <libintl.h>; not needed.
11772
11773 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11774
11775         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
11776         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
11777
11778 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11779
11780         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
11781         HAVE_DECL_STRTOLD.
11782
11783 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11784
11785         * modules/getdate (Depends-on): Remove alloca-opt.
11786
11787 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11788
11789         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
11790
11791 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         * lib/argp-parse.c: Include <stddef.h>.
11794         (alignof, alignto): New macros.
11795         (parser_init): Don't assume that void * is aligned sufficiently
11796         for struct option.
11797
11798         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
11799         need to extend the stack.
11800         (YYINITDEPTH): New macro, so that the initial stack isn't overly
11801         large.
11802
11803 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11804
11805         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
11806
11807 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11808
11809         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
11810         (2004-10-24) change.  Apparently this was a false alarm.
11811
11812         * modules/getdate: Depend on alloca-opt, not alloca.
11813
11814 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11815
11816         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
11817         Remove now-obsolete comment about AIX.
11818         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
11819         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
11820         (YYMAXDEPTH): New macro.
11821
11822 2004-12-18  Simon Josefsson  <jas@extundo.com>
11823
11824         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
11825
11826 2004-12-18  Bruno Haible  <bruno@clisp.org>
11827
11828         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
11829
11830 2004-12-18  Bruno Haible  <bruno@clisp.org>
11831
11832         * lib/fatal-signal.c (fatal_signals): Make non-const.
11833         (init_fatal_signals): New function.
11834         (uninstall_handlers, install_handlers): Ignore signals that were set to
11835         SIG_IGN.
11836         (at_fatal_signal): Call init_fatal_signals.
11837         (init_fatal_signal_set): Likewise. Ignore signals that were set to
11838         SIG_IGN.
11839         Reported by Paul Eggert.
11840
11841 2004-12-18  Bruno Haible  <bruno@clisp.org>
11842
11843         * doc/alloca.texi: New file.
11844         * doc/alloca-opt.texi: New file.
11845
11846 2004-12-17  Jim Meyering  <jim@meyering.net>
11847
11848         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
11849         Otherwise, install-sh could exit with improper exit status when
11850         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
11851
11852 2004-12-16  Simon Josefsson  <jas@extundo.com>
11853
11854         * tests/test-base64.c: Add license.
11855
11856 2004-12-15  Stepan Kasal  <address@hidden>
11857
11858         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
11859
11860 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
11861
11862         * modules/getcwd (Files): Add m4/d-ino.m4.
11863         Suggested by Mark D. Baushke.
11864
11865 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11866
11867         * lib/getdate.y (textint): New member "negative".
11868         (time_zone_hhmm): New function.
11869         Expect 14 shift-reduce conflicts, not 13.
11870         (o_colon_minutes): New rule.
11871         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
11872         (yylex): Set the "negative" member of signed numbers.
11873
11874 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11875
11876         * doc/getdate.texi (Time of day items, Time zone items):
11877         Describe new formats +00:00, UTC+00:00.
11878
11879 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11880
11881         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
11882         spurious "-l"s.  Problem reported by Stepan Kasal.
11883
11884 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
11885
11886         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
11887         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
11888
11889 2004-12-04  Simon Josefsson  <jas@extundo.com>
11890
11891         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
11892         Vandoorselaere <yoann@prelude-ids.org>.
11893
11894 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11895
11896         Changes imported from coreutils.
11897         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
11898         exist.
11899         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
11900
11901 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11902
11903         Changes imported from coreutils.
11904         * lib/hard-locale.c: Assume <locale.h> exists.
11905         Include "strdup.h".
11906         (GLIBC_VERSION): New macro.
11907         (hard_locale): Assume setlocale exists.
11908         Rewrite to avoid #ifdef.
11909         Use strdup rather than malloc + strcpy.
11910         * lib/human.c: Assume <locale.h> exists.
11911         (human_readable): Assume localeconv exists.
11912
11913 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11914
11915         * modules/hard-locale (Depends-on): Add strdup.
11916
11917 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
11918
11919         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
11920         convert T2, not T.  (Imported from libc.)
11921
11922 2004-11-30  Simon Josefsson  <jas@extundo.com>
11923
11924         * modules/restrict (License): Change to LGPL.
11925
11926 2004-11-30  Simon Josefsson  <jas@extundo.com>
11927
11928         * m4/restrict.m4: Add copyright and copying conditions.
11929
11930 2004-11-30  Simon Josefsson  <jas@extundo.com>
11931
11932         * m4/base64.m4: New file.
11933
11934 2004-11-30  Simon Josefsson  <jas@extundo.com>
11935
11936         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
11937         base64.
11938
11939         * tests/test-base64.c: New file.
11940
11941         * modules/base64: New file.
11942
11943 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11944
11945         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
11946         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
11947
11948         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
11949
11950 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11951
11952         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
11953         (__getcwd.c): Don't restore errno; glibc doesn't.
11954         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
11955         first, falling back to our code only if its results look suspicious.
11956         Ensure that the resulting buffer is only as large as necessary.
11957
11958         * lib/readutmp.c: Include readutmp.h first.
11959         Include <errno.h>, since readutmp.h no longer does that.
11960         * lib/readutmp.h: Don't include <errno.h>,
11961         <sys/param.h>, <time.h>; not needed to establish interface.
11962         (errno): Remove decl.
11963         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
11964         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
11965         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
11966
11967 2004-11-28  Simon Josefsson  <jas@extundo.com>
11968
11969         * lib/base64.h, base64.c: New file.
11970
11971 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11972
11973         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
11974
11975 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11976
11977         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
11978         (Depends-on): Remove pathmax, same.  Add mempcpy.
11979         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
11980         (Makefile.am): Append getcwd.h to lib_SOURCES.
11981         (Include): Add getcwd.h.
11982         (Maintainer): Change from Jim Meyering to "all, glibc",
11983         since getdate now uses intended-for-glibc code.
11984         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
11985         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
11986
11987 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11988
11989         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
11990         HP's ANSI C compiler.
11991         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
11992         Declaring int functions causes warnings on some modern systems and
11993         shouldn't be needed to compile on ancient ones.
11994         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
11995         defined.
11996
11997         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
11998         with the following changes.
11999         (__set_errno): Parenthesize properly.
12000         Include <stdbool.h>.
12001         (MIN, MAX, MATCHING_INO): New macros.
12002         (__getcwd): Define with prototype, not K&R form.
12003         Use heuristics to allocate default buffer on stack if possible.
12004         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
12005         behavior, and to avoid the PATH_MAX limit when computing
12006         ../../../../...
12007         Use MATCHING_INO to compare inode number to file.
12008         Check for arithmetic overflow in size calculations.
12009         Fix bug in reallocation of dot array that caused getcwd to fail
12010         on directories nested deeper than 75.
12011         Be more careful about saving errno on error.
12012         Do not use realloc; use only free+malloc, as this is a bit
12013         more flexible and avoids a needless copy operation.
12014         Do not inspect st_dev and st_ino for symbolic links; POSIX
12015         doesn't specify the latter.
12016         Check for closedir errors.
12017         Avoid needless casts.
12018         Use "#ifdef weak_alias" around weak_alias, to be like other
12019         glibc code.
12020         The following changes to getcwd.c have effect only when used in
12021         gnulib; they have no effect inside glibc proper.
12022         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
12023         as alloca isn't used.
12024         (alloca, __alloca): Likewise.
12025         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
12026         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
12027         unconditionally, as gnulib assumes C89 or better.
12028         Do not include <sys/param.h>.
12029         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
12030         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
12031         better.
12032         (NULL) [!defined NULL]: Remove; we assume C89 or better.
12033         Include <dirent.h> in a way that is compatible with modern Autoconf.
12034         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
12035         New macros, if not already defined.
12036         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
12037         Use "_LIBC", not "defined _LIBC", for consistency.
12038         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
12039         a mempcpy module.
12040         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
12041         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
12042         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
12043         credit only to Jim Meyering and adjust the copyright dates.
12044         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
12045         <stdlib.h>, <unistd.h>, "pathmax.h".
12046         Instead, include "xgetcwd.h" (first) and "getcwd.h".
12047         (INITIAL_BUFFER_SIZE): Remove.
12048         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
12049
12050 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12051
12052         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
12053         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
12054         Use the _ONCE methods, for efficiency.
12055         Check for fcntl.h.  In test program, include <errno.h>
12056         and <fcntl.h> if available.  Remove old K&R cruft from
12057         test program.  Check for common errors in GNU/Linux,
12058         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
12059         don't do AC_LIBOBJ, as that's getcwd.m4's job.
12060         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
12061         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
12062         name accordingly.
12063         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
12064         accommodate new getcwd.c.
12065         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
12066         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
12067         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
12068         that's all we need now.
12069
12070 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12071
12072         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
12073         argp-parse.c depends on getopt internals, that means we should
12074         always use our getopt, to be on the safe side.
12075         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
12076         order not to spoil the result of an eventual previous invocation
12077         of gl_GETOPT_SUBSTITUTE.
12078
12079 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12080
12081         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
12082         redefinition warnings. To avoid them, include the defines
12083         in `#if !defined __need_getopt ... #endif'. The only place
12084         where __getopt_argv_const is used is in definitions
12085         of getopt_long and getopt_long_only below, which are as well
12086         protected by `#ifndef __need_getopt'.
12087         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
12088         __need_getopt after including <stdio.h> and <unistd.h> These
12089         headers might have defined it.
12090
12091 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12092
12093         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
12094
12095 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12096
12097         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
12098         (futimens): New function, which uses futimes if available.
12099         (futimens, utimens): Support timespec==NULL, with same semantics
12100         as utime and utimens.
12101         * lib/utimens.h (futimens): New decl.
12102
12103 2004-11-23  Jim Meyering  <jim@meyering.net>
12104
12105         * lib/getopt_.h: Remove trailing blanks.
12106
12107 2004-11-23  Jim Meyering  <jim@meyering.net>
12108
12109         * lib/__fpending.c: Add comment.
12110
12111 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
12112
12113         * modules/canonicalize (Depends-on): Add xreadlink.
12114         Problem reported by James Youngman.
12115
12116 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12117
12118         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
12119         New macros.
12120         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
12121         optopt): Use them instead of invoking ## directly; otherwise, the
12122         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
12123
12124 2004-11-19  Bruno Haible  <bruno@clisp.org>
12125
12126         * lib/strtok_r.c: Move comments from here...
12127         * lib/strtok_r.h: ... to here.
12128
12129 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12130
12131         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
12132         implementations that mishandle size_t overflow.
12133
12134 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12135
12136         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
12137         might fail.  Problem reported by Yoann Vandoorselaere.
12138         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
12139         implementations that mishandle size_t overflow.
12140
12141 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12142
12143         * modules/canon-host (Depends-on): Add strdup.
12144
12145 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12146
12147         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
12148
12149 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12150
12151         * lib/canon-host.c: Include "strdup.h".
12152         (canon_host): Use getaddrinfo if available, so that IPv6 works.
12153         Use strdup instead of malloc/strcpy to duplicate strings.
12154
12155         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
12156         (human_space_before_unit): New constant.
12157         * lib/human.c (human_readable): Support it.
12158
12159         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
12160         (xgetcwd): Set errno correctly when failing.
12161         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
12162         the failure is actually due to a PATH_MAX problem.
12163
12164         Further getopt changes to make it more likely that glibc will
12165         buy the changes back.
12166         * lib/getopt.c (POSIXLY_CORRECT): New constant.
12167         (getopt): Use it, so to preserve glibc semantic
12168         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
12169         when compiling for libc.
12170         * lib/getopt_.h (__getopt_argv_const): Bring it back.
12171         (getopt_long, getopt_long_only): Use it.
12172
12173         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
12174         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
12175         (getopt): Argv is now char * const *, as per standard.
12176         (_getopt_internal_r, _getopt_internal): Argv is now char **,
12177         not char *__getopt_argv_const *.
12178         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
12179         _getopt_long_only_r): Likewise.
12180         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
12181         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
12182         _getopt_long_r, _getopt_long_only_r): Likewise.
12183         * lib/getopt_.h (__getopt_argv_const): Remove.
12184         (getopt): Argv is now char * const *, as per standard.
12185
12186         * lib/getdate.y (tORDINAL): New token.
12187         (day, relunit): Allow it for relative times.
12188         (relative_time_table): Use tORDINAL for ordinals.
12189
12190 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12191
12192         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
12193         Document that "second" isn't allowed as an ordinal number.
12194
12195 2004-11-16  Jim Meyering  <jim@meyering.net>
12196
12197         * modules/closeout (Depends-on): Add fpending.
12198
12199 2004-11-15  Jim Meyering  <jim@meyering.net>
12200
12201         * lib/closeout.c: Include "__fpending.h" once again.
12202         Include <stdbool.h>.
12203         (close_stdout): Don't fail just because stdout was closed initially,
12204         since some programs don't write to stdout in the normal course of
12205         operation (other than --version and --help), and we don't want this
12206         function to make e.g. `touch file >&-' fail.
12207         But do fail if it was closed and someone has tried to write to it.
12208         E.g., `printf foo >&-' must fail.
12209
12210 2004-11-13  Jim Meyering  <jim@meyering.net>
12211
12212         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
12213
12214 2004-11-12  Simon Josefsson  <jas@extundo.com>
12215
12216         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
12217         small doc fix is still pending.
12218
12219 2004-11-11  Simon Josefsson  <jas@extundo.com>
12220
12221         * modules/strtok_r: New file.
12222
12223         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12224         strtok_r.
12225
12226 2004-11-11  Simon Josefsson  <jas@extundo.com>
12227
12228         * m4/strtok_r.m4: New file.
12229
12230         * m4/getopt.m4: Replace opterr.
12231
12232 2004-11-11  Simon Josefsson  <jas@extundo.com>
12233
12234         * lib/strtok_r.h, strtok_r.c: New file.
12235
12236 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
12239         of replacing opterr, getopt, etc.  This should handle the
12240         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
12241
12242 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
12243
12244         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
12245         we can stop lying to compilers about the constness of argv when we
12246         are compiled outside glibc.
12247         (getopt, getopt_long, getopt_long_only): Use it.
12248         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
12249         _getopt_internal, getopt): Likewise.
12250         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
12251         _getopt_long_only_r): Likewise.
12252         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
12253         _getopt_long_r, _getopt_long_only_r): Likewise.
12254
12255         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
12256         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
12257         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
12258         the other external symbols.
12259         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
12260         declaration, since the above renaming now works around collisions.
12261
12262 2004-11-11  Jim Meyering  <jim@meyering.net>
12263
12264         * lib/linebreak.c: Remove trailing blanks.
12265         * lib/alloca_.h: Likewise.
12266         * lib/acosl.c: Likewise.
12267         * lib/euidaccess.c: Likewise.
12268         * lib/allocsa.h: Likewise.
12269
12270 2004-11-10  Simon Josefsson  <jas@extundo.com>
12271
12272         * m4/getaddrinfo.m4: New file.
12273
12274 2004-11-10  Simon Josefsson  <jas@extundo.com>
12275
12276         * lib/getaddrinfo.h, getaddrinfo.c: New files.
12277
12278 2004-11-10  Simon Josefsson  <jas@extundo.com>
12279
12280         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12281         getaddrinfo.
12282
12283         * modules/getaddrinfo: New file.
12284
12285 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12286
12287         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
12288
12289 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12290
12291         * lib/mktime.c (SHR): New macro, which is a portable
12292         substitute for >> that should work even on Crays.
12293         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
12294         Problem reported by Mark D. Baushke in
12295         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
12296         * lib/getdate.y (SHR): Likewise.
12297         (tm_diff): Use it.
12298         * lib/strftime.c (SHR): Likewise.
12299         (tm_diff): Use it.
12300         * lib/quotearg.c (struct quoting_options): Use unsigned int for
12301         quote_these_too, so that right shifts are well defined.  All uses
12302         changed.
12303
12304 2004-11-10  Jim Meyering  <jim@meyering.net>
12305
12306         Ensure that no close failure goes unreported.
12307         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
12308         return early when it seems there's nothing to flush.
12309         Don't include __fpending.h.
12310
12311 2004-11-10  Jim Meyering  <jim@meyering.net>
12312
12313         * modules/closeout (Depends-on): Remove fpending.
12314
12315 2004-11-10  Jim Meyering  <jim@meyering.net>
12316
12317         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
12318
12319 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12320
12321         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
12322         gl_FUNC_STRFTIME.
12323         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
12324         and AC_REQUIRE when possible, to avoid duplicate checks.
12325         Check for <wchar.h>.
12326
12327 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12328
12329         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
12330
12331 2004-11-09  Bruno Haible  <bruno@clisp.org>
12332
12333         * m4/sockpfaf.m4: New file.
12334
12335 2004-11-05  Bruno Haible  <bruno@clisp.org>
12336
12337         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
12338         Reported by Mark D. Baushke <mdb@cvshome.org>.
12339
12340 2004-11-04  Bruno Haible  <bruno@clisp.org>
12341
12342         2004-09-11  Bruno Haible  <bruno@clisp.org>
12343                 * allocsa.valgrind: New file.
12344         2004-02-06  Bruno Haible  <bruno@clisp.org>
12345                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
12346                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
12347                 Reported by Christopher Seip <chris.seip@hp.com>.
12348
12349 2004-11-04  Bruno Haible  <bruno@clisp.org>
12350
12351         * modules/allocsa (Files): Add lib/allocsa.valgrind.
12352         (Makefile.am): Distribute it.
12353
12354 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
12355
12356         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
12357         with errno == ERANGE if the buffer is too small.
12358         Problem reported by Mark D. Baushke.
12359
12360 2004-11-03  Albert Chin <china@thewrittenword.com>
12361             Paul Eggert  <eggert@cs.ucla.edu>
12362
12363         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
12364         equivalent, substitute $ac_type for equivalent type rather than
12365         blindly using uint32_t *always* which won't work if uint32_t is not
12366         available.  Define _UINT32_T to work around typedef of uint32_t if
12367         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
12368         2.5.1.
12369
12370 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12371
12372         * m4/jm-macros.m4: Sync from coreutils.
12373         (gl_MACROS): Check for mbrlen, for pathchk.
12374         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
12375
12376 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12377
12378         * lib/xreadlink.c (MAXSIZE): New macro.
12379         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
12380         size does not exceed MAXSIZE.  Avoid cast.
12381         As suggested by Mark D. Baushke in
12382         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
12383         if readlink fails with buffer size just under MAXSIZE, try again
12384         with MAXSIZE.
12385
12386 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12387
12388         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
12389
12390 2004-11-02  Derek R. Price  <derek@ximbiot.com>
12391         and  Paul Eggert  <eggert@cs.ucla.edu>
12392
12393         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
12394         (get_date): Overparenthesize to avoid GCC warning.
12395
12396 2004-11-02  Bruno Haible  <bruno@clisp.org>
12397
12398         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
12399         returns void.
12400
12401 2004-11-02  Bruno Haible  <bruno@clisp.org>
12402
12403         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
12404         function returns void.
12405
12406 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12407
12408         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
12409         fflush_unlocked, flockfile, funlockfile, funlockfile,
12410         fputs_unlocked, putc_unlocked.
12411
12412 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12413
12414         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
12415         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
12416         already declared.
12417
12418 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12419
12420         * modules/getdate (Files): Add doc/getdate.texi.
12421         (Depends-on): Add setenv, xalloc.
12422
12423 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12424
12425         * lib/getdate.y: Add support for TZ="foo" within a date string.
12426         Fix some bugs near time_t boundaries.  Reject dates with
12427         out-of-range components, e.g., "Sept 31".
12428         Include <stdlib.h>, "setenv.h", "xalloc.h".
12429         (ISDIGIT_LOCALE): Remove; unused.
12430         Note that the TZ and time functions used here are not reentrant.
12431         (mktime_ok, get_tz): New functions.
12432         (TZBUFSIZE): New constant.
12433         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
12434         This requires that we sometimes generate our own TZ="XXX..." setting.
12435
12436 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12437
12438         * doc/getdate.texi: New file, from coreutils with modifications for
12439         the new TZ parsing.
12440
12441 2004-10-27  Derek R. Price  <derek@ximbiot.com>
12442
12443         * lib/mktime.c (not_equal_tm): Remove redundant check.
12444
12445 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12446
12447         * modules/regex (lib_SOURCES): Add regex.c.
12448         Reported by James Youngman in
12449         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
12450
12451 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12452
12453         * lib/getdate.y: Use Bison 1.875 features, and some minor
12454         code cleanups.  This change does not affect semantics.
12455         Don't include <stdlib.h>; no longer needed.
12456         Don't include unlocked-io.h; only the "#if TEST" code uses
12457         stdio, and performance isn't crucial there.
12458         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
12459         Bison 1.875 features as described below.
12460         All uses of "PC." replaced by "pc->".
12461         (YYSTYPE): Add a forward declaration.
12462         (yylex, yyerror): Use full prototypes in forward decls.
12463         Use "%pure-parser" rather than obsolescent "%pure_parser".
12464         Use %parse-param and %lex-param instead of obsolescent
12465         YYPARSE_PARAM and YYLEX_PARAM.
12466         (meridian_table, month_and_day_table, time_units_table,
12467         relative_time_table, time_zone_table, military_table,
12468         lookup_zone, lookup_word, get_date):
12469         Use NULL instead of 0 where appropriate.
12470         (to_hour): Avoid abort (), to avoid a dependency on
12471         stdlib.h.
12472         (yyerror, yylex): Now accepts parser_control * arg.
12473         (main) [TEST]: Use '\0' rather than 0 for char.
12474
12475 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12476
12477         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
12478
12479 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
12482         It's now the caller's responsibility to handle the case where
12483         !HAVE_GETPAGESIZE && !defined getpagesize.
12484
12485         * lib/mktime.c (leapyear): Arg is long int, not int.
12486
12487 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
12488
12489         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
12490
12491 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12492
12493         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
12494         missing.  Problem reported by James Youngman.
12495
12496 2004-10-16  Simon Josefsson  <jas@extundo.com>
12497
12498         * gnulib-tool: Fix comments.  Fix parse problem.
12499         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
12500
12501 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
12502
12503         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
12504         implementation of getopt_long.  Problem reported by Alexander Taler in:
12505         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
12506
12507 2004-10-15  Bruno Haible  <bruno@clisp.org>
12508
12509         * gnulib-tool: Untabify. Initialize supplied_libname.
12510         (func_usage): More homogenous output.
12511         (func_modules_transitive_closure, func_modules_to_filelist,
12512         func_emit_lib_Makefile_am): New functions.
12513         (func_import): New function, extracted from big case statement. Use
12514         func_get_license, func_modules_transitive_closure,
12515         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
12516         opt_lgpl. Don't use test -a, as it's not portable.
12517         (func_create_testdir): Use func_modules_transitive_closure,
12518         func_modules_to_filelist, func_emit_lib_Makefile_am.
12519
12520 2004-10-15  Bruno Haible  <bruno@clisp.org>
12521
12522         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
12523
12524 2004-10-15  Bruno Haible  <bruno@clisp.org>
12525
12526         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
12527         the portions belonging to each module.
12528         Suggested by Derek Robert Price <derek@ximbiot.com>.
12529
12530 2004-10-12  Simon Josefsson  <jas@extundo.com>
12531
12532         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
12533         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
12534         to real functions.
12535
12536 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12537
12538         * modules/vsnprintf: New file.
12539
12540 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12541
12542         * m4/vsnprintf.m4: New file.
12543
12544 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12545
12546         * lib/vsnprintf.h: New file.
12547         * lib/vsnprintf.c: New file.
12548
12549 2004-10-11  Bruno Haible  <bruno@clisp.org>
12550
12551         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
12552         vsnprintf.
12553
12554 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12555
12556         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
12557
12558 2004-10-07  Bruno Haible  <bruno@clisp.org>
12559
12560         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
12561         fits into the provided buffer.
12562
12563 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12564
12565         * lib/diacrit.c, diacrit.h: Add GPL notice.
12566
12567         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
12568         notice.
12569         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
12570         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
12571         This avoids a potential constant-folding bug.
12572
12573 2004-10-05  Bruno Haible  <bruno@clisp.org>
12574
12575         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
12576         for the declaration of strsep.
12577
12578 2004-10-05  Bruno Haible  <bruno@clisp.org>
12579
12580         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
12581
12582 2004-10-04  Simon Josefsson  <jas@extundo.com>
12583
12584         * modules/memmem: New file.
12585         * tests/test-memmem.c: New file.
12586         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
12587
12588 2004-10-04  Simon Josefsson  <jas@extundo.com>
12589
12590         * m4/memmem.m4: New file.
12591
12592 2004-10-04  Simon Josefsson  <jas@extundo.com>
12593
12594         * lib/memmem.h: New file.
12595         * lib/memmem.c: New file, taken from glibc.
12596
12597 2004-10-04  Simon Josefsson  <jas@extundo.com>
12598
12599         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
12600         '#ifdef USE_UNLOCKED_IO'.
12601
12602 2004-10-04  Simon Josefsson  <jas@extundo.com>
12603
12604         * config/srclist.txt: Add memmem from glibc.
12605
12606 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12607
12608         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
12609
12610         * modules/argmatch, modules/argp, modules/closeout, modules/error,
12611         modules/exclude, modules/getdate, modules/getline,
12612         modules/getndelim2, modules/getpass, modules/getpass-gnu,
12613         modules/getusershell, modules/linebuffer, modules/md5,
12614         modules/mountlist, modules/posixtm, modules/readtokens,
12615         modules/readutmp, modules/regex, modules/sha1,
12616         modules/version-etc, modules/yesno:
12617         Remove dependency on unlocked-io.
12618
12619 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12620
12621         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
12622
12623         * m4/unlocked-io.m4: Add copyright notice.
12624         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
12625
12626 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12627
12628         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
12629         * lib/xmalloc.c (xmemdup): Likewise.
12630         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
12631         XFREE): Remove these long-obsolescent macros.
12632         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
12633         * lib/xstrdup.c: Remove.
12634
12635         * lib/regex.c (re_comp): Cast gettext return value to char *,
12636         Problem reported by Martin Neitzel via Mark D. Baushke.
12637
12638 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12639
12640         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
12641         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
12642         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
12643         regex.c, sha1.c, version-etc.c, yesno.c:
12644         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
12645         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
12646         the includer's responsibility.
12647
12648         Sync from coreutils.
12649
12650         * lib/modechange.c (mode_compile): Don't decrement a pointer that
12651         points to the start of a string, as the C Standard says the
12652         resulting behavior is undefined.
12653
12654         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
12655         simple -> simple_backups, numbered_existing ->
12656         numbered_existing_backups, numbered -> numbered_backups
12657         to avoid shadowing problems.  All uses changed.
12658         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
12659         * lib/backupfile.c (check_extension, numbered_backup):
12660         Rename locals to avoid shadowing 'basename'.
12661         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
12662         once.
12663
12664         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
12665         * lib/.cvsignore: Add getopt.h.
12666
12667 2004-10-04  Bruno Haible  <bruno@clisp.org>
12668
12669         * modules/README: New file.
12670         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
12671         not a module.
12672
12673 2004-10-02  Jim Meyering  <jim@meyering.net>
12674
12675         * lib/dirfd.h, getpagesize.h: Add copyright notice.
12676
12677 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12678
12679         * modules/strsep: New file.
12680
12681 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12682
12683         * m4/strsep.m4: New file.
12684
12685 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12686
12687         * lib/strsep.h: New file.
12688         * lib/strsep.c: New file.
12689
12690 2004-10-01  Simon Josefsson  <jas@extundo.com>
12691
12692         * lib/snprintf.c (snprintf): Handle size==0.
12693
12694 2004-10-01  Simon Josefsson  <jas@extundo.com>
12695             Bruno Haible  <bruno@clisp.org>
12696
12697         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
12698         (snprintf): Declare 'args'.
12699
12700 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
12701
12702         * lib/snprintf.c: Remove comments as to why each header is needed.
12703
12704 2004-10-01  Bruno Haible  <bruno@clisp.org>
12705
12706         * MODULES.html.sh: Add strsep.
12707
12708 2004-09-30  Simon Josefsson  <jas@extundo.com>
12709
12710         * modules/snprintf: New file.
12711
12712 2004-09-30  Simon Josefsson  <jas@extundo.com>
12713
12714         * m4/snprintf.m4: New file.
12715
12716 2004-09-30  Simon Josefsson  <jas@extundo.com>
12717
12718         * lib/snprintf.h, snprintf.c: New files.
12719
12720 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12721
12722         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
12723         (hol_entry_help): Never translate an empty string.
12724         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
12725         * lib/argp.h (OPTION_NO_TRANS): New option.
12726
12727 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12728
12729         * modules/argp (Maintainer): Replace Simon Josefsson
12730         by Sergey Poznyakoff.
12731
12732 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12733
12734         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
12735         changes merged back into glibc.
12736
12737 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12738
12739         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
12740
12741 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12742
12743         * lib/xvasprintf.c: Include xalloc.h.
12744         (xvasprintf): Use xalloc_die, not xmalloc_die.
12745
12746 2004-09-29  Bruno Haible  <bruno@clisp.org>
12747
12748         * modules/alloca-opt: New file, derived from modules/alloca.
12749         * modules/allocsa: Depend on alloca-opt instead of alloca.
12750         * modules/setenv: Likewise.
12751         * modules/vasnprintf: Likewise.
12752         * MODULES.html.sh: Add alloca-opt.
12753
12754 2004-09-28  Simon Josefsson  <jas@extundo.com>
12755
12756         * gnulib-tool: New parameter --lgpl, to asseert that modules are
12757         LGPL, and to replace license template from GPL to LGPL.
12758
12759 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12760
12761         * modules/dummy: Change license to LGPL.
12762
12763 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12764
12765         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
12766
12767 2004-09-24  Simon Josefsson  <jas@extundo.com>
12768
12769         * modules/minmax (License): Change from GPL to LGPL.
12770
12771 2004-09-23  Simon Josefsson  <jas@extundo.com>
12772
12773         * gnulib-tool (--import): Typo.
12774
12775 2004-09-23  Simon Josefsson  <jas@extundo.com>
12776
12777         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
12778
12779 2004-09-22  Bruno Haible  <bruno@clisp.org>
12780
12781         * modules/*: Add 'License' field.
12782         * gnulib-tool: Accept --extract-license option.
12783         (func_get_license): New function.
12784
12785 2004-09-21  Bruno Haible  <bruno@clisp.org>
12786
12787         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
12788         Reported by Simon Josefsson.
12789
12790 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12791
12792         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
12793         gl_AC_TYPE_LONG_LONG.
12794
12795 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12796
12797         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
12798
12799 2004-09-18  Simon Josefsson  <jas@extundo.com>
12800         and  Paul Eggert  <eggert@cs.ucla.edu>
12801
12802         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
12803         calls with autoreconf.  Define GL_LIB.
12804
12805 2004-09-14  Karl Berry  <karl@gnu.org>
12806
12807         * config/srclist.txt: unsync setenv.c, sigh.
12808
12809 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12810
12811         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
12812         Problem reported by Bruno Haible in:
12813         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
12814
12815 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * config/srclist.txt: Comment out argp-pvh.c.
12818
12819 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
12822         in case some system header has #define'd it.  Problem reported by
12823         Soeren D. Schulze in
12824         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
12825
12826 2004-09-09  Karl Berry  <karl@gnu.org>
12827
12828         * regex.[ch]: delete from the root.  These were supposed to be
12829                 synced with emacs cvs, but this has not happened for about
12830                 a year, and anyway nothing else uses emacs regex.[ch].
12831                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
12832                 lib/regex[.ch] is untouched.
12833
12834 2004-09-09  Bruno Haible  <bruno@clisp.org>
12835
12836         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
12837
12838 2004-09-09  Bruno Haible  <bruno@clisp.org>
12839
12840         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
12841         modifications.
12842         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
12843
12844 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12845
12846         * modules/xvasprintf: New file.
12847         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
12848
12849 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12850
12851         * lib/xvasprintf.h: New file.
12852         * lib/xvasprintf.c: New file.
12853         * lib/xasprintf.c: New file.
12854
12855 2004-09-08  Bruno Haible  <bruno@clisp.org>
12856
12857         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
12858
12859 2004-09-08  Bruno Haible  <bruno@clisp.org>
12860
12861         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
12862         length is > INT_MAX.
12863         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
12864         more.
12865
12866 2004-09-08  Bruno Haible  <bruno@clisp.org>
12867
12868         * lib/stdint_.h: New file, taken from GNU clisp.
12869
12870 2004-09-08  Bruno Haible  <bruno@clisp.org>
12871             Oskar Liljeblad  <oskar@osk.mine.nu>
12872
12873         * modules/stdint: New file.
12874         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
12875
12876 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12877
12878         Import from coreutils.
12879         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
12880         strings on unbounded length.  alloca's performance benefits aren't
12881         that important here.
12882         (V_STRDUP): Remove.
12883         (parse_with_separator): New function, with most of the internals
12884         of the old parse_user_spec.  Allow user to omit both user and group,
12885         for compatibility with FreeBSD.
12886         Clone only the user name, not the entire spec.
12887         Do not set *uid, *gid unless entirely successful.
12888         Avoid memory leak in some failing cases.
12889         Fix regression for USER.GROUP reported by Dmitry V. Levin in
12890         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
12891         (parse_user_spec): Rewrite to use parse_with_separator.
12892
12893 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12894
12895         * modules/userspec: Don't depend on alloca.
12896
12897 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
12900
12901 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12902
12903         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
12904         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
12905         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
12906
12907 2004-08-16  Simon Josefsson  <jas@extundo.com>
12908
12909         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
12910         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
12911         Add --dry-run for --import.
12912         Let user provided command line parameters override configure.ac
12913         settings.
12914
12915 2004-08-12  Simon Josefsson  <jas@extundo.com>
12916
12917         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
12918         as discussed with Paul Eggert in threads rooted at
12919         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
12920         and
12921         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
12922         Before, the test was empty, and relied on ELIDE_CODE in source
12923         code.)
12924         (gl_PREREQ_GETOPT): New macro.
12925         (gl_GETOPT): Use them.
12926
12927 2004-08-12  Simon Josefsson  <jas@extundo.com>
12928
12929         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
12930         * lib/getopt_.h: Renamed from getopt.h.
12931
12932 2004-08-12  Simon Josefsson  <jas@extundo.com>
12933
12934         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
12935         Change default library name from libfoo to libgnu.
12936         Now, if you have a configure.ac that says:
12937                 gl_SOURCE_BASE(gl)
12938                 gl_M4_BASE(gl/m4)
12939                 gl_MODULES(error getopt etcetera)
12940                 gl_INIT
12941         you can import all you need by running:
12942                 ../gnulib/gnulib-tool --import
12943
12944         * modules/getopt (Files): Rename getopt.h to getopt_.h.
12945         (Makefile.am): Rewrite, use logic from argz.
12946         (Include): Use <getopt.h> instead of "getopt.h".
12947
12948 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12949
12950         * modules/argp (Files): Add m4/unlocked-io.m4.
12951         (Depends-on): Add extensions.
12952
12953 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12954
12955         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
12956         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
12957         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
12958         Check for program_invocation_name, program_invocation_short_name,
12959         flockfile, funlockfile, features.h, _getopt_long_only_r.
12960
12961 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12962
12963         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
12964         its complicated substitute.
12965         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
12966         and program_invocation_name.
12967         (__argp_basename) [!_LIBC]: Remove; the only use was
12968         replaced by its body.
12969         (__argp_short_program_name): Change condition from
12970         !defined __argp_short_program_name to
12971         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
12972         to match argp-namefrob.h.
12973         (__argp_failure): Don't assume strerror_r returns char *.
12974         * lib/argp-parse.c (N_): Define unconditionally.
12975         (argp_default_options): Fill out initializers with 0 to avoid
12976         gcc warnings.
12977
12978 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
12981         getopt1.c.
12982
12983 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12984
12985         Merge from coreutils.
12986
12987         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
12988
12989         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
12990         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
12991
12992 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12993
12994         Merge from coreutils.
12995
12996         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
12997         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
12998         for Reliant Unix 5.43.
12999
13000         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
13001         (union fooround): Use uintmax_t, not long int.
13002         The rest is a merge from libc:
13003         [defined _LIBC]: Include <shlib-compat.h>.
13004         (_obstack) [defined _LIBC]: Remove after 2.3.4.
13005
13006         * lib/settime.c (settime): Recode to avoid warning with
13007         Sun Forte C 6U2.
13008
13009         * lib/strverscmp.c: Convert to UTF-8.
13010
13011 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13012
13013         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13014         m4/uintmax_t.m4.
13015
13016 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13017
13018         * modules/xalloc-die: New file.
13019         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
13020
13021         * modules/md5 (Files): Add m4/uint32_t.m4.
13022         * modules/sha1: Renamed from modules/sha.
13023         (Files):
13024         Rename lib/sha.h to lib/sha1.h.
13025         Rename lib/sha.c to lib/sha1.c.
13026         Rename m4/sha.m4 to m4/sha1.m4.
13027         (lib_SOURCES): Likewise.
13028         (configure.ac): Rename gl_SHA to gl_SHA1.
13029         (Include): sha.h -> sha1.h.
13030
13031 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13032
13033         * m4/uint32_t.m4, uintptr_t.m4: New files.
13034         * m4/sha1.m4: Renamed from sha.m4.
13035         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
13036
13037 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13038
13039         * lib/obstack.h (obstack_empty_p):
13040         Don't assume that chunk->contents is suitably aligned.
13041         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
13042         Likewise. Problem reported by Benno in
13043         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
13044
13045         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
13046         readable.  This could be improved further but it'd take some work.
13047
13048 2004-08-08  Simon Josefsson  <jas@extundo.com>
13049
13050         * modules/xgethostname (Depends-on): Remove exit and error (not
13051         used).
13052
13053         * modules/getpass-gnu: Add getpass.h.
13054         (Depends-on): Add stdbool.
13055         * modules/getpass: Add getpass.h.
13056
13057 2004-08-08  Simon Josefsson  <jas@extundo.com>
13058
13059         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
13060         Check getpass declaration.
13061
13062 2004-08-08  Simon Josefsson  <jas@extundo.com>
13063
13064         * lib/xgethostname.c: Don't include error.h (not used).
13065
13066         * lib/getpass.h: Add.
13067         * lib/getpass.c: Include getpass.h first.
13068
13069 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
13070
13071         * lib/xalloc-die.c: New files.
13072         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
13073         All uses removed.
13074         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
13075         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
13076         xalloc-die.c.
13077         (_, N_, xalloc_die): Move to xalloc-die.c.
13078         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
13079         so that we needn't mess with xalloc_msg_memory_exhausted.
13080
13081         * lib/sha1.h: Renamed from sha.h.
13082         (SHA1_H): Renamed from _SHA_H.
13083         (sha1_ctx): Renamed from sha_ctx.
13084         (sha1_init_ctx): Renamed from sha_init_ctx.
13085         (sha1_process_block): Renamed from sha_process_block.
13086         (sha1_process_bytes): Renamed from sha_process_bytes.
13087         (sha1_finish_ctx): Renamed from sha_finish_ctx.
13088         (sha1_read_ctx): Renamed from sha_read_ctx.
13089         (sha1_stream): Renamed from sha_stream.
13090         (sha1_buffer): Renamed from sha_buffer.
13091         * lib/sha1.c: Likewise; renamed from sha.c.
13092         Do not include <sys/types.h>.
13093         Include <stddef.h> rather than <stdlib.h>.
13094
13095 2004-08-08  Bruno Haible  <bruno@clisp.org>
13096
13097         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
13098         FILESYSTEM_PREFIX_LEN.
13099         * lib/progreloc.c: Likewise.
13100         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
13101
13102 2004-08-06  Simon Josefsson  <jas@extundo.com>
13103
13104         * modules/progname (Depends-on): Don't depend on stdbool.
13105
13106 2004-08-06  Simon Josefsson  <jas@extundo.com>
13107
13108         * modules/getsubopt: New file.
13109         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13110         getsubopt.
13111
13112 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13113
13114         More merge from coreutils.
13115
13116         * m4/utimens.m4, utimecmp.m4: New files.
13117         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
13118         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
13119         prereq.m4, sha.m4: Import changes from coreutils.
13120
13121 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13122
13123         More merge from coreutils.
13124         * modules/raise, modules/readtokens0, modules/utimens,
13125         modules/utimecmp, module/xnanosleep: New files.
13126         * modules/strftime: Add lib/strftime.h.
13127         Change include from <time.h> to "strftime.h".
13128         * modules/yesno: Add lib/yesno.h.
13129         * modules/backupfile: Remove lib/addext.c.
13130         * modules/euidaccess: Add stat-macros.h.
13131         * modules/canonicalize, modules/euidaccess,
13132         modules/filemode, modules/lchown, modules/makepath,
13133         modules/rmdir, modules/stat: Likewise.
13134
13135 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13136
13137         Merge from tar.
13138         * lib/argp-help.c (make_hol, hol_append): Don't assume that
13139         SIZE_MAX is a valid preprocessor constant.
13140         (__argp_basename): Change from "#ifndef _LIBC"
13141         to "#ifndef __argp_short_program_name", so that
13142         we don't compile these functions for tar.
13143
13144         More merges from coreutils.
13145         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h,
13146         lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c,
13147         lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
13148         * lib/addext.c: Remove; no longer needed.
13149         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
13150         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
13151         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
13152         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
13153         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
13154         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
13155         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
13156         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
13157         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
13158         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13159         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
13160         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
13161         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
13162         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
13163         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
13164         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
13165         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
13166         Import changes from coreutils.
13167
13168 2004-08-05  Simon Josefsson  <jas@extundo.com>
13169
13170         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
13171
13172 2004-08-05  Simon Josefsson  <jas@extundo.com>
13173
13174         * m4/getsubopt.m4: New file.
13175
13176 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13177
13178         Merge from coreutils.
13179
13180         * m4/c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
13181         New files.
13182
13183         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
13184         FILESYSTEM_PREFIX_LEN ->
13185         FILE_SYSTEM_PREFIX_LEN.
13186         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
13187         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
13188         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
13189         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
13190
13191         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
13192         prerequisite modules now handle the DOS stuff.
13193         Don't check for unistd.h.
13194
13195 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13196
13197         Merge from coreutils.
13198
13199         * lib/.gdb-history: Remove; this doesn't belong here.
13200
13201         * lib/c-strtod.c, c-strtod.h, c-strtold.c, cycle-check.c,
13202         cycle-check.h, dev-ino.h, canonicalize.h, canonicalize.c,
13203         fcntl-safer.h, fcntl-safer.c, getcwd.c: New files.
13204
13205         * lib/dirname.h: Include <stdbool.h>.
13206         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
13207         for consistency with POSIX terminology.  All uses changed.
13208         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
13209         (strip_trailing_slashes): Use bool for booleans.
13210         * lib/stripslash.c (strip_trailing_slashes): Likewise.
13211
13212         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
13213         sometimes returns a positive errno value even when it succeeds.
13214         (print_errno_message) [!LIBC]: Fall back on strerror if
13215         __strerror_r fails.
13216
13217         * lib/path-concat.c (mempcpy): Don't define if a system header defines
13218         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
13219         (longest_relative_suffix): New function.
13220         (path_concat): Use it.  Assume first argument is not NULL.
13221         Port to DOS.  Omit redundant separators.
13222         Report an error instead of returning NULL.
13223         Use mempcpy instead of memcpy.
13224         (xpath_concat): Remove: not declared or used.
13225
13226         * lib/same.h: Include <stdbool.h>
13227         (same_name): Return bool, not int.
13228         * lib/same.c (same_name): Likewise.
13229         (errno): Don't declare; we assume C89 or better now.
13230
13231         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
13232         if not already defined.
13233
13234         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
13235         * lib/dup-safer.c (errno): Likewise.
13236
13237 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13238
13239         Merge from coreutils.
13240         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
13241         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
13242         * modules/path-concat: Don't depend on strdup.
13243
13244 2004-08-03  Simon Josefsson  <jas@extundo.com>
13245
13246         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
13247         * lib/progname.h: Don't include stdbool.h.
13248
13249 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13250
13251         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
13252         * MODULES.html.sh (func_all_modules): Remove fatal.
13253
13254 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13255
13256         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
13257
13258 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13259
13260         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
13261         working.
13262
13263 2004-08-02  Simon Josefsson  <jas@extundo.com>
13264
13265         * lib/getsubopt.h: New file, with comments from Bruno Haible.
13266         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
13267         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
13268
13269 2004-08-01  Simon Josefsson  <jas@extundo.com>
13270
13271         * lib/xgetdomainname.c: Include stdlib.h, for free().
13272
13273 2004-07-19  Bruno Haible  <bruno@clisp.org>
13274
13275         * MODULES.html.sh (func_all_modules): Add dummy.
13276
13277 2004-07-16  Simon Josefsson  <jas@extundo.com>
13278
13279         * modules/dummy: New file.
13280
13281 2004-07-16  Simon Josefsson  <jas@extundo.com>
13282
13283         * lib/dummy.c: New file.
13284
13285 2004-07-16  Bruno Haible  <bruno@clisp.org>
13286
13287         * lib/backupfile.h: Add extern "C" for C++.
13288         * lib/closeout.h: Likewise.
13289         * lib/copy-file.h: Likewise.
13290         * lib/findprog.h: Likewise.
13291         * lib/full-write.h: Likewise.
13292         * lib/pathname.h: Likewise.
13293         * lib/progname.h: Likewise.
13294         * lib/stpcpy.h: Likewise.
13295         * lib/stpncpy.h: Likewise.
13296         * lib/strcase.h: Likewise.
13297         * lib/strstr.h: Likewise.
13298         * lib/xalloc.h: Likewise.
13299
13300         * lib/mbswidth.h: Add extern "C" for C++.
13301         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
13302
13303 2004-07-13  Robert Millan  <robertmh@gnu.org>
13304
13305         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
13306
13307 2004-07-09  Simon Josefsson  <jas@extundo.com>
13308
13309         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
13310         failed without this.)
13311
13312 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13313
13314         * modules/chown (Files): Add lib/fchown-stub.c, since
13315         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
13316
13317 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13318
13319         * lib/fchown-stub.c: New file.
13320
13321 2004-06-24  Jim Meyering  <jim@meyering.net>
13322
13323         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
13324
13325 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13326
13327         * modules/argz: Omit "#include".
13328
13329         * MODULES.html.sh (func_all_modules): Add calloc, to match
13330         2004-06-01 addition of calloc module.
13331
13332 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13333
13334         * m4/argz.m4: New file, which is autoupdated from libtool.
13335
13336 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13337
13338         * lib/argz.c, argz_.h: New files, which are autoupdated from libtool.
13339
13340 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13341
13342         * config/srclist-update: Don't insist on "USA." before the
13343         close-comment, as libtool omits the period and puts the */ on a
13344         separate line.
13345         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
13346         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
13347
13348 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
13349
13350         * modules/argz: New file.
13351         * MODULES.html.sh (func_all_modules): Add argz.
13352
13353 2004-06-12  Jim Meyering  <jim@meyering.net>
13354         and  Paul Eggert  <eggert@cs.ucla.edu>
13355
13356         * modules/hash (Files): Add lib/xalloc.h.
13357         * modules/pipe (Depends-on): Add wait-process.
13358         * modules/stat (Depends-on): Add xalloc.
13359         * modules/userspec (Files): Add lib/userspec.h.
13360         * modules/xstrto
13361
13362         Upgrade from gettext-0.13.
13363         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
13364         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
13365         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
13366
13367 2004-06-10  Jim Meyering  <jim@meyering.net>
13368
13369         * lib/calloc.c: New file.
13370
13371 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
13372
13373         * lib/getdate.y (yylex): Allow space between sign and number.
13374         Problem reported by Dan Jacobson.
13375
13376 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13377
13378         Merge from coreutils CVS.
13379
13380         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
13381         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
13382         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
13383         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
13384         xstrtol.m4: Fix copyright date and/or serial number.
13385
13386         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
13387         See if we need an fchown replacement.
13388         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
13389         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
13390         and use the replacement function if we detect either defect.
13391
13392         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
13393         gl_UTIMECMP.
13394
13395 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13396         and  Jim Meyering  <jim@meyering.net>
13397
13398         Merge from coreutils CVS.
13399
13400         * lib/stat-macros.h: New file, with contents from file-type.h
13401         and coreutils' system.h.
13402         * lib/file-type.c: Include "stat-macros.h".
13403         * lib/file-type.h (file_type): Move all macro definitions to new file,
13404         stat-macros.h.
13405
13406         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
13407         Wrap old code with this conditional.
13408         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
13409         function that does not dereference symlinks.
13410         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
13411
13412         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
13413         dependency problems.
13414         (xreadlink): Accept new arg SIZE, for efficiency.
13415         All decls and uses changed.
13416         * lib/xreadlink.h: Include <stddef.h>, for size_t.
13417
13418         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
13419         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
13420
13421         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
13422         sysexits.h.
13423
13424 2004-06-01  Jim Meyering  <jim@meyering.net>
13425
13426         * m4/calloc.m4: New file.
13427
13428 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
13429
13430         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
13431         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
13432         Also, fix a typo in a diagnostic.
13433
13434 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
13435
13436         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
13437         or AC_FUNC_REALLOC.
13438
13439 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
13442         macros to be defined.
13443         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
13444         the allocator returns NULL because the requested size is zero.
13445
13446 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13447
13448         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
13449         var.  Add comment explaining why libc still defines it.  This
13450         merges the following patch from glibc:
13451         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
13452
13453 2004-05-20  Andreas Schwab  <schwab@suse.de>
13454
13455         * m4/free.m4: Replace free if it not known to work, not the other
13456         way round.
13457
13458 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13459
13460         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
13461         present in glibc since revision 1.1 of this file.
13462         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
13463         obstack_alignment_mask, obstack_alloc, obstack_base,
13464         obstack_blank, obstack_blank_fast, obstack_chunk_size,
13465         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
13466         obstack_grow0, obstack_init, obstack_int_grow,
13467         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
13468         obstack_next_free, obstack_object_size, obstack_ptr_grow,
13469         obstack_ptr_grow_fast, obstack_room): Remove declarations of
13470         nonexistent functions.
13471
13472 2004-05-18  Karl Berry  <karl@gnu.org>
13473
13474         * config/srclist.txt: break link for vasnprintf.c.
13475
13476 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13477
13478         Port obstack to the AS/400, where pointers are 16 bytes wide and
13479         you cannot cast an integer to a valid pointer.  This patch is
13480         currently waiting to be integrated into glibc; see
13481         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
13482
13483         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
13484         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
13485         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
13486         (struct obstack): temp member is now a union of a pointer and
13487         an integer, instead of an integer.  All integer uses changed.
13488         This does not affect the physical layout of struct obstack,
13489         except on hosts (like the AS/400) where the size or alignment of
13490         void * is greater than that of ptrdiff_t.
13491         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
13492         __STDC__)]: Store temporary in pointer member of union, not
13493         integer member.
13494         * lib/obstack.c: Include <stddef.h>, for offsetof.
13495         (struct fooalign): Remove; it doesn't need a name.
13496         (union fooround): Change double to long double, and add void *.
13497         (DEFAULT_ALIGNMENT): Use offsetof to compute.
13498         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
13499         not a macro.  Hence the values are always int; so remove all
13500         casts-to-int in uses.
13501
13502 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13503
13504         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
13505         we can get this patch merged into glibc.
13506
13507 2004-05-17  Derek R. Price  <derek@ximbiot.com>
13508             Paul Eggert  <eggert@cs.ucla.edu>
13509
13510         * m4/argp: Depend on alloca.
13511
13512 2004-05-17  Derek R. Price  <derek@ximbiot.com>
13513             Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
13516         freecoding.
13517
13518 2004-05-17  Bruno Haible  <bruno@clisp.org>
13519
13520         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
13521         precision that consists of a '.' followed by an empty digit string.
13522         Patch by Tor Lillqvist <tml@iki.fi>.
13523
13524 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13525
13526         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
13527         for backward compatibility with older code.  We need our own
13528         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
13529         it under some other name, and our alloca.h will define it.
13530
13531 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13532             Derek Price  <derek@ximbiot.com>
13533
13534         * lib/alloca.c: Include <alloca.h>, to get our interface.
13535         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
13536         include <alloca.h> first.  Use C89 prototype for alloca; this
13537         requires including <stddef.h> for size_t.  Use extern "C" if C++.
13538         Use #elif for simplicity, since we can assume C89 now.
13539         Don't try to source the system alloca.h since it will not be found
13540         and to prevent recursively including its replacement.
13541         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
13542         * lib/regex.c: Likewise.
13543
13544 2004-05-16  Derek Price  <derek@ximbiot.com>
13545             Paul Eggert  <eggert@cs.ucla.edu>
13546
13547         getline cleanup.  This changes the getndelim2 API: both order of
13548         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
13549         no delimiter).
13550
13551         * lib/getline.c: Don't include stddef.h or stdio.h, since our
13552         interface does that.
13553         (getline): Always use getdelim, so that we don't have two
13554         copies of this code.
13555         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
13556         if available.
13557         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
13558         (GETNDELIM2_MAXIMUM): New macro.
13559         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
13560         instead of the old practice of delim2==0.  All callers changed.
13561         Return -1 on overflow, instead of returning junk.
13562         Do not set *linesize unless allocation succeeds.
13563         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
13564         that we include sys/types.h.
13565         * lib/getnline.h: Likewise.
13566         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
13567         (getndelim2): Reorder arguments.
13568         * lib/getnline.c (getnline, getndelim):
13569         Don't discard the NMAX argument.
13570         (getnline): Invoke getndelim, to avoid code duplication.
13571         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
13572         of (size_t) -1 by callers of the getnline family.
13573
13574 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13575
13576         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
13577         Check for gettimeofday.
13578         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
13579         Check for settimeofday, stime.
13580
13581 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13582
13583         * lib/nanosleep.c (suspended): Change its type from int to
13584         sig_atomic_t volatile.
13585         (first_call): Make it private to rpl_nanosleep, and have it
13586         be zero initially as that's a bit faster.
13587         (my_usleep): Round up fractional times instead of truncating them,
13588         as this is the usual meaning for 'sleep'.
13589
13590         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
13591         doesn't work.
13592         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
13593         (ENOSYS): Define if not defined.
13594         (settime): Fall back on stime if it exists and settimeofday fails.
13595         But don't bother with fallbacks if a method fails with errno == EPERM.
13596
13597 2004-05-11  Jim Meyering  <jim@meyering.net>
13598
13599         Prior to this change, the save_cwd caller required read access to the
13600         current directory on most systems (ones with the fchdir function).
13601
13602         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
13603         fails, try write-only, and finally, resort to using xgetcwd.
13604
13605 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13606
13607         * lib/obstack.c, obstack.h: Import changes from libc.
13608
13609 2004-04-28  Bruno Haible  <bruno@clisp.org>
13610
13611         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
13612         also implicitly appends .exe to executables.
13613         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
13614         accepts Windows pathnames.
13615         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
13616         Treat Cygwin like Windows, since it now accepts Windows pathnames.
13617         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
13618         Treat Cygwin like Windows, since it now accepts Windows pathnames.
13619         Reported by Derek Robert Price <derek@ximbiot.com>.
13620
13621 2004-04-21  Karl Berry  <karl@gnu.org>
13622
13623         * config/srclist.txt (localcharset.c): break sync.
13624
13625 2004-04-20  Paul Eggert  <eggert@twinsun.com>
13626
13627         * m4/host-os.m4: Add a copyright notice.
13628
13629 2004-04-20  Jim Meyering  <jim@meyering.net>
13630
13631         Change UTILS_ to gl_ in AC_DEFINE'd names.
13632         Change utils_- and jm_-prefixed variables, too.
13633         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
13634         UTILS_FUNC_MKDIR_TRAILING_SLASH.
13635         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
13636
13637         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
13638         Don't emit trailing blanks.
13639         Also rename jm_-prefixed variables to have gl_ prefix.
13640
13641         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
13642         Also rename jm_-prefixed variables to have gl_ prefix.
13643
13644         * m4/jm-macros.m4: Reflect the renamings.
13645         * m4/prereq.m4: Likewise.
13646
13647 2004-04-20  Jim Meyering  <jim@meyering.net>
13648
13649         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
13650         memory.
13651
13652 2004-04-20  Jim Meyering  <jim@meyering.net>
13653             Bruno Haible  <bruno@clisp.org>
13654
13655         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
13656         memory when realloc fails.
13657
13658 2004-04-19  Jim Meyering  <jim@meyering.net>
13659
13660         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
13661         now that readutmp.c may call `free (0)'.
13662
13663 2004-04-19  Bruno Haible  <bruno@clisp.org>
13664
13665         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
13666         * m4/inttypes_h.m4: Likewise.
13667         * m4/stdint_h.m4: Likewise.
13668         * m4/intmax_t.m4: Likewise.
13669         * m4/uintmax_t.m4: Likewise.
13670
13671 2004-04-18  Jim Meyering  <jim@meyering.net>
13672
13673         * m4/prereq.m4: Don't forbid jm_ prefix.
13674
13675         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
13676         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
13677         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
13678         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
13679         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
13680         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
13681         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
13682         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
13683         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
13684         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
13685         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
13686         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
13687         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
13688         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
13689         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
13690         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
13691         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
13692         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
13693         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
13694
13695 2004-04-18  Jim Meyering  <jim@meyering.net>
13696
13697         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
13698         failure, don't leak memory and do call END_UTMP_ENT.
13699
13700 2004-04-16  Jim Meyering  <jim@meyering.net>
13701
13702         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
13703         coreutils' stat program.
13704         (gl_PREREQ): Don't require jm_PREREQ_STAT.
13705
13706 2004-04-11  Paul Eggert  <eggert@twinsun.com>
13707
13708         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
13709         C89.
13710         (CHAR_BIT): Remove, since we assume C89.
13711         Include <stdint.h> if available, as per current Autoconf CVS advice.
13712
13713 2004-03-31  Jim Meyering  <jim@meyering.net>
13714
13715         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
13716         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
13717         * m4/xalloc.m4: Likewise.
13718
13719 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13720
13721         Merge from coreutils.
13722
13723         * m4/inttostr.m4: New file.
13724         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
13725         Require AM_STDBOOL_H and gl_TIMESPEC instead.
13726         Require gl_CLOCK_TIME.
13727         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
13728
13729 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13730
13731         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
13732         not bool, to be more consistent with Unix conventions.
13733         Suggested by Bruno Haible.
13734
13735         Merge from coreutils.
13736
13737         * lib/imaxtostr.c, inttostr.c, inttostr.h, offtostr.c, umaxtostr.c:
13738         New files.
13739
13740         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
13741         the usual <time.h> dance.
13742         (get_date): Change signature to support fractional time stamps.
13743         All callers changed.
13744         * lib/getdate.y: Include "getdate.h" first, as we can now
13745         assume C89 and don't need to worry about 'const'.
13746         Similarly, include "unlocked-io.h" near start, not in middle.
13747         Include <limits.h>.
13748         (textint.value): Use long int rather than int.
13749         (textint.digits): Use size_t rather than int.
13750         (BILLION, LOG10_BILLION): New constants.
13751         (parser_control): New member rel_ns.  Members day_ordinal,
13752         time_zone, month, day, hour, minutes, rel_year, rel_month,
13753         rel_day, rel_hour, rel_minutes, rel_seconds
13754         are now long int, not int.  Member seconds is now struct timespec,
13755         not int.  New member timespec_seen.  Members dates_seen, days_seen,
13756         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
13757         not int.
13758         (%union.intval): Now long int, not int.
13759         New member timespec.
13760         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
13761         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
13762         (spec): Now is a timespec or an item list.
13763         (timespec, items): New nonterminals.
13764         (time, rel, relunit, number, get_date):
13765         Add support for fractional seconds.
13766         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
13767         (gmtime, localtime, mktime): Remove decls; not needed with C89.
13768         (to_hour): First arg is now long int, not int.
13769         (to_year): Returns long int, not int.
13770         Don't treat year -70 like 70.
13771         (tm_diff): Returns long int, not int.
13772         (lookup_word): Use bool instead of int when appropriate.
13773         (yylex): Use size_t for count, not int.
13774         Detect overflow when parsing large integer constants.
13775         Add support for fractions.
13776         (get_date): Make pointers 'const' if possible.
13777         Use more-portable code to detect integer overflow.
13778         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
13779         Don't use ctime; it's not reliable if the year has >4 digits.
13780
13781         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
13782         This is for compatibility with BSD.
13783
13784         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
13785         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
13786         From coreutils' system.h.
13787
13788         * lib/userspec.c: Don't include "posixver.h".
13789         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
13790         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
13791         compatible extension.  Simplify code by removing a boolean int
13792         that was always nonzero if a string was nonnull.
13793
13794 2004-03-30  Jim Meyering  <jim@meyering.net>
13795
13796         Merge from coreutils.
13797
13798         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
13799         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
13800         on some systems one must include <grp.h> before it.
13801         Reported by Christian Krackowizer.
13802
13803 2004-03-30  Jim Meyering  <jim@meyering.net>
13804
13805         Merge from coreutils.
13806
13807         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
13808
13809         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
13810         an empty input stream.
13811
13812         * lib/readtokens.c: Include <stdbool.h>.
13813         (readtoken): Use `size_t' rather than int/long.
13814         All callers adjusted.
13815         Use `bool' rather than `int' where appropriate.
13816         Use memset rather than an explicit loop.
13817         Use x2nrealloc rather than xrealloc.
13818         Allow the use of `\0' as a delimiter.
13819         (readtokens): Likewise.
13820         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
13821
13822 2004-03-30  Jim Meyering  <jim@meyering.net>
13823
13824         * m4/realloc.m4: Remove file, since now it does no more than
13825         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
13826         the `configure.ac' section of module/realloc.
13827         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
13828
13829 2004-03-30  Bruno Haible  <bruno@clisp.org>
13830
13831         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
13832         nonnull.
13833
13834 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13835
13836         Merge changes to getloadavg.c from coreutils and Emacs.
13837
13838         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
13839         Define to an expression, not to the empty string.
13840         Include cloexec.h and xalloc.h.
13841         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
13842         Use set_cloexec_flag rather than rolling our own.
13843         * lib/cloexec.c, cloexec.h: New files.
13844
13845 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13846
13847         * m4/cloexec.m4: New file.
13848
13849 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13850
13851         * lib/getopt.h: Sync with libc CVS.
13852
13853 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13854             Bruno Haible  <bruno@clisp.org>
13855
13856         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
13857         mbswidth.
13858
13859 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13860             Bruno Haible  <bruno@clisp.org>
13861
13862         * lib/mbswidth.h: Include <wchar.h> only if
13863         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
13864         <wchar.h>.
13865         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
13866
13867 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13868
13869         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
13870         Sync with libc CVS.
13871         * lib/getopt_int.h: New file, also synced from libc.
13872
13873 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13874
13875         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
13876         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
13877         Bring back getopt.c, getopt.h, getopt1.c.
13878
13879 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13880
13881         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
13882         All uses changed.  Check for sa_sigaction member; this fixes
13883         a bug first reported by Jason Andrade in
13884         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13885
13886 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13887
13888         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
13889         '#if' expressions.  Unlike the code it replaces, it does not
13890         depend on (defined _SC_PAGESIZE).  However, it does depend on
13891         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
13892         first reported by Jason Andrade in
13893         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13894
13895 2004-02-25  Simon Josefsson  <jas@extundo.com>
13896
13897         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
13898
13899 2004-02-25  Simon Josefsson  <jas@extundo.com>
13900
13901         * lib/strdup.h: New file.
13902         * lib/strdup.c: Include it.
13903         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
13904         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
13905
13906 2004-02-23  Karl Berry  <karl@gnu.org>
13907
13908         * doc/maintain.texi, standards.texi, make-stds.texi: new files
13909         (from fencepost.gnu.org:/gd/gnuorg).
13910
13911 2004-02-23  Karl Berry  <karl@gnu.org>
13912
13913         * config/srclistvars.sh (GNUORG) [karl]: redefine.
13914         * config/srclist.txt: add maintain/standards documents.
13915
13916 2004-02-18  Bruno Haible  <bruno@clisp.org>
13917
13918         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
13919         Reported by Derek Robert Price <derek@ximbiot.com>.
13920
13921 2004-02-16  Karl Berry  <karl@gnu.org>
13922
13923         * config/mkinstalldirs, install-sh: update from automake.
13924
13925 2004-02-06  Karl Berry  <karl@gnu.org>
13926
13927         * m4/po.m4: update from gettext 0.14.1.
13928
13929 2004-02-06  Karl Berry  <karl@gnu.org>
13930
13931         * lib/config.charset: update from gettext 0.14.1.
13932
13933 2004-02-05  Paul Eggert  <eggert@twinsun.com>
13934
13935         Add comments and code, prompted by suggestions from Bruno Haible
13936         for sh-quote.
13937         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
13938         describing the enum quoting_style values.
13939         * lib/quotearg.c (quotearg_alloc): New function.
13940         (quotearg_buffer_restyled): Treat lone { and } as special.
13941         Treat = as special.  Work around bug with older shells
13942         that "see" a '\' that is really the 2nd byte of a multibyte char.
13943         Quote empty string with shell_quoting_style.
13944
13945 2004-02-03  Bruno Haible  <bruno@clisp.org>
13946
13947         * m4/pipe.m4: New file, from GNU gettext.
13948
13949 2004-02-03  Bruno Haible  <bruno@clisp.org>
13950
13951         * lib/pipe.h: New file, from GNU gettext.
13952         * lib/pipe.c: New file, from GNU gettext.
13953
13954 2004-01-27  Bruno Haible  <bruno@clisp.org>
13955
13956         * m4/execute.m4: New file, from GNU gettext.
13957
13958 2004-01-27  Bruno Haible  <bruno@clisp.org>
13959
13960         * lib/execute.h: New file, from GNU gettext.
13961         * lib/execute.c: New file, from GNU gettext.
13962         * lib/w32spawn.h: New file, from GNU gettext.
13963
13964 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13965
13966         Merge from diffutils.
13967
13968         * lib/file-type.c (file_type): Add typed memory objects.
13969         * lib/file-type.h (S_TYPEISTMO): New macro.
13970
13971         * lib/c-stack.h (c_stack_action): Remove argv argument.
13972         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
13973         (die): Don't calculate message unless segv_action returns.
13974         (get_stack_location, min_address_from_argv, max_address_from_argv,
13975         volatile stack_base, volatile_stack_size): Remove.
13976         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
13977         that every segmentation violation is a stack overflow.  (Ouch!)
13978         See Debian bug 136249 (still outstanding) for more info about why
13979         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
13980
13981 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13982
13983         Exit-status fix from coreutils.
13984
13985         Use exit_failure consistently in place of EXIT_FAILURE,
13986         so that program exit statuses are consistent on failure.
13987
13988         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
13989         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
13990         * lib/argmatch.h: Comment fix to match the above.
13991         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
13992         Now a macro referring to exit_failure, instead of a separate
13993         variable.  Include "exitfail.h" to get it.
13994         * lib/xstrtol.h: Include "exitfail.h".
13995         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
13996
13997         * lib/long-options.c (parse_long_options): Use prototype
13998         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
13999         for clarity.
14000
14001 2004-01-21  Jim Meyering  <jim@meyering.net>
14002
14003         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
14004         so as not to conflict with a different-sized __mktime_internal
14005         function in GNU libc.
14006         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
14007         Problem building statically-linked `ls' reported by Michael Brunnbauer.
14008
14009 2004-01-20  Karl Berry  <karl@gnu.org>
14010
14011         * config/config.guess: update from config.
14012
14013         * config/srclistvars.sh: GNUWWWLICENSES for karl.
14014
14015 2004-01-20  Bruno Haible  <bruno@clisp.org>
14016
14017         Safer stack allocation.
14018         * lib/setenv.c: Include allocsa.h.
14019         (alloca): Remove fallback definition.
14020         (freea): Remove macro.
14021         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
14022         instead of freea.
14023
14024 2004-01-20  Bruno Haible  <bruno@clisp.org>
14025
14026         * m4/eealloc.m4: New file, from GNU gettext.
14027
14028 2004-01-20  Bruno Haible  <bruno@clisp.org>
14029
14030         * m4/allocsa.m4: New file, from GNU gettext.
14031
14032 2004-01-20  Bruno Haible  <bruno@clisp.org>
14033
14034         * lib/xallocsa.h: New file, from GNU gettext.
14035         * lib/xallocsa.c: New file, from GNU gettext.
14036
14037 2004-01-20  Bruno Haible  <bruno@clisp.org>
14038
14039         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
14040
14041 2004-01-20  Bruno Haible  <bruno@clisp.org>
14042
14043         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
14044         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
14045         specially.
14046
14047 2004-01-20  Bruno Haible  <bruno@clisp.org>
14048
14049         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
14050         patch.
14051
14052 2004-01-20  Bruno Haible  <bruno@clisp.org>
14053
14054         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
14055
14056 2004-01-20  Bruno Haible  <bruno@clisp.org>
14057
14058         * lib/eealloc.h: New file.
14059
14060 2004-01-20  Bruno Haible  <bruno@clisp.org>
14061
14062         * lib/binary-io.h: Avoid warnings on Cygwin.
14063
14064 2004-01-20  Bruno Haible  <bruno@clisp.org>
14065
14066         * lib/allocsa.h: New file, from GNU gettext.
14067         * lib/allocsa.c: New file, from GNU gettext.
14068
14069 2004-01-18  Karl Berry  <karl@gnu.org>
14070
14071         * doc/gpl.texi, lgpl.texi: new files.
14072
14073 2004-01-18  Karl Berry  <karl@gnu.org>
14074
14075         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
14076         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
14077
14078 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14079
14080         Merge from coreutils.
14081
14082         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
14083         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
14084         (gl_DEFAULT_POSIX2_VERSION): Move
14085         the documentation from 'configure' into 'config.hin',
14086         so that 'configure --help' isn't burdened by it and
14087         we don't have to worry about its formatting there.
14088         Reword the documentation so that it's more succinct
14089         and can be run together into a single paragraph.
14090         * m4/same.m4 (gl_SAME): Check for pathconf.
14091
14092 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14093
14094         Merge from coreutils.
14095
14096         * lib/posixver.c: Include posixver.h.
14097
14098         * lib/same.c: Include <stdbool.h>, <limits.h>.
14099         (_POSIX_NAME_MAX): Define if not defined.
14100         (MIN): New macro.
14101         (same_name): If file names are silently truncated, report
14102         that the file names are the same if they are the same after
14103         the silent truncation.
14104
14105         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
14106         conversion function.
14107         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
14108         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
14109         longer needed.
14110
14111 2004-01-15  Jim Meyering  <jim@meyering.net>
14112
14113         Merge from coreutils.
14114
14115         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
14116         if no library is required.
14117         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
14118         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
14119         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
14120         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
14121         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
14122         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
14123         value, $ac_cv_search_crypt, if it's "none required".
14124         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
14125         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
14126         not gl_FUNC_GETLOADAVG.
14127         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
14128         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
14129
14130 2004-01-15  Jim Meyering  <jim@meyering.net>
14131
14132         Merge from coreutils.
14133
14134         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
14135         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
14136         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
14137
14138         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
14139         optional configure-time default.
14140
14141         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14142
14143         * lib/xreadlink.c (xreadlink): Correct outdated comment.
14144
14145 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
14146
14147         Merge from coreutils.
14148
14149         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
14150         value, $ac_cv_search_nanosleep, if it's "none required".
14151
14152 2004-01-14  Paul Eggert  <eggert@twinsun.com>
14153
14154         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
14155         with like-named macro in fnmatch.c.
14156         (EXT): Use an internal constant instead.
14157
14158         Merge fnmatch patches from glibc.
14159         * lib/fnmatch.c (mbsinit): Remove define.
14160         Add libc_hidden_ver (__fnmatch, fnmatch).
14161         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
14162         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
14163
14164 2004-01-14  Karl Berry  <karl@gnu.org>
14165
14166         * config/install-sh: update from automake.
14167
14168 2004-01-13  Karl Berry  <karl@gnu.org>
14169
14170         * config/install-sh: update from automake.
14171
14172 2004-01-09  Karl Berry  <karl@gnu.org>
14173
14174         * config/install-sh: update from automake.
14175
14176 2004-01-05  Karl Berry  <karl@gnu.org>
14177
14178         * config/config.{sub,guess}: update from config.
14179
14180 2003-12-31  Karl Berry  <karl@gnu.org>
14181
14182         * config/depcomp: update from automake.
14183
14184 2003-12-14  Karl Berry  <karl@gnu.org>
14185
14186         * lib/config.charset: update from gettext-runtime.
14187
14188 2003-12-03  Paul Eggert  <eggert@twinsun.com>
14189
14190         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
14191         Bug reported by Alfred M. Szmidt.
14192
14193 2003-12-03  Bruno Haible  <bruno@clisp.org>
14194
14195         * m4/gettext.m4: Upgrade from gettext-0.13.
14196         * m4/po.m4: Upgrade from gettext-0.13.
14197         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
14198         * m4/intmax.m4: New file, from gettext-0.13.
14199         * m4/printf-posix.m4: New file, from gettext-0.13.
14200
14201 2003-11-29  Karl Berry  <karl@gnu.org>
14202
14203         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
14204
14205 2003-11-25  Paul Eggert  <eggert@twinsun.com>
14206             Bruno Haible  <bruno@clisp.org>
14207
14208         * lib/printf-parse.h: Don't include sys/types.h.
14209         (ARG_NONE): New macro.
14210         (char_directive): Change type of *arg_index fields to size_t.
14211         * lib/printf-parse.c: Don't include sys/types.h.
14212         (SSIZE_MAX): Remove macro.
14213         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
14214         Remove unnecessary overflow check.
14215         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
14216         fields.
14217
14218 2003-11-25  Bruno Haible  <bruno@clisp.org>
14219
14220         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
14221
14222 2003-11-25  Bruno Haible  <bruno@clisp.org>
14223
14224         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
14225         gt_TYPE_SSIZE_T.
14226
14227 2003-11-24  Paul Eggert  <eggert@twinsun.com>
14228
14229         * modules/alloca: Remove dependency on xalloc.
14230
14231 2003-11-24  Paul Eggert  <eggert@twinsun.com>
14232
14233         * lib/alloca.c: Remove dependency on xalloc module.
14234         (xalloc_die): Remove.
14235         (memory_full) [!defined emacs]: New macro.
14236         [!defined emacs]: Don't include xalloc.h.
14237         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
14238         address arithmetic overflows.  Change datatypes a bit to avoid
14239         unnecessary casts.
14240
14241 2003-11-22  Jim Meyering  <jim@meyering.net>
14242
14243         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
14244         s/size/size_t/.
14245
14246 2003-11-21  Karl Berry  <karl@gnu.org>
14247
14248         * config/config.{sub,guess}: update from config.
14249
14250 2003-11-18  Karl Berry  <karl@gnu.org>
14251
14252         * config/config.{sub,guess}: update from config.
14253
14254         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
14255
14256 2003-11-17  Paul Eggert  <eggert@twinsun.com>
14257
14258         * README: Mention that S+T cannot overflow if S is the size of
14259         an existing object and T is sufficiently small.
14260
14261 2003-11-17  Jim Meyering  <jim@meyering.net>
14262
14263         On systems without utime and without a utimes function capable of
14264         dealing with a NULL struct utimbuf* argument, this utime replacement
14265         could -- in unusual circumstances -- leak a file descriptor.
14266         * lib/utime.c: Include <unistd.h> and <errno.h>.
14267         (utime_null): Be sure to close `fd' and to preserve errno.
14268         Reported by Geoff Collyer via Arnold Robbins.
14269
14270 2003-11-17  Bruno Haible  <bruno@clisp.org>
14271
14272         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
14273         (Depends-on): Add xsize.
14274
14275 2003-11-17  Bruno Haible  <bruno@clisp.org>
14276
14277         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
14278
14279 2003-11-17  Bruno Haible  <bruno@clisp.org>
14280
14281         * lib/vasnprintf.c (alloca): Remove fallback definition.
14282         (freea): Remove definition.
14283         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
14284         Reported by Paul Eggert.
14285
14286 2003-11-16  Paul Eggert  <eggert@twinsun.com>
14287             Bruno Haible  <bruno@clisp.org>
14288
14289         Protect against address arithmetic overflow.
14290         * lib/printf-args.h: Include stddef.h.
14291         (arguments): Change type of field 'count' to size_t.
14292         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
14293         'unsigned int' where appropriate.
14294         * lib/printf-parse.h: Include sys/types.h.
14295         (char_directive): Change type of *arg_index fields to ssize_t.
14296         (char_directives): Change type of fields 'count', max_*_length to
14297         size_t.
14298         * lib/printf-parse.c: Include sys/types.h and xsize.h.
14299         (SSIZE_MAX): Define fallback value.
14300         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
14301         instead of 'int' where appropriate. Check a_allocated, d_allocated
14302         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
14303         * lib/vasnprintf.c: Include xsize.h.
14304         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
14305         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
14306         overflow. Avoid wraparound when converting a width or precision from
14307         decimal to binary.
14308
14309 2003-11-16  Bruno Haible  <bruno@clisp.org>
14310
14311         Update from GNU gettext.
14312         * lib/printf-parse.c: Generalize to it can be compiled for wide
14313         strings.
14314         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
14315         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
14316         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
14317         SNPRINTF): New macros.
14318         Don't include <alloca.h> if the file is used inside libintl.
14319         (local_wcslen): New function, for Solaris 2.5.1.
14320         (VASNPRINTF): Use it instead of wcslen.
14321
14322 2003-11-16  Bruno Haible  <bruno@clisp.org>
14323
14324         * lib/xsize.h (xmax): New function.
14325         (xsum, xsum3, xsum4): Declare as "pure" functions.
14326
14327 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14328
14329         * modules/xalloc (Files): Undo latest change, since xalloc.h
14330         no longer needs SIZE_MAX or PTRDIFF_MAX.
14331
14332 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14333
14334         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
14335         gl_PTRDIFF_MAX.
14336
14337 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14338
14339         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
14340         "return", to pacify some unknown compiler.  Problem reported
14341         by Joerg Schilling.
14342
14343 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14344
14345         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
14346         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
14347         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
14348         heuristic is just as accurate as far as we know, and it removes a
14349         dependency on size_max.m4 and ptrdiff_max.m4.
14350
14351 2003-11-11  Bruno Haible  <bruno@clisp.org>
14352
14353         * modules/xsize (Files): Add m4/size_max.m4.
14354         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
14355
14356 2003-11-11  Bruno Haible  <bruno@clisp.org>
14357
14358         * m4/size_max.m4: New file.
14359         * m4/ptrdiff_max.m4: New file.
14360         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
14361         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
14362         (gl_XALLOC): Invoke it.
14363
14364 2003-11-11  Bruno Haible  <bruno@clisp.org>
14365
14366         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
14367         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
14368         defined.
14369
14370 2003-11-10  Paul Eggert  <eggert@twinsun.com>
14371
14372         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
14373         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
14374         rejected some allocations of exactly SIZE_MAX - 2 bytes.
14375         From Bruno Haible.
14376         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
14377         not (size_t) -1, since it's defined here.
14378
14379 2003-11-09  Karl Berry  <karl@gnu.org>
14380
14381         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
14382
14383 2003-11-06  Paul Eggert  <eggert@twinsun.com>
14384
14385         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
14386         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
14387         Reject sizes of exactly SIZE_MAX bytes.
14388         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
14389         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
14390
14391 2003-11-05  Bruno Haible  <bruno@clisp.org>
14392
14393         * lib/xsize.h: Include limits.h, to avoid a possible collision with
14394         SIZE_MAX defined in <limits.h> on Solaris.
14395
14396 2003-11-04  Jim Meyering  <jim@meyering.net>
14397
14398         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
14399         variable names, rather than @VAR@.
14400         * modules/poll: Likewise.
14401
14402 2003-11-04  Bruno Haible  <bruno@clisp.org>
14403
14404         * modules/xsize: New file.
14405         * modules/linebreak: Depend on xsize.
14406         * MODULES.html.sh (func_all_modules): Add xsize.
14407
14408 2003-11-04  Bruno Haible  <bruno@clisp.org>
14409
14410         * m4/xsize.m4: New file.
14411
14412 2003-11-04  Bruno Haible  <bruno@clisp.org>
14413
14414         * lib/xsize.h: New file.
14415         * lib/linebreak.c: Include xsize.h.
14416         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
14417         argument for overflow.
14418         Suggested by Paul Eggert.
14419
14420 2003-11-03  Karl Berry  <karl@gnu.org>
14421
14422         * config/config.{guess,sub}: update from config.
14423
14424 2003-11-03  Jim Meyering  <jim@meyering.net>
14425
14426         * modules/userspec (lib_SOURCES): Add userspec.h.
14427         (Include): Add "userspec.h".
14428         Improve description.
14429
14430 2003-11-03  Jim Meyering  <jim@meyering.net>
14431
14432         * lib/userspec.c: Include "userspec.h".
14433         * lib/userspec.h: New file.
14434
14435 2003-11-03  Bruno Haible  <bruno@clisp.org>
14436
14437         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
14438
14439 2003-11-03  Bruno Haible  <bruno@clisp.org>
14440
14441         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
14442         available, to avoid (extremely rare) race condition.
14443         Suggested by Paul Eggert.
14444
14445 2003-11-02  Karl Berry  <karl@gnu.org>
14446
14447         * config/srclist.txt (vasprintf.c): sync broken, sigh.
14448
14449 2003-10-31  Paul Eggert  <eggert@twinsun.com>
14450
14451         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
14452         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
14453         (read_filesystem_list): Set and use me_type_malloced.
14454         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
14455         whatever the type happens to be), for brevity and consistency.
14456         Check for size calculation overflow on Alphas running OSF/1.
14457
14458 2003-10-31  Jim Meyering  <jim@meyering.net>
14459
14460         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
14461
14462         * lib/linebuffer.c: Include <string.h> for declaration of memset.
14463
14464 2003-10-30  Paul Eggert  <eggert@twinsun.com>
14465             Bruno Haible  <bruno@clisp.org>
14466
14467         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
14468         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
14469
14470 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
14471
14472         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
14473         netbsd*-gnu*.  Suggested by Robert Millan.
14474
14475 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14476
14477         * modules/group-member: Depend on stdbool.
14478
14479 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14480
14481         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
14482
14483 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14484
14485         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
14486         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
14487         after the 'gnu' in these cases.  This fixes some bugs in the
14488         previous change, and is based on suggestions by Robert Millan.
14489
14490 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14491
14492         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
14493         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
14494         no longer needed.
14495         * lib/quotearg.c (quotearg_n_options): Use it.
14496         * lib/group-member.c: Include <stdbool.h>.
14497         (free_group_info): Arg is now const *; don't free arg.
14498         (get_group_info): Now returns bool and accepts struct group_info *,
14499         rather than returning a malloc'ed struct group_info *.
14500         All uses changed.  Check for overflow in internal size calculation.
14501
14502         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
14503         rather than xmalloc/xrealloc.
14504         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
14505         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
14506         conformance bug: the old code used a pointer after freeing the
14507         storage that it addressed.
14508         * lib/hash.c (hash_initialize): Simplify the code by using
14509         xalloc_oversized rather than doing it by hand.
14510         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
14511         the buffer preserved.  Use free and xmalloc instead.
14512         * lib/quotearg.c (quotearg_n_options): Likewise.
14513         Use a simpler test for size overflow.  Don't use xalloc_oversized
14514         because unsigned int might be wider than size_t (!); this suggests
14515         that we should switch from unsigned int to size_t for slot numbers.
14516
14517 2003-10-28  Paul Eggert  <eggert@twinsun.com>
14518
14519         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
14520         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
14521         NetBSD kernels.  Requested by Richard Stallman.
14522
14523 2003-10-27  Paul Eggert  <eggert@twinsun.com>
14524
14525         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
14526         to allocate the returned structure.  Do not allocate a subarray,
14527         as x2nrealloc will do that.
14528         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
14529         instead of xnrealloc.
14530         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
14531
14532 2003-10-27  Bruno Haible  <bruno@clisp.org>
14533
14534         * lib/stdbool_.h: Better support for BeOS.
14535
14536 2003-10-26  Paul Eggert  <eggert@twinsun.com>
14537
14538         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
14539         now uses inline.
14540
14541 2003-10-26  Paul Eggert  <eggert@twinsun.com>
14542
14543         * lib/xalloc.h (xalloc_oversized): New static inline function, for
14544         callers that want to do their own size-overflow checking.  Include
14545         <stdbool.h>, since xalloc_oversized returns bool.
14546         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
14547         to use xalloc_oversized.
14548
14549         Add two functions x2realloc, x2nrealloc, for programs that grow
14550         arrays dynamically by doubling their sizes.
14551         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
14552         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
14553         New functions.
14554
14555         Port to C99 semantics for 'inline' of external functions.
14556         Bug reported by Bruno Haible.
14557         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
14558         with the old contents of xnmalloc.
14559         (xnmalloc, xmalloc): Use it.
14560         (xnrealloc_inline): New static inline function,
14561         with the old contents of xnrealloc.
14562         (xnrealloc, xrealloc): Use it.
14563
14564         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
14565         that.
14566
14567 2003-10-26  Karl Berry  <karl@gnu.org>
14568
14569         * config/srclist.txt (COPYING.DOC): no longer available from
14570         /gd/gnuorg; don't know where the ultimate source is.
14571
14572 2003-10-25  Paul Eggert  <eggert@twinsun.com>
14573
14574         Fix several address-calculation bugs in the hash modules,
14575         plus some minor code cleanup.
14576
14577         * lib/hash.h: Include <stdbool.h>, for bool.
14578         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
14579         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
14580         hash_get_n_entries, hash_get_max_bucket_length,
14581         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
14582         hash_rehash): Use size_t rather than unsigned.
14583         * lib/hash.c (struct hash_table, hash_get_n_buckets,
14584         hash_get_n_buckets_used, hash_get_n_entries,
14585         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
14586         hash_get_entries, hash_do_for_each, hash_string, is_prime,
14587         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
14588         Likewise.
14589         (SIZE_MAX): Define if not defined.
14590         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
14591         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
14592         hash_print):
14593         Use const * when possible.
14594         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
14595         (check_tuning): Fix bug: if tuning parameters were very close to
14596         0 or 1, rounding errors could have caused subscript violations.
14597         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
14598         (hash_initialize): Add 'fail:' label
14599         to free table and return NULL, and use it to simplify code.
14600         Use calloc rather than clearing the storage ourself.
14601         (hash_initialize, hash_rehash): Check for arithmetic overflow in
14602         buffer size calculations.
14603         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
14604         Include <stddef.h>, for size_t.
14605         * lib/hash-pjw.c (hash_pjw): Likewise.
14606         Switch to method described by Bruno Haible.
14607         Include <limits.h>, for CHAR_BIT.
14608         (SIZE_BITS): New macro.
14609
14610 2003-10-23  Paul Eggert  <eggert@twinsun.com>
14611
14612         * m4/getline.m4 (AM_FUNC_GETLINE):
14613         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
14614         hosts.  Problem reported by Derek Robert Price in
14615         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
14616         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
14617         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
14618
14619 2003-10-21  Paul Eggert  <eggert@twinsun.com>
14620
14621         * lib/getndelim2.c (getndelim2): When size calculation overflows,
14622         ceiling the allocation at NMAX bytes rather than silently
14623         discarding input bytes before NMAX is reached.  This makes
14624         a difference only if NMAX exceeds SIZE_MAX / 2.
14625
14626         * lib/obstack.c: Merge from glibc.
14627         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
14628         Add libc_hidden_def (_obstack_newchunk).
14629         (_obstack_free) [! defined _LIBC]: Remove.
14630         [defined _LIBC]: Make a strong alias from obstack_free, rather than
14631         a clone of the function body.
14632         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
14633         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
14634
14635         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
14636         glibc.
14637         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
14638         arg to memcpy.
14639
14640         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
14641         (obstack_ptr_grow_fast, obstack_int_grow_fast):
14642         Don't use lvalue casts, as GCC plans to remove support for them
14643         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
14644         was also present in the non-GCC version, indicating that this
14645         code had always been buggy and had never been widely used.
14646         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
14647         Use the fast variant of each macro, rather than copying the
14648         definiens of the fast variant; that way, we'll be more likely to
14649         catch future bugs in the fast variants.
14650
14651 2003-10-20  Bruno Haible  <bruno@clisp.org>
14652
14653         * modules/wait-process: New file.
14654         * MODULES.html.sh (func_all_modules): Add wait-process.
14655
14656 2003-10-20  Bruno Haible  <bruno@clisp.org>
14657
14658         * m4/wait-process.m4: New file.
14659
14660 2003-10-20  Bruno Haible  <bruno@clisp.org>
14661
14662         * lib/wait-process.h: New file, from GNU gettext.
14663         * lib/wait-process.c: New file, from GNU gettext.
14664
14665 2003-10-19  Jim Meyering  <jim@meyering.net>
14666
14667         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
14668         HPUX 10.20.
14669
14670 2003-10-18  Karl Berry  <karl@gnu.org>
14671
14672         * config/config.guess: update from config.
14673
14674 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14675
14676         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
14677         (getgroups): First arg is int, not size_t.
14678         Don't let 'free' mangle errno.
14679
14680 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14681
14682         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
14683
14684 2003-10-16  Karl Berry  <karl@gnu.org>
14685
14686         * config/config.{guess,sub}: update from config.
14687
14688 2003-10-16  Jim Meyering  <jim@meyering.net>
14689
14690         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
14691         memcpy.
14692
14693 2003-10-15  Paul Eggert  <eggert@twinsun.com>
14694
14695         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
14696         (SIZE_MAX): Remove.
14697         (new_exclude, add_exclude_file): Initial size no longer needs to
14698         be a power of 2.
14699         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
14700         our own address arithmetic overflow checking.
14701
14702         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
14703         (fnmatch): Do not alloca more than 2000 wide characters;
14704         instead, use malloc for large buffers.
14705         Check for address arithmetic overflow, and return -1
14706         with errno set to ENOMEM in that case.
14707         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
14708         (NEW_PATTERN): Do not alloca more than 8000 bytes;
14709         instead, return -1.  Check for address arithmetic overflow.
14710
14711 2003-10-14  Paul Eggert  <eggert@twinsun.com>
14712
14713         Handle invalid suffixes and overflow independently, so that
14714         callers can treat them independently as needed.  Fix some bugs in
14715         suffix handling, e.g., "100k@" was not diagnosed as an invalid
14716         suffix for a human-readable blocksize.  The major caller-visible
14717         change is the addition of a new
14718         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
14719         that both overflow and suffix chars were found.
14720
14721         * lib/human.c (humblock): Don't check separately for invalid suffix
14722         char; that is xstrtoumax's job (now that its bug is fixed).
14723         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
14724         INTMAX_MAX]: New macros.
14725         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
14726         TYPE_MAXIMUM): New macros.
14727         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
14728         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
14729         if overflow occurs, as it's what __strtol does and it's more useful
14730         in practice.
14731         (__xstrtol): If __strtol reports some error other than ERANGE,
14732         reflect it to the caller as LONGINT_INVALID.  If it reports
14733         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
14734         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
14735         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
14736         value.
14737         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
14738         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
14739         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
14740         [defined UINTMAX_MAX]: New macros.
14741
14742 2003-10-14  Bruno Haible  <bruno@clisp.org>
14743
14744         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
14745
14746 2003-10-14  Bruno Haible  <bruno@clisp.org>
14747
14748         * m4/sig_atomic_t: New file, from GNU gettext.
14749         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
14750
14751 2003-10-14  Bruno Haible  <bruno@clisp.org>
14752
14753         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
14754         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
14755         Also use volatile where needed.
14756
14757 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14758
14759         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
14760         Change maintainer from Bruno Haible to 'all'.
14761
14762 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14763
14764         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
14765
14766 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14767
14768         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
14769         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
14770         and define in terms of the other primitives.
14771         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
14772         (SIZE_MAX): Define if not already defined.
14773         (array_size_overflow): New function.
14774         (xalloc_die): Abort instead of exiting if 'error' returns.
14775         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
14776         (xmalloc, xrealloc): Use them.
14777         (xcalloc): Check for address arithmetic overflow.
14778         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
14779         a bit faster than strcpy.
14780
14781 2003-10-10  Simon Josefsson  <jas@extundo.com>
14782
14783         * modules/argp (Depends-on): Add restrict and strcase.
14784
14785 2003-10-10  Simon Josefsson  <jas@extundo.com>
14786
14787         * m4/argp.m4: Add AC_C_INLINE.
14788
14789 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14790
14791         Merge getpass from libc, plus a few fixes.
14792
14793         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
14794         Include <stdbool.h>.
14795         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
14796         __fsetlocking to empty.
14797         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
14798         do include <bits/libc-lock.h>.
14799         Do not include <fcntl.h>; not needed.
14800         [_LIBC]: Include <wchar.h>.
14801         (NOTCANCEL_MODE): New macro.
14802         (flockfile, funlockfile) [_LIBC]: New macros.
14803         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
14804         [!_LIBC]: New macros.
14805         (call_fclose): New function.
14806         (getpass): Use it.  Save tty stream separately; this simplifies the
14807         code and makes it more reliable if stdin happens to equal stdout.
14808         Invoke __fsetlocking on tty.
14809         Handle thread cancellation if needed.
14810         Namespace cleanup (use __tcgetattr, __getline).
14811         Use bool for Booleans.
14812         [USE_IN_LIBIO]: Handle wide streams.
14813         [!_LIBC]: Unconditionally do the fseek, since we don't know what
14814         stream might go where.
14815
14816         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
14817         doesn't have to include <stdio.h> before us.
14818         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
14819         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
14820         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
14821         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
14822         if not declared, so that we can use getpass.c code from libc without
14823         rewriting it.
14824         (flockfile, ftrylockfile, funlockfile): New macros.
14825
14826 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14827
14828         * modules/getpass: Depend on stdbool.
14829
14830 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14831
14832         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
14833
14834 2003-10-07  Karl Berry  <karl@gnu.org>
14835
14836         * config/config.{guess,sub}: update from config.
14837
14838 2003-10-06  Jim Meyering  <jim@meyering.net>
14839             Bruno Haible  <bruno@clisp.org>
14840
14841         This lets translators provide better translations for the
14842         "Written by ..." part of --version output.
14843         * lib/version-etc.h: Include stdarg.h.
14844         (version_etc_copyright): Declare as readonly.
14845         (version_etc): Make this function variadic with a NULL-terminated list
14846         of author name strings.
14847         (version_etc_va): New declaration.
14848         * lib/version-etc.c: Include stdarg.h, stdlib.h.
14849         (version_etc_copyright): Declare as readonly.
14850         (version_etc_va): New function. Provide a different translatable string
14851         for each possible number of authors < 10. Abbreviate when there are 10
14852         authors or more.
14853         (version_etc): Make this function variadic. Call version_etc_va.
14854         Suggestion from Gary V. Vaughan.
14855
14856         * lib/long-options.h (parse_long_options): Change prototype: the
14857         authors string is moved to the end and becomes variadic.
14858         * lib/long-options.c: Include stdarg.h.
14859         (parse_long_options): Make this function variadic, too.
14860         Call version_etc_va, not version_etc.
14861
14862 2003-10-06  Bruno Haible  <bruno@clisp.org>
14863
14864         * modules/version-etc-2: Remove file.
14865         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
14866
14867 2003-10-06  Bruno Haible  <bruno@clisp.org>
14868
14869         * modules/fatal-signal: New file.
14870         * MODULES.html.sh (func_all_modules): Add fatal-signal.
14871
14872 2003-10-06  Bruno Haible  <bruno@clisp.org>
14873
14874         * m4/fatal-signal.m4: New file.
14875         * m4/signalblocking.m4: New file, from GNU gettext.
14876
14877 2003-10-06  Bruno Haible  <bruno@clisp.org>
14878
14879         * lib/version-etc-2.h: Remove file.
14880         * lib/version-etc-2.c: Remove file.
14881
14882 2003-10-06  Bruno Haible  <bruno@clisp.org>
14883
14884         * lib/fatal-signal.h: New file, from GNU gettext.
14885         * lib/fatal-signal.c: New file, from GNU gettext.
14886
14887 2003-10-05  Paul Eggert  <eggert@twinsun.com>
14888
14889         * README: Rework advice for preventing empty .o files.
14890         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
14891         not <sys/types.h>.
14892
14893 2003-10-04  Karl Berry  <karl@gnu.org>
14894
14895         * lib/argp*: update from libc.
14896
14897 2003-10-04  Karl Berry  <karl@gnu.org>
14898
14899         * config/config.{guess,sub}: update from config.
14900
14901 2003-10-02  Bruno Haible  <bruno@clisp.org>
14902
14903         * modules/lchown (Include): Add lchown.h.
14904         * modules/time_r (Include): Use "..." syntax.
14905         * modules/xgetdomainname (Include): Add xgetdomainname.h.
14906
14907 2003-10-01  Simon Josefsson  <jas@extundo.com>
14908
14909         * MODULES.html.sh (func_all_modules): Move gethostname from section
14910         'based on' to section 'lacking' POSIX:2001.
14911
14912 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
14913
14914         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
14915         to output mode on the same stream.
14916
14917 2003-09-29  Paul Eggert  <eggert@twinsun.com>
14918
14919         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
14920         Fix arg typo in previous patch.
14921
14922 2003-09-28  Jim Meyering  <jim@meyering.net>
14923
14924         * lib/error.c: Correct cpp indentation.
14925
14926 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14927
14928         * modules/free: New file.
14929
14930 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14931
14932         * m4/free.m4: New file.
14933
14934 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14935
14936         * lib/minmax.h (MIN, MAX)
14937         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
14938         Omit the special code that used __typeof__, since we worry that
14939         it could be more trouble than it's worth.  See:
14940         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
14941         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
14942
14943         * lib/free.c: New file.
14944
14945 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
14946
14947         Trivial fixes to Makefile.am parts of module listings.
14948         * modules/strstr: Append strstr.h to lib_SOURCES.
14949         * modules/strcase: Likewise, for strcase.h.
14950
14951 2003-09-27  Karl Berry  <karl@gnu.org>
14952
14953         * config/mkinstalldirs: update from automake.
14954
14955 2003-09-26  Paul Eggert  <eggert@twinsun.com>
14956
14957         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
14958         (error_tail): Do not loop, reallocating temporary buffer, since
14959         the output cannot contain more wide characters than the input
14960         contains bytes, the size must be big enough already.  This avoids
14961         one potential size overflow calculation.  Check for size overflow
14962         when calculating temporary buffer size.  Free temporary buffer
14963         when done, if it was allocated with malloc; this plugs a memory
14964         leak.  Remove casts from void * to pointers, that are no longer
14965         needed now that we're assuming C89 or better.
14966
14967         Merge error changes from glibc.
14968
14969         * lib/error.c, error.h: Update copyright notice header to match glibc.
14970         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
14971         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
14972         Disable cancellation while printing error.
14973         * lib/error.h: Prepend __ to parameter names.
14974
14975 2003-09-26  Jim Meyering  <jim@meyering.net>
14976
14977         * lib/error.c (error_tail): Move some declarations
14978         into inner scope where the local variables are used.
14979
14980 2003-09-26  Bruno Haible  <bruno@clisp.org>
14981
14982         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
14983         stpncpy().
14984         Don't define stpncpy through config.h; it's now done through stpncpy.h.
14985
14986 2003-09-26  Bruno Haible  <bruno@clisp.org>
14987
14988         * lib/stpncpy.h (gnu_stpncpy): New declaration.
14989         (stpncpy): Define as alias for gnu_stpncpy.
14990         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
14991
14992 2003-09-25  Simon Josefsson  <jas@extundo.com>
14993
14994         * lib/xgetdomainname.h: New file.
14995         * lib/xgetdomainname.c: New file.
14996
14997 2003-09-25  Simon Josefsson  <jas@extundo.com>
14998             Bruno Haible  <bruno@clisp.org>
14999
15000         * modules/getdomainname: New file.
15001         * modules/xgetdomainname: New file.
15002         * MODULES.html.sh (func_all_modules): Add getdomainname,
15003         xgetdomainname.
15004
15005 2003-09-25  Simon Josefsson  <jas@extundo.com>
15006             Bruno Haible  <bruno@clisp.org>
15007
15008         * m4/getdomainname.m4: New file.
15009
15010 2003-09-25  Simon Josefsson  <jas@extundo.com>
15011             Bruno Haible  <bruno@clisp.org>
15012
15013         * lib/getdomainname.h: New file.
15014         * lib/getdomainname.c: New file.
15015
15016 2003-09-25  Karl Berry  <karl@gnu.org>
15017
15018         * lib/argp-fmtstream.c, argp-help.c: update from libc.
15019
15020 2003-09-25  Karl Berry  <karl@gnu.org>
15021
15022         * config/install-sh: update from automake.
15023
15024 2003-09-25  Bruno Haible  <bruno@clisp.org>
15025
15026         * modules/version-etc-2: New file, from modules/version-etc with
15027         modifications.
15028         * MODULES.html.sh (func_all_modules): Add version-etc-2.
15029
15030 2003-09-25  Bruno Haible  <bruno@clisp.org>
15031
15032         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
15033         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
15034
15035 2003-09-24  Simon Josefsson  <jas@extundo.com>
15036
15037         * modules/xgethostname: Add xgethostname.h.
15038
15039 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15040
15041         * lib/linebuffer.c (freebuffer): Don't free the argument, just
15042         the buffer associated with the argument.  Bug reported by
15043         Simon Josefsson.
15044
15045 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15046
15047         * README: Document assumptions that 'int' is at least 32 bits
15048         wide, that integer arithmetic is 2's complement without overflow,
15049         that there are no holes in integer values, that adding sizes of
15050         two nonoverlapping objects can't overflow, and that all-bits-zero
15051         yields scalar zero.  Fix spelling and capitalization typos.
15052
15053 2003-09-19  Karl Berry  <karl@gnu.org>
15054
15055         * lib/argp.h: update from libc.
15056
15057 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15058
15059         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
15060         to avoid spurious warnings like "AC_RUN_IFELSE was called before
15061         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
15062
15063 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15064
15065         * gnulib-tool: Use "test -h", not "test -L", for portability
15066         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
15067         (tags_regexp): Remove, since \| doesn't conform to POSIX.
15068         (sed_extract_prog): Issue s commands one-by-one, rather than
15069         using \| in one s command.
15070
15071 2003-09-16  Paul Eggert  <eggert@twinsun.com>
15072
15073         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
15074         input error, instead of returning NULL the next time we are called
15075         (and therefore losing track of errno).
15076
15077 2003-09-16  Bruno Haible  <bruno@clisp.org>
15078
15079         * gnulib-tool (func_create_testdir): Warn about duplicated
15080         dependencies.
15081
15082 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15083
15084         * modules/argmatch, modules/fatal, modules/obstack,
15085         modules/xalloc, modules/xgethostname: Sort dependencies by
15086         importance, not alphabetically.
15087
15088 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15089
15090         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
15091         fails, so that the caller gets the proper errno.
15092
15093         * lib/readutmp.c (read_utmp): Likewise.
15094         Check for fstat error.  Close stream and free storage
15095         when failing.
15096
15097 2003-09-14  Karl Berry  <karl@gnu.org>
15098
15099         * config/srclist.txt (strdup.c): disable for c89 changes.
15100
15101 2003-09-14  Jim Meyering  <jim@meyering.net>
15102
15103         * lib/getloadavg.c: Correct cpp indentation.
15104         * lib/strdup.c: Likewise.
15105         * lib/vasnprintf.c: Likewise.
15106
15107 2003-09-14  Bruno Haible  <bruno@clisp.org>
15108
15109         * modules/fwriteerror: New file.
15110         * MODULES.html.sh (func_all_modules): Add fwriteerror.
15111
15112 2003-09-14  Bruno Haible  <bruno@clisp.org>
15113
15114         * lib/fwriteerror.h: New file.
15115         * lib/fwriteerror.c: New file.
15116
15117 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15118
15119         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
15120         modules/xgethostname, modules/xalloc: Depend on exit.
15121
15122 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15123
15124         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
15125
15126         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
15127         and AC_MINIX, too, so that their extensions are available.
15128
15129         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
15130         This macro has been superseded by gl_BACKUPFILE.
15131
15132         More patches to assume C89 or better.
15133
15134         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
15135
15136         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
15137         unconditionally.
15138         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
15139         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
15140         Include <string.h>, <stdlib.h> unconditionally.
15141         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
15142         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
15143         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
15144         headers or for string.h.
15145         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
15146         or strtoul.
15147
15148         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
15149         headers.
15150         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
15151         * m4/userspec.m4 (gl_USERSPEC): Likewise.
15152         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
15153         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
15154         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15155         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
15156         memcpy, memset.
15157         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
15158         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
15159         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
15160         strtol.
15161         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
15162         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
15163         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
15164         strtoul.
15165
15166 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15167
15168         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
15169         * lib/obstack.c [!defined _LIBC]: Likewise.
15170         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
15171         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
15172         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
15173
15174         More changes to assume C89 or better.
15175
15176         * lib/error.c (error_tail): Assume vprintf.
15177
15178         * lib/argmatch.c (getenv): Remove decl.
15179         * lib/progreloc.c (get_full_program_name): Define via prototype.
15180         * lib/setenv.c (clearenv): Likewise.
15181         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
15182         needed.
15183         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
15184         (malloc, memcpy): Remove decls.
15185         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
15186         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
15187         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
15188         (memcpy): Remove macro.
15189         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
15190         (__P): Remove.  All uses removed.
15191         (PTR): Remove.  All uses changed to void *.
15192         (CHAR_BIT, NULL): Remove.
15193         (spaces, zeros, memset_space, memset_zero)
15194         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
15195         Remove.
15196         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
15197         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
15198         Define with prototype.
15199         Remove now-unnecessary prototype decl.
15200         (extra_args_spec): Assume ANSI C.  All uses changed.
15201         (extra_args_spec_iso): Remove.
15202         (my_strftime, emacs_strftimeu): Define via prototype.
15203         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
15204         unconditionally.
15205         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
15206         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
15207         (strtoul, strtol): Remove decls.
15208         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
15209         LONG_MAX): Remove.
15210         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
15211         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
15212         (LOCALE_PARAM_PROTO): New macro.
15213         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
15214         (INTERNAL (strtol), strtol): Define with a prototype.
15215         (PARAMS): Remove.  All uses removed.
15216         * lib/tempname.c: Include <string.h> unconditionally.
15217         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
15218         * lib/xgethostname.c (main): Define with a prototype.
15219         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
15220         Include <stdlib.h> unconditionally.
15221         (calloc, malloc, realloc, free): Remove decls.
15222         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
15223         Include <stdlib.h> unconditionally.  Sort include file names.
15224         (strtod): Remove.
15225         (xstrtod): Define with a prototype.
15226         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
15227         (strtol, strtoul): Remove decls.
15228
15229 2003-09-11  Paul Eggert  <eggert@twinsun.com>
15230
15231         More patches to assume C89 or better.
15232         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
15233         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
15234         string.h, memchr, STDC_HEADERS.
15235
15236 2003-09-11  Paul Eggert  <eggert@twinsun.com>
15237
15238         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
15239         Include <stdlib.h>, <string.h> unconditionally.
15240         Remove now-unnecessary cast to char *.
15241         * lib/strnlen.c: Include <string.h> unconditionally.
15242         * lib/yesno.c (yesno): Define with a prototype.
15243
15244 2003-09-11  Bruno Haible  <bruno@clisp.org>
15245
15246         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
15247
15248 2003-09-10  Jim Meyering  <jim@meyering.net>
15249
15250         * lib/error.c: Correct indentation of cpp directives.
15251
15252 2003-09-10  Bruno Haible  <bruno@clisp.org>
15253
15254         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
15255         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
15256         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
15257         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
15258         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
15259         <stdlib.h> and <string.h> checks.
15260         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
15261         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
15262
15263 2003-09-10  Bruno Haible  <bruno@clisp.org>
15264
15265         * lib/strcspn.c: Include <string.h> unconditionally.
15266         * lib/strpbrk.c: Include <string.h> unconditionally.
15267         * lib/strstr.c: Include <string.h> unconditionally.
15268         * lib/unicodeio.c: Include <string.h> unconditionally.
15269         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
15270         * lib/unsetenv.c: Likewise.
15271         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
15272         * lib/yesno.c: Include <stdlib.h> unconditionally.
15273         (rpmatch): Add prototype.
15274
15275 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15276
15277         More patches to assume C89 or better.
15278         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
15279         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
15280         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
15281         or for string.h.
15282         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
15283         stdlib.h.
15284         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
15285         C headers.
15286         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
15287         string.h.
15288         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
15289         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
15290         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
15291         or for string.h.
15292         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
15293         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
15294         C headers.
15295         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
15296         memcpy.
15297         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
15298         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
15299         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
15300         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
15301         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
15302         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
15303         string.h, free.
15304         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
15305         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
15306         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
15307         C headers, or for string.h.
15308         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
15309         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
15310         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
15311         headers, memory.h, stdlib.h, string.h, strings.h.
15312         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
15313         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
15314         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
15315         strchr.
15316         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
15317         headers, memory.h, string.h.
15318         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
15319         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
15320         free.
15321         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
15322         headers.
15323         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
15324         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
15325         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
15326         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
15327         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
15328
15329 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15330
15331         More K&R removal.
15332
15333         * lib/acosl.c (main): Use a prototype.
15334         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
15335         tanl.c: Likewise.
15336
15337         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
15338
15339         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
15340         (getopt, etopt_long, getopt_long_only, _getopt_internal)
15341         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
15342         with a prototype.
15343         * lib/getopt.c (const): Remove macro.
15344         Include <string.h> unconditionally.
15345         (my_index): Remove; all uses changed to strchr.
15346         (strlen): Remove decl.
15347         (exchange): Remove forward decl; no longer needed.
15348         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
15349         Define with prototype.
15350         * lib/getopt1.c (const): Remove macro.
15351         (getopt_long, getopt_long_only, main): Define with prototype.
15352
15353         * lib/getugroups.c: Include <string.h> unconditionally.
15354
15355         * lib/getusershell.c: Include <stdlib.h> unconditionally.
15356         (getusershell, setusershell, endusershell, readname, main):
15357         Define with prototypes.
15358
15359         * lib/group-member.c: Include group-member.h first.
15360         Include <stdlib.h> unconditionally.
15361
15362         * lib/hard-locale.c: Include hard-locale.h first.
15363         Include <stdlib.h>, <string.h> unconditionally.
15364
15365         * lib/hash.c (free, malloc): Remove decls.
15366         Include <stdlib.h> unconditionally.
15367
15368         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
15369         (getenv): Do not declare.
15370
15371         * lib/idcache.c: Include <string.h> unconditionally.
15372
15373         * lib/long-options.c: Include long-options.h first, to test interface.
15374         Include <stdlib.h> unconditionally.
15375
15376         * lib/makepath.c: Include makepath.h first, to test interface.
15377         Include <stdlib.h> and <string.h> unconditionally.
15378
15379         * lib/linebuffer.c: Include <stdlib.h>.
15380         (free): Remove decl.
15381
15382         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
15383         stddef.h. rpl_malloc returns void *, not char *.
15384         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
15385         prototype.
15386
15387         * lib/md5.h: Include <limits.h> unconditionally.
15388         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
15389         (__P): Remove; all uses removed.
15390         * lib/md5.c: Include "md5.h" first.
15391         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
15392         md5_buffer, md5_process_bytes, md5_process_block):
15393         Define with prototypes.
15394         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
15395         * lib/sha.c: Include "sha.h" first.
15396         Include <stdlib.h>, <string.h> unconditionally.
15397
15398         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
15399         * lib/memcmp.c (__ptr_t): Likewise.
15400         * lib/memrchr.c (__ptr_t): Likewise.
15401         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
15402         Include <string.h> unconditionally.
15403         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
15404         * lib/memchr.c: Include <stdlib.h> unconditionally.
15405         * lib/memchr.c (LONG_MAX): Remove.
15406         * lib/memrchr.c (LONG_MAX): Likewise.
15407         * lib/memchr.c (__memchr): Define via a prototype.
15408         * lib/memrchr.c (__memrchr): Likewise.
15409         * lib/memcmp.c (__P): Remove, and remove all uses.
15410         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
15411         Remove forward decls; no longer needed.
15412         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
15413         Use types required by C89 in prototype.
15414
15415         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
15416         * lib/savedir.c: Likewise.
15417         * lib/mkdir.c (free): Remove decl.
15418         * lib/rmdir.c (rmdir): Define with a prototype.
15419         * lib/savedir.c: Include savedir.h first, to test interface.
15420
15421         * lib/mktime.c (STDC_HEADERS): Remove.
15422         Include <stdlib.h>, <string.h> unconditionally.
15423
15424         * lib/modechange.c: Include <stdlib.h> unconditionally.
15425         (malloc): Remove decl.
15426
15427         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
15428         (free): Remove decl.
15429
15430         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
15431         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
15432         (This type really should be intptr_t, but that's a C99ism.)
15433         (_obstack_memcpy): Remove: all uses changed to memcpy.
15434         Include <string.h> unconditionally.
15435         (struct obstack): Assume __STDC__ for types of members
15436         chunkfun, freefun, extra_arg.
15437         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
15438         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
15439         obstack_begin, obstack_specify_allocation,
15440         obstack_specify_allocation_with_arg, obstack_chunkfun,
15441         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
15442         Remove unprototyped decls and the macros that use them.
15443         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
15444         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
15445         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
15446         (defined __STDC__ && __STDC__)]:
15447         Remove nonprototyped code.
15448         Include <stdlib.h> unconditionally.
15449         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
15450         _obstack_allocated_p, _obstack_free, obstack_free,
15451         _obstack_memory_used, print_and_abort):
15452         Define using prototypes.
15453         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
15454         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
15455         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
15456         obstack_next_free, obstack_object_size, obstack_room) [0]:
15457         Remove unused, unprototyped code.
15458
15459         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
15460
15461         * lib/physmem.c (physmem_total, physmem_available, main): Define
15462         with prototypes.
15463
15464         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
15465         (main): Define with a prototype.
15466
15467         * lib/posixver.c (getenv): Remove decl.
15468
15469         * lib/putenv.c (malloc): Returns void *, not char *.
15470         Include <string.h> unconditionally.
15471         (strchr, memcpy, NULL): Do not define.
15472
15473         * lib/readtokens.c: Include readtokens.h first, to test interface.
15474         Include <stdlib.h>, <string.h> unconditionally.
15475         (init_tokenbuffer): Define with a prototype.
15476
15477         * lib/regex.c (PARAMS): Remove.  All uses removed.
15478         All uses of _RE_ARGS removed, too.
15479         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15480         unconditionally.
15481         (bzero): Assume memset exists.
15482         (memcmp, memcpy, NULL): Remove.
15483         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
15484         char, or assignments to local vars of type signed char.
15485         (init_syntax_once, PREFIX(extract_number_and_incr),
15486         PREFIX(print_partial_compiled_pattern),
15487         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
15488         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
15489         PREFIX(regex_grow_registers), PREFIX(regex_compile),
15490         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
15491         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
15492         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
15493         wcs_compile_range, byte_compile_range, truncate_wchar,
15494         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
15495         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
15496         count_mbs_length, wcs_re_match_2_internal,
15497         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
15498         PREFIX(alt_match_null_string_p),
15499         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
15500         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
15501         regfree, PREFIX(extract_number)): Define with prototype.  Remove
15502         now-unnecessary declaration, if any.
15503         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
15504         regcomp, regexec):
15505         Remove now-unnecessary casts among pointer types.
15506         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
15507
15508         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
15509         (free): Remove decl.
15510
15511         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
15512
15513         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
15514         (free): Remove decl.
15515
15516         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
15517         * lib/xgetcwd.c: Likewise.
15518
15519         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
15520         (free): Remove decl.
15521
15522         * lib/strchrnul.c (strchrnul): Define with a prototype.
15523         Fix bug: c_in was not converted to char before searching.
15524
15525         The following changes are not K&R related:
15526
15527         * lib/group-member.h: Include <sys/types.h>, so that this file is
15528         self-contained.
15529         * lib/makepath.h: Likewise.
15530
15531         * lib/getusershell.c (readname, default_index, line_size, readname):
15532         Use size_t, not int, for sizes.
15533         (readname): If the size overflows, report an error instead of
15534         looping forever.
15535
15536 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15537
15538         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
15539         libc.
15540
15541 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15542
15543         * README: New section: portability guidelines.
15544
15545 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
15546
15547         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
15548         C89 spec.
15549
15550 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
15551
15552         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
15553
15554 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15555
15556         Assume C89 or better; remove K&R cruft.
15557         A few of these changes were first proposed by Derek Robert Price
15558         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
15559
15560         * lib/addext.c: Include <string.h> unconditionally.
15561         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
15562         Don't declare getenv or malloc.
15563
15564         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
15565         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
15566         (NULL): Remove.
15567         (find_stack_direction, alloca): Use prototypes.
15568
15569         * lib/atexit.c (atexit): Define using a prototype.
15570
15571         * lib/basename.c, dirname.c, stripslash.c:
15572         Include <string.h> unconditionally.
15573
15574         * lib/bcopy.c: Include <stddef.h>.
15575         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
15576
15577         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
15578
15579         * lib/error.h (error, error_at_line, error_print_progname)
15580         [! (defined (__STDC__) && __STDC__)]: Remove decls.
15581         * lib/error.c: Include error.h first, to check interface.
15582         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
15583         (VA_START): Remove; all uses changeed to va_start.
15584         (exit, strerror): Remove decls.
15585         (error_print_progname): Prototype uncondionally.
15586         Don't include <errno.h>; no longer needed.
15587         (private_strerror): Remove.
15588         (error_tail): Always define.
15589         (error, error_at_line): Assume C89 or better; always use prototypes.
15590         * lib/fatal.c: Include "fatal.h" first, to test interface.
15591         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
15592         (VA_START): Remove; all uses changed to va_start.
15593         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
15594         this case.
15595         (exit): Remove decl.
15596         (fatal): Prototype unconditionally.  Assume va_start works.
15597         Abort at end, to pacify gcc.
15598
15599         * lib/euidaccess.c (main): Define with a prototype.
15600
15601         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
15602
15603         * lib/exitfail.c: Include <stdlib.h> unconditionally.
15604
15605         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
15606         prototypes.
15607         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
15608         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
15609         (getenv): Remove decl.
15610         (fnmatch): Define using a prototype.
15611         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
15612         (FCT): Define using a prototype.
15613
15614         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
15615
15616         * lib/gethostname.c: Include <stddef.h>.
15617         (gethostname): Define with prototype.  Length is size_t, not int.
15618
15619 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15620
15621         Assume C89 or better; remove K&R cruft.
15622         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
15623         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
15624         string.h, getenv, malloc.
15625         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
15626         headers.
15627         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
15628         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
15629         do not check for strerror.
15630         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
15631         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
15632         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
15633         do not check for doprnt or vprintf.
15634         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
15635         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
15636
15637 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15638
15639         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
15640         getversion.c should have been removed then, but was accidentally
15641         preserved.
15642
15643         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
15644         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
15645
15646 2003-09-08  Karl Berry  <karl@gnu.org>
15647
15648         * config/config.sub, config.guess, srclistvars.sh: update from savannah
15649                 config, forget about prep.
15650
15651         * config/depcomp, missing: update from automake.
15652
15653 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15654
15655         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
15656         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15657
15658 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15659
15660         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
15661         copy_tm_result.  Bug reported by Simon Josefsson in
15662         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15663
15664 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15665
15666         * m4/time_r.m4: New file.
15667         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
15668         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
15669         is. Check for timegm declaration.
15670         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
15671         Do not check for gmtime_r.
15672         Replace mktime if __mktime_internal does not exist and if mktime
15673         hasn't been replaced already.
15674
15675 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15676
15677         * lib/time_r.c, time_r.h: New files.
15678
15679         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
15680         __localtime_r.
15681         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
15682         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
15683
15684         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
15685         __gmtime_r.
15686         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
15687         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
15688         Include <time_r.h>.
15689
15690         * lib/timegm.c: Switch to glibc implementation, with the following
15691         changes:
15692         [defined HAVE_CONFIG_H]: Include <config.h>.
15693         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
15694         (__mktime_internal) [!defined _LIBC]: New decl.
15695         (__gmtime_r) [!defined _LIBC]: New macro and function.
15696         (timegm): Use a prototype, since gnulib assumes C89.
15697         Do not bother declaring tmp to be const, as it's not really usefu.
15698         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
15699         (timegm): Declare only if HAVE_DECL_TIMEGM.
15700
15701 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15702
15703         * MODULES.html.sh (func_all_modules): Add time_r.
15704         * modules/time_r: New file.
15705         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
15706         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
15707
15708 2003-09-03  Paul Eggert  <eggert@twinsun.com>
15709
15710         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
15711         Bug reported by Lute Kamstra in
15712         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
15713
15714         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
15715         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
15716         course with correspondingly smaller numbers for tomorrow and
15717         yesterday.  From Tadayoshi Funaba.  Originally installed into
15718         sh-utils on 1999-08-07, but the patch got lost (I guess during the
15719         coreutils merge?).
15720
15721 2003-08-31  Simon Josefsson  <jas@extundo.com>
15722
15723         * modules/timegm: New file.
15724         * MODULES.html.sh (func_all_modules): Add timegm.
15725
15726 2003-08-31  Simon Josefsson  <jas@extundo.com>
15727
15728         * m4/timegm.m4: New file.
15729
15730 2003-08-31  Simon Josefsson  <jas@extundo.com>
15731
15732         * lib/timegm.h: New file.
15733         * lib/timegm.c: New file.  Based on
15734         wget-1.8.2/src/http.c:mktime_from_utc.
15735
15736 2003-08-31  Karl Berry  <karl@gnu.org>
15737
15738         * lib/argp.h: update from libc.
15739
15740 2003-08-28  Bruno Haible  <bruno@clisp.org>
15741
15742         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
15743         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
15744         followed by '#define fnmatch fnmatch_posix' gives an error.
15745
15746 2003-08-28  Bruno Haible  <bruno@clisp.org>
15747
15748         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
15749         warning on QNX, which defines O_BINARY to 000000.
15750
15751 2003-08-27  Jim Meyering  <jim@meyering.net>
15752
15753         * m4/mkstemp.m4: Require that the system mkstemp be able to create
15754         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
15755         would fail after 32.  Reported by Danny Levinson.  Details here:
15756         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
15757
15758 2003-08-24  Bruno Haible  <bruno@clisp.org>
15759
15760         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
15761         MSVC7 <stdio.h> is included later.
15762
15763 2003-08-22  Simon Josefsson  <jas@extundo.com>
15764
15765         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
15766
15767 2003-08-20  Karl Berry  <karl@gnu.org>
15768
15769         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
15770
15771 2003-08-20  Bruno Haible  <bruno@clisp.org>
15772
15773         * modules/progname: New file.
15774         * MODULES.html.sh (func_all_modules): Add progname.
15775
15776 2003-08-20  Bruno Haible  <bruno@clisp.org>
15777
15778         * lib/progname.h: New file, from GNU gettext.
15779         * lib/progname.c: New file, from GNU gettext.
15780         * lib/progreloc.c: New file, from GNU gettext.
15781
15782 2003-08-19  Jim Meyering  <jim@meyering.net>
15783
15784         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
15785         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
15786
15787 2003-08-19  Bruno Haible  <bruno@clisp.org>
15788
15789         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
15790         more.
15791
15792 2003-08-19  Bruno Haible  <bruno@clisp.org>
15793
15794         * lib/xstrdup.c: Assume <string.h> exists.
15795
15796 2003-08-18  Paul Eggert  <eggert@twinsun.com>
15797
15798         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
15799         in makefile rules.
15800
15801 2003-08-18  Jim Meyering  <jim@meyering.net>
15802
15803         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
15804         * m4/lib-ld.m4: Likewise.
15805
15806 2003-08-18  Jim Meyering  <jim@meyering.net>
15807
15808         * lib/setenv.h: Indent nested cpp directive.
15809         * lib/vasnprintf.c: Remove trailing blanks.
15810
15811 2003-08-17  Simon Josefsson  <jas@extundo.com>
15812
15813         * modules/xstrndup: New file.
15814         * MODULES.html.sh (func_all_modules): Add xstrndup.
15815
15816 2003-08-17  Simon Josefsson  <jas@extundo.com>
15817
15818         * modules/argp: Fix autoconf macro name. Add more dependencies.
15819
15820 2003-08-17  Simon Josefsson  <jas@extundo.com>
15821
15822         * m4/xstrndup.m4: New file.
15823
15824 2003-08-17  Simon Josefsson  <jas@extundo.com>
15825
15826         * m4/argp.m4: New file.
15827
15828 2003-08-17  Simon Josefsson  <jas@extundo.com>
15829             Bruno Haible  <bruno@clisp.org>
15830
15831         * lib/xstrndup.h: New file.
15832         * lib/xstrndup.c: New file.
15833
15834 2003-08-17  Bruno Haible  <bruno@clisp.org>
15835
15836         * modules/strndup (Files, Include): Add lib/strndup.h.
15837
15838 2003-08-17  Bruno Haible  <bruno@clisp.org>
15839
15840         * modules/euidaccess (Files): Add lib/euidaccess.h.
15841
15842 2003-08-17  Bruno Haible  <bruno@clisp.org>
15843
15844         * lib/strndup.h: New file.
15845
15846 2003-08-17  Bruno Haible  <bruno@clisp.org>
15847
15848         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
15849         like AC_GNU_SOURCE.
15850         * modules/extensions (configure.ac): Comment out the invocation of
15851         gl_USE_SYSTEM_EXTENSIONS.
15852
15853 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15854
15855         Merges from coreutils, etc.
15856         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
15857         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
15858         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
15859         fixing a typo.
15860         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
15861         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
15862
15863 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15864
15865         Document merge from coreutils.
15866         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
15867         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
15868         * modules/utime: Add m4/utimes-null.m4.
15869
15870 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15871
15872         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
15873         space, undoing this 2003-08-12 change:
15874         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15875
15876 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15877
15878         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
15879         strtoul.c from libc, undoing this 2003-08-12 change:
15880         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15881
15882 2003-08-16  Jim Meyering  <jim@meyering.net>
15883
15884         Merges from coreutils.
15885         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
15886         prefix.  Adjust cache variables similarly.  Create 500 rather than
15887         just 300 files, to exercise bug on Darwin6.5, too.
15888         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
15889         $missing_dir.
15890         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
15891         AM_SYS_POSIX_TERMIOS.
15892         Reported by mkc@mathdogs.com.
15893         Also change use of $am_cv_sys_posix_termios
15894         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
15895         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
15896         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
15897         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
15898         in /proc/mounts until it finds one with matching device number.  This
15899         is unnecessary when the FILE argument *is* a mount point.  No stat call
15900         is necessary in that case.  So, disable the statvfs-testing code on
15901         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
15902         as RedHat bug# 84846.
15903         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15904         to 1MB, so as not to render systems with no stack size limit (e.g.,
15905         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15906         Include <unistd.h>.  On some systems,
15907         it is required for the definition of _SC_PAGESIZE.
15908
15909 2003-08-16  Jim Meyering  <jim@meyering.net>
15910
15911         Merge from coreutils.
15912         * lib/xstrtoimax.c: #else #if -> #elif.
15913         * lib/xstrtoumax.c: Likewise.
15914
15915 2003-08-16  Jim Meyering  <jim@meyering.net>
15916
15917         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
15918         * m4/utimes.m4: Removed.
15919         * m4/utimes-null.m4: Renamed from utimes.m4.
15920
15921         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15922         to 1MB, so as not to render systems with no stack size limit (e.g.,
15923         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15924         Include <unistd.h>.  On some systems,
15925         it is required for the definition of _SC_PAGESIZE.
15926
15927 2003-08-16  Jim Meyering  <jim@meyering.net>
15928         and Paul Eggert  <eggert@cs.ucla.edu>
15929
15930         Merges from coreutils, etc.
15931
15932         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
15933         using the latest version from cvs.  This avoids problems with #line
15934         directives using a vendor (Sun) compiler.
15935         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
15936         Don't set GETGROUPS_LIB here; now it's
15937         done via getgroups.m4's wrapper function.
15938         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
15939         rather than just in sh-util/configure.in, so that the
15940         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
15941         same.
15942         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
15943         AC_FUNC_GETLOADAVG where to find getloadavg.c.
15944         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
15945         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
15946         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
15947         Remove code that is now done by the newly-required macros.
15948         Append $(EXEEXT) to DF_PROG.
15949         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
15950         Do not invoke or require the following here,
15951         since prereq.m4 or some gnulib .m4 now does this for us:
15952         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
15953         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
15954         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
15955         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
15956         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
15957         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
15958         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
15959         AC_FUNC_OBSTACK.
15960         Do not replace the following functions, as this is now the job
15961         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
15962         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
15963         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
15964         atexit getpass, strdup, getpagesize.
15965         Replace 'raise'.
15966         Do not check for the following functions, as this is now the job
15967         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
15968         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
15969         setregid.
15970         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
15971         Check for sys/sysctl.h.
15972         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
15973         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
15974         of checking for ssize_t ourselves.
15975
15976         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
15977         Require every macro that gnulib/modules/* suggests for us.
15978         (jm_PREREQ_ADDEXT): New macro.
15979         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
15980         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
15981
15982         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
15983         (gl_PHYSMEM): Use it.
15984         Also check for `table' function.
15985         Check for new headers and functions.
15986         Add check for sys/sysmp.h.
15987         With suggestions from Kaveh Ghazi.
15988         Ignore headers that are present but cannot be compiled.  This
15989         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
15990         C 5.4.
15991
15992 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15993
15994         Document merge from coreutils.
15995         * modules/userspec: Depend on posixver.
15996         * modules/strftime: Depend on tzset.
15997
15998 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15999
16000         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
16001         rather than tab, after '#' in shell-script copyright notices.
16002         Suggested by Bruno Haible.
16003
16004 2003-08-15  Paul Eggert  <eggert@twinsun.com>
16005
16006         * config/srclist-update: Use three spaces, rather than tab, after '#'
16007         in shell-script copyright notices.  Suggested by Bruno Haible.
16008         Remove unnecessary parenthesization in regular expression.
16009
16010 2003-08-15  Jim Meyering  <jim@meyering.net>
16011
16012         Merge from coreutils.
16013         * lib/xgethostname.c: Include <stdlib.h>.
16014         (xghostname): Don't exit for anything other than memory-related
16015         failure; just return NULL.
16016         * lib/userspec.c: Include "posixver.h".
16017         (parse_user_spec): Accept `.' as a separator only
16018         in pre-POSIX-200112 mode.
16019         * lib/strtoimax.c: Use #elif rather than #else #if.
16020         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
16021         Remove function, now that we can rely on a working tzset function.
16022         [!_LIBC]: Ensure that the required autoconf test has been run.
16023         [!defined _NL_CURRENT && HAVE_STRFTIME]:
16024         Use underlying_strftime for %r.
16025         * lib/sha.c: Merge in some clean-up and optimization changes from
16026         glibc.
16027         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
16028         Ensure that it is a multiple of 64.
16029         Rearrange loop exit tests so as to avoid performing an
16030         additional fread after encountering an error or EOF.
16031         * lib/realloc.c: Update copyright date.
16032
16033 2003-08-15  Jim Meyering  <jim@meyering.net>
16034         and Paul Eggert  <eggert@twinsun.com>
16035
16036         Merge from coreutils.
16037         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
16038         member but strut utmpx does not.  Needed for AIX 4.3.3.
16039         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
16040
16041 2003-08-15  Jim Meyering  <jim@meyering.net>
16042         and Paul Eggert  <eggert@cs.ucla.edu>
16043
16044         Merges from coreutils, etc.
16045         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
16046         Require gl_FUNC_TZSET_CLOBBER.
16047         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
16048         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
16049         members.
16050
16051 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16052
16053         Help the merge from coreutils.
16054         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
16055         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
16056         * m4/tzset.m4: Use it too.
16057
16058 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16059
16060         * modules/tzset: New file.
16061
16062 2003-08-14  Jim Meyering  <jim@meyering.net>
16063
16064         Merges from coreutils.
16065         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
16066         variable names, rather than @FNMATCH_H@.
16067         * modules/alloca: Likewise for $(ALLOCA_H).
16068
16069         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
16070         the three copies of the literal target, `fnmatch.h'.
16071         * modules/alloca (alloca.h): Likewise.
16072
16073 2003-08-14  Jim Meyering  <jim@meyering.net>
16074
16075         Merge from coreutils.
16076         * m4/tzset.m4: New file.
16077         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
16078         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
16079         otherwise, AIX 5.1 systems would end up using the latter.
16080         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
16081         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
16082         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
16083         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
16084
16085 2003-08-14  Jim Meyering  <jim@meyering.net>
16086
16087         Merge from coreutils.
16088         * lib/obstack.h: Whitespace changes.
16089         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
16090         and xcalloc return values.
16091         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
16092         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
16093         hang on OSF/1 5.1 for DIR on both local and remote file systems.
16094         Reported by (and fix confirmed by) Nelson H. F. Beebe.
16095         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
16096         error from mntctl.
16097         Use mntctl's return value to drive the entry-processing loop, since
16098         we can't rely on the value of the vmt_length member in the last
16099         entry.  On some systems doing so could result in exhausting
16100         virtual memory.  Based in part on a patch from Mike Jetzer.
16101
16102 2003-08-14  Jim Meyering  <jim@meyering.net>
16103         and Paul Eggert  <eggert@twinsun.com>
16104
16105         Merges from coreutils, plus other fixes.
16106         * lib/physmem.c: Merge in portability changes from gcc/libiberty
16107         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
16108         for credits and details.  Thanks to Kaveh Ghazi for helping
16109         to keep these files in sync.
16110         (ARRAY_SIZE): Define it.
16111         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
16112         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
16113         (memcasecmp): Don't assume size_t fits in unsigned int.
16114         Remove casts and duplicate code.
16115         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
16116         (memcpy): Remove definition.
16117         Merge in some clean-up and optimization changes from glibc.
16118         [BLOCKSIZE]: Move definition to top of file.
16119         Ensure that it is a multiple of 64.
16120         Rearrange loop exit tests so as to avoid performing an
16121         additional fread after encountering an error or EOF.
16122         * lib/md5.h (md5_uintptr): Define.
16123         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
16124         return to the initial working directory.  Preserve errno
16125         for caller.
16126         * lib/idcache.c: Include "xalloc.h".
16127         (xmalloc, xrealloc): Remove decls.
16128         (getuser): Remove casts no longer required in C89.
16129         * lib/human.c: Include stdio.h, for sprintf.
16130         * lib/group-member.c: Include "xalloc.h".
16131         (xmalloc, xrealloc): Remove decls.
16132         (get_group_info): Remove casts no longer required in C89.
16133         * lib/getusershell.c (readname): Remove casts no longer required in
16134         C89.
16135         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
16136         * lib/getline.c: Whitespace fix, from coreutils.
16137
16138 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16139
16140         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
16141         Check for isascii.
16142
16143         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
16144         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
16145         Undo previous (whitespace-only) change.
16146
16147 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16148
16149         * lib/exclude.c: Include <ctype.h>
16150         (IN_CTYPE_DOMAIN): New macro.
16151         (is_space): New fn.
16152         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
16153         and empty lines.
16154
16155         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
16156         Undo previous (whitespace-only) change.
16157
16158 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16159
16160         * config/srclist-update: Change update back to the old behavior,
16161         leaving whitespace alone.  Use one 'sed' command rather than a
16162         pipeline.
16163         (fixlicense): Now a variable, not a function.
16164         (remove_trailing_blanks): Remove.
16165         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
16166         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
16167         Undo previous (whitespace-only) change.
16168
16169 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16170
16171         Merge from coreutils.
16172         * modules/euidaccess: Add lib_SOURCES, include for new
16173         file euidaccess.h
16174
16175 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16176
16177         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
16178         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
16179         Normalize leading white space and remove trailing white space.
16180
16181         Merge from coreutils
16182         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
16183
16184         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
16185         0.12.1.  These files are now being upgraded automatically by
16186         ../config/srclist-update.
16187
16188 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16189
16190         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
16191         Normalize leading white space and remove trailing white space.
16192         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
16193         notice, as per ../config/srclist-update.
16194
16195         Merge from coreutils.
16196         * lib/euidaccess.h: New file.
16197         * lib/euidaccess.c: Include it.
16198         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
16199         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
16200         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
16201
16202 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16203
16204         * config/srclist-update: Add copyright notice.
16205         (remove_id_lines, remove_trailing_blanks): New constants.
16206         (fixfile): Use them to normalize spacing a bit in copied files.
16207         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
16208         Normalize leading white space and remove trailing white space.
16209
16210         * config/texinfo.tex: Sync with texinfo.
16211
16212         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
16213         strtoul.c from libc, to merge coreutils whitespace changes.
16214
16215         * config/srclist.txt: Get the following m4 files from gettext:
16216         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
16217         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
16218         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
16219         wint_t.m4.
16220
16221 2003-08-12  Karl Berry  <karl@gnu.org>
16222
16223         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
16224         been made.
16225
16226 2003-08-11  Paul Eggert  <eggert@twinsun.com>
16227
16228         * modules/gnu-source, m4/gnu-source.m4:
16229         Remove; we're assuming Autoconf 2.54 or later now.
16230         Suggested by Bruno Haible.
16231         * MODULES.html.sh (func_all_modules): Remove gnu-source.
16232
16233 2003-08-11  Bruno Haible  <bruno@clisp.org>
16234
16235         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
16236
16237 2003-08-11  Bruno Haible  <bruno@clisp.org>
16238
16239         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
16240         (vasnprintf): Use it instead of wcslen.
16241
16242 2003-08-11  Bruno Haible  <bruno@clisp.org>
16243
16244         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
16245         value to ensure that _Bool promotes to int. Use #define for _Bool when
16246         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
16247
16248 2003-08-10  Karl Berry  <karl@gnu.org>
16249
16250         * lib/regex.h: update from libc (whitespace fix).
16251
16252 2003-08-09  Paul Eggert  <eggert@twinsun.com>
16253
16254         Merge some files from coreutils.  These changes were
16255         originally made by Jim Meyering.
16256         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
16257         many older Unixes require this.
16258         * lib/alloca.c (alloca): Remove cast to argument of free;
16259         no longer needed in C89.
16260         * lib/alloca_.h, regex.h: Fix white space to match
16261         what GNU indent does.
16262
16263 2003-08-09  Paul Eggert  <eggert@twinsun.com>
16264
16265         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
16266         apparently Emacs's Unicode mode got confused before my 2003-08-05
16267         checkin.
16268
16269 2003-08-08  Paul Eggert  <eggert@twinsun.com>
16270
16271         * m4/extensions.m4: New file.
16272         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
16273         Require gl_USE_SYSTEM_EXTENSIONS.
16274         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
16275         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
16276
16277 2003-08-08  Paul Eggert  <eggert@twinsun.com>
16278
16279         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
16280         * modules/extensions, modules/gnu-source: New files.
16281         * modules/timespec, modules/unlocked-io: Depend on extensions.
16282
16283 2003-08-07 Paul Eggert  <eggert@twinsun.com>
16284
16285         * modules/restrict: New file.
16286         * MODULES.html.sh (func_all_modules): Add restrict.
16287         * modules/regex: Depend on restrict.
16288
16289 2003-08-07  Paul Eggert  <eggert@twinsun.com>
16290
16291         * m4/restrict.m4: New file.
16292         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
16293
16294 2003-08-07  Bruno Haible  <bruno@clisp.org>
16295
16296         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
16297         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
16298
16299 2003-08-07  Bruno Haible  <bruno@clisp.org>
16300
16301         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
16302         makes the module 'getndelim2' compatible with the module 'getline'.
16303
16304 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16305
16306         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
16307         byte with "\201" to avoid glitches when editing that source file
16308         with multi-gnome-terminal.
16309
16310 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16311
16312         * lib/bumpalloc.h: Remove.
16313
16314 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16315
16316         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
16317         * modules/bumpalloc: Remove.
16318
16319 2003-08-04  Paul Eggert  <eggert@twinsun.com>
16320
16321         * lib/getloadavg.c: Change copyright notice and spacing to conform to
16322         GNU coding style.
16323
16324         Merge from coreutils.
16325         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
16326         1. From glibc.
16327         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
16328         from Karl Berry, implemented by Jim Meyering.
16329         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
16330         from Dmitry V. Levin.
16331         Remove anachronistic cast of xrealloc.
16332         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
16333         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
16334         type. Otherwise, it wouldn't compile with at least /bin/cc on
16335         ymp-cray-unicos9.0.2.X.
16336         Combine two mostly-identical uses of alloca into one.
16337         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
16338
16339 2003-08-04  Dave Love <d.love@dl.ac.uk>
16340
16341         [From Emacs.]
16342
16343         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
16344         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
16345         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
16346         obsolete NLIST_NAME_UNION.
16347         [__GNU__]: Undef BSD and FSCALE.
16348         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
16349
16350 2003-08-03  Paul Eggert  <eggert@twinsun.com>
16351
16352         * lib/stdbool_.h (_Bool): Make it signed char, instead of
16353         an enum type, so that it's guaranteed to promote to int.  See:
16354         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
16355
16356 2003-08-03  Karl Berry  <karl@gnu.org>
16357
16358         * config/depcomp: update from automake.
16359
16360 2003-07-31  Paul Eggert  <eggert@twinsun.com>
16361
16362         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
16363         (strerror): Don't assume that a printable int fits in 14 bytes.
16364
16365 2003-07-31  Bruno Haible  <bruno@clisp.org>
16366
16367         * modules/getpass-gnu: New file.
16368         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
16369
16370 2003-07-31  Bruno Haible  <bruno@clisp.org>
16371
16372         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
16373
16374 2003-07-24  Karl Berry  <karl@gnu.org>
16375
16376         * config/missing: update from automake.
16377
16378 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
16379             Bruno Haible  <bruno@clisp.org>
16380
16381         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
16382         * lib/getline.c (getline, getdelim): Likewise.
16383         Remove _GNU_SOURCE define; now it's defined in config.h through
16384         m4/getline.m4.
16385
16386 2003-07-23  Karl Berry  <karl@gnu.org>
16387
16388         * config/config.sub: update from prep.
16389
16390 2003-07-22  Paul Eggert  <eggert@twinsun.com>
16391
16392         * modules/xalloc (Depends-on): Add exitfail.
16393         * modules/xmemcoll: Likewise.
16394
16395 2003-07-22  Paul Eggert  <eggert@twinsun.com>
16396
16397         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
16398         over-parenthesization in macros.
16399
16400         Sync with coreutils.
16401
16402         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
16403         required by C99.
16404
16405         Use `exit_failure' for xalloc and xmemcoll instead of their own
16406         private exit-failure variables.
16407         * lib/xalloc.h (xalloc_exit_failure): Remove.
16408         * lib/xmalloc.c: Likewise.  Include exitfail.h.
16409         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
16410         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
16411         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
16412         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
16413
16414 2003-07-20  Jim Meyering  <jim@meyering.net>
16415
16416         * modules/closeout (Depends-on): Add exitfail.
16417         Suggestion from Bruno Haible.
16418
16419 2003-07-19  Karl Berry  <karl@gnu.org>
16420
16421         * config/config.sub: update from prep.
16422
16423 2003-07-18  Paul Eggert  <eggert@twinsun.com>
16424
16425         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
16426         Remove.
16427         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
16428         to test that it can stand by itself.  Include "exitfail.h".
16429         Clients should set exit_failure instead.
16430         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
16431
16432 2003-07-18  Bruno Haible  <bruno@clisp.org>
16433
16434         * modules/getndelim2: New file.
16435         * modules/getline: Share files with module getndelim2.
16436         * modules/getnline: Depend on getndelim2 instead of sharing files with
16437         it. Add getnline.c to lib_SOURCES.
16438         * MODULES.html.sh (func_all_modules): Add getndelim2.
16439
16440 2003-07-18  Bruno Haible  <bruno@clisp.org>
16441
16442         * m4/getndelim2.m4: New file.
16443         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
16444         invoke gl_PREREQ_GETNDELIM2.
16445         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
16446         gl_PREREQ_GETNDELIM2.
16447         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
16448         gl_GETNDELIM2.
16449
16450 2003-07-18  Bruno Haible  <bruno@clisp.org>
16451
16452         * lib/getndelim2.h: New file.
16453         * lib/getndelim2.c: Make into a module of its own. Include config.h,
16454         getndelim2.h.
16455         (getndelim2): Make non-static. Change return type to ssize_t.
16456         * lib/getline.h: Change argument names.
16457         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
16458         * lib/getnline.c: Include getndelim2.h.
16459
16460 2003-07-18  Andreas Schwab  <schwab@suse.de>
16461
16462         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
16463
16464 2003-07-17  Karl Berry  <karl@gnu.org>
16465
16466         * config/config.sub: update from prep.
16467
16468 2003-07-17  Bruno Haible  <bruno@clisp.org>
16469
16470         * modules/getnline: New file.
16471         * modules/getline: Add lib/getndelim2.c to source file list.
16472         * MODULES.html.sh (func_all_modules): Add getnline.
16473
16474 2003-07-17  Bruno Haible  <bruno@clisp.org>
16475
16476         * m4/getnline.m4: New file.
16477
16478 2003-07-17  Bruno Haible  <bruno@clisp.org>
16479
16480         * m4/Makefile.am.in: Remove file.
16481         * m4/Makefile.am: Remove file.
16482         * m4/Makefile.in: Remove file.
16483
16484 2003-07-17  Bruno Haible  <bruno@clisp.org>
16485
16486         * lib/getnline.h: New file.
16487         * lib/getnline.c: New file.
16488         * lib/getndelim2.c: New file, extracted from getline.c.
16489         (getndelim2): Renamed from getdelim2, with added nmax argument.
16490         * lib/getline.c: Include getndelim2.c.
16491         (getdelim2): Moved out to getndelim2.c.
16492         (getline, getdelim): Update.
16493
16494 2003-07-17  Bruno Haible  <bruno@clisp.org>
16495
16496         * lib/Makefile.am: Remove file.
16497         * lib/Makefile.in: Remove file.
16498
16499 2003-07-17  Bruno Haible  <bruno@clisp.org>
16500
16501         * configure.in: Remove file.
16502         * Makefile.in: Remove file.
16503
16504 2003-07-17  Bruno Haible  <bruno@clisp.org>
16505
16506         * MODULES.html.sh: Put the </BODY> right before </HTML>.
16507
16508 2003-07-16  Karl Berry  <karl@gnu.org>
16509
16510         * config/srclist-update: was running fixlicense twice, which caused
16511                 texinfo.tex to be nullified for some reason.  Simplify,
16512                 $gplsrc is no longer needed as far as I can see?
16513
16514 2003-07-16  Jim Meyering  <jim@meyering.net>
16515
16516         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
16517
16518 2003-07-15  Paul Eggert  <eggert@twinsun.com>
16519
16520         * config/srclist.txt: Get the following files from gettext-runtime/intl
16521         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
16522         ref-del.sin.  From Bruno Haible.
16523         * config/srclist-update (fixfile): Change grep pattern again, since the
16524         previous fix didn't work (there was another trailing $).  Use
16525         '[$]' to escape the $s.
16526
16527 2003-07-15  Karl Berry  <karl@gnu.org>
16528
16529         * lib/vasnprintf.c: update from gettext.
16530
16531 2003-07-15  Karl Berry  <karl@gnu.org>
16532
16533         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
16534         gets expanded when surrounded by '$'.
16535
16536 2003-07-15  Jim Meyering  <jim@meyering.net>
16537
16538         * modules/save-cwd: Don't depend on error.  From Derek Price.
16539
16540 2003-07-15  Jim Meyering  <jim@meyering.net>
16541
16542         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
16543
16544 2003-07-14  Simon Josefsson  <jas@extundo.com>
16545
16546         * modules/mempcpy: New file.
16547         * MODULES.html.sh (func_all_modules): Add mempcpy.
16548
16549 2003-07-14  Simon Josefsson  <jas@extundo.com>
16550
16551         * m4/mempcpy.m4: New file.
16552
16553 2003-07-14  Simon Josefsson  <jas@extundo.com>
16554
16555         * lib/mempcpy.h: New file.
16556         * lib/mempcpy.c: New file.
16557
16558 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16559
16560         * modules/getdate, modules/posixtm: Depend on mktime.
16561
16562 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16563
16564         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
16565         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
16566         unicodeio.c, unicodeio.h, unlocked-io.h:
16567         Switch from LGPL to GPL.
16568
16569 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16570
16571         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
16572         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
16573         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
16574         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
16575         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
16576         updated automatically by ../config/srclist-update.  This changes
16577         their license from LPGL to GPL.
16578
16579 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16580
16581         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
16582         assumed to refer to the root of the most recent stable gettext version.
16583         * config/srclistvars.sh: Add defaults for eggert.
16584         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
16585         Match "This program" as well as "The program".  This is needed
16586         for gettext.
16587
16588 2003-07-14  Jim Meyering  <jim@meyering.net>
16589
16590         Don't emit diagnostics.  Let callers do that.
16591         * lib/save-cwd.c: Don't include "error.h".
16592         (save_cwd): Don't call error.  Ensure that errno is valid
16593         when returning nonzero.
16594
16595         * lib/save-cwd.h (restore_cwd): Update prototype.
16596         * lib/save-cwd.c (restore_cwd): Remove two parameters.
16597         Simplify.  Don't call error upon failure.  Let callers do that.
16598         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
16599         when auditing is enabled.  But don't bother updating the #if.
16600
16601 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
16602
16603         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
16604         it breaks C++ compilation.
16605         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
16606
16607 2003-07-10  Simon Josefsson  <jas@extundo.com>
16608
16609         * modules/strchrnul (Makefile.am): Add strchrnul.h.
16610
16611 2003-07-10  Jim Meyering  <jim@meyering.net>
16612
16613         * m4/clock_time.m4: Remove trailing blank.
16614         * m4/intmax_t.m4: Likewise.
16615
16616 2003-07-10  Jim Meyering  <jim@meyering.net>
16617
16618         * lib/vasnprintf.c: Remove trailing blanks.
16619         Make cpp indentation consistent.
16620
16621 2003-07-09  Paul Eggert  <eggert@twinsun.com>
16622
16623         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
16624         posixver.c, strftime.c, strnlen.c, strverscmp.c:
16625         Switch from LGPL to GPL.
16626
16627 2003-07-09  Paul Eggert  <eggert@twinsun.com>
16628
16629         * config/srclist.txt: Sort sublists.  Add
16630         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
16631         that differ from gnulib for one reason or another; we'd like this list
16632         to be smaller but for now let's document what we have.
16633
16634 2003-07-08  Paul Eggert  <eggert@twinsun.com>
16635
16636         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
16637         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
16638         and sweeter "eval x=$x".
16639         * config/srclist.txt: Get lib/argp* from glibc.
16640
16641 2003-07-07  Paul Eggert  <eggert@twinsun.com>
16642
16643         * lib/mktime.c: Fix some boundary cases and remove need for floating
16644         point.
16645
16646         Issue a compile-time diagnostic if time_t is floating point, or if
16647         two's complement arithmetic is not in effect, or if arithmetic
16648         right shift does not propagate the sign.  These assumptions were
16649         all in the original code but they weren't checked.
16650
16651         (TIME_T_MIDPOINT, verify): New macros.
16652         (__isleap): Remove; it has integer overflow problems.
16653         (leapyear): New function, without those problems.
16654         (ydhms_tm_diff): Remove; splitting into two parts.
16655         (ydhms_diff): New function, containing the arithmetic part of
16656         the old ydhms_tm_diff function.  Issue a compile-time
16657         diagnostic if we are not using C99 integer division.
16658         Avoid casts when possible.
16659         (guess_time_tm): New function, containing the checking part of
16660         the old ydhms_tm_diff function.  Return the new value, rather than
16661         the difference between it and the old.  Accept a new argument T
16662         so that *T specifies the old value.  Check for overflow in the result.
16663
16664         (__mktime_internal): Use a time_t offset, not a long int offset.
16665         This undoes the 2003-06-04 change, which is no longer needed now
16666         that we have better overflow checking.
16667         (localtime_offset): Likewise.
16668
16669         (__mktime_internal): Avoid harmful overflow on hosts where time_t
16670         and long are 64-bit but int is only 32-bit.
16671         (ydhms_diff): Use long int to store year1 and yday1.
16672         Issue a compile-time diagnostic if long int is not wide enough.
16673
16674         (__mktime_internal): Use long int to store adjusted year and yday.
16675         Use plain C rather than preprocessor commands, if that doesn't
16676         affect efficiency.
16677         Check for overflow (and try to repair) after each probe
16678         rather than checking only at the very end.  This avoids some bugs
16679         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
16680         does not equal GMT offset at maximum time).
16681         Use integer to check for overflow rather than floating point; this
16682         is more portable to non-IEEE hosts, and is a tad faster.
16683         When we detect that we are oscillating between two values,
16684         don't check whether tm_isdst has the requested value, since
16685         we already know the answer.  When tm_isdst has the wrong value,
16686         use a different heuristic to find the right one, based on the
16687         extreme values actually observed in practice in tz2003a,
16688         rather than the (overly optimistic) "previous 3 calendar quarters".
16689
16690         (not_equal_tm, print_tm, check_result): Use "const T" rather than
16691         "T const" to accommodate glibc style.
16692         (check_result): Use less-confusing report format.  "long" -> "long int.
16693         (main): Likewise.
16694         Don't loop if the iteration overflows time_t.
16695         Allow a negative step in the iteration.
16696
16697 2003-07-06  Karl Berry  <karl@gnu.org>
16698
16699         * config/depcomp: update from automake.
16700         * config/config.sub: update from prep.
16701
16702 2003-07-03  Karl Berry  <karl@gnu.org>
16703
16704         * config/config.guess: update from prep.
16705
16706 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16707
16708         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
16709         xreadlink.c now includes it unconditionally.
16710
16711 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16712
16713         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
16714         having it depend on HAVE_SYS_TYPES_H.
16715
16716 2003-07-01  Bruno Haible  <bruno@clisp.org>
16717
16718         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
16719         <sys/types.h> should be sufficient.
16720         Reported by Paul Eggert.
16721
16722 2003-06-26  Karl Berry  <karl@gnu.org>
16723
16724         * config/depcomp: update from automake.
16725
16726 2003-06-26  Bruno Haible  <bruno@clisp.org>
16727
16728         * modules/human: Depend on module stdbool.
16729
16730 2003-06-25  Bruno Haible  <bruno@clisp.org>
16731
16732         * modules/readlink: New file.
16733         * modules/xreadlink: Depend on it.
16734         * MODULES.html.sh (func_all_modules): Add readlink.
16735
16736 2003-06-25  Bruno Haible  <bruno@clisp.org>
16737
16738         * m4/readlink.m4: New file.
16739
16740 2003-06-25  Bruno Haible  <bruno@clisp.org>
16741
16742         * lib/readlink.c: New file.
16743
16744 2003-06-22  Karl Berry  <karl@gnu.org>
16745
16746         * config/srclist.txt: update mkinstalldirs from automake.
16747         * config/mkinstalldirs: update.
16748
16749 2003-06-22  Bruno Haible  <bruno@clisp.org>
16750
16751         Portability to mingw32.
16752         * m4/ssize_t.m4: New file, from GNU gettext.
16753         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
16754         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
16755
16756 2003-06-22  Bruno Haible  <bruno@clisp.org>
16757
16758         * modules/safe-read: Add m4/ssize_t.m4.
16759         * modules/xreadlink: Add m4/ssize_t.m4.
16760
16761 2003-06-20  Bruno Haible  <bruno@clisp.org>
16762
16763         Assume C89, so PARAMS isn't needed.
16764         * lib/unicodeio.h (PARAMS): Remove.
16765         * lib/unicodeio.c: Don't use PARAMS.
16766
16767 2003-06-18  Karl Berry  <karl@gnu.org>
16768
16769         * config/config.{guess,sub}: update from prep.
16770
16771 2003-06-18  Jim Meyering  <jim@meyering.net>
16772
16773         Merge changes from coreutils.
16774         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
16775         Remove explicit declarations of xmalloc and realloc.
16776         Include xalloc.h.
16777         (read_utmp): Remove anachronistic cast of xmalloc.
16778
16779 2003-06-17  Paul Eggert  <eggert@twinsun.com>
16780
16781         Assume C89, so PARAMS isn't needed.
16782         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
16783         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
16784         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
16785         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
16786         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
16787         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
16788         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
16789         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
16790         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
16791         lib/xstrtod.h, lib/xstrtol.h: Likewise.
16792         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
16793         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
16794         no longer needed. Anyway, config.h should always be included before any
16795         other file.
16796
16797 2003-06-11  Simon Josefsson  <jas@extundo.com>
16798
16799         * modules/sysexits: New file.
16800         * MODULES.html.sh (func_all_modules): Add sysexits.
16801
16802 2003-06-11  Simon Josefsson  <jas@extundo.com>
16803
16804         * lib/sysexit_.h: New file.
16805
16806 2003-06-11  Derek Price  <derek@ximbiot.com>
16807
16808         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
16809         necessary.
16810
16811 2003-06-11  Bruno Haible  <bruno@clisp.org>
16812
16813         * m4/sysexits.m4: New file.
16814
16815 2003-06-10  Simon Josefsson <jas@extundo.com>
16816
16817         * lib/argp.h: New file, from glibc.
16818         * lib/argp-ba.c: New file, from glibc.
16819         * lib/argp-eexst.c: New file, from glibc.
16820         * lib/argp-fmtstream.c: New file, from glibc.
16821         * lib/argp-fmtstream.h: New file, from glibc.
16822         * lib/argp-fs-xinl.c: New file, from glibc.
16823         * lib/argp-help.c: New file, from glibc.
16824         * lib/argp-namefrob.h: New file, from glibc.
16825         * lib/argp-parse.c: New file, from glibc.
16826         * lib/argp-pv.c: New file, from glibc.
16827         * lib/argp-pvh.c: New file, from glibc.
16828         * lib/argp-xinl.c: New file, from glibc.
16829
16830 2003-06-10  Simon Josefsson  <jas@extundo.com>
16831
16832         * modules/strchrnul: New file.
16833
16834 2003-06-10  Simon Josefsson  <jas@extundo.com>
16835
16836         * modules/argp: New file.
16837
16838 2003-06-10  Simon Josefsson  <jas@extundo.com>
16839
16840         * m4/strchrnul.m4: New file.
16841
16842 2003-06-10  Simon Josefsson  <jas@extundo.com>
16843
16844         * lib/strchrnul.h: New file.
16845         * lib/strchrnul.c: New file.
16846
16847 2003-06-10  Bruno Haible  <bruno@clisp.org>
16848
16849         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
16850
16851 2003-06-07  Karl Berry  <karl@gnu.org>
16852
16853         * config/config.{guess,sub}: update from prep.
16854
16855 2003-06-07  Jim Meyering  <jim@meyering.net>
16856
16857         * modules/strtod: Use $(...) notation, not @...@ for
16858         AC_REPLACE'd variables.
16859         * modules/localcharset: Likewise.
16860
16861 2003-06-07  Jim Meyering  <jim@meyering.net>
16862
16863         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
16864         in place of my name in the copyright comment.
16865         Remove definition and uses of __P.
16866
16867         From coreutils.
16868         * lib/stat.c: Don't declare xmalloc explicitly.
16869         Instead, include "xalloc.h".
16870         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
16871         xrealloc, and xcalloc return values.
16872         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
16873         Improve comment.
16874         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
16875
16876 2003-06-07  Bruno Haible  <bruno@clisp.org>
16877
16878         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
16879         avoid AC_CONFIG_LINKS.
16880         * modules/fnmatch (Makefile.am): Use explicit creation rule for
16881         fnmatch.h, to avoid AC_CONFIG_LINKS.
16882         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
16883
16884 2003-06-07  Bruno Haible  <bruno@clisp.org>
16885
16886         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
16887         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
16888         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16889         directory.
16890         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
16891         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16892         directory.
16893
16894 2003-06-06  Jim Meyering  <jim@meyering.net>
16895
16896         Merge from coreutils.
16897         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
16898         Consolidate declarations and initializations of *_base* locals.
16899
16900         Merge from coreutils.
16901         This avoids a core dump on systems without GNU putenv,
16902         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
16903         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
16904         (unsetenv): New static function, from GNU libc.
16905         (rpl_putenv): Use it.
16906
16907         * lib/modechange.c: Remove trailing blanks.
16908
16909         Merge from coreutils.
16910         * lib/fsusage.c: Remove declaration of statfs.
16911         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
16912
16913         * lib/posixtm.c: Include <stdbool.h> unconditionally.
16914
16915 2003-06-06  Jim Meyering  <jim@meyering.net>
16916
16917         * lib/stdbool_.h: Renamed from stdbool.h.in.
16918
16919 2003-06-06  Jim Meyering  <jim@meyering.net>
16920             Bruno Haible  <bruno@clisp.org>
16921
16922         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
16923         Adjust Makefile.am snippet not to redirect directly to target.
16924         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
16925
16926 2003-06-05  Paul Eggert  <eggert@twinsun.com>
16927
16928         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
16929         mismatch, look in future quarters as well as past.  This fixes a
16930         bug when processing fall-backwards gaps immediately after a long
16931         period of daylight-saving time.
16932
16933         * lib/mktime.c: Assume freestanding C89 or better.
16934         (HAVE_LIMITS_H): Remove.  Assume it's 1.
16935         (__P): Remove; not used.
16936         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
16937         (mktime, not_equal_tm, print_tm, check_result,
16938         main): Use prototypes.  Use const * where appropriate.
16939         (main): Fix typo in testing code that uncovered by above changes.
16940         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
16941
16942 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16943
16944         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
16945         locale.h, localeconv.  This merges changes from coreutils.
16946
16947         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
16948         It can be removed after the next Autoconf is released.
16949         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
16950         needed.
16951
16952 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16953
16954         * lib/mktime.c: Fix Debian bug 177940
16955         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
16956         (localtime_offset): Now long int, not time_t, because we want it
16957         to be guaranteed to be signed.  All uses changed.
16958         (__mktime_internal): If overflow would occur when adding offset,
16959         don't add it.
16960
16961         Merge 'human' changes from coreutils.  Rewrite to support
16962         locale-specific notations like thousands separators.
16963         * lib/human.c: Simplify authorship notice.
16964         Include human.h immediately after config.h.
16965         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
16966         <limits.h>: Do not include, since human.h does.
16967         (SIZE_MAX, UINTMAX_MAX): New macros.
16968         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
16969         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
16970         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
16971         (power_letter): Renamed from suffixes.
16972         (generate_suffix_backwards): Remove.
16973         (adjust_value): Now takes int style (because of human.h changes)
16974         and long double value (for greater precision on some platforms).
16975         (group_number): New function.
16976         (human_readable): Use it.  Use integer options, not enum.
16977         Put the options before the sizes in the arg list.
16978         Support all the new options.
16979         The old human_readable function has been removed;
16980         use inttostr.h instead.
16981         (human_readable, default_block_size, humblock):
16982         Use uintmax_t, not int, for block sizes.
16983         (human_readable_inexact, block_size_types): Remove.
16984         (block_size_opts): New constant.
16985         (human_options): Renamed from human_block_size, with new signature
16986         that allows block sizes up to UINTMAX_MAX.  All callers changed.
16987         * lib/human.h: Add copyright and authorship notice.
16988         Include <limits.h> and <stdbool.h> unconditionally.
16989         (PARAMS): Remove.  All uses removed.
16990         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
16991         (enum human_inexact_style): Remove tag; now a nameless enum.
16992         (human_floor, human_ceiling, human_round_to_even): Now have
16993         values 2, 0, 1 rather than -1, 1, 0.
16994         (human_group_digits, human_suppress_point_zero, human_autoscale,
16995         human_base_1024, human_SI, human_B): New constants.
16996         (human_readable_inexact, human_block_size): Remove.
16997         (human_readable): Size args are now uintmax_t, not int.
16998         (human_options): New decl.
16999
17000         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
17001         unnecessary now that we assume C89 or better.  This change
17002         imported from coreutils.
17003
17004         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
17005         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
17006         in the 2003-05-30 sync from glibc.
17007
17008         .h files should stand alone, but we shouldn't include <sys/types.h>
17009         if we can get away with just <stddef.h>.
17010
17011         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
17012         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
17013         rather than <sys/types.h>, as we merely need size_t.
17014         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
17015         to get size_t.
17016         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
17017         Include <stdio.h>, to get FILE.
17018         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
17019         memcasecmp.h has included <stddef.h> and all we need is size_t.
17020         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
17021         our interface, instead of including <sys/types.h>
17022
17023 2003-06-04  Paul Eggert  <eggert@twinsun.com>
17024
17025         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
17026         now, as glibc mktime is buggy on non-glibc systems.
17027
17028 2003-06-03  Karl Berry  <karl@gnu.org>
17029
17030         * config/config.sub: update from prep.
17031
17032 2003-06-02  Paul Eggert  <eggert@twinsun.com>
17033
17034         [from coreutils]
17035         Fix some minor time-related bugs with POSIX time arguments.
17036         Some valid time stamps were being rejected (notably -1, and
17037         time stamps before 1900 on 64-bit hosts).  And some invalid
17038         time stamps were being accepted, e.g. September 31.
17039
17040         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
17041         that we can return (time_t) -1 successfully.
17042         * lib/posixtm.c: Likewise.
17043         [HAVE_STDBOOL_H]: Include <stdbool.h>.
17044         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
17045         (t): Remove static var.
17046         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
17047         of static var.  All uses changed.
17048         (year): Do not reject years before 1900; they can occur with
17049         64-bit time_t.
17050         (posix_time_parse): Do not check for out-of-range components;
17051         that is now the caller's responsibility, since our checks were
17052         only approximations.
17053         (posixtime): Use mktime to check for out-of-range components,
17054         since it knows them exactly.
17055         If mktime returns (time_t) -1, check whether an error actually occurred
17056         by invoking localtime on -1.
17057         (main) [TEST_POSIXTIME]: Check for input data errors, and report
17058         posixtime failures better.
17059         Improve the test data (in comments only).
17060
17061 2003-06-02  Karl Berry  <karl@gnu.org>
17062
17063         * config/mkinstalldirs (version): new variable.
17064         (--version): new option.
17065         (usage): improve message.
17066
17067 2003-05-30  Karl Berry  <karl@gnu.org>
17068
17069         * lib/mktime.c: update from libc.
17070
17071 2003-05-30  Bruno Haible  <bruno@clisp.org>
17072
17073         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
17074         * config/config.rpath: Upgrade to gettext-0.12.1.
17075
17076 2003-05-30  Bruno Haible  <bruno@clisp.org>
17077
17078         * m4/gettext.m4: Upgrade to gettext-0.12.1.
17079         * m4/nls.m4: New file, from gettext-0.12.1.
17080         * m4/po.m4: New file, from gettext-0.12.1.
17081         * m4/progtest.m4: Upgrade to gettext-0.12.1.
17082
17083 2003-05-30  Bruno Haible  <bruno@clisp.org>
17084
17085         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
17086         * lib/localcharset.h: Likewise.
17087         * lib/localcharset.c: Likewise.
17088
17089 2003-05-29  Karl Berry  <karl@gnu.org>
17090
17091         * config/config.rpath: update from gettext.
17092
17093 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17094
17095         Assume the headers required for C89 freestanding compilers.
17096         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
17097         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
17098         * m4/human.m4 (gl_HUMAN): Likewise.
17099         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
17100         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
17101         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17102         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
17103         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17104         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
17105
17106 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17107
17108         Assume the headers required for C89 freestanding compilers.
17109         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
17110         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
17111         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
17112         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
17113         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
17114         define, since <limits.h> is guaranteed to do that.
17115         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
17116         * lib/exclude.c: Include <stdbool.h> unconditionally.
17117         * lib/tempname.c: Include <stddef.h> unconditionally.
17118         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
17119         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
17120         <stddef.h> does that.
17121         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
17122         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
17123         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
17124         needed.
17125         * lib/xstrtol.c: Likewise.
17126         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
17127         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
17128
17129         * lib/addext.c (addext): Use assignment rather than cast, to avoid
17130         warnings on some platforms.
17131
17132         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
17133         arbitrarily.
17134
17135 2003-05-26  Jim Meyering  <jim@meyering.net>
17136
17137         Merge in a change from coreutils:
17138         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
17139         that is guaranteed to be `no'.  Use `no_such_member' to indicate
17140         that condition, rather than `-1' which is slightly misleading.
17141         Change the name of the cache variable to have the gl_ prefix.
17142         Prompted by a patch from Richard Dawe for DJGPP.
17143
17144 2003-05-24  Karl Berry  <karl@gnu.org>
17145
17146         * config/config.guess: update from prep.
17147
17148 2003-05-22  Karl Berry  <karl@gnu.org>
17149
17150         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
17151
17152 2003-05-20  Karl Berry  <karl@gnu.org>
17153
17154         * config/config.guess: update from prep.
17155
17156 2003-05-18  Karl Berry  <karl@gnu.org>
17157
17158         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
17159         might actually be set by the user.
17160
17161         * config/depcomp, install-sh, mdate-sh: update from automake.
17162
17163 2003-05-17  Bruno Haible  <bruno@clisp.org>
17164
17165         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
17166         invalid expansion for AC_EGREP_CPP.
17167         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
17168         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
17169         Suggested by Akim Demaille <akim@epita.fr> in
17170         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
17171
17172 2003-05-12  Jim Meyering  <jim@meyering.net>
17173
17174         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
17175         the space-padded-by-default conversion specifiers, %e, %k, %l.
17176
17177 2003-05-12  Bruno Haible  <bruno@clisp.org>
17178
17179         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
17180         the string is longer than 4 KB.
17181
17182 2003-05-11  Karl Berry  <karl@gnu.org>
17183
17184         * config/config.{guess,sub}: update from prep.
17185
17186 2003-05-09  Bruno Haible  <bruno@clisp.org>
17187
17188         * modules/error: Add m4/strerror_r.m4 to file list.
17189
17190 2003-05-03  Bruno Haible  <bruno@clisp.org>
17191
17192         Upgrade to Unicode-4.0.
17193         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
17194         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
17195         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
17196         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
17197         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
17198         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
17199         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
17200         Change width of U+E0100..U+E01EF from 1 to 0.
17201
17202 2003-04-25  Jim Meyering  <jim@meyering.net>
17203
17204         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
17205         of type size_t, not int.
17206
17207 2003-04-25  Bruno Haible  <bruno@clisp.org>
17208
17209         * lib/copy-file.c: Include <stddef.h>, for size_t.
17210
17211 2003-04-21  Paul Eggert  <eggert@twinsun.com>
17212
17213         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
17214         code which expansion is under static control.  Patch imported from
17215         Akim Demaille's patch to Bison; see
17216         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
17217
17218 2003-04-14  Bruno Haible  <bruno@clisp.org>
17219
17220         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
17221
17222 2003-04-11  Jim Meyering  <jim@meyering.net>
17223
17224         Merge changes from Coreutils.
17225
17226         2003-03-22  Jim Meyering  <jim@meyering.net>
17227
17228         * lib/strftime.c (widen): Cast alloca return value to proper type.
17229
17230         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
17231
17232         From GNU libc.
17233         * lib/strftime.c (my_strftime): Handle very large width
17234         specifications for numeric values correctly.  Improve checks for
17235         overflow.
17236
17237         2003-01-19  Jim Meyering  <jim@meyering.net>
17238
17239         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
17240         definitions.
17241         (nl_get_alt_digit) [! defined my_strftime]: Define.
17242         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
17243         _nl_get_alt_digit and _nl_get_walt_digit.
17244
17245         * lib/strftime.c (my_strftime): Merge in locale-related changes from
17246         libc. These changes have no effect outside of _LIBC.
17247
17248 2003-04-10  Bruno Haible  <bruno@clisp.org>
17249
17250         * modules/findprog: New file.
17251         * MODULES.html.sh (func_all_modules): Add it.
17252
17253 2003-04-10  Bruno Haible  <bruno@clisp.org>
17254
17255         * m4/findprog.m4: New file.
17256         * m4/eaccess.m4: New file.
17257
17258 2003-04-10  Bruno Haible  <bruno@clisp.org>
17259
17260         * lib/findprog.h: New file, from GNU gettext.
17261         * lib/findprog.c: New file, from GNU gettext.
17262
17263 2003-04-05  Jim Meyering  <jim@meyering.net>
17264
17265         Merge changes from Coreutils.
17266
17267         * lib/exclude.h (PARAMS): Remove definition and uses.
17268         * lib/exclude.c: Remove uses of `PARAMS'.
17269
17270         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
17271         Add test-cases for DOS filenames. Declare program_name.
17272         (main): Set up program_name.  Patch by Rich Dawe.
17273
17274         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17275         error from mntctl.
17276         Use mntctl's return value to drive the entry-processing loop, since
17277         we can't rely on the value of the vmt_length member in the last
17278         entry.  On some systems doing so could result in exhausting
17279         virtual memory.  Based in part on a patch from Mike Jetzer.
17280
17281 2003-04-04  Bruno Haible  <bruno@clisp.org>
17282
17283         * modules/linebreak: New file.
17284         * MODULES.html.sh (func_all_modules): Add it.
17285
17286 2003-04-04  Bruno Haible  <bruno@clisp.org>
17287
17288         * m4/linebreak.m4: New file.
17289
17290 2003-04-04  Bruno Haible  <bruno@clisp.org>
17291
17292         * lib/linebreak.h: New file, from GNU gettext.
17293         * lib/linebreak.c: New file, from GNU gettext with slight
17294         modifications.
17295         * lib/lbrkprop.h: New file, from GNU gettext.
17296
17297 2003-04-03  Bruno Haible  <bruno@clisp.org>
17298
17299         * modules/utf8-ucs4: New file.
17300         * modules/utf16-ucs4: New file.
17301         * modules/ucs4-utf8: New file.
17302         * modules/ucs4-utf16: New file.
17303         * MODULES.html.sh (func_all_modules): Add them.
17304
17305 2003-04-03  Bruno Haible  <bruno@clisp.org>
17306
17307         * m4/utf-ucs4.m4: New file.
17308         * m4/ucs4-utf.m4: New file.
17309
17310 2003-04-03  Bruno Haible  <bruno@clisp.org>
17311
17312         * lib/utf8-ucs4.h: New file, from GNU gettext.
17313         * lib/utf16-ucs4.h: New file, from GNU gettext.
17314         * lib/ucs4-utf8.h: New file, from GNU gettext.
17315         * lib/ucs4-utf16.h: New file, from GNU gettext.
17316
17317 2003-04-02  Bruno Haible  <bruno@clisp.org>
17318
17319         * modules/binary-io: New file.
17320         * MODULES.html.sh (func_all_modules): Add it.
17321
17322 2003-04-02  Bruno Haible  <bruno@clisp.org>
17323
17324         * lib/binary-io.h: New file, from GNU gettext.
17325
17326 2003-04-01  Bruno Haible  <bruno@clisp.org>
17327
17328         * modules/pathname: New file.
17329         * MODULES.html.sh (func_all_modules): Add it.
17330
17331 2003-04-01  Bruno Haible  <bruno@clisp.org>
17332
17333         * lib/pathname.h: New file, from GNU gettext.
17334         * lib/concatpath.c: New file, from GNU gettext.
17335
17336 2003-03-30  Bruno Haible  <bruno@clisp.org>
17337
17338         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
17339
17340 2003-03-30  Bruno Haible  <bruno@clisp.org>
17341
17342         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
17343         function chown() doesn't exist.
17344
17345 2003-03-28  Bruno Haible  <bruno@clisp.org>
17346
17347         * modules/copy-file: New file.
17348         * MODULES.html.sh (func_all_modules): Add it.
17349
17350 2003-03-28  Bruno Haible  <bruno@clisp.org>
17351
17352         * m4/copy-file.m4: New file.
17353
17354 2003-03-28  Bruno Haible  <bruno@clisp.org>
17355
17356         * lib/copy-file.h: New file, from GNU gettext.
17357         * lib/copy-file.c: New file, from GNU gettext.
17358
17359 2003-03-18  Jim Meyering  <jim@meyering.net>
17360
17361         * lib/quote.c (quote_n): Fix typo in comment.
17362
17363 2003-03-18  Bruno Haible  <bruno@clisp.org>
17364
17365         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
17366         checking.
17367         * m4/onceonly_2_57.m4: Likewise.
17368
17369 2003-03-17  Bruno Haible  <bruno@clisp.org>
17370
17371         * m4/onceonly.m4: Require autoconf 2.54 or newer.
17372         (m4_quote): Remove macro.
17373         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
17374
17375 2003-03-14  Jim Meyering  <jim@meyering.net>
17376
17377         Merge changes from Coreutils.
17378         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
17379         to be const, in order to avoid warnings.
17380         (obstack_room): Likewise.
17381         (obstack_empty_p): Likewise.
17382
17383 2003-03-14  Bruno Haible  <bruno@clisp.org>
17384
17385         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
17386         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
17387
17388 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17389
17390         Merge changes from Bison.
17391         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
17392         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
17393         when compiling Bison 1.875's `bitset bset = obstack_alloc
17394         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
17395         * lib/hash.c: Include <stdbool.h> unconditionally.
17396
17397 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17398
17399         * m4/onceonly.m4 (m4_quote): New macro.
17400         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
17401         Quote AC_FOREACH variable-expansions properly.
17402
17403 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17404
17405         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
17406
17407 2003-03-09  Paul Eggert  <eggert@twinsun.com>
17408
17409         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
17410         Reported by Bruce Becker; see:
17411         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
17412
17413 2003-03-03  Paul Eggert  <eggert@twinsun.com>
17414             Bruno Haible  <bruno@clisp.org>
17415
17416         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
17417         Reported by John Hughes, see
17418         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
17419
17420 2003-02-20  Bruno Haible  <bruno@clisp.org>
17421
17422         * MODULES.html.sh (func_all_modules): Add poll.
17423
17424 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17425
17426         * modules/poll: New file.
17427
17428 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17429
17430         * lib/poll_.h: New file.
17431         * lib/poll.c: New file.
17432
17433 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17434
17435         * m4/poll.m4: New file.
17436
17437 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17438
17439         * modules/mathl: New file.
17440
17441 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17442
17443         * lib/mathl.h: New file.
17444         * lib/acosl.c: New file.
17445         * lib/asinl.c: New file.
17446         * lib/atanl.c: New file.
17447         * lib/ceill.c: New file.
17448         * lib/cosl.c: New file.
17449         * lib/expl.c: New file.
17450         * lib/floorl.c: New file.
17451         * lib/frexpl.c: New file.
17452         * lib/ldexpl.c: New file.
17453         * lib/logl.c: New file.
17454         * lib/sincosl.c: New file.
17455         * lib/sinl.c: New file.
17456         * lib/sqrtl.c: New file.
17457         * lib/tanl.c: New file.
17458         * lib/trigl.c: New file.
17459         * lib/trigl.h: New file.
17460
17461 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17462
17463         * m4/mathl.m4: New file.
17464
17465 2003-02-18  Bruno Haible  <bruno@clisp.org>
17466
17467         * MODULES.html.sh (func_all_modules): Add mathl.
17468
17469 2003-02-17  Bruno Haible  <bruno@clisp.org>
17470
17471         * modules/mkdtemp: New module.
17472         * MODULES.html.sh (func_all_modules): Add it.
17473
17474 2003-02-17  Bruno Haible  <bruno@clisp.org>
17475
17476         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
17477
17478 2003-02-17  Bruno Haible  <bruno@clisp.org>
17479
17480         * lib/mkdtemp.h: New file, from GNU gettext.
17481         * lib/mkdtemp.c: New file, from GNU gettext.
17482
17483 2003-02-02  Jim Meyering  <jim@meyering.net>
17484
17485         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
17486         e.g. glibc-2.2.93.
17487
17488 2003-01-31  Bruno Haible  <bruno@clisp.org>
17489
17490         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
17491         'rpl_rename'.
17492         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
17493         'rpl_strnlen'.
17494         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
17495         'rpl_strtod'.
17496         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
17497         'rpl_utime'.
17498
17499 2003-01-31  Bruno Haible  <bruno@clisp.org>
17500
17501         * lib/rename.c: #undef rename before defining rpl_rename.
17502         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
17503
17504 2003-01-30  Bruno Haible  <bruno@clisp.org>
17505
17506         * modules/vasnprintf, modules/vasprintf: New modules.
17507         * MODULES.html.sh (func_all_modules): Add them.
17508
17509 2003-01-30  Bruno Haible  <bruno@clisp.org>
17510
17511         * m4/signed.m4: New file, from GNU gettext.
17512         * m4/longdouble.m4: New file, from GNU gettext.
17513         * m4/wchar_t.m4: New file, from GNU gettext.
17514         * m4/wint_t.m4: New file, from GNU gettext.
17515         * m4/vasnprintf.m4: New file.
17516         * m4/vasprintf.m4: New file.
17517
17518 2003-01-30  Bruno Haible  <bruno@clisp.org>
17519
17520         * lib/printf-args.h: New file, from GNU gettext.
17521         * lib/printf-args.c: New file, from GNU gettext.
17522         * lib/printf-parse.h: New file, from GNU gettext.
17523         * lib/printf-parse.c: New file, from GNU gettext.
17524         * lib/vasnprintf.h: New file, from GNU gettext.
17525         * lib/vasnprintf.c: New file, from GNU gettext.
17526         * lib/asnprintf.c: New file, from GNU gettext.
17527         * lib/vasprintf.h: New file, from GNU gettext with modifications.
17528         * lib/vasprintf.c: New file, from GNU gettext.
17529         * lib/asprintf.c: New file, from GNU gettext.
17530
17531 2003-01-29  Bruno Haible  <bruno@clisp.org>
17532
17533         * modules/stpncpy: New module.
17534         * MODULES.html.sh (func_all_modules): Add it.
17535
17536 2003-01-29  Bruno Haible  <bruno@clisp.org>
17537
17538         * m4/stpncpy.m4: New file.
17539
17540 2003-01-29  Bruno Haible  <bruno@clisp.org>
17541
17542         * lib/stpncpy.h: New file, from GNU gettext with modifications.
17543         * lib/stpncpy.c: New file, from GNU gettext with modifications.
17544
17545 2003-01-28  Bruno Haible  <bruno@clisp.org>
17546
17547         * modules/c-ctype: New module.
17548         * MODULES.html.sh (func_all_modules): Add it.
17549
17550 2003-01-28  Bruno Haible  <bruno@clisp.org>
17551
17552         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
17553         Paul Eggert.
17554         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
17555         Paul Eggert.
17556
17557 2003-01-27  Bruno Haible  <bruno@clisp.org>
17558
17559         * modules/xsetenv: New module.
17560         * MODULES.html.sh (func_all_modules): Add it.
17561
17562 2003-01-27  Bruno Haible  <bruno@clisp.org>
17563
17564         * lib/xsetenv.h: New file, from GNU gettext.
17565         * lib/xsetenv.c: New file, from GNU gettext.
17566
17567 2003-01-23  Jim Meyering  <jim@meyering.net>
17568
17569         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
17570         from working on systems without dirfd (at least Irix and OSF1/Tru64).
17571
17572 2003-01-23  Bruno Haible  <bruno@clisp.org>
17573
17574         * modules/minmax: New module.
17575         * MODULES.html.sh (func_all_modules): Add it.
17576
17577 2003-01-23  Bruno Haible  <bruno@clisp.org>
17578
17579         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
17580         Eggert.
17581
17582 2003-01-22  Bruno Haible  <bruno@clisp.org>
17583
17584         * modules/exit: New module.
17585         * MODULES.html.sh (func_all_modules): Add it.
17586
17587 2003-01-22  Bruno Haible  <bruno@clisp.org>
17588
17589         * lib/exit.h: New file, from GNU gettext.
17590
17591 2003-01-19  Bruno Haible  <bruno@clisp.org>
17592
17593         * gnulib-tool: Recognize option --extract-maintainer.
17594         (func_get_maintainer): New function.
17595         * modules/*: Add Maintainer entry.
17596
17597 2003-01-16  Jim Meyering  <jim@meyering.net>
17598
17599         * m4/regex.m4: The `regex' struct is both input and output.
17600         Initialize it before each use.  Patch by Tim Waugh.
17601
17602 2003-01-16  Bruno Haible  <bruno@clisp.org>
17603
17604         * MODULES.html.sh: Add a table of contents. Add the module name as
17605         leftmost column. Add hyperlinks.
17606
17607 2003-01-15  Bruno Haible  <bruno@clisp.org>
17608
17609         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
17610
17611 2003-01-15  Bruno Haible  <bruno@clisp.org>
17612
17613         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
17614         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
17615         suffix.
17616
17617 2003-01-15  Bruno Haible  <bruno@clisp.org>
17618
17619         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
17620
17621 2003-01-15  Bruno Haible  <bruno@clisp.org>
17622
17623         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
17624         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
17625
17626 2003-01-14  Jim Meyering  <jim@meyering.net>
17627
17628         * lib/same.c (same_name): Tweak a comment.
17629
17630 2003-01-14  Bruno Haible  <bruno@clisp.org>
17631
17632         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
17633         when a string comparison is sufficient.
17634
17635 2003-01-14  Bruno Haible  <bruno@clisp.org>
17636
17637         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
17638         'unsigned int'.
17639
17640 2003-01-14  Bruno Haible  <bruno@clisp.org>
17641
17642         * lib/hash-pjw.c: Add comment about low quality of this function.
17643
17644 2003-01-13  Bruno Haible  <bruno@clisp.org>
17645
17646         * modules/stpcpy: Distribute lib/stpcpy.h.
17647         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
17648
17649 2003-01-13  Bruno Haible  <bruno@clisp.org>
17650
17651         * modules/*: Add a description.
17652         * modules/strpbrk: Fix Makefile.am snippet.
17653         * modules/strtoimax: Fix dependencies.
17654         * modules/strtoumax: Likewise.
17655
17656 2003-01-13  Bruno Haible  <bruno@clisp.org>
17657
17658         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
17659         * modules/alloca (Makefile.am): All object files depend on alloca.h.
17660         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
17661
17662 2003-01-13  Bruno Haible  <bruno@clisp.org>
17663
17664         * gnulib-tool (func_create_testdir): Store config/* files in the main
17665         directory.
17666         * config.rpath: Move to ...
17667         * config/config.rpath: ... here.
17668         * modules/gettext: Contains config/config.rpath, not config.rpath.
17669         * modules/iconv: Likewise.
17670
17671 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17672
17673         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17674         to avoid collisions with libcurses and libreadline.
17675
17676         * m4/getstr.m4: Remove.
17677         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
17678
17679 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17680
17681         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17682         to avoid collisions with libcurses and libreadline.
17683
17684         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
17685         * lib/getstr.h, getstr.c: Remove.
17686         * lib/getline.c: Include "getline.h", to check interface.
17687         Move body of old getstr.c here: this defines MIN_CHUNK and
17688         declares getdelim2, which is renamed from getstr.
17689         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
17690
17691         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
17692         All uses changed.
17693         * lib/linebuffer.h: Likewise.
17694         (readline): Remove backward-compatibility macro.
17695
17696 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17697
17698         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17699         to avoid collisions with libcurses and libreadline.
17700         * getstr: Remove.
17701         * MODULES.html.sh: Remove getstr.
17702         * modules/getline: Depend on unlocked-io, not getstr.
17703
17704 2003-01-12  Jim Meyering  <jim@meyering.net>
17705
17706         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
17707
17708 2003-01-10  Bruno Haible  <bruno@clisp.org>
17709
17710         * modules/alloca: Change Makefile.am requirements. Simplify Include
17711         requirements. Add lib/alloca_.h to file list.
17712
17713 2003-01-10  Bruno Haible  <bruno@clisp.org>
17714
17715         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
17716
17717 2003-01-10  Bruno Haible  <bruno@clisp.org>
17718
17719         * lib/alloca_.h: New file.
17720         * lib/getdate.y: Unconditionally include alloca.h.
17721         * lib/makepath.c: Likewise.
17722         * lib/setenv.c: Likewise.
17723         * lib/userspec.c: Likewise.
17724
17725 2003-01-09  Karl Berry  <karl@gnu.org>
17726
17727         * MODULES.html.sh: include `dirname $0` in PATH, to find
17728         gnulib-tool.
17729
17730 2003-01-09  Bruno Haible  <bruno@clisp.org>
17731
17732         * modules/stdbool: Change configure.ac, Makefile.am requirements.
17733         Simplify Include requirements. Add lib/stdbool.h.in to file list.
17734
17735 2003-01-09  Bruno Haible  <bruno@clisp.org>
17736
17737         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
17738
17739 2003-01-09  Bruno Haible  <bruno@clisp.org>
17740
17741         * lib/stdbool.h.in: New file.
17742
17743 2003-01-09  Bruno Haible  <bruno@clisp.org>
17744
17745         * gnulib-tool (func_all_modules): Ignore files ending in ~.
17746         * MODULES.html.sh: Likewise.
17747
17748 2003-01-08  Jim Meyering  <jim@meyering.net>
17749
17750         * lib/full-write.c: Undefine and define-away `const' after inclusion
17751         of errno.h, not before.  Suggestion from Bruno Haible.
17752
17753 2003-01-08  Bruno Haible  <bruno@clisp.org>
17754
17755         * modules/full-read: Depend on full-write.
17756
17757 2003-01-08  Bruno Haible  <bruno@clisp.org>
17758
17759         * lib/safe-read.c: Include specification header first, to ensure its
17760         selfcontainedness.
17761         * lib/full-write.c: Likewise.
17762
17763 2003-01-07  Jim Meyering  <jim@meyering.net>
17764
17765         * lib/full-write.c: Rework so that it may serve to define full_read,
17766         too.
17767         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
17768
17769 2003-01-07  Bruno Haible  <bruno@clisp.org>
17770
17771         * lib/strtoimax.c: Include <stdint.h> as an alternative to
17772         <inttypes.h>.
17773         * lib/xstrtol.h: Likewise.
17774         * lib/xstrtoimax.c: Likewise.
17775         * lib/xstrtoumax.c: Likewise.
17776         * lib/human.h: Likewise.
17777
17778         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
17779         on systems that have <inttypes.h> but not <stdint.h>.
17780
17781 2003-01-07  Bruno Haible  <bruno@clisp.org>
17782
17783         * MODULES.html.sh: Add copyright notice.
17784         (missed_files): Omit CVS directory entries.
17785         (func_module): Make it work with sed-3.02.
17786         * MODULES.txt: Remove file.
17787
17788 2003-01-06  Jim Meyering  <jim@meyering.net>
17789
17790         * lib/version-etc.c: Update year in translatable copyright string.
17791
17792 2003-01-03  Karl Berry  <karl@gnu.org>
17793
17794         * config/config.{guess,sub}: update from prep.
17795
17796 2003-01-02  Karl Berry  <karl@gnu.org>
17797
17798         * doc/COPYING.DOC: belatedly updated to 1.2.
17799
17800 2003-01-01  Karl Berry  <karl@gnu.org>
17801
17802         * gnulib-tool (func_verify_module): report module name $module in
17803         error message, not $1.
17804         * gnulib-tool (create-testdir): don't complain if destdir couldn't
17805         be created, only if it doesn't exist.
17806         * gnulib-tool (last_checkin_date): don't expand the $Date here.
17807
17808 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17809
17810         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
17811
17812 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17813
17814         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
17815         memcmp if strcoll doesn't work.
17816
17817 2002-12-31  Bruno Haible  <bruno@clisp.org>
17818
17819         * lib/utime.c (utime_null): No need to call ftruncate if the file was
17820         nonempty.
17821
17822 2002-12-31  Bruno Haible  <bruno@clisp.org>
17823
17824         * lib/memcoll.c (STRCOLL): New macro.
17825         (memcoll): Use it.
17826
17827 2002-12-31  Bruno Haible  <bruno@clisp.org>
17828
17829         * lib/localcharset.h: New file.
17830         * lib/localcharset.c: Include it.
17831         * lib/unicodeio.c: Likewise.
17832
17833 2002-12-31  Bruno Haible  <bruno@clisp.org>
17834
17835         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
17836         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
17837
17838 2002-12-31  Bruno Haible  <bruno@clisp.org>
17839
17840         * lib/getline.h: Include <stddef.h>, for size_t.
17841
17842         * lib/unicodeio.h: Include <stddef.h>, for size_t.
17843         * lib/unicodeio.c: Don't include <stddef.h>.
17844
17845 2002-12-31  Bruno Haible  <bruno@clisp.org>
17846
17847         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
17848         HAVE_TM_ZONE.
17849
17850 2002-12-24  Karl Berry  <karl@gnu.org>
17851
17852         * config/config.guess: update from prep.
17853
17854 2002-12-24  Bruno Haible  <bruno@clisp.org>
17855
17856         General infrasructure.
17857         * m4/README: Rewritten.
17858         * m4/onceonly.m4: New file.
17859         * m4/onceonly_2_57.m4: New file.
17860
17861         Module atexit.
17862         * m4/atexit.m4: New file.
17863
17864         Module strtod.
17865         * m4/strtod.m4: New file.
17866
17867         Module strtol.
17868         * m4/strtol.m4: New file.
17869
17870         Module strtoul.
17871         * m4/strtoul.m4: New file.
17872
17873         Module memchr.
17874         * m4/memchr.m4: New file.
17875
17876         Module memcmp.
17877         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
17878         (jm_FUNC_MEMCMP): Invoke it.
17879
17880         Module memcpy.
17881         * m4/memcpy.m4: New file.
17882
17883         Module memmove.
17884         * m4/memmove.m4: New file.
17885
17886         Module memset.
17887         * m4/memset.m4: New file.
17888
17889         Module strcspn.
17890         * m4/strcspn.m4: New file.
17891
17892         Module strpbrk.
17893         * m4/strpbrk.m4: New file.
17894
17895         Module strstr.
17896         * m4/strstr.m4: New file.
17897
17898         Module strerror.
17899         * m4/strerror.m4: New file.
17900
17901         Module mktime.
17902         * m4/mktime.m4: Renamed from jm-mktime.m4.
17903         (gl_PREREQ_MKTIME): New macro.
17904         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
17905
17906         Module malloc.
17907         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
17908         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
17909         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
17910
17911         Module realloc.
17912         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
17913         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
17914         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
17915
17916         Module strftime.
17917         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
17918         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
17919         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
17920         gl_TM_GMTOFF.
17921         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
17922
17923         Module xalloc.
17924         * m4/xalloc.m4: New file.
17925
17926         Module alloca.
17927         * m4/alloca.m4: New file.
17928
17929         Module putenv.
17930         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
17931         (jm_FUNC_PUTENV): Invoke it.
17932
17933         Module setenv.
17934         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
17935         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
17936         when invoked twice.
17937         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
17938         gt_FUNC_SETENV.
17939
17940         Module memrchr.
17941         * m4/memrchr.m4: New file.
17942
17943         Module stpcpy.
17944         * m4/stpcpy.m4: New file.
17945
17946         Module strcase.
17947         * m4/strcase.m4: New file.
17948
17949         Module strdup.
17950         * m4/strdup.m4: New file.
17951
17952         Module strnlen.
17953         * m4/strnlen.m4: New file.
17954
17955         Module strndup.
17956         * m4/strndup.m4: New file.
17957
17958         Module xstrtod.
17959         * m4/xstrtod.m4: New file.
17960
17961         Module xstrtol.
17962         * m4/xstrtol.m4: New file.
17963
17964         Module getdate.
17965         * m4/getdate.m4: New file.
17966
17967         Module unlocked-io.
17968         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
17969         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
17970         * m4/jm-glibc-io.m4n: Remove file.
17971
17972         Module long-options.
17973         * m4/long-options.m4: New file.
17974
17975         Module md5.
17976         * m4/md5.m4: New file.
17977
17978         Module sha.
17979         * m4/sha.m4: New file.
17980
17981         Module getstr.
17982         * m4/getstr.m4: New file.
17983
17984         Module getline.
17985         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
17986         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
17987         <sys/types.h>, for size_t. Use the function name gnu_getline, not
17988         simply getline. Infoke gl_PREREQ_GETLINE.
17989
17990         Module obstack.
17991         * m4/obstack.m4: New file.
17992
17993         Module hash.
17994         * m4/hash.m4: New file.
17995
17996         Module readtokens.
17997         * m4/readtokens.m4: New file.
17998
17999         Module strverscmp.
18000         * m4/strverscmp.m4: New file.
18001
18002         Module stdbool.
18003         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
18004         OSF/1.
18005
18006         Module strtoll.
18007         * m4/strtoll.m4: New file.
18008
18009         Module strtoull.
18010         * m4/strtoull.m4: New file.
18011
18012         Module strtoimax.
18013         * m4/strtoimax.m4: New file.
18014
18015         Module strtoumax.
18016         * m4/strtoumax.m4: New file.
18017
18018         Module xstrtoimax.
18019         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
18020         jm_AC_PREREQ_XSTRTOIMAX.
18021         Moved the strtol prerequisites to strtol.m4.
18022         Moved the strtoll prerequisites to strtoll.m4.
18023         Moved the strtoimax prerequisites to strtoimax.m4.
18024
18025         Module xstrtoumax.
18026         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
18027         jm_AC_PREREQ_XSTRTOUMAX.
18028         Moved the strtoul prerequisites to strtoul.m4.
18029         Moved the strtoull prerequisites to strtoull.m4.
18030         Moved the strtoumax prerequisites to strtoumax.m4.
18031
18032         Module chown.
18033         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
18034         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
18035
18036         Module dup2.
18037         * m4/dup2.m4: New file.
18038
18039         Module ftruncate.
18040         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
18041         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
18042
18043         Module getgroups.
18044         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
18045         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
18046
18047         Module gettimeofday.
18048         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
18049         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
18050         gl_PREREQ_GETTIMEOFDAY.
18051
18052         Module mkdir.
18053         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
18054         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
18055
18056         Module mkstemp.
18057         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
18058         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
18059         jm_AC_TYPE_UINTMAX_T.
18060         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
18061
18062         Module stat.
18063         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
18064         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
18065
18066         Module lstat.
18067         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
18068         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
18069
18070         Module timespec.
18071         * m4/timespec.m4 (gl_TIMESPEC): New macro.
18072         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
18073         * m4/st_mtim.m4: Indentation.
18074
18075         Module nanosleep.
18076         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
18077         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
18078         gl_PREREQ_NANOSLEEP.
18079
18080         Module regex.
18081         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
18082         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
18083         (gl_REGEX): New macro.
18084
18085         Module rename.
18086         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
18087         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
18088
18089         Module rmdir.
18090         * m4/rmdir.m4: New file.
18091
18092         Module utime.
18093         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
18094         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
18095         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
18096
18097         Module dirname.
18098         * m4/dirname.m4: New file.
18099
18100         Module getopt.
18101         * m4/getopt.m4: New file.
18102
18103         Module unistd-safer.
18104         * m4/unistd-safer.m4: New file.
18105
18106         Module fnmatch.
18107         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
18108         declaration.
18109         (gl_PREREQ_FNMATCH_EXTRA): New macro.
18110         (gl_FUNC_FNMATCH_POSIX): New macro.
18111         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
18112         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
18113         simply fnmatch.
18114
18115         Module exclude.
18116         * m4/exclude.m4: New file.
18117
18118         Module human.
18119         * m4/human.m4: New file.
18120
18121         Module acl.
18122         * m4/acl.m4: Nop.
18123
18124         Module backupfile.
18125         * m4/backupfile.m4: New file.
18126         * m4/d-ino.m4: Indentation.
18127
18128         Module fsusage.
18129         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
18130         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
18131         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
18132
18133         Module dirfd.
18134         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
18135         requirements.
18136
18137         Module euidaccess.
18138         * m4/euidaccess.m4: New file.
18139
18140         Module file-type.
18141         * m4/file-type.m4: New file.
18142
18143         Module fileblocks.
18144         * m4/fileblocks.m4: New file.
18145
18146         Module filemode.
18147         * m4/filemode.m4: New file.
18148
18149         Module isdir.
18150         * m4/isdir.m4: New file.
18151
18152         Module lchown.
18153         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
18154         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
18155
18156         Module makepath.
18157         * m4/makepath.m4: New file.
18158
18159         Module modechange.
18160         * m4/modechange.m4: New file.
18161
18162         Module mountlist.
18163         * m4/mountlist.m4: New file.
18164         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
18165         Indentation.
18166
18167         Module path-concat.
18168         * m4/path-concat.m4: New file.
18169
18170         Module pathmax.
18171         * m4/pathmax.m4: New file.
18172
18173         Module same.
18174         * m4/same.m4: New file.
18175
18176         Module save-cwd.
18177         * m4/save-cwd.m4: New file.
18178
18179         Module savedir.
18180         * m4/savedir.m4: New file.
18181
18182         Module xgetcwd.
18183         * m4/xgetcwd.m4: New file.
18184         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
18185
18186         Module xreadlink.
18187         * m4/xreadlink.m4: New file.
18188
18189         Module safe-read.
18190         * m4/safe-read.m4: New file.
18191
18192         Module safe-write.
18193         * m4/safe-write.m4: New file.
18194
18195         Module closeout.
18196         * m4/closeout.m4: New file.
18197
18198         Module stdio-safer.
18199         * m4/stdio-safer.m4: New file.
18200
18201         Module getpass.
18202         * m4/getpass.m4: New file.
18203
18204         Module getugroups.
18205         * m4/getugroups.m4: New file.
18206
18207         Module group-member.
18208         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
18209         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
18210
18211         Module idcache.
18212         * m4/idcache.m4: New file.
18213
18214         Module userspec.
18215         * m4/userspec.m4: New file.
18216
18217         Module gettime.
18218         * m4/clock_time.m4: New file.
18219         * m4/gettime.m4: New file.
18220
18221         Module settime.
18222         * m4/settime.m4: New file.
18223
18224         Module posixtm.
18225         * m4/posixtm.m4: New file.
18226
18227         Module gethostname.
18228         * m4/gethostname.m4: New file.
18229
18230         Module canon-host.
18231         * m4/canon-host.m4: New file.
18232
18233         Module gettext.
18234         * m4/codeset.m4: New file, from gettext-0.11.5.
18235         * m4/gettext.m4: New file, from gettext-0.11.5.
18236         * m4/glibc21.m4: New file, from gettext-0.11.5.
18237         * m4/iconv.m4: New file, from gettext-0.11.5.
18238         * m4/intdiv0.m4: New file, from gettext-0.11.5.
18239         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
18240         * m4/inttypes.m4: New file, from gettext-0.11.5.
18241         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
18242         * m4/isc-posix.m4: New file, from gettext-0.11.5.
18243         * m4/lcmessage.m4: New file, from gettext-0.11.5.
18244         * m4/lib-ld.m4: New file, from gettext-0.11.5.
18245         * m4/lib-link.m4: New file, from gettext-0.11.5.
18246         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
18247         * m4/progtest.m4: New file, from gettext-0.11.5.
18248         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
18249         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
18250         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
18251
18252         Module localcharset.
18253         * m4/localcharset.m4: New file.
18254
18255         Module hard-locale.
18256         * m4/hard-locale.m4: New file.
18257
18258         Module mbswidth.
18259         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
18260         onceonly macros.
18261         * m4/mbrtowc.m4: Add comment.
18262
18263         Module memcasecmp.
18264         * m4/memcasecmp.m4: New file.
18265
18266         Module memcoll.
18267         * m4/memcoll.m4: New file.
18268
18269         Module unicodeio.
18270         * m4/unicodeio.m4: New file.
18271
18272         Module rpmatch.
18273         * m4/rpmatch.m4: New file.
18274
18275         Module yesno.
18276         * m4/yesno.m4: New file.
18277
18278         Module exitfail.
18279         * m4/exitfail.m4: New file.
18280
18281         Module c-stack.
18282         * m4/c-stack.m4 (gl_C_STACK): New macro.
18283         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
18284
18285         Module error.
18286         * m4/error.m4 (gl_ERROR): New macro.
18287         (jm_PREREQ_ERROR): Use onceonly macros.
18288
18289         Module fatal.
18290         * m4/fatal.m4: New file.
18291
18292         Module getloadavg.
18293         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
18294         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
18295
18296         Module getpagesize.
18297         * m4/getpagesize.m4: New file.
18298
18299         Module getusershell.
18300         * m4/getusershell.m4: New file.
18301
18302         Module physmem.
18303         * m4/physmem.m4: New file.
18304
18305         Module posixver.
18306         * m4/posixver.m4: New file.
18307
18308         Module quotearg.
18309         * m4/quotearg.m4: New file.
18310
18311         Module quote.
18312         * m4/quote.m4: New file.
18313
18314         Module readutmp.
18315         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
18316
18317         Module sig2str.
18318         * m4/sig2str.m4: New file.
18319
18320         Other.
18321         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
18322         ulonglong.m4.
18323         * m4/intmax_t.m4: New file.
18324         * m4/d-type.m4: Indentation.
18325         * m4/jm-macros.m4: Update.
18326         * m4/prereq.m4 (jm_PREREQ): Update.
18327         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
18328         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
18329         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
18330         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
18331         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
18332         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
18333         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
18334         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
18335         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
18336         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
18337         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
18338         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
18339         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
18340         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
18341         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
18342         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
18343         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
18344         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
18345         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
18346
18347 2002-12-24  Bruno Haible  <bruno@clisp.org>
18348
18349         * MODULES.txt: Update according to m4/ changes.
18350
18351         Module gettext.
18352         * config.rpath: New file, from gettext-0.11.5.
18353
18354         * modules/*: New module descriptions.
18355         * gnulib-tool: New file.
18356         * MODULES.html.sh: New file.
18357
18358 2002-12-21  Karl Berry  <karl@gnu.org>
18359
18360         * doc/fdl.texi: update to version 1.2.
18361
18362 2002-12-19  Karl Berry  <karl@gnu.org>
18363
18364         * config/config.guess: update from prep.
18365
18366 2002-12-18  Bruno Haible  <bruno@clisp.org>
18367
18368         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
18369         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
18370
18371 2002-12-17  Bruno Haible  <bruno@clisp.org>
18372
18373         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
18374         stdlib.h, string.h.
18375
18376 2002-12-17  Bruno Haible  <bruno@clisp.org>
18377
18378         * lib/canon-host.c (strdup): Remove unused declaration.
18379
18380         * lib/fsusage.c: Include full_read.h.
18381         (get_fs_usage): Use full_read instead of safe_read.
18382
18383         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
18384
18385 2002-12-12  Karl Berry  <karl@gnu.org>
18386
18387         * config/config.guess: update from prep.
18388
18389 2002-12-11  Bruno Haible  <bruno@clisp.org>
18390
18391         * m4/setenv.m4: New file, from gettext-0.11.5.
18392
18393 2002-12-11  Bruno Haible  <bruno@clisp.org>
18394
18395         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
18396         not unsetenv().
18397         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
18398         modifications:
18399
18400         2002-12-11  Bruno Haible  <bruno@clisp.org>
18401
18402                 * setenv.c (alloca): Fall back to malloc.
18403                 (freea): New macro.
18404                 (setenv): Use freea() to free memory allocated with alloca().
18405
18406         2002-11-13  Bruno Haible  <bruno@clisp.org>
18407
18408                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
18409                 function declarations.
18410                 * unsetenv.c (unsetenv): Likewise.
18411
18412         2002-03-04  Bruno Haible  <bruno@clisp.org>
18413
18414                 Portability to AIX 4.3.3.
18415                 * unsetenv.c: New file, extracted from setenv.c.
18416                 * setenv.c: Move the unsetenv() function to unsetenv.c.
18417
18418         2001-12-20  Bruno Haible  <bruno@clisp.org>
18419
18420                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
18421                 use malloc instead. For SunOS 4.
18422
18423         2001-12-11  Bruno Haible  <bruno@clisp.org>
18424
18425                 * setenv.c: Declare alloca.
18426                 (compar_fn_t): New typedef.
18427                 (KNOWN_VALUE, STORE_VALUE): Use it.
18428
18429         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
18430         setenv.h.
18431
18432 2002-12-10  Paul Eggert  <eggert@twinsun.com>
18433
18434         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
18435         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
18436         Choose values that are less likely to collide with system fnmatch
18437         options.
18438         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
18439         defined (e.g., a pure POSIX system).
18440         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
18441         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
18442
18443 2002-12-06  Paul Eggert  <eggert@twinsun.com>
18444
18445         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
18446         a pain in practice to deal with generated m4 files.  This change
18447         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
18448
18449         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
18450         and jm-glibc-io.m4, as they are no longer a special case.
18451         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
18452         kludge and the auto-generation stuff.  Check only whether the
18453         functions are declared, not whether they exist, since older hosts
18454         that don't declare the functions can't use the optimization anyway.
18455
18456 2002-12-06  Jim Meyering  <jim@meyering.net>
18457
18458         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
18459
18460         Merge in changes from libc's misc/error.c, in preparation
18461         for the merge of gnulib's changes back into libc.
18462
18463         * lib/error.c (_): Define only if not already defined.
18464         Move definition to follow all #include directives.
18465         Include unlocked-io.h only if !_LIBC.
18466         [_LIBC]: Include <libio/libioP.h>.
18467         [USE_IN_LIBIO]: Include <libio/iolibio.h>
18468         (fflush): Tweak definition to use INTUSE.
18469         (putc): Define.
18470
18471 2002-12-05  Paul Eggert  <eggert@twinsun.com>
18472
18473         * lib/alloca.c [defined emacs]: Include "lisp.h".
18474         (xalloc_die) [defined emacs]: New macro.
18475         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
18476         [! defined emacs]: Include <xalloc.h>.
18477         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
18478         (pointer): Typedef to POINTER_TYPE *.
18479         (malloc): Remove decl; we now always use xmalloc.
18480         (alloca): Use old-style definition, since Emacs needs this.
18481         Check for arithmetic overflow when computing combined size.
18482
18483 2002-12-04  Paul Eggert  <eggert@twinsun.com>
18484
18485         Do not generate unlocked-io.h automatically, since it's easier to
18486         maintain it by hand.
18487
18488         * lib/unlocked-io.h: New file, from GNU diffutils,
18489         but with proper copyright notice and attribution.
18490         * lib/gen-uio: Remove.
18491         * lib/Makefile.am: Add copyright notice.
18492         (libfetish_a_SOURCES): Add unlocked-io.h.
18493         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
18494         (DISTCLEANFILES, io_functions): Remove macros.
18495         (EXTRA_DIST): Remove gen_uio.
18496         (unlocked-io.h): Remove rule.
18497
18498 2002-12-04  Jim Meyering  <jim@meyering.net>
18499
18500         Reflect the fact that stat.c and lstat.c are no longer generated.
18501         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
18502         (DISTCLEANFILES): Likewise.
18503         (EXTRA_DIST): Likewise.
18504         (all_local): Don't depend on stat.c or lstat.c.
18505         (stat.c, lstat.c): Remove rules.
18506         (EXTRA_DIST): Remove xstat.in.
18507
18508         * lib/xstat.in: Remove file.  Contents moved into stat.c.
18509         * lib/stat.c: New file.  Contents mostly from xstat.in.
18510         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
18511         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
18512
18513         * lib/safe-read.c: Rework so that it may serve to define safe_write,
18514         too.
18515         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
18516
18517 2002-12-03  Jim Meyering  <jim@meyering.net>
18518
18519         * lib/safe-read.c, safe-write.c: Change variable names and comments,
18520         but not semantics, to minimize the differences between these two files.
18521         (safe_read): Change comment to mention SAFE_READ_ERROR.
18522
18523         * lib/safe-read.c (IS_EINTR): Define.
18524         (safe_read): Use IS_EINTR in place of in-function cpp directives.
18525
18526 2002-12-02  Jim Meyering  <jim@meyering.net>
18527
18528         * lib/safe-read.c (EINTR): Define.
18529         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
18530         (INT_MAX): Provide fallback.
18531         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
18532
18533         * lib/safe-read.h (SAFE_READ_ERROR): Define.
18534
18535 2002-12-02  Bruno Haible  <bruno@clisp.org>
18536
18537         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
18538         Define, taken from safe-read.c.
18539         (INT_MAX): Provide fallback.
18540         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
18541         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
18542
18543         * lib/safe-read.c (EINTR): Remove definition.
18544         (safe_read): Don't use EINTR if it is absent.
18545
18546 2002-12-01  Jim Meyering  <jim@meyering.net>
18547
18548         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
18549         zero.
18550         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
18551
18552 2002-11-27  Paul Eggert  <eggert@twinsun.com>
18553
18554         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
18555         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
18556         with `if (! (value < limit)) abort ();', for readability.
18557
18558 2002-11-26  Karl Berry  <karl@gnu.org>
18559
18560         * lib/strdup.c: copy from libc again, with jim's ok.
18561         * lib/.cppi-disable: re-add strdup.c
18562
18563 2002-11-25  Karl Berry  <karl@gnu.org>
18564
18565         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
18566         instead of "strtol.c".
18567
18568 2002-11-25  Karl Berry  <karl@gnu.org>
18569
18570         * config/install-sh: update from automake for variable quoting, $0 in
18571         error msgs, etc.
18572
18573         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
18574         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
18575         entry.
18576
18577 2002-11-25  Jim Meyering  <jim@meyering.net>
18578
18579         * lib/mktime.c: Sync from libc, now that it has the latest fix.
18580
18581 2002-11-24  Karl Berry  <karl@gnu.org>
18582
18583         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
18584         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
18585
18586 2002-11-24  Jim Meyering  <jim@meyering.net>
18587
18588         Update from coreutils:
18589
18590         * lib/mktime.c: Merge in changes from libc.
18591
18592         Avoid a link-time failure on some Linux systems.
18593         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
18594         (otherwise).
18595         (__mon_yday): Declare with the STATIC attribute.
18596         (__mktime_internal): Likewise.
18597         Based on a report from Greg Schafer.
18598
18599 2002-11-23  Jim Meyering  <jim@meyering.net>
18600
18601         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
18602         Use `unsigned', not `int', as type of index.
18603
18604         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
18605
18606         * lib/fsusage.c: Remove unneeded parentheses around operands of
18607         `defined'.
18608
18609 2002-11-22  Paul Eggert  <eggert@twinsun.com>
18610
18611         * lib/quotearg.h: Allow multiple inclusion by surrounding with
18612         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
18613         so that we can be included first.
18614         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
18615         * lib/quotearg.c: Include quotearg.h immediately after config.h.
18616         No need to include stddef.h or sys/types.h any more.
18617         Surround local include files with "", not "<>".
18618         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
18619         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
18620         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
18621         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
18622         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
18623         (ISPRINT): Remove; no longer needed now that we assume C89.
18624
18625         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
18626         Preserve errno.
18627
18628         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
18629         quotearg_char): Use SIZE_MAX rather than
18630         (size_t) -1 when we are talking about "infinity".
18631
18632         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
18633
18634 2002-11-22  Paul Eggert  <eggert@twinsun.com>
18635
18636         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
18637         hint that one should use `if (! x) abort ();' rather than `assert
18638         (x);', and anyway it's one less thing to worry about configuring.
18639         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
18640         hash_rehash, hash_insert): Use abort rather than assert.
18641
18642 2002-11-22  Bruno Haible  <bruno@clisp.org>
18643
18644         * lib/safe-read.h: Assume C89. Add comments.
18645         (safe_read): Change return type to size_t.
18646         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
18647         byte counts > SSIZE_MAX correctly.
18648         * lib/safe-write.h: New file.
18649         * lib/safe-write.c: New file.
18650         * lib/full-read.h: New file.
18651         * lib/full-read.c: New file.
18652         * lib/full-write.h: Assume C89. Add comments.
18653         * lib/full-write.c: Include safe-write.h.
18654         (full_write): Rewritten to use safe_write.
18655         Suggested by Jim Meyering and Paul Eggert.
18656
18657 2002-11-21  Jim Meyering  <jim@meyering.net>
18658
18659         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
18660
18661         Merge in changes from the coreutils.
18662
18663         2002-09-25  Paul Eggert  <eggert@twinsun.com>
18664         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
18665         <stdint.h>.
18666         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
18667         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
18668         int.  Work more efficiently if X is the same width as uintmax_t.
18669         Do not compare X to -1, to avoid bogus compiler warning.
18670         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
18671         Don't assume that f_frsize and f_bsize are the same type.
18672
18673         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
18674         warning on FreeBSD.
18675
18676         * lib/makepath.c (make_path): Restore umask *before* creating the final
18677         component.
18678         (make_path): Minor reformatting.
18679
18680         * lib/xmalloc.c: Adjust to work with new autoconf macros,
18681         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
18682         HAVE_MALLOC/HAVE_REALLOC.
18683
18684         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
18685         dummy ones.  At least on GNU/Linux systems, `auto' means something
18686         else.
18687         From Michael Stone.
18688
18689 2002-11-21  Bruno Haible  <bruno@clisp.org>
18690
18691         Remove case insensitive option matching.
18692         * lib/argmatch.h (argcasematch): Remove declaration.
18693         (ARGCASEMATCH): Remove macro.
18694         (__xargmatch_internal): Remove case_sensitive argument.
18695         (XARGMATCH): Update.
18696         (XARGCASEMATCH): Remove macro.
18697         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
18698         case_sensitive argument.
18699         (argcasematch): Remove function.
18700         (__xargmatch_internal): Remove case_sensitive argument.
18701         (main): Use XARGMATCH instead of XARGCASEMATCH.
18702
18703         * lib/xmalloc.c: Change compile-time error message. Add comment about
18704         required autoconf version.
18705
18706 2002-11-20  Paul Eggert  <eggert@twinsun.com>
18707
18708         Merge argmatch cleanups from Bison.  Assume C89.
18709
18710         * lib/argmatch.c: Include config.h here, not in argmatch.h.
18711         Include stdlib.h, for EXIT_FAILURE.
18712         Always include <string.h>, since we assume C89.
18713         (EXIT_FAILURE): Remove pre-C89 bug workaround.
18714         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
18715         Include <stddef.h> instead, since it's all we need for size_t.
18716         (PARAMS): Remove.  All uses removed.
18717         (ARRAY_CARDINALITY): Do not bother to #undef.
18718         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
18719         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18720         Remove unnecessary parentheses.
18721         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18722         Insert necessary parentheses.
18723         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
18724         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
18725
18726 2002-11-19  Bruno Haible  <bruno@clisp.org>
18727
18728         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
18729         * lib/mbswidth.h: Include <stddef.h>, for size_t.
18730
18731         * lib/mbswidth.h (PARAMS): Remove macro.
18732         (mbswidth, mbsnwidth): Use ANSI C function declarations.
18733         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
18734
18735         * lib/gcd.h (PARAMS): Remove macro.
18736         (gcd): Use ANSI C function declarations.
18737         * lib/gcd.c (gcd): Likewise.
18738
18739 2002-11-15  Bruno Haible  <bruno@clisp.org>
18740
18741         * lib/strcspn.c: Include <stddef.h>.
18742         (strcspn): Use ANSI C function declaration. Change return type to
18743         size_t. Use NULL.
18744         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
18745         (strpbrk): Use NULL.
18746         * lib/strpbrk.h (PARAMS): Remove macro.
18747         (strpbrk): Use ANSI C function declaration.
18748         * lib/strstr.c: Don't include <sys/types.h>.
18749         * lib/strstr.h (PARAMS): Remove macro.
18750         (strstr): Use ANSI C function declarations.
18751
18752 2002-11-14  Karl Berry  <karl@gnu.org>
18753
18754         * config/mkinstalldirs: `do' on separate line, instead of
18755         `for var; do'.
18756
18757 2002-11-06  Bruno Haible  <bruno@clisp.org>
18758
18759         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
18760         * lib/gcd.c (gcd): Likewise.
18761
18762 2002-11-05  Bruno Haible  <bruno@clisp.org>
18763
18764         * lib/gcd.h: New file, from gettext-0.11.5.
18765         * lib/gcd.c: New file, from gettext-0.11.5.
18766
18767 2002-11-05  Bruno Haible  <bruno@clisp.org>
18768
18769         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18770         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18771         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18772         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18773
18774         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
18775         <libintl.h>.
18776         * lib/makepath.c: Include gettext.h instead of <locale.h> and
18777         <libintl.h>.
18778
18779         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
18780         * lib/human.c: Include gettext.h instead of <libintl.h>.
18781         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
18782         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
18783         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
18784         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
18785         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
18786         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
18787         (textdomain): Remove definition.
18788         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
18789
18790         * lib/long-options.c: Remove include of <libintl.h> and definition of
18791         _.
18792         * lib/same.c: Remove include of <libintl.h> and definition of _.
18793
18794 2002-11-04  Owen Taylor  <otaylor@redhat.com>
18795
18796         * lib/config.charset: A few additions for Solaris.
18797
18798 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18799
18800         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
18801         * lib/localcharset.c (locale_charset): Declare as extern "C".
18802
18803 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18804
18805         * lib/config.charset: msdos in uk_UA uses CP1125.
18806
18807 2002-11-04  Bruno Haible  <bruno@clisp.org>
18808
18809         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
18810         * lib/strcase.h: New file, from GNU gettext-0.11.5.
18811         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
18812         * lib/strstr.h: New file, from GNU gettext-0.11.5.
18813         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
18814
18815 2002-11-04  Bruno Haible  <bruno@clisp.org>
18816
18817         * lib/localcharset.c (locale_charset): Don't return an empty string.
18818
18819 2002-11-04  Bruno Haible  <bruno@clisp.org>
18820
18821         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
18822         aliases.
18823
18824 2002-11-04  Bruno Haible  <bruno@clisp.org>
18825
18826         * lib/config.charset: Update for newest glibc. Add canonical names
18827         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
18828
18829 2002-11-04  Bruno Haible  <bruno@clisp.org>
18830
18831         * lib/config.charset: Add support for NetBSD.
18832
18833 2002-11-04  Bruno Haible  <bruno@clisp.org>
18834
18835         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
18836
18837 2002-11-01  Bruno Haible  <bruno@clisp.org>
18838
18839         * configure.in: Add AC_CONFIG_AUX_DIR call.
18840         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
18841         test/Makefile.
18842         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
18843
18844 2002-09-28  Karl Berry  <karl@gnu.org>
18845
18846         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
18847         installed automake until the next release, since changes have been
18848         made.
18849
18850 2002-09-25  Karl Berry  <karl@gnu.org>
18851
18852         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
18853         * lib/getopt*: copy from libc/posix.
18854         * lib/gettext.h: copy from gettext.
18855         * lib/.cppi-disable: add strdup.c, gettext.h.
18856
18857 2002-09-25  Karl Berry  <karl@gnu.org>
18858
18859         * config/srclist.txt: enable gettext.h check.
18860         * config/config.{guess,sub}: update from prep.
18861         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
18862                 from automake 1.6.3.
18863         See srclist*.
18864
18865 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
18866
18867         * regex.c (PATFETCH): Remove the translating fetch.
18868         (PATFETCH_RAW): Rename to PATFETCH.
18869         (set_image_of_range): New fun.
18870         (SET_RANGE_TABLE_WORK_AREA): Use it.
18871         (regex_compile): Don't translate the pattern chars so eagerly.
18872         Only do it when inserting an `exactn' bytecode or when handling
18873         a char-range.
18874         (mutually_exclusive_p): Avoid empty statement.
18875
18876 2002-07-06  Jim Meyering  <meyering@lucent.com>
18877
18878         * m4/README: Don't mention Makefile.am.in.
18879         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
18880
18881 2002-07-01  Jim Meyering  <meyering@lucent.com>
18882
18883         * lib/c-stack.c: Include sys/time.h.
18884         From Volker Borchert.
18885
18886 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18887
18888         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
18889
18890 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18891
18892         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
18893         New macro.  Use it uniformly instead of
18894         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
18895         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
18896         reported by Vin Shelton.
18897
18898 2002-06-22  Paul Eggert  <eggert@twinsun.com>
18899
18900         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
18901         Do not assume SA_SIGINFO behavior.
18902         Bug reported by Jim Meyering on NetBSD 1.5.2.
18903
18904 2002-06-22  Jim Meyering  <meyering@lucent.com>
18905
18906         * m4/c-stack.m4: New file, from diffutils-2.8.2.
18907         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
18908
18909         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
18910         now that configure.ac uses AC_GNU_SOURCE.
18911         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
18912         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
18913
18914         Update to latest tools.  Suggestions from Paul Eggert.
18915         * m4/stdbool.m4: New file, from diffutils-2.8.2.
18916         * m4/gnu-source.m4: Update from diffutils-2.8.2.
18917         * m4/fnmatch.m4: Likewise.
18918         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
18919         to AC_HEADER_STDBOOL
18920
18921 2002-06-22  Jim Meyering  <meyering@lucent.com>
18922
18923         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
18924         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
18925
18926 2002-06-22  Jim Meyering  <meyering@lucent.com>
18927
18928         * lib/c-stack.c, c-stack.h: New files, from diffutils-2.8.2.
18929
18930         * lib/exitfail.c, exitfail.h: Likewise.
18931         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
18932
18933         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
18934         of fnmatch.h.
18935         (EXTRA_DIST): Add fnmatch_loop.c.
18936         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
18937
18938         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
18939         * lib/fnmatch.c: Update from diffutils-2.8.2.
18940         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
18941         * lib/fnmatch.h: Remove file.
18942
18943 2002-06-21  Jim Meyering  <meyering@lucent.com>
18944
18945         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
18946         * m4/mbrtowc.m4: Likewise.
18947
18948         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
18949         * m4/mbswidth.m4: Reflect name change:
18950         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
18951         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
18952
18953         * m4/lib-link.m4: Update from gettext-0.11.2.
18954         * m4/gettext.m4: Likewise.
18955
18956         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
18957         From Alfred M. Szmidt.
18958
18959 2002-06-18  Paul Eggert  <eggert@twinsun.com>
18960
18961         * lib/file-type.h: Report an error if neither S_ISREG nor
18962         S_IFREG is defined, instead of using a test specific to glibc
18963         2.2.  This should be safe, since POSIX requires S_ISREG and
18964         Unix Version 7 had S_IFREG.  We don't need to check for
18965         <sys/types.h> since we don't use any symbols that it defines.
18966
18967 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
18968
18969         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
18970         $@-t, so that each temporary file name is unique and valid in the first
18971         8 characters, for operation under DOS.
18972
18973 2002-06-15  Paul Eggert  <eggert@twinsun.com>
18974
18975         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
18976
18977 2002-06-15  Jim Meyering  <meyering@lucent.com>
18978
18979         Work even with DJGPP 2.03, which lacks support for symlinks.
18980         From Richard Dawe.
18981         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
18982         is defined.
18983         * lib/lchown.c (S_ISLNK): Likewise.
18984
18985 2002-06-15  Jim Meyering  <meyering@lucent.com>
18986
18987         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
18988         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
18989         have been included before this file.
18990
18991 2002-06-14  Jim Meyering  <meyering@lucent.com>
18992
18993         * lib/file-type.h: Use the version from diffutils-2.8.2.
18994         * lib/file-type.c: Likewise.
18995
18996 2002-06-07  Jim Meyering  <meyering@lucent.com>
18997
18998         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
18999         They're needed at least for NetBSD 1.5.2.
19000         ($statxfs_includes): Include those same headers.
19001         ($statxfs_includes): Include sys/vfs.h if available.
19002         ($statxfs_includes): Likewise for sys/statvfs.h.
19003         Check for the following members in both structs statfs and statvfs:
19004         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
19005
19006 2002-06-01  Jim Meyering  <meyering@lucent.com>
19007
19008         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
19009         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
19010
19011 2002-05-28  Jim Meyering  <meyering@lucent.com>
19012
19013         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
19014         Reported by Volker Borchert.
19015
19016 2002-05-27  Jim Meyering  <meyering@lucent.com>
19017
19018         Fix a problem seen only on nonconforming systems whereby ls.c's
19019         use of localtime, and then of gettimeofday would cause trouble:
19020         the localtime call used to initialize rpl_gettimeofday's save
19021         mechanism would clobber ls's current local time information so
19022         that in any long listing the first file would always be listed
19023         with date 1970-01-01.  Analysis by Volker Borchert.
19024
19025         * lib/gettimeofday.c (localtime): Undefine.
19026         (rpl_localtime): New function.
19027
19028 2002-05-27  Jim Meyering  <meyering@lucent.com>
19029
19030         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
19031         localtime.
19032
19033         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
19034         use the replacement function; it wouldn't resolve at link time.
19035         Reported by Volker Borchert.
19036
19037 2002-05-22  Jim Meyering  <meyering@lucent.com>
19038
19039         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
19040         file-type.h.
19041         * lib/file-type.h: New file.
19042         * lib/file-type.c (file_type): New file/function.  Extracted from
19043         diffutils.
19044
19045 2002-04-30  Jim Meyering  <meyering@lucent.com>
19046
19047         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
19048
19049 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19050
19051         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
19052
19053 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19054
19055         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
19056         Do not check for alloca.h (no longer used) or stdbool.h (was never
19057         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
19058
19059 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19060
19061         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
19062
19063 2002-04-29  Jim Meyering  <meyering@lucent.com>
19064
19065         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
19066         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
19067         Use AC_FUNC_STRNLEN here instead.
19068
19069         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
19070         With autoconf-2.53a, it's part of AC_PROG_CC.
19071
19072 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19073
19074         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
19075         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
19076
19077 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19078
19079         * lib/sig2str.h, sig2str.c: New files.
19080         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
19081
19082 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19083
19084         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
19085         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
19086         of 127, since 64 is the largest conceivable number for ancient
19087         nonstandard hosts.
19088         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
19089
19090 2002-04-28  Jim Meyering  <meyering@lucent.com>
19091
19092         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
19093
19094 2002-04-24  Jim Meyering  <meyering@lucent.com>
19095
19096         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
19097         (jm_PREREQ): Use it.
19098
19099         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
19100         mach/mach.h fcntl.h.
19101         Check for this function: setlocale.
19102
19103 2002-04-24  Jim Meyering  <meyering@lucent.com>
19104
19105         * lib/gettext.h: New file, from Gettext.
19106         * lib/Makefile.am (INCLUDES): Remove -I../intl.
19107         (libfetish_a_SOURCES): Add gettext.h.
19108
19109 2002-04-16  Jim Meyering  <meyering@lucent.com>
19110
19111         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
19112         ut_pid, ut_id, ut_exit.
19113
19114 2002-04-16  Jim Meyering  <meyering@lucent.com>
19115
19116         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
19117         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
19118         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
19119
19120 2002-04-12  Jim Meyering  <meyering@lucent.com>
19121
19122         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
19123         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
19124         existence of the getmntinfo function.  Needed for Darwin 5.3.
19125
19126         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
19127         This is necessary at least on Darwin 5.3.
19128
19129         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
19130         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
19131         strnlen.o in the library, and that makes some versions of ranlib
19132         object.
19133
19134 2002-04-12  Jim Meyering  <meyering@lucent.com>
19135
19136         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
19137
19138 2002-04-09  Jim Meyering  <meyering@lucent.com>
19139
19140         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
19141         to be more precise.  Rather than saying we're checking whether the
19142         function `works', say what we're testing.
19143         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
19144         Reported by Bruno Haible.
19145
19146 2002-03-10  Jim Meyering  <meyering@lucent.com>
19147
19148         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
19149         Suggestion from Santiago Vila.
19150
19151 2002-03-08  Jim Meyering  <meyering@lucent.com>
19152
19153         * lib/rename.c: Mention that this wrapper is needed also on
19154         mips-dec-ultrix4.4 systems.
19155
19156 2002-03-02  Jim Meyering  <meyering@lucent.com>
19157
19158         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
19159         not HAVE_CLOCK_SETTIME.
19160
19161 2002-02-27  Paul Eggert  <eggert@twinsun.com>
19162
19163         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
19164         Check for clock_settime.
19165
19166 2002-02-27  Paul Eggert  <eggert@twinsun.com>
19167
19168         * lib/nanosleep.h: Rename to....
19169         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
19170
19171         * lib/gettime.c: New file.
19172         * lib/settime.c: New file.
19173         * lib/stime.c: Remove.
19174
19175         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
19176         timespec.h.  Remove nanosleep.h.
19177
19178 2002-02-25  Paul Eggert  <eggert@twinsun.com>
19179
19180         * m4/acl.m4: New file.
19181         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
19182         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
19183
19184 2002-02-25  Paul Eggert  <eggert@twinsun.com>
19185
19186         * lib/acl.c, acl.h: New files.
19187         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
19188
19189 2002-02-24  Jim Meyering  <meyering@lucent.com>
19190
19191         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
19192         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
19193         cause trouble.  Reported by Nelson Beebe.
19194
19195 2002-02-23  Paul Eggert  <eggert@twinsun.com>
19196
19197         * lib/path-concat.c (xpath_concat): Reorder code to pacify
19198         compilers that don't know that xalloc_die never returns.
19199
19200 2002-02-20  Jim Meyering  <meyering@lucent.com>
19201
19202         * lib/getdate.c: Regenerate using bison-1.33.
19203
19204 2002-02-17  Jim Meyering  <meyering@lucent.com>
19205
19206         * config/config.guess (main): Don't use `head -1'; it's no longer
19207         portable. Use `sed 1q' instead.
19208
19209 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
19210
19211         * m4/codeset.m4: Upgrade to gettext-0.11.
19212         * m4/gettext.m4: Upgrade to gettext-0.11.
19213         * m4/glibc21.m4: Upgrade to gettext-0.11.
19214         * m4/iconv.m4: Upgrade to gettext-0.11.
19215         * m4/isc-posix.m4: Upgrade to gettext-0.11.
19216         * m4/lcmessage.m4: Upgrade to gettext-0.11.
19217         * m4/lib-ld.m4: New file, from gettext-0.11.
19218         * m4/lib-link.m4: New file, from gettext-0.11.
19219         * m4/lib-prefix.m4: New file, from gettext-0.11.
19220         * m4/progtest.m4: Upgrade to gettext-0.11.
19221
19222 2002-02-15  Paul Eggert  <eggert@twinsun.com>
19223
19224         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
19225         (jm_PREREQ): Use it.
19226
19227 2002-02-15  Paul Eggert  <eggert@twinsun.com>
19228
19229         * lib/posixver.c, posixver.h: New files.
19230         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
19231
19232 2002-02-02  Paul Eggert  <eggert@twinsun.com>
19233             Bruno Haible  <bruno@clisp.org>
19234
19235         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
19236         (fwrite_success_callback): New declaration.
19237         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
19238         print_unicode_char. Call failure callback instead of error.
19239         (fwrite_success_callback): New function.
19240         (exit_failure_callback): New function.
19241         (fallback_failure_callback): New function.
19242         (print_unicode_char): Call unicode_to_mb.
19243
19244 2002-01-26  Jim Meyering  <meyering@lucent.com>
19245
19246         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
19247         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
19248
19249 2002-01-26  Jim Meyering  <meyering@lucent.com>
19250
19251         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
19252
19253 2002-01-22  Paul Eggert  <eggert@twinsun.com>
19254
19255         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
19256
19257 2002-01-22  Jim Meyering  <meyering@lucent.com>
19258
19259         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
19260         Otherwise, some versions of automake would omit the rule that makes
19261         Makefile from Makefile.in.
19262
19263 2002-01-21  Paul Eggert  <eggert@twinsun.com>
19264
19265         * lib/xmemcoll.h, xmemcoll.c: New files.
19266         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
19267         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
19268         (memcoll): Set errno to zero if there is no error.
19269
19270         * lib/quotearg.c (quotearg_buffer_restyled):
19271         Fix bug with quoting buffers containing NUL when backslashing escapes.
19272         This bug was exposed by the other changes in this patch.
19273         (quotearg_n_options): New arg ARGSIZE.
19274         All callers changed.
19275         (quoting_options_from_style): New function.
19276         (quotearg_n_style): Use it.
19277         (quotearg_n_style_mem): New function.
19278
19279         * lib/quotearg.h (quotearg_n_style_mem): New function.
19280
19281 2002-01-19  Jim Meyering  <meyering@lucent.com>
19282
19283         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
19284         Remove useless quotes: DF_PROG="df".
19285         * m4/strnlen.m4: New file.
19286
19287 2002-01-16  Paul Eggert  <eggert@twinsun.com>
19288
19289         * lib/backupfile.c (ISDIGIT): Comment fix.
19290         * lib/getdate.y (ISDIGIT): Likewise.
19291         * lib/posixtm.c (ISDIGIT, year): Likewise.
19292         * lib/strverscmp.c (ISDIGIT): Likewise.
19293         * lib/userspec.c (ISDIGIT): Likewise.
19294
19295 2002-01-16  Jim Meyering  <meyering@lucent.com>
19296
19297         * lib/getdate.y: Add three semicolons, each just before a closing
19298         brace. Bison (as of version 1.31) no longer papers over that mistake.
19299
19300 2002-01-05  Jim Meyering  <meyering@lucent.com>
19301
19302         * lib/version-etc.c (version_etc_copyright): Update copyright year.
19303
19304 2001-12-19  Paul Eggert  <eggert@twinsun.com>
19305
19306         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
19307         not silently exit merely because the output buffer happens to
19308         have nothing pending.
19309
19310 2001-12-18  Paul Eggert  <eggert@twinsun.com>
19311
19312         See the big note in ../ChangeLog.
19313         * lib/human.c (suffixes): Prefer K to k for 1024.
19314         (generate_suffix_backwards): New function.
19315         (human_readable_inexact): Use it.
19316         * lib/xstrtol.c (__xstrtol): If there is no number but there
19317         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
19318         Accept 'K' as well as 'k'.
19319
19320 2001-12-15  Jim Meyering  <meyering@lucent.com>
19321
19322         * lib/regex.h (__restrict_arr): Update from libc.
19323
19324         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
19325         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
19326         (STREQ): Define.
19327
19328 2001-12-14  Jim Meyering  <meyering@lucent.com>
19329
19330         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
19331         Suggestion from Bruno Haible.
19332
19333 2001-12-10  Jim Meyering  <meyering@lucent.com>
19334
19335         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
19336         xrealloc, Instead, include "xalloc.h".
19337         (initbuffer): Don't cast xmalloc return value to char*.
19338         (readline): Reword comment.
19339         Don't cast xrealloc return value to char*
19340         Return NULL, not 0.
19341
19342 2001-12-09  Jim Meyering  <meyering@lucent.com>
19343
19344         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
19345         about `signed and unsigned type in conditional expression'.
19346         * lib/posixtm.c (posix_time_parse): Likewise.
19347
19348         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
19349
19350         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
19351         to avoid a pedantic warning.
19352
19353         * lib/getstr.c: Don't include assert.h.
19354         (getstr): Remove warning-evoking assertions.
19355         Return -1 if offset parameter is out of bounds.
19356         Change the type of a local from int to size_t.
19357
19358         * lib/strftime.c (my_strftime_localtime_r): Include this function
19359         definition in the `#if ! HAVE_TM_GMTOFF' block.
19360
19361         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
19362         Include xalloc.h instead.
19363
19364 2001-12-02  Jim Meyering  <meyering@lucent.com>
19365
19366         * lib/tempname.c: Don't declare getenv, thus reverting the change of
19367         2001-11-18.  It's no longer necessary, now that stdlib.h is always
19368         included.
19369
19370         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
19371         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
19372
19373 2001-11-30  Akim Demaille  <akim@epita.fr>
19374
19375         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
19376         before being defined.
19377
19378 2001-11-27  Paul Eggert  <eggert@twinsun.com>
19379
19380         * lib/quotearg.h (quotearg_n, quotearg_n_style):
19381         First arg is int, not unsigned.
19382         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19383         (SIZE_MAX, UINT_MAX): New macros.
19384         (quotearg_n_options): Abort if N is negative.
19385         Avoid overflow check on hosts where size_t is 64 bits and int
19386         is 32 bits, as overflow is impossible there.
19387         Fix off-by-one typo that caused unnecessary reallocation.
19388
19389 2001-11-27  Jim Meyering  <meyering@lucent.com>
19390
19391         * lib/tempname.c: Merge with version from libc.
19392         * lib/regex.c: Likewise.
19393
19394         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
19395         systems for which STDC_HEADERS is 0, it was not included, resulting in
19396         a warning about an integer-to-pointer conversion problem with getenv.
19397         Reported by Volker Borchert.
19398
19399 2001-11-26  Jim Meyering  <meyering@lucent.com>
19400
19401         * lib/gtod.h: Remove file.
19402         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
19403         * lib/gettimeofday.c: Don't include gtod.h.
19404         (GTOD_init): Remove function.
19405         (rpl_gettimeofday): Do its job here instead, rather than aborting.
19406         Suggestion from Volker Borchert.
19407
19408 2001-11-23  Jim Meyering  <meyering@lucent.com>
19409
19410         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
19411         it.
19412         * lib/hash.c (struct hash_table): Define it here instead.
19413
19414 2001-11-22  Jim Meyering  <meyering@lucent.com>
19415
19416         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
19417
19418 2001-11-20  Jim Meyering  <meyering@lucent.com>
19419
19420         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
19421         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
19422
19423 2001-11-19  Jim Meyering  <meyering@lucent.com>
19424
19425         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
19426         directory.  Use "conftestXXXXXX" as the template.
19427         Suggestion from Paul Eggert.
19428
19429         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
19430         immediately, so the test doesn't mistakenly hit the max-open-files
19431         limit.
19432
19433 2001-11-18  Paul Eggert  <eggert@twinsun.com>
19434
19435         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
19436         (TEMPORARIES): New macro.
19437         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
19438         removes an artificial limitation (e.g. HP-UX 10.20, where
19439         TMP_MAX is 17576).
19440
19441 2001-11-18  Jim Meyering  <meyering@lucent.com>
19442
19443         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
19444
19445 2001-11-18  Jim Meyering  <meyering@lucent.com>
19446
19447         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
19448         on SunOS 4.
19449
19450         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
19451         files will be created before anything else.
19452
19453 2001-11-17 Paul Eggert  <eggert@twinsun.com>
19454
19455         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
19456         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
19457
19458 2001-11-17  Jim Meyering  <meyering@lucent.com>
19459
19460         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
19461         Prompted by a report from Bob Proulx.
19462
19463         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
19464         Instead, require UTILS_FUNC_MKSTEMP.
19465
19466 2001-11-17  Jim Meyering  <meyering@lucent.com>
19467
19468         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
19469         Now, that's done as part of AC_FUNC_STRTOD.
19470
19471 2001-11-17  Jim Meyering  <meyering@lucent.com>
19472
19473         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
19474         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
19475         rather than group writable.  Patch by Juan F. Codagnone.
19476
19477         * lib/readtokens.c: Remove explicit declarations of xmalloc and
19478         xrealloc, Instead, include "xalloc.h".
19479
19480         * lib/mountlist.c: Include unlocked-io.h after all system headers.
19481         Remove explicit declarations of xmalloc, xrealloc,
19482         and xstrdup.  Instead, include "xalloc.h".
19483
19484         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
19485         unlocked-io.h.
19486         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
19487         Likewise.
19488         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
19489
19490         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
19491         Reported by Padraig Brady.
19492
19493         * lib/mkstemp.c: #undef mkstemp.
19494         Include config.h.
19495         (rpl_mkstemp): Rename from mkstemp.
19496         Protoize.
19497
19498 2001-11-16  Jim Meyering  <meyering@lucent.com>
19499
19500         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
19501         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
19502         determine the amount of total physical memory, use pstat_getstatic.
19503         HPUX-11 doesn't define _SC_PHYS_PAGES.
19504         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
19505         If sysconf couldn't be used to determine the amount of available
19506         physical memory, use both pstat_getstatic and pstat_getdynamic.
19507         Based on a patch from Bob Proulx.
19508
19509 2001-11-10  Jim Meyering  <meyering@lucent.com>
19510
19511         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
19512         (jm_PREREQ): Use it.
19513
19514 2001-11-09  Jim Meyering  <meyering@lucent.com>
19515
19516         * m4/jm-macros.m4: Require autoconf-2.52f.
19517         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
19518         Use these AC_-prefixed names, not the AM_-prefixed ones.
19519
19520         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
19521
19522 2001-11-05  Jim Meyering  <meyering@lucent.com>
19523
19524         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
19525
19526 2001-11-04  Jim Meyering  <meyering@lucent.com>
19527
19528         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
19529         $DEFS.
19530
19531 2001-11-03  Jim Meyering  <meyering@lucent.com>
19532
19533         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
19534         of AC_DEFUN.
19535
19536         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
19537         know the name of the variable in the macro definition.
19538
19539 2001-11-03  Jim Meyering  <meyering@lucent.com>
19540
19541         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
19542         in argmatch_to_argument call.
19543
19544         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
19545         argument.
19546
19547         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
19548         e.g., a fault due to an attempt to free a NULL pointer.
19549
19550 2001-11-01  Jim Meyering  <meyering@lucent.com>
19551
19552         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
19553         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
19554
19555 2001-11-01  Jim Meyering  <meyering@lucent.com>
19556
19557         * lib/dirfd.c, dirfd.h: New files.
19558         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
19559
19560         * lib/hash.c (hash_print) [TESTING]: Clean up.
19561
19562 2001-10-22  Paul Eggert  <eggert@twinsun.com>
19563
19564         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
19565         to avoid a warning if -Wall.
19566
19567 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
19568
19569         * README: New file
19570         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
19571         (per RMS's instructions, this is now the canonical source)
19572         * lgpl/, gpl/: New directories.
19573
19574 2001-10-21  Paul Eggert  <eggert@twinsun.com>
19575
19576         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
19577
19578 2001-10-21  Jim Meyering  <meyering@lucent.com>
19579
19580         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
19581         this code would end up calling gettext even in packages built
19582         with --disable-nls.
19583         * lib/getopt.c (_): Likewise.
19584         * lib/regex.c (_): Likewise.
19585
19586 2001-10-20  Paul Eggert  <eggert@twinsun.com>
19587
19588         * m4/error.m4 (jm_PREREQ_ERROR):
19589         Do not invoke AC_CHECK_FUNCS with strerror_r, as
19590         AC_FUNC_STRERROR_R does that.
19591         Check for strerror declaration.
19592
19593         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
19594         are supposed to have them these days.
19595         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
19596         Merge changes from latest Autoconf CVS.
19597         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
19598         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
19599         POSIX decided to standardize on the int flavor of strerror_r.
19600
19601 2001-10-20  Paul Eggert  <eggert@twinsun.com>
19602
19603         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
19604         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
19605         Use strerror_r that is only a macro, even if it is not a function.
19606         (strerror): Check for HAVE_DECL_STRERROR before declaring.
19607         (private_strerror): Use prototypes, not old-style function definition.
19608         (print_errno_message): New function.
19609         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
19610         char*-flavored one.
19611         (error_tail, error, error_at_line): Use it.
19612
19613 2001-10-11  Jim Meyering  <meyering@lucent.com>
19614
19615         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
19616         and quote_n (1, ... to avoid clobbering a buffer.
19617
19618 2001-10-05  Jim Meyering  <meyering@lucent.com>
19619
19620         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
19621         hash-pjw.h.
19622         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
19623         * lib/hash-pjw.h: New file.
19624
19625 2001-09-30  Jim Meyering  <meyering@lucent.com>
19626
19627         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
19628         `struct fsstat' has the `f_fstypename' member.
19629         Use that to define FS_TYPE, which is now used to make
19630         the getfsstat link test tighter.
19631
19632 2001-09-30  Jim Meyering  <meyering@lucent.com>
19633
19634         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
19635         Include <sys/ucred.h>, for Apple Darwin.
19636         Include sys/mount.h and sys/fs_types.h only if available.
19637         (FS_TYPE): Define.
19638         (read_filesystem_list): Use FS_TYPE.
19639
19640 2001-09-29  Paul Eggert  <eggert@twinsun.com>
19641
19642         * lib/exclude.c (excluded_filename): 0 -> false, since it's
19643         a boolean context.
19644
19645 2001-09-29  Jim Meyering  <meyering@lucent.com>
19646
19647         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
19648         [one-argument getmntent function]): Include stdio.h before mntent.h.
19649         SunOS 4.1.x needs it for the declaration of `FILE'.
19650         Patch by Volker Borchert.
19651
19652         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
19653         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
19654         sys/fs_types.h, and make the link-test for getfsstat guard #include
19655         directives with appropriate #if HAVE_*_H tests so that we can
19656         detect getfsstat on Apple Darwin1.3.7 systems.
19657         Reported by Nelson Beebe.
19658         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
19659
19660 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19661
19662         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19663         #defines strtoimax.  Also treat the other strto* functions
19664         like strtoimax.
19665
19666         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19667         Check for strtoul and strtoumax,
19668         as those declarations are made even in the signed case.
19669         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
19670         Likewise, for strtol and strtoimax.
19671
19672 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19673
19674         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19675         #defines strtoimax.  Also treat the other strto* functions
19676         like strtoimax.
19677
19678         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
19679         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
19680         (strtoimax, strtoumax): Do not declare if already defined as a macro.
19681
19682 2001-09-26  Jim Meyering  <meyering@lucent.com>
19683
19684         Most macros in unlocked-io.h had the wrong number of arguments.
19685         * lib/gen-uio: New script.
19686         (USE_UNLOCKED_IO): Define to 1 if not already defined.
19687         * lib/unlocked-io.hin: Remove file.
19688         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
19689         rather than trying to embed it here.
19690         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
19691         Reported by Padraig Brady.
19692
19693 2001-09-25  Volker Borchert  <bt@teknon.de>
19694
19695         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
19696         `result'.
19697
19698 2001-09-24  Jim Meyering  <meyering@lucent.com>
19699
19700         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
19701
19702 2001-09-23  Jim Meyering  <meyering@lucent.com>
19703
19704         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
19705         instead of the mere test for existence of mntent.h.  The latter
19706         would get a false-positive on AIX 3.4 systems.
19707         In the outer getmntent if-block, don't die if neither of the getmntent
19708         tests succeeds.  Instead, just fall through and continue with the
19709         remaining tests.
19710
19711 2001-09-23  Jim Meyering  <meyering@lucent.com>
19712
19713         * lib/mountlist.c: Remove useless parentheses in #if directives.
19714         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
19715         the deprecated MOUNTED symbol is no longer defined in mntent.h.
19716
19717 2001-09-22  Jim Meyering  <meyering@lucent.com>
19718
19719         * m4/gettext.m4: New file.  From gettext.
19720         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
19721         * m4/progtest.m4: Likewise
19722         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
19723         * m4/glibc21.m4: Likewise.
19724
19725         * m4/libintl.m4: Remove.  No longer used.
19726
19727 2001-09-22  Jim Meyering  <meyering@lucent.com>
19728
19729         * lib/localcharset.c: Update from latest gettext.
19730         * lib/config.charset: Likewise.
19731
19732 2001-09-20  Jim Meyering  <meyering@lucent.com>
19733
19734         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
19735         strtoimax.
19736         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
19737         strtoumax.
19738
19739 2001-09-20  Jim Meyering  <meyering@lucent.com>
19740
19741         * lib/xstrtol.c (strtoimax): Guard declaration with
19742         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
19743         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
19744         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
19745         (strtoumax): Likewise, for completeness (it wasn't necessary).
19746
19747 2001-09-17  Paul Eggert  <eggert@twinsun.com>
19748
19749         * lib/strtoimax.c (HAVE_LONG_LONG):
19750         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
19751         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
19752         to work around bug in IBM C compiler.
19753
19754 2001-09-17  Jim Meyering  <meyering@lucent.com>
19755
19756         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
19757         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
19758         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
19759         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
19760         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
19761         whenever the right hand side need not be expanded by the shell.
19762
19763 2001-09-16  Paul Eggert  <eggert@twinsun.com>
19764
19765         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
19766         library.  It's not correct, as some older glibcs are buggy.
19767         fnmatch wasn't fixed until glibc 2.2.
19768
19769         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
19770         special shell magic here.
19771
19772 2001-09-16  Jim Meyering  <meyering@lucent.com>
19773
19774         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
19775         * m4/jm-macros.m4: Require it.
19776
19777 2001-09-16  Jim Meyering  <meyering@lucent.com>
19778
19779         * lib/mkdir.c: New file.
19780
19781 2001-09-15  Jim Meyering  <meyering@lucent.com>
19782
19783         * m4/jm-macros.m4: Check for help2man.
19784
19785 2001-09-11  Jim Meyering  <meyering@lucent.com>
19786
19787         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
19788         The body, by Paul Eggert, was moved here from configure.in.
19789         * m4/jm-macros.m4: Require UTILS_HOST_OS.
19790
19791 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19792
19793         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
19794         (jm_PREREQ): Use it.
19795
19796 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19797
19798         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
19799         Use ssize_t, not int, to store result of readlink.
19800         Check for ssize_t overflow as well as size_t overflow,
19801         as POSIX says the result of readlink is implementation-defined
19802         when ssize_t overflows.
19803         Remove unnecessary cast to char*.
19804         Use free+malloc instead of realloc, as the storage doesn't need
19805         to be preserved and it's clearer and can be more efficient that way.
19806         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
19807         * lib/xreadlink.h (xreadlink): Update prototype.
19808
19809 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19810
19811         * lib/xgetcwd.c: Revert some of the previous change; intead,
19812         fix the HAVE_GETCWD_NULL code to behave more like the
19813         !HAVE_GETCWD_NULL code used to.
19814
19815         Include "xalloc.h".
19816         (xgetcwd): Do not return NULL when memory is exhausted; instead,
19817         invoke xalloc_die.
19818
19819 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19820
19821         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
19822         sys/param.h, as pathmax.h includes them.
19823
19824 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19825
19826         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
19827         (jm_PREREQ_XGETCWD): New macro.
19828
19829         * m4/getcwd.m4: New file.
19830
19831 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19832
19833         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
19834         like the HAVE_GETCWD_NULL code.
19835         Include pathmax.h if not HAVE_GETCWD.
19836         Do not include xalloc.h.
19837         (INITIAL_BUFFER_SIZE): New symbol.
19838         Do not use xmalloc / xrealloc, since the caller is responsible for
19839         handling errors.  Preserve errno around `free' during failure.
19840         Do not overrun buffer when using getwd.
19841
19842 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19843
19844         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
19845         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
19846         getcwd (NULL, 0).
19847
19848 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19849
19850         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
19851         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
19852         spotted by Jim Meyering.
19853
19854 2001-09-03  Jim Meyering  <meyering@lucent.com>
19855
19856         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
19857         failure.
19858
19859 2001-09-02  Jim Meyering  <meyering@lucent.com>
19860
19861         * lib/error.c: Update from GNU libc.
19862
19863 2001-09-01  Jim Meyering  <meyering@lucent.com>
19864
19865         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
19866         Used by df.
19867
19868 2001-09-01  Jim Meyering  <meyering@lucent.com>
19869
19870         * lib/xreadlink.c: New file.
19871         * lib/xreadlink.h: New file.
19872         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
19873         xreadlink.h.
19874
19875         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
19876         doesn't conflict with sparc Solaris 7's definition in
19877         /usr/include/sys/int_types.h.
19878
19879         * lib/exclude.c: Use `""', not `<>' to #include non-system header
19880         files.
19881         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
19882         and strncasecmp as r-values.  Unixware didn't have declarations.
19883
19884 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19885
19886         * lib/xstrtol.h: Add copyright notice.
19887         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
19888         LONGINT_INVALID_SUFFIX_CHAR.
19889
19890 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19891
19892         * lib/xstrtol.c (strtoimax): New decl.
19893
19894 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19895
19896         * lib/xgetcwd.c: Don't include pathmax.h.
19897         Include stdlib.h and unistd.h if available.
19898         Include xalloc.h.
19899         (xmalloc, xstrdup, free): Remove decls.
19900         (xgetcwd): Don't assume sizes fit in unsigned.
19901         Check for overflow when computing sizes.
19902         Simplify reallocation code.
19903
19904 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19905
19906         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
19907         a directory's st_size can have an arbitrary value, so the old
19908         usage could waste an arbitrary amount of memory.  All uses
19909         changed.
19910         * lib/savedir.h: Update prototype.
19911
19912 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19913
19914         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
19915
19916         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
19917         old strtoimax.c.
19918
19919         Also, make the following further changes to make this file's
19920         configuration more similar to that of strtol.c:
19921         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
19922         (strtoumax, uintmax_t, strtoull, strtol): Remove.
19923         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
19924         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
19925         changed to signed values.
19926
19927         And make the following changes as well:
19928         Fix copyright notice, as 1999 was missing.
19929         (verify): New macro.
19930         (strtoimax): Check sizes at compile-time, not run-time.
19931         Prefer strtol to strtoll if both work.
19932         (main): Remove; it was not that useful and was a pain to maintain.
19933
19934         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
19935
19936 2001-08-31  Jim Meyering  <meyering@lucent.com>
19937
19938         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
19939         Use an initial, malloc'd, buffer of length 128 rather than
19940         a statically allocated one of length 1024.
19941
19942 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19943
19944         Simplify code, partly by assuming autoconf 2.52 semantics.
19945
19946         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
19947
19948         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
19949         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
19950         All uses removed.
19951         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
19952         Move AC_REQUIRE to next-to-top level, to avoid confusion.
19953         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
19954         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
19955         jm_AC_HEADER_INTTYPES_H.
19956         * m4/jm-macros.m4 (jm_MACROS): Likewise.
19957
19958         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
19959
19960         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19961         Quote first arg of AC_DEFUN.
19962         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
19963         since they are needed to parse the include file even if we need
19964         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
19965         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
19966         but with opposite signedness.
19967
19968 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19969
19970         Merge 'exclude' changes from tar 1.13.22.
19971         This fixes one or two unlikely storage allocation overflow bugs,
19972         but doesn't change user-visible behavior otherwise.
19973
19974 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19975
19976         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
19977         (jm_PREREQ_EXCLUDE): New macro.
19978
19979 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19980
19981         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19982         tm to be declared.
19983
19984 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19985
19986         * lib/hash.c: Remove '2001' from copyright notice.
19987
19988 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19989
19990         * lib/full-write.h: New file.
19991         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
19992         * lib/full-write.c: Correct credits, as cccp.c no longer
19993         exists and anyway it was so heavily changed from the old cccp
19994         code as to be unrecognizable.  Include full-write.h.
19995         (full_write) Return size_t, with short writes meaning failure.
19996         All callers changed.  This fixes a bug with large buffers
19997         on 64-bit hosts.
19998         * lib/utime.c: Include full-write.h.
19999
20000 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20001
20002         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
20003         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
20004         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
20005         Include if available.
20006         (<xalloc.h>): Include
20007         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
20008         (verify): New macro.  Use it to verify that EXCLUDE macros do not
20009         collide with FNM macros.
20010         (struct patopts): New struct.
20011         (struct exclude): Use it, as exclude patterns now come with options.
20012         (new_exclude): Support above changes.
20013         (new_exclude, add_exclude_file):
20014         Initial size must now be a power of two to simplify overflow checking.
20015         (free_exclude, fnmatch_no_wildcards): New function.
20016         (excluded_filename): No longer requires options arg, as the options
20017         are determined by add_exclude.  Now returns bool, not int.
20018         (excluded_filename, add_exclude):
20019         Add support for the fancy new exclusion options.
20020         (add_exclude, add_exclude_file): Now takes int options arg.
20021         Check for arithmetic overflow when computing sizes.
20022         (add_exclude_file): xrealloc might modify errno, so don't
20023         realloc until after errno might be used.
20024
20025         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
20026         New macros.
20027         (free_exclude): New decl.
20028         (add_exclude, add_exclude_file): Now takes int options arg.
20029         (excluded_filename): No longer requires options arg, as the options
20030         are determined by add_exclude.  Now returns bool, not int.
20031
20032 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20033
20034         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
20035
20036 2001-08-27  Jim Meyering  <meyering@lucent.com>
20037
20038         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
20039
20040         * lib/version-etc.c (N_): Remove definition.
20041         Revert most of last change.
20042         Instead, simply don't mark the `Copyright...' string for translation.
20043         Based on advice from Paul Eggert.
20044
20045         * lib/strtoxmax.c: Tweak comment.
20046
20047 2001-08-26  Jim Meyering  <meyering@lucent.com>
20048
20049         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
20050
20051         * m4/xstrtoimax.m4: New file.
20052         * m4/xstrtoumax.m4: Add comments explaining why we
20053         AC_REPLACE_FUNCS(strtol).
20054
20055 2001-08-26  Jim Meyering  <meyering@lucent.com>
20056
20057         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
20058         of copyright with `%s' so translators don't get an untranslated
20059         message in 2002.
20060         (COPYRIGHT_YEAR): Define.
20061         (version_etc): Use fprintf rather than fputs.
20062         Suggestion from Ulrich Drepper.
20063
20064         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
20065
20066         * lib/strtoll.c: New file, from GNU libc.
20067         * lib/xstrtoimax.c: New file.
20068
20069         * lib/xstrtol.h: Add xstrtoimax.
20070         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
20071         * lib/strtoimax.c: New file.  Likewise, but first define
20072         STRTOUXMAX_SIGNED.
20073
20074         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
20075         ...
20076         * lib/strtoxmax.c: ... then renamed to this.
20077
20078 2001-08-18  Paul Eggert  <eggert@twinsun.com>
20079
20080         * m4/inttypes.m4: Add AC_PREREQ(2.13).
20081         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
20082         (jm_AC_TYPE_INTMAX_T): New macro.
20083         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
20084
20085         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
20086
20087         * m4/longlong.m4: Renamed from ulonglong.m4.
20088         * m4/inttypes.m4: Renamed from inttypes_h.m4.
20089         * m4/uintmax_t.m4: Removed.
20090
20091 2001-08-13  Paul Eggert  <eggert@twinsun.com>
20092
20093         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
20094         Port to Solaris 8, where 'sed' requires a space after the 'r'
20095         command, and where sh dislikes "$/".  Clean up the spacing a bit.
20096         Redirect output to $tmp just once.
20097
20098 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
20099
20100         * lib/addext.c (<errno.h>): Include.
20101         (errno): Declare if not defined.
20102         (addext): Work correctly when pathconf returns -1 and leaves
20103         errno alone because there is no limit.  Also, work even if
20104         pathconf returns a value greater than SIZE_MAX.
20105
20106 2001-08-12  Jim Meyering  <meyering@lucent.com>
20107
20108         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
20109         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
20110         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
20111         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
20112         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
20113         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
20114         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
20115         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
20116         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
20117         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
20118         utime.m4, utimes.m4, xstrtoumax.m4:
20119         Quote the first argument in each use of AC_DEFUN.
20120
20121 2001-08-12  Jim Meyering  <meyering@lucent.com>
20122
20123         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
20124         Simply `return getcwd (NULL, 0);'.
20125         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
20126         Use 1300 as initial value for length, not PATH_MAX.
20127
20128         * lib/pathmax.h: Clean up cpp syntax.
20129
20130 2001-08-12  Jim Meyering  <meyering@lucent.com>
20131
20132         * lib/gettimeofday.c: New file.
20133         * lib/gtod.h: New file.
20134         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
20135
20136 2001-08-05  Jim Meyering  <meyering@lucent.com>
20137
20138         * m4/jm-macros.m4: Require autoconf-2.52.
20139
20140 2001-08-04  Jim Meyering  <meyering@lucent.com>
20141
20142         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
20143         stmt, to get in sync with glibc.
20144
20145 2001-08-03  Paul Eggert  <eggert@twinsun.com>
20146
20147         The following changes are from gettext 0.10.39 as maintained by
20148         Bruno Haible.
20149
20150         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
20151         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
20152         with inverted sense.  All uses changed.
20153
20154         * lib/mbswidth.c: Don't include <limits.h>.
20155         Include <stdlib.h> and <string.h> unconditionally.
20156         (iswcntrl, mbsinit, ISCNTRL): New macros.
20157         (mbsnwidth): Use K&R style function declarations.
20158         Don't bother checking for MB_LEN_MAX == 1, since the compiler
20159         can optimize it when MB_CUR_MAX == 1.
20160         The width of control characters is zero, not 1.
20161
20162 2001-08-03  Paul Eggert  <eggert@twinsun.com>
20163
20164         The following changes are from gettext 0.10.39 as maintained by
20165         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
20166
20167         * m4/codeset.m4: Upgrade to serial AM1.
20168         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
20169         all uses changed.  Quote first arg of AC_DEFUN.
20170         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
20171
20172         * m4/iconv.m4: Upgrade to serial AM2.
20173         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
20174         Add --with-libconv-prefix.
20175         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
20176         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
20177         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
20178         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
20179         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
20180
20181         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
20182         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
20183         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
20184         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
20185         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
20186         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
20187         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
20188         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
20189         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
20190
20191         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
20192         string.h any more.
20193
20194         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
20195         not the default value.
20196
20197         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
20198         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
20199         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
20200         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
20201         Also check for iswcntrl, used for wcwidth fallback.
20202         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
20203         to Autoconf 2.13.
20204
20205 2001-08-03  Jim Meyering  <meyering@lucent.com>
20206
20207         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
20208         as it was in the original.  Reported by Paul Eggert.
20209
20210 2001-07-16  Jim Meyering  <meyering@lucent.com>
20211
20212         * m4/gettimeofday.m4: New file.
20213         Prompted by a report from Bernhard Baehr.
20214
20215 2001-07-15  Jim Meyering  <meyering@lucent.com>
20216
20217         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
20218         stuff. Now it's in ../Makefile.cfg.
20219
20220 2001-07-15  Jim Meyering  <meyering@lucent.com>
20221
20222         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
20223         (BUILT_SOURCES): Add unlocked-io.h.
20224         (io_functions): Define.
20225         (unlocked-io.h): New rule.
20226         (DISTCLEANFILES): Add unlocked-io.h.
20227         (all-local): Depend on unlocked-io.h, to ensure it is created.
20228
20229         * lib/unlocked-io.hin: New file
20230
20231         * lib/regex.c: Update from glibc.
20232
20233 2001-07-05  Jim Meyering  <meyering@lucent.com>
20234
20235         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
20236         recommendation.
20237         (libfetish_a_SOURCES): Put all .h files here instead.
20238         Remove a thus-exposed (better checks in automake) duplicate and
20239         two unnecessary .h files.
20240
20241 2001-07-04  Jim Meyering  <meyering@lucent.com>
20242
20243         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
20244         that generates jm-glibc-io.m4 so that it doesn't trigger any make
20245         distcheck failure.
20246
20247 2001-07-02  Jim Meyering  <meyering@lucent.com>
20248
20249         The following changes were prompted by suggestions from Bruno Haible.
20250
20251         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
20252         is now generated.
20253         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
20254         definition of EXTRA_DIST.
20255         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
20256         ensure that the generated file is created/updated whenever the list
20257         of $(unlocked_functions) is changed.
20258         (jm-glibc-io.m4): New rule.
20259         (unlocked-io.h): New rule -- currently unused.
20260
20261 2001-06-24  Jim Meyering  <meyering@lucent.com>
20262
20263         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
20264         unmatched right bracket, rather than kludging it with an extra,
20265         falsely-matching quote in a comment.  Patch by Akim Demaille.
20266
20267 2001-06-11  Jim Meyering  <meyering@lucent.com>
20268
20269         * lib/regex.c: Update from GNU libc.
20270
20271 2001-05-27  Jim Meyering  <meyering@lucent.com>
20272
20273         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
20274         Check for ut_type in struct utmp.
20275
20276 2001-05-27  Jim Meyering  <meyering@lucent.com>
20277
20278         * lib/readutmp.h (UT_TYPE): Define.
20279
20280 2001-05-24  Jim Meyering  <meyering@lucent.com>
20281
20282         * lib/argmatch.c: Include "quote.h".
20283         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
20284         quote function.  Reported by Göran Uddeborg.
20285
20286 2001-05-22  Jim Meyering  <meyering@lucent.com>
20287
20288         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
20289         now that we use the package-supplied version unconditionally.
20290         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
20291
20292 2001-05-21  Jim Meyering  <meyering@lucent.com>
20293
20294         * m4/regex.m4: Change a couple backticks to single quotes to avoid
20295         shell syntax errors.
20296
20297 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
20298
20299         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
20300
20301 2001-05-20  Paul Eggert  <eggert@twinsun.com>
20302
20303         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
20304         Don't bother to check library strftime, since
20305         we'll be using our own my_strftime function anyway.
20306         Define my_strftime instead of strftime.
20307
20308 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
20309
20310         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
20311         which is not yet declared.
20312
20313 2001-05-15  Jim Meyering  <meyering@lucent.com>
20314
20315         * m4/regex.m4: Use proper quoting so brackets appear in the test
20316         program.
20317         Reported by, and with help from, Bruno Haible.
20318
20319 2001-05-13  Jim Meyering  <meyering@lucent.com>
20320
20321         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
20322         undefined.
20323
20324 2001-05-11  Paul Eggert  <eggert@twinsun.com>
20325
20326         dirname code cleanup.  base_name now behaves more compatibly
20327         with POSIX basename when given file names that have trailing
20328         slashes, and similarly for dir_name.  Add new primitives
20329         base_len and dir_len.  Put the directory-name-related decls
20330         into dirname.h.
20331
20332         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
20333         * lib/backupfile.c (base_name): Likewise.
20334         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
20335         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
20336         * lib/makepath.c (strip_trailing_slashes): Likewise.
20337         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
20338         ISSLASH): Likewise.
20339         * lib/rename.c (strip_trailing_slashes): Likewise.
20340         * lib/same.c (base_name): Likewise.
20341         * lib/stripslash.c (ISSLASH): Likewise.
20342
20343         * lib/addext.c: Include <dirname.h> after size_t is defined.
20344         * lib/backupfile.c: Likewise.
20345
20346         * lib/addext.c (addext): Use base_len to trim redundant
20347         trailing slashes instead of doing it ourselves.
20348         But do not trim the last slash if it is not redundant.
20349
20350         * lib/backupfile.c (find_backup_file_name,
20351         max_backup_version): Use base_len instead of rolling it ourselves.
20352         Handle the case of "" and (on DOS) "C:" correctly.
20353
20354         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
20355         needed. Include <string.h>, <dirname.h>.
20356         (base_name): Allow file names ending in slashes, other than names
20357         that are all slashes.  In this case, return the basename followed
20358         by the slashes.  This is more general, and can be used in places
20359         where the original base_name purposely had an assertion failure.
20360         (base_len): New function.
20361
20362         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
20363         Do not include <assert.h>; no longer needed.
20364         Include xalloc.h.
20365         (memrchr): Remove decl.
20366         (dir_name_r): Remove.
20367         (dir_len): Renamed from dirlen.  All callers changed.
20368         Rewrite in terms of base_name, for simplicity and consistency.
20369         (dir_name): Never return NULL.  All callers changed.
20370         Do not include <stdlib.h> in test program; no longer needed.
20371         return 0; is fine for test program.
20372
20373         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
20374         New macros.
20375         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
20376
20377         * lib/path-concat.c (path_concat): Use base_len to compute
20378         base length, not strlen; this means we cannot rely on memcpy
20379         to null-terminate.
20380
20381         * lib/same.c (STREQ): Remove.
20382         (same_name): Handle the case where the basename ends in trailing '/'.
20383
20384         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
20385         a slash was stripped.  Do not strip the last slash after a
20386         file system prefix.
20387
20388 2001-05-11  Paul Eggert  <eggert@twinsun.com>
20389
20390         * lib/Makefile.am (libfetish_a_SOURCES):
20391         Add strftime.c, since we now compile it on all hosts.
20392
20393         * lib/strftime.c (my_strftime):
20394         Define to nstrftime if emacs, but only if my_strftime is not defined.
20395         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
20396         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
20397         Add one more extra argument: a nanoseconds value.
20398         All uses changed.
20399         (ns): New macro.
20400         (my_strftime function): Add %N format.
20401         (emacs_strftimeu): Renamed from emacs_strftime,
20402         with extra ut argument.
20403
20404 2001-05-09  Paul Eggert  <eggert@twinsun.com>
20405
20406         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
20407
20408 2001-04-21  Jim Meyering  <meyering@lucent.com>
20409
20410         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
20411         doesn't interfere.
20412
20413 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
20414
20415         * m4/ftruncate.m4: Check for chsize.
20416         Link with ftruncate.o unconditionally if ftruncate is missing.
20417         This was required when cross-compiling to i586-mingw32msvc.
20418
20419 2001-04-08  Jim Meyering  <meyering@lucent.com>
20420
20421         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
20422         recomputed; that's necessary when the offset spans a DST transition.
20423         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
20424
20425 2001-04-02  Jim Meyering  <meyering@lucent.com>
20426
20427         * lib/regex.h, regex.c: Update from GNU libc.
20428
20429 2001-03-24  Jim Meyering  <meyering@lucent.com>
20430
20431         * m4/jm-macros.m4: Require autoconf-2.49d.
20432
20433 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
20434
20435         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
20436
20437 2001-03-19  Paul Eggert  <eggert@twinsun.com>
20438
20439         * lib/version-etc.c (version_etc_copyright): Update to 2001.
20440
20441 2001-03-17  Jim Meyering  <meyering@lucent.com>
20442
20443         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
20444         now that the version in autoconf is equivalent.
20445         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
20446
20447         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
20448         Suggestion from Akim Demaille.
20449
20450         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
20451         (jm_PREREQ_TEMPNAME): New function.
20452
20453 2001-03-16  Paul Eggert  <eggert@twinsun.com>
20454
20455         * lib/tempname.c (uint64_t): Define to uintmax_t if
20456         not defined, and if UINT64_MAX is not defined.
20457         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
20458         Reported by John David Anglin.
20459
20460 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
20461
20462         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
20463         resolve alias if codeset is empty.
20464         * lib/config.charset (BeOS): Use wildcard syntax.
20465
20466 2001-03-13  Jim Meyering  <meyering@lucent.com>
20467
20468         * lib/path-concat.c (path_concat)
20469         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
20470         concatenating e.g., `C:' and `foo'.
20471         From Bruno Haible.
20472
20473 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
20474
20475         * lib/localcharset.c (locale_charset): Don't use
20476         setlocale(LC_CTYPE,NULL). Don't return NULL.
20477         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
20478
20479 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
20480
20481         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
20482         support for DOS/DJGPP.
20483
20484 2001-03-01  Paul Eggert  <eggert@twinsun.com>
20485
20486         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
20487         lacks mkstemp.  Compile our own tempname.c if we compile our own
20488         mkstemp.c, as mkstemp relies on tempname.
20489
20490 2001-03-01  Jim Meyering  <meyering@lucent.com>
20491
20492         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
20493         AH_VERBATIM really does output its argument verbatim.
20494
20495 2001-02-28  Paul Eggert  <eggert@twinsun.com>
20496
20497         * lib/Makefile.am (libfetish_a_SOURCES):
20498         Add dup-safer.c, fopen-safer.c.
20499         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
20500
20501         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h,
20502         lib/unistd-safer.h: New files.
20503
20504 2001-02-25  Paul Eggert  <eggert@twinsun.com>
20505
20506         The mkstemp replacement is taken from glibc 2.2.2, with some
20507         portability fixes for use outside glibc, as follows:
20508
20509         * lib/tempname.c (struct_stat64): New macro.
20510         (direxists, __gen_tempname): Use it.
20511         This avoids a portability problem with Solaris 8.
20512
20513         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
20514         (<stddef.h>, <stdint.h>, <string.h>):
20515         Include only if STDC_HEADERS || _LIBC.
20516         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
20517         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
20518         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
20519         (__set_errno): Define this macro if <errno.h> doesn't.
20520         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
20521         Define these macros if <stdio.h> doesn't.
20522         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
20523         Define these macros if <sys/stat.h>
20524         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
20525         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
20526         __xstat64): Define if not _LIBC.
20527         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
20528         (__gen_tempname): Invoke gettimeofday only if
20529         HAVE_GETTIMEOFDAY || _LIBC;
20530         otherwise, fall back on plain "time".
20531         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
20532
20533         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
20534
20535         * lib/mkstemp.c, tempname.c: New files, taken from glibc 2.2.2.
20536
20537 2001-02-18  Paul Eggert  <eggert@twinsun.com>
20538
20539         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
20540
20541 2001-02-17  Paul Eggert  <eggert@twinsun.com>
20542
20543         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
20544         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
20545         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
20546         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20547
20548 2001-02-17  Paul Eggert  <eggert@twinsun.com>
20549
20550         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
20551         Remove workaround macros for hosts that have mbrtowc but not
20552         mbstate_t, as we now insist on proper declarations for both
20553         before using mbrtowc.
20554
20555 2001-02-17  Jim Meyering  <meyering@lucent.com>
20556
20557         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
20558         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
20559         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
20560         UnixWare 7.1.1.
20561
20562         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
20563         rather than AC_CACHE_VAL.
20564
20565 2001-02-17  Jim Meyering  <meyering@lucent.com>
20566
20567         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
20568         around included file name.
20569
20570         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
20571
20572         * lib/strftime.c: Update from GNU libc (the only changes were to
20573         comments).
20574
20575 2001-02-17  Jim Meyering  <meyering@lucent.com>
20576
20577         * lib/regex.c: Update from libc.
20578
20579 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
20580
20581         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
20582         clash.
20583
20584 2001-02-16  Paul Eggert  <eggert@twinsun.com>
20585
20586         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
20587         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
20588         Reported by Mark Hounschell via Paul Eggert.
20589
20590 2001-02-07  Jim Meyering  <meyering@lucent.com>
20591
20592         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
20593
20594 2001-02-05  Jim Meyering  <meyering@lucent.com>
20595
20596         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
20597         it includes the patch required for `large file' support with at least
20598         HP-UX's 10.20 /bin/cc.
20599
20600 2001-02-03  Jim Meyering  <meyering@lucent.com>
20601
20602         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
20603         AS_IF, now that it works once again (mysteriously).
20604         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
20605
20606 2001-01-30  Jim Meyering  <meyering@lucent.com>
20607
20608         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
20609         * m4/chown.m4: Rename conftestchown to conftest.chown.
20610         * m4/rename.m4: s/conftestdir/conftest.d1/ and
20611         s/conftestdir2/conftest.d2/.
20612         * m4/utimes.m4: s/conftestdata/conftest.data/
20613         Inspired by Pavel Roskin's change in autoconf.
20614
20615 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
20616
20617         * lib/config.charset: Update for FreeBSD 4.2.
20618
20619 2001-01-27  Jim Meyering  <meyering@lucent.com>
20620
20621         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
20622         a use of AS_IF.
20623         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
20624
20625 2001-01-26  Jim Meyering  <meyering@lucent.com>
20626
20627         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
20628         quotearg.c includes it.
20629
20630 2001-01-26  Jim Meyering  <meyering@lucent.com>
20631
20632         * lib/quotearg.c: Include stddef.h.
20633         * lib/quote.c: Include stddef.h.
20634         Reported by Axel Kittenberger.
20635
20636         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
20637         line in double quotes so that it evokes a better diagnostic.
20638         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
20639         Reported by Axel Kittenberger.
20640
20641 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
20642
20643         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
20644         as if it was a `charset'.
20645
20646 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
20647
20648         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
20649         has const.
20650
20651 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
20652
20653         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
20654         to avoid a warning.  Add back 'const' to inptr.
20655
20656 2001-01-20  Jim Meyering  <meyering@lucent.com>
20657
20658         Be sure that headers are checked before used in code compiled
20659         for the type checks.
20660         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
20661         In place of that, invoke jm_CHECK_ALL_TYPES.
20662         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
20663         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
20664         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
20665         The check for ssize_t was mistakenly run before the test for unistd.h.
20666
20667         The configure-time check for stdbool.h was missing.
20668         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
20669         (jm_PREREQ_HASH): New function.
20670
20671 2001-01-17  Jim Meyering  <meyering@lucent.com>
20672
20673         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
20674         for autoconf-2.49c.
20675         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
20676
20677 2001-01-16  Jim Meyering  <meyering@lucent.com>
20678
20679         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
20680         From Bruno Haible.
20681
20682 2001-01-14  Jim Meyering  <meyering@lucent.com>
20683
20684         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
20685         foo and bar.  Create conftestdir/ in the script, not in the C code.
20686         Remove directories in the script, not in the C code.
20687         Remove conftestdir{,2} before trying to create the directory.
20688         Make the entire configure script fail if the mkdir fails.
20689
20690 2001-01-14  Jim Meyering  <meyering@lucent.com>
20691
20692         * lib/rename.c: New file.  From Volker Borchert.
20693         Include stdlib.h, string.h or strings.h, and xalloc.h.
20694         Use strip_trailing_slashes rather than open-coding it.
20695
20696 2001-01-03  Paul Eggert  <eggert@twinsun.com>
20697
20698         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
20699
20700 2001-01-03  Jim Meyering  <meyering@lucent.com>
20701
20702         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
20703         of local `inptr' to avoid warning with some system declarations of
20704         iconv.
20705
20706 2001-01-02  Volker Borchert  <bt@teknon.de>
20707
20708         * m4/rename.m4: New file.
20709         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
20710
20711 2001-01-01  Jim Meyering  <meyering@lucent.com>
20712
20713         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
20714         even on systems with utmpx.h.  It's necessary for the declaration of
20715         utmp's ut_user member.  Reported by Andreas Jaeger.
20716
20717         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
20718         available. They are required for the declarations of getgrgid and
20719         getpwuid resp.
20720         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
20721         Reported by Andreas Jaeger.
20722
20723 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
20724
20725         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
20726         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
20727         so `make install' also works in VPATH builds.
20728
20729 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
20730
20731         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
20732         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
20733         can be used in subdirectories.
20734
20735 2000-12-29  Paul Eggert  <eggert@twinsun.com>
20736
20737         * lib/modechange.c: Do not assume that mode_t uses the
20738         traditional octal encoding.  E.g. "chmod 1 FOO" should set
20739         the other-execute bit of FOO even if S_IXOTH != 1.
20740
20741         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
20742         WOTH, XOTH, ALLM): New macros.
20743         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
20744          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
20745         Use them.
20746         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
20747         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
20748         (mode_compile):
20749         No need to use uintmax_t; unsigned long is long enough.
20750         Don't bother to get suffix since we don't use it.
20751
20752 2000-12-26  Jim Meyering  <meyering@lucent.com>
20753
20754         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
20755         better with autoheader.
20756
20757 2000-12-24  Jim Meyering  <meyering@lucent.com>
20758
20759         * lib/hash.c (is_prime): Return explicit boolean values.
20760         (hash_get_first): Return NULL to appease Irix5.6's 89.
20761         Reported by Nelson Beebe.
20762
20763 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
20764
20765         * lib/localcharset.c (locale_charset): Add support for Win32.
20766
20767 2000-12-18  Paul Eggert  <eggert@twinsun.com>
20768
20769         * lib/physmem.h, physmem.c: New files.
20770
20771         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
20772         (noinst_HEADERS): Add physmem.h.
20773
20774         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
20775         't' for compatibility with Solaris 8 sort.
20776
20777 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
20778
20779         * lib/config.charset: Add support for BeOS.
20780
20781 2000-12-17  Jim Meyering  <meyering@lucent.com>
20782
20783         * m4/dos.m4 (jm_AC_DOS): New file and macro.
20784         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
20785
20786 2000-12-16  Jim Meyering  <meyering@lucent.com>
20787
20788         This bug had a serious impact on chown: `chown N:M FILE' (for integer
20789         N and M) would have treated it like `chown N:N FILE'.
20790
20791         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
20792
20793 2000-12-16  Jim Meyering  <meyering@lucent.com>
20794
20795         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
20796         SHELLS_FILE to a file name that's useful on djgpp systems.
20797         Include stdlib.h.
20798         (ADDITIONAL_DEFAULT_SHELLS): Define.
20799         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
20800         Based mostly on a patch from Prashant TR.
20801
20802 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
20803
20804         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
20805         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
20806         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
20807
20808 2000-12-08  Andreas Schwab  <schwab@suse.de>
20809
20810         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
20811         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
20812
20813 2000-12-07  Jim Meyering  <meyering@lucent.com>
20814
20815         * lib/stripslash.c (ISSLASH): Define.
20816         (strip_trailing_slashes): Use ISSLASH rather than comparing against
20817         `/'.
20818         From Prashant TR.
20819
20820         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
20821         (dir_name_r): Declare this function as static.
20822         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
20823         manifest itself on a name containing a mix of slashes and
20824         backslashes.
20825         Make this function work with names starting with a DOS-style
20826         drive letter and colon prefix.
20827         (dir_name): Append `.' if necessary.
20828         Based mostly on patches from Prashant TR and Eli Zaretskii.
20829
20830         * lib/dirname.h (dir_name_r): Remove prototype.
20831
20832 2000-12-06  Paul Eggert  <eggert@twinsun.com>
20833
20834         * m4/off_t-format.m4: Remove this file.
20835         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
20836
20837 2000-12-06  Jim Meyering  <meyering@lucent.com>
20838
20839         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
20840         replacement strtoull, we may well need the replacement strtoul, too.
20841         Check for declarations of strtoul and strtoull.
20842         Check for strtol.  Mainly as a cue to cause automake to include
20843         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
20844         Check for limits.h -- strtol.c needs it.
20845
20846 2000-12-05  Jim Meyering  <meyering@lucent.com>
20847
20848         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
20849
20850 2000-12-04  Jim Meyering  <meyering@lucent.com>
20851
20852         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
20853         Also include memory.h, stdlib.h, unistd.h if appropriate.
20854         Reported by Andreas Jaeger (conflicting declaration of malloc).
20855
20856 2000-12-02  Jim Meyering  <meyering@lucent.com>
20857
20858         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
20859         * m4/jm-macros.m4 (jm_MACROS): require it.
20860
20861 2000-12-02  Jim Meyering  <meyering@lucent.com>
20862
20863         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
20864
20865 2000-12-01  Paul Eggert  <eggert@twinsun.com>
20866
20867         * lib/memrchr.c: Include <config.h> before any system include file.
20868
20869 2000-11-30  Jim Meyering  <meyering@lucent.com>
20870
20871         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
20872
20873 2000-11-30  Jim Meyering  <meyering@lucent.com>
20874
20875         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
20876
20877 2000-11-29  Paul Eggert  <eggert@twinsun.com>
20878
20879         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
20880
20881 2000-11-26  Jim Meyering  <meyering@lucent.com>
20882
20883         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
20884
20885 2000-11-22  Paul Eggert  <eggert@twinsun.com>
20886
20887         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
20888         size of (size_t) -1; it's not portable.
20889
20890 2000-11-17  Jim Meyering  <meyering@lucent.com>
20891
20892         * lib/strstr.c: Update from GNU libc.
20893
20894 2000-11-17  Akim Demaille  <akim@epita.fr>
20895
20896         * lib/obstack.h: Formatting changes.
20897         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
20898         prevent type checking.
20899         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
20900         cast the value to (void *): assigning a `foo *' to a `void *'
20901         variable is valid.
20902         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
20903
20904 2000-11-16  Jim Meyering  <meyering@lucent.com>
20905
20906         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
20907
20908 2000-11-11  Jim Meyering  <meyering@lucent.com>
20909
20910         * lib/error.c: Add a couple #includes, merging from GNU libc version.
20911
20912 2000-11-10  Jim Meyering  <meyering@lucent.com>
20913
20914         * lib/obstack.h: Update from GNU libc.
20915         * lib/obstack.c: Likewise.
20916
20917 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
20918
20919         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
20920
20921 2000-11-06  Paul Eggert  <eggert@twinsun.com>
20922
20923         * lib/getusershell.c (setusershell): Use rewind rather than
20924         fseek/fseeko, to avoid configuration hassles with fseeko.
20925         Don't bother opening SHELLS_FILE if shellstream is NULL;
20926         it's not necessary.
20927
20928 2000-11-05  Jim Meyering  <meyering@lucent.com>
20929
20930         * lib/makepath.h (make_dir): Declare.
20931         * lib/makepath.c (make_dir): Remove `static' attribute.
20932         Tweak a comment.
20933
20934 2000-11-04  Jim Meyering  <meyering@lucent.com>
20935
20936         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
20937
20938 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
20939
20940         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
20941         last one in a bucket, advance to the next bucket.
20942
20943 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
20944
20945         * lib/fnmatch.c: Do not comment out all the code if we are using
20946         the GNU C library, because in some cases we are replacing buggy
20947         code in the GNU C library itself.
20948
20949 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
20950
20951         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
20952         (regex_compile): Catch bogus \(\1\).
20953
20954 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20955
20956         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
20957         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
20958         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
20959
20960 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20961
20962         * lib/error.h, getline.h, modechange.h:
20963         Remove "2000" from Copyright line, as the file hasn't been
20964         changed this year other than in the copyright notice.
20965
20966         * lib/xalloc.h: Add "2000" to Copyright line, as this file
20967         was changed this year.
20968
20969 2000-10-29  Jim Meyering  <meyering@lucent.com>
20970
20971         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
20972         renaming.
20973         * m4/ls-mntd-fs.m4: Likewise
20974
20975 2000-10-29  Jim Meyering  <meyering@lucent.com>
20976
20977         * lib/xstat.in: Fix grammar in comment.
20978
20979 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
20980
20981         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
20982         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
20983         doesn't define __restrict_arr.
20984
20985 2000-10-28  Jim Meyering  <meyering@lucent.com>
20986
20987         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
20988         (jm_PREREQ_MEMCHR): New function.
20989
20990 2000-10-28  Jim Meyering  <meyering@lucent.com>
20991
20992         * lib/memchr.c: Update from libc.
20993         Adjust for portability:
20994         [HAVE_STDLIB_H]: Include stdlib.h.
20995         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
20996         Undef __memchr, too.
20997         [!weak_alias]: Define __memchr to memchr.
20998
20999         * lib/regex.c: Update from libc.
21000         * lib/regex.h: Likewise.
21001         * lib/getopt1.c: Likewise.
21002         * lib/memcmp.c: Likewise.
21003
21004         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
21005         Avoid using fseek, when possible -- it's broken by design.
21006         Patch by Ulrich Drepper.
21007
21008 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
21009
21010         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
21011         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
21012         Giving in to popular pressure to shut up the compiler with casts.
21013
21014 2000-10-26  Jim Meyering  <meyering@lucent.com>
21015
21016         * lib/strftime.c: Update from libc.
21017
21018 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
21019
21020         * regex.c: More `unsigned char' -> `re_char' changes.
21021         Also change several `int' into `re_wchar_t'.
21022         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
21023         (PUSH_FAILURE_POINTER): Don't cast any more.
21024         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
21025         We want GCC to complain, since this piece of code makes
21026         re_match non-reentrant, which *should* be fixed.
21027         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
21028         (EXTEND_BUFFER): Use RETALLOC.
21029         (SET_LIST_BIT): Don't cast.
21030         (re_wchar_t): New type.
21031         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
21032         that those two functions will always properly return.
21033         (IMMEDIATE_QUIT_CHECK): Cast to void.
21034         (analyse_first): Use recursion rather than an explicit stack.
21035         (re_compile_fastmap): Can't fail anymore.
21036         (re_search_2): Don't check re_compile_fastmap for failure.
21037         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
21038         Now also sets the new value (passed in a new argument).
21039         (re_match_2_internal): Use it.
21040         Also, use a new var `reg' of type size_t when looping through regs
21041         rather than reuse the inappropriate `mcnt'.
21042
21043 2000-10-25  Jim Meyering  <meyering@lucent.com>
21044
21045         * lib/obstack.c: Update from libc.
21046
21047 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
21048
21049         * regex.c (regex_compile): Change the way of handling a range from
21050         a char less than 256 to a char not less than 256.
21051
21052 2000-10-24  Andrew Innes  <andrewi@gnu.org>
21053
21054         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
21055         NT-Emacs only.
21056         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
21057         so that re_search functions only quit when callers expect them to.
21058
21059 2000-10-23  Jim Meyering  <meyering@lucent.com>
21060
21061         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
21062         wrong.  That set_locale call must not have any side effects.
21063         From Paul Eggert.
21064
21065 2000-10-22  Jim Meyering  <meyering@lucent.com>
21066
21067         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
21068         [CYCLIC]: Remove now-unused definition.
21069
21070         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
21071         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
21072         Suggestion from Ulrich Drepper.
21073
21074 2000-10-21  Jim Meyering  <meyering@lucent.com>
21075
21076         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
21077         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
21078         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
21079
21080 2000-10-21  Jim Meyering  <meyering@lucent.com>
21081
21082         * lib/dirname.c (memrchr): Declare if necessary.
21083         (dir_name): Remove the restriction that there be no
21084         trailing slashes.  Now, this code skips past them, effectively
21085         ignoring them.
21086         [TEST_DIRNAME] (main): New unit tests.
21087
21088         * lib/memrchr.c: New file from GNU libc.
21089         Undef __memrchr, too.
21090         [!weak_alias]: Define __memrchr to memrchr.
21091         Guard weak_alias use with `#ifdef weak_alias'.
21092
21093 2000-10-21  Jim Meyering  <meyering@lucent.com>
21094
21095         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
21096         (dir_name): Use dir_name_r.
21097         * lib/dirname.h (dir_name_r): Declare it.
21098
21099 2000-10-17  Jim Meyering  <meyering@lucent.com>
21100
21101         * lib/quote.h (PARAMS): Define and use.
21102         Reported by Akim Demaille.
21103
21104         * lib/getopt.c: Update from libc.
21105
21106 2000-10-16  Jim Meyering  <meyering@lucent.com>
21107
21108         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
21109         setlocale.
21110         From Jan Fedak.
21111
21112 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
21113
21114         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
21115
21116 2000-09-25  Jim Meyering  <meyering@lucent.com>
21117
21118         * lib/md5.h (rol): Define (from GnuPG).
21119
21120         * lib/sha.c: Give credit (GnuPG) where due.
21121         (M): Use rol rather than open-coding it.
21122         Add a FIXME comment.
21123
21124 2000-09-21  Jim Meyering  <meyering@lucent.com>
21125
21126         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
21127         Reported by Michael Stone.
21128
21129 2000-09-20  Jim Meyering  <meyering@lucent.com>
21130
21131         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
21132         (noinst_HEADERS): Add sha.h.
21133         Based on code from Scott G. Miller and from GnuPG.
21134
21135 2000-09-18  Jim Meyering  <meyering@lucent.com>
21136
21137         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
21138         LIBS. Otherwise, everyone ends up linking with -lelf for some
21139         configurations.
21140         Reported by Mike Stone.
21141
21142 2000-09-15  Jim Meyering  <meyering@lucent.com>
21143
21144         * lib/regex.c: Update from libc.
21145
21146 2000-09-10  Jim Meyering  <meyering@lucent.com>
21147
21148         * lib/getopt.c (_getopt_internal): Update from glibc.
21149
21150 2000-09-09  Jim Meyering  <meyering@lucent.com>
21151
21152         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
21153         think it should be used as a general replacement for isascii.
21154         * lib/fnmatch.c: Likewise.
21155         * lib/mbswidth.c: Likewise
21156         * lib/regex.c: Likewise.
21157
21158         Don't use atoi.
21159         * lib/userspec.c: Include sys/param.h and limits.h.
21160         Include xstrtol.h.
21161         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21162         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
21163         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
21164         UID, GID.  Check range.
21165
21166 2000-09-06  Jim Meyering  <meyering@lucent.com>
21167
21168         * lib/getopt.c (_getopt_internal): Update from glibc.
21169
21170 2000-08-30  Jim Meyering  <meyering@lucent.com>
21171
21172         * lib/strftime.c: Merge in changes from GNU libc.
21173
21174 2000-08-26  Jim Meyering  <meyering@lucent.com>
21175
21176         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
21177         * m4/fpending.m4: New file.
21178
21179 2000-08-26  Jim Meyering  <meyering@lucent.com>
21180
21181         * lib/closeout.c: Include "__fpending.h".
21182         (close_stdout_status): Return right away if there's nothing to flush.
21183
21184         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
21185         * lib/__fpending.c: New file.
21186         * lib/__fpending.h: New file.
21187
21188 2000-08-20  Jim Meyering  <meyering@lucent.com>
21189
21190         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
21191         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
21192         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
21193
21194 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
21195
21196         Improve fileutils installation on systems where running
21197         programs (like install) can't be unlinked.
21198         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
21199         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
21200
21201 2000-08-07  Paul Eggert  <eggert@twinsun.com>
21202
21203         Standardize on "memory exhausted" instead of "Memory exhausted"
21204         or "virtual memory exhausted".
21205         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
21206         "virtual memory exhausted".
21207         * lib/same.c (same_name): Invoke xalloc_die instead of printing
21208         our own message.
21209         * lib/userspec.c (parse_user_spec): Likewise.
21210         * lib/bumpalloc.h: comment fix
21211         * lib/same.c, userspec.c: Include xalloc.h.
21212
21213         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
21214         not char *const and pointing to a constant array.
21215         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
21216         (xrealloc): Comment fix.
21217
21218         * lib/userspec.c (parse_user_spec):
21219         Don't translate a message until just before returning,
21220         to avoid unnecessary translation.
21221
21222 2000-08-07  Jim Meyering  <meyering@lucent.com>
21223
21224         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
21225         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
21226         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
21227         getgroups.c, gethostname.c, getopt.h, group-member.c,
21228         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
21229         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
21230         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
21231         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
21232         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
21233         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
21234         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
21235         yesno.c: Back out Copyright date changes for each file with no change
21236         this year.  This eases coordination with other programs using the same
21237         source code modules.  From Paul Eggert.
21238
21239 2000-08-06  Paul Eggert  <eggert@twinsun.com>
21240
21241         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
21242         not char, for compatibility with glibc 2.1.3 strftime.c.
21243
21244 2000-08-03  Greg McGary  <greg@mcgary.org>
21245
21246         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
21247         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
21248         (EXTEND_BUFFER): Use them.
21249
21250 2000-08-01  Jim Meyering  <meyering@lucent.com>
21251
21252         * lib/dirname.c (ISSLASH): Define.
21253         (BACKSLASH_IS_PATH_SEPARATOR): Define.
21254         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
21255         both `\' and `/' may be use as path separators.
21256         Based on a patch from Prashant TR.
21257
21258 2000-07-31  Paul Eggert  <eggert@twinsun.com>
21259
21260         * lib/quotearg.c (quotearg_n_options): Don't make the initial
21261         slot vector a constant, since it might get modified.
21262
21263 2000-07-31  Jim Meyering  <meyering@lucent.com>
21264
21265         * lib/xmalloc.c: Use `virtual memory exhausted', not
21266         `Memory exhausted'.
21267         * lib/obstack.c (print_and_abort): Likewise.
21268
21269 2000-07-30  Paul Eggert  <eggert@twinsun.com>
21270
21271         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
21272         buffer, so that the caller can always quote one small
21273         component of a "memory exhausted" message in slot 0.
21274         From a suggestion by Jim Meyering.
21275
21276 2000-07-30  Jim Meyering  <meyering@lucent.com>
21277
21278         * lib/makepath.c (make_path): Quote the other instance, too.
21279
21280         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
21281         (STATIC_BUF_SIZE): Define.
21282         (quotearg_n_options): Use only statically allocated storage when
21283         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
21284         than STATIC_BUF_SIZE.
21285
21286 2000-07-29  Jim Meyering  <meyering@lucent.com>
21287
21288         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
21289         * lib/dirname.c (dir_name): Likewise.
21290
21291         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
21292         `/'.
21293
21294         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
21295         (dir_name): Assert that there are no trailing slashes.
21296
21297 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
21298
21299         * lib/mbswidth.h (mbswidth): Add a flags argument.
21300         (mbswidth): New declaration.
21301         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
21302         * lib/mbswidth.c (mbswidth): Add a flags argument.
21303         (mbsnwidth): New function.
21304
21305 2000-07-24  Jim Meyering  <meyering@lucent.com>
21306
21307         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
21308
21309 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21310
21311         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
21312
21313 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21314
21315         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
21316         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
21317         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
21318         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
21319         invoke multibyte primitives.
21320
21321 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21322
21323         * lib/quotearg.c:
21324         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
21325         so that mbstate_t is always defined.
21326
21327         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
21328         be 1 in at least one GCC installation, and this configuration
21329         error is likely to be common.  Ignoring MB_LEN_MAX hurts
21330         performance on hosts that have mbrtowc but have only unibyte
21331         locales, but I assume these hosts are rare.
21332
21333 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21334
21335         * lib/mbswidth.c (_XOPEN_SOURCE):
21336         Don't define; this causes problems on Solaris 7.
21337         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
21338
21339 2000-07-23  Jim Meyering  <meyering@lucent.com>
21340
21341         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
21342         too: getgrgid, getpwuid, getuid.
21343
21344 2000-07-23  Jim Meyering  <meyering@lucent.com>
21345
21346         * lib/basename.c (base_name): Add an assertion.
21347
21348 2000-07-23  Bruno Haible  <clisp.cons.org>
21349
21350         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
21351         shadow its mbsinit function.
21352
21353 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
21354
21355         * lib/mbswidth.h: New file.
21356         * lib/mbswidth.c: New file.
21357         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
21358         (noinst_HEADERS): Add mbswidth.h.
21359
21360 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
21361
21362         * lib/config.charset: Add support for FreeBSD. Improve support for
21363         HP-UX and IRIX 6.
21364
21365 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
21366
21367         * m4/mbswidth.m4: New file.
21368         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
21369
21370 2000-07-15  Jim Meyering  <meyering@lucent.com>
21371
21372         * lib/makepath.c: Include quote.h.
21373         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
21374         corresponding argument in a `quote (...)' call.
21375         Give better diagnostics.
21376
21377         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
21378         (noinst_HEADERS): Add quote.h.
21379
21380         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
21381         from tar's src/misc.c.
21382         * lib/quote.h: New file.  Prototypes for same.
21383
21384 2000-07-14  Paul Eggert  <eggert@twinsun.com>
21385
21386         From a suggestion by Bruno Haible.
21387         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
21388         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
21389         to decide whether to define the BeOS workaround macro;
21390         this adjusts to the change to AC_MBSTATE_T.
21391
21392 2000-07-14  Jim Meyering  <meyering@lucent.com>
21393
21394         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
21395         jm_AC_TYPE_UINTMAX_T.
21396
21397 2000-07-13  Paul Eggert  <eggert@twinsun.com>
21398
21399         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
21400
21401         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
21402         quotearg_buffer_restyled): Add support for
21403         clocale_quoting_style.  Undo previous change to
21404         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
21405         and "{RIGHT QUOTATION MARK}" msgids.
21406
21407 2000-07-10  Paul Eggert  <eggert@twinsun.com>
21408
21409         From a suggestion by Bruno Haible.
21410         * m4/mbstate_t.m4 (AC_MBSTATE_T):
21411         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
21412         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
21413         and mbstate_t, to a single-part test that simply defines mbstate_t.
21414         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
21415         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
21416
21417 2000-07-10  Jim Meyering  <meyering@lucent.com>
21418
21419         * m4/strerror_r.m4: Mirror the correction made in autoconf.
21420
21421         * m4/gnu-source.m4: Output to confdefs.h directly.
21422         Suggestion from Akim Demaille.
21423
21424 2000-07-09  Paul Eggert  <eggert@twinsun.com>
21425
21426         The old behavior of quoting `like this' doesn't look good with
21427         newer, ISO-style fonts.  See:
21428         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
21429
21430         Instead, quote "like this" by default.  Let the translator
21431         tailor the locale-specific quoting behavior by providing
21432         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
21433
21434         * lib/quotearg.c (N_): New macro.
21435         (gettext_default): New function.
21436         (quotearg_buffer_restyled): Use
21437         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
21438         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
21439
21440 2000-07-09  Jim Meyering  <meyering@lucent.com>
21441
21442         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
21443         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
21444
21445         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
21446         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
21447
21448 2000-07-09  Jim Meyering  <meyering@lucent.com>
21449
21450         * lib/Most files: Update copyright dates to include 2000.
21451
21452 2000-07-08  Jim Meyering  <meyering@lucent.com>
21453
21454         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
21455         if not defined.
21456         (xgethostname): Remove now-unnecessary #ifdef.
21457         Move declaration of `err' into loop where it's used.
21458
21459 2000-07-05  Paul Eggert  <eggert@twinsun.com>
21460         and Bruno Haible  <haible@clisp.cons.org>
21461
21462         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
21463         only if the test for an object-type mbstate_t fails.  This
21464         prevents us from mistakenly reporting that mbstate_t is a
21465         system object type after we "#define mbstate_t int" to work
21466         around its lack.
21467
21468 2000-07-05  Paul Eggert  <eggert@twinsun.com>
21469         and Bruno Haible  <haible@clisp.cons.org>
21470
21471         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
21472
21473 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21474
21475         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
21476         to strerror_r.
21477         Include <ctype.h> for use of isalpha.
21478
21479 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21480
21481         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
21482         by allocating a larger buffer. Test the gethostname return value for
21483         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
21484         returns an error and ENAMETOOLONG isn't defined.
21485
21486 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21487
21488         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
21489         dimension.
21490
21491 2000-07-04  Jim Meyering  <meyering@lucent.com>
21492
21493         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
21494         of the deprecated AC_CHECKING.
21495
21496 2000-07-04  Jim Meyering  <meyering@lucent.com>
21497
21498         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
21499         Reported by Bruno Haible.
21500
21501 2000-07-04  Jim Meyering  <meyering@lucent.com>
21502
21503         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
21504         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
21505         lacks mbrtowc.
21506
21507 2000-07-03  Paul Eggert  <eggert@twinsun.com>
21508
21509         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
21510         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
21511
21512 2000-07-03  Paul Eggert  <eggert@twinsun.com>
21513         and Bruno Haible  <haible@clisp.cons.org>
21514
21515         * lib/quotearg.c (mbrtowc):
21516         Assign to *pwc, and return 1 only if result is nonzero.
21517         (iswprint): Use ISPRINT when substituting our own mbrtowc.
21518
21519 2000-07-03  Jim Meyering  <meyering@lucent.com>
21520
21521         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
21522
21523 2000-07-03  Jim Meyering  <meyering@lucent.com>
21524
21525         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
21526         This is necessary to get a definition of e.g., UTMP_FILE on
21527         HP-UX 10.20.
21528         From Bob Proulx.
21529
21530 2000-07-02  Jim Meyering  <meyering@lucent.com>
21531
21532         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
21533
21534         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
21535         AC_LIBOBJ(function_name).
21536         * m4/chown.m4: Likewise.
21537         * m4/fnmatch.m4: Likewise.
21538         * m4/ftruncate.m4: Likewise.
21539         * m4/getgroups.m4: Likewise.
21540         * m4/getline.m4: Likewise.
21541         * m4/group-member.m4: Likewise.
21542         * m4/jm-macros.m4: Likewise.
21543         * m4/lstat.m4: Likewise.
21544         * m4/malloc.m4: Likewise.
21545         * m4/memcmp.m4: Likewise.
21546         * m4/nanosleep.m4: Likewise.
21547         * m4/putenv.m4: Likewise.
21548         * m4/realloc.m4: Likewise.
21549         * m4/regex.m4: Likewise.
21550         * m4/stat.m4: Likewise.
21551         * m4/strftime.m4: Likewise.
21552
21553 2000-07-02  Jim Meyering  <meyering@lucent.com>
21554
21555         * lib/quotearg.c (mbstate_t): Don't define here.
21556
21557 2000-07-02  Jim Meyering  <meyering@lucent.com>
21558
21559         * lib/nanosleep.c (SIGCONT): Define if not already defined.
21560
21561 2000-07-01  Jim Meyering  <meyering@lucent.com>
21562
21563         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
21564
21565 2000-07-01  Jim Meyering  <meyering@lucent.com>
21566
21567         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
21568         problem.
21569
21570 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
21571
21572         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
21573         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
21574
21575 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
21576
21577         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
21578         per change in ../m4/ls-mntd-fs.m4.
21579         (read_filesystem_list): Ignore symbolic links.
21580
21581 2000-06-29  Jim Meyering  <meyering@lucent.com>
21582
21583         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
21584         for declaration of strcmp.
21585
21586         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
21587
21588         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
21589         Avoid warning by casting result to `char *' to remove `const'.
21590
21591 2000-06-28  Jim Meyering  <meyering@lucent.com>
21592
21593         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
21594         included by quotearg.c, for which we perform this test.  From
21595         Bruno Haible.
21596
21597 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
21598
21599         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
21600         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
21601         <utmpx.h> exists, put readutmp.o into LIBOBJS.
21602
21603 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
21604
21605         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
21606
21607 2000-06-26  Paul Eggert  <eggert@twinsun.com>
21608
21609         savedir now sets errno on failure and invokes xmalloc to get memory.
21610         Fix a couple of other minor bugs while we're at it.
21611
21612         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
21613         (NAMLEN): Remove macro.
21614         (malloc, realloc): Remove decls.
21615         (stpcpy): Likewise.
21616         ("xalloc.h"): Include.
21617         (NAME_SIZE_DEFAULT): New macro.
21618         (savedir): Use xmalloc / xrealloc to allocate memory.
21619         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
21620         Skip "" directory entries.
21621         Use strlen to calculate directory entry length, since the old method
21622         is rarely used these days and isn't worth supporting.
21623         Don't use a pointer after freeing it.
21624         Check for integer overflow when calculating allocation size.
21625         Use memcpy to copy entries, instead of stpcpy.
21626         Set errno properly when returning NULL.
21627         Check for readdir error.
21628
21629 2000-06-26  Jim Meyering  <meyering@lucent.com>
21630
21631         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
21632
21633 2000-06-25  Jim Meyering  <meyering@lucent.com>
21634
21635         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
21636         Linux header bug when _XOPEN_SOURCE is defined to 500.
21637
21638 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
21639
21640         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
21641         deficiency.
21642
21643 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
21644
21645         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
21646         Include xalloc.h.
21647         Don't include <stdlib.h>.  Don't declare malloc, realloc.
21648
21649 2000-06-24  Jim Meyering  <meyering@lucent.com>
21650
21651         * m4/strerror_r.m4: Revive this file -- to try out an experimental
21652         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
21653         for which strerror does return char*, but which lacks a conveniently
21654         accessible declaration of the function.  If the compile-test says
21655         strerror_r doesn't work, then resort to a `run'-test that works on
21656         BeOS and segfaults on DEC Unix.
21657
21658 2000-06-24  Jim Meyering  <meyering@lucent.com>
21659
21660         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
21661
21662 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21663
21664         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
21665         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
21666
21667 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21668
21669         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
21670         (mbrtowc, mbstate_t): Define substitutes if
21671         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
21672         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
21673         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
21674
21675 2000-06-23  Jim Meyering  <meyering@lucent.com>
21676
21677         * m4/afs.m4: Add missing AC_MSG_RESULT.
21678         Reported by Bruno Haible.
21679
21680         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
21681         Suggestion from Bruno Haible.
21682
21683 2000-06-23  Jim Meyering  <meyering@lucent.com>
21684
21685         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
21686
21687 2000-06-21  Jim Meyering  <meyering@lucent.com>
21688
21689         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
21690
21691 2000-06-21  Jim Meyering  <meyering@lucent.com>
21692
21693         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
21694         (noinst_HEADERS): Add getstr.h.
21695
21696         * lib/getline.c (getstr): Move into a separate file.
21697         * lib/getstr.c (getstr): New file, extracted from getline.c, with
21698         the following changes: new parameter, delim2; both delim[12]
21699         parameters have type `int', not `char'.  The latter would lose
21700         with 8-bit delimiters.
21701         * lib/getstr.h: New file.
21702
21703 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21704
21705         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
21706         than 1024, return a memory chunk of least possible size, instead
21707         of size PATH_MAX + 2. In the loop, increment the size proportionally.
21708         Use free/xmalloc instead of xrealloc to avoid copying for very long
21709         paths.
21710
21711 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21712
21713         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
21714         the empty string.
21715
21716 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21717
21718         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
21719         address, not strdup.  Include <stdlib.h> and don't declare free().
21720
21721 2000-06-19  Jim Meyering  <meyering@lucent.com>
21722
21723         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
21724
21725 2000-06-18  Jim Meyering  <meyering@lucent.com>
21726
21727         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
21728
21729         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
21730         `checking whether...' message to be consistent with that of the
21731         lstat test.
21732
21733 2000-06-18  Jim Meyering  <meyering@lucent.com>
21734
21735         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
21736         Besides, these days every porting target provides a mkdir function.
21737
21738         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
21739         needed. (this snippet comes from src/system.h).
21740
21741 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
21742
21743         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
21744
21745 2000-06-15  Paul Eggert  <eggert@twinsun.com>
21746
21747         * lib/human.c (adjust_value): New function.
21748         (human_readable_inexact): Apply rounding style even when
21749         printing approximate values.
21750
21751 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21752
21753         * lib/human.c (human_readable_inexact): Allow an input block
21754         size that is not a multiple of the output block size, and vice versa.
21755         Reported by Piergiorgio Sartor.
21756
21757 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21758
21759         * lib/getdate.y (get_date): Apply relative times after time
21760         zone indicator, not before.  Reported by Todd A. Jacobs.
21761
21762 2000-06-13  Jim Meyering  <meyering@lucent.com>
21763
21764         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
21765
21766         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
21767
21768 2000-06-12  Paul Eggert  <eggert@twinsun.com>
21769
21770         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
21771
21772 2000-06-12  Jim Meyering  <meyering@lucent.com>
21773
21774         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
21775         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
21776         optional argument.
21777         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
21778         the optional argument, `lib'.
21779
21780 2000-06-08  Jim Meyering  <meyering@lucent.com>
21781
21782         * m4/largefile.m4: Remove file (now that it's part of autoconf).
21783
21784 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21785
21786         Rewrite largefile configuration so that we don't need to run
21787         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
21788         AC_CANONICAL_HOST in configure.in -- jmm]
21789
21790         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
21791         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
21792         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
21793         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
21794         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
21795         All uses changed.
21796         Instead of inspecting the output of getconf, try to compile the
21797         test program without and with the macro definition.
21798         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
21799         for getconf.  Instead, check for the needed flags by compiling
21800         test programs.
21801
21802 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21803
21804         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
21805
21806 2000-06-04  Jim Meyering  <meyering@lucent.com>
21807
21808         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
21809         SunOS 4.1.4 for which gid_t is an unsigned type.
21810
21811 2000-06-03  Jim Meyering  <meyering@lucent.com>
21812
21813         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
21814         now that autoconf requires that.
21815
21816         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
21817         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
21818         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
21819
21820 2000-06-03  Jim Meyering  <meyering@lucent.com>
21821
21822         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
21823
21824 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21825
21826         * m4/glibc21.m4: New file.
21827         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
21828
21829 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21830
21831         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
21832         newer, don't install charset.alias.
21833         * lib/config.charset: Change the Linux/glibc rules so they become empty
21834         on glibc-2.1 or newer.
21835
21836 2000-06-02  Jim Meyering  <meyering@lucent.com>
21837
21838         * lib/mountlist.c: Back out last change.  Instead, do this...
21839         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
21840         me_dummy member using the same `ignore'-testing code.
21841         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
21842         fs_type strings.
21843         From Mark D. Roth.
21844
21845 2000-05-29  Jim Meyering  <meyering@lucent.com>
21846
21847         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
21848         mounts with the `ignore' attribute.  Based on a patch from
21849         Mark D. Roth.
21850
21851 2000-05-28  Jim Meyering  <meyering@lucent.com>
21852
21853         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
21854         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21855         * m4/stat.m4: Likewise.
21856         * m4/lstat.m4: Likewise.
21857         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
21858
21859         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
21860         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
21861
21862 2000-05-26  Jim Meyering  <meyering@lucent.com>
21863
21864         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
21865
21866 2000-05-24  Jim Meyering  <meyering@lucent.com>
21867
21868         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
21869         autoconf requires that.
21870         * m4/lib-check.m4: Likewise.
21871         * m4/jm-macros.m4: Likewise.
21872         * m4/strftime.m4: Likewise.
21873
21874         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
21875         AC_CHECK_DECLS, now that autoconf requires that.
21876
21877 2000-05-22  Jim Meyering  <meyering@lucent.com>
21878
21879         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21880         * m4/lstat.m4: Likewise.
21881
21882 2000-05-22  Jim Meyering  <meyering@lucent.com>
21883
21884         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
21885
21886 2000-05-20  Jim Meyering  <meyering@lucent.com>
21887
21888         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
21889         (jm_PREREQ): Use it.
21890
21891 2000-05-18  Jim Meyering  <meyering@lucent.com>
21892
21893         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
21894         back, too, since it may have been modified by allocate_entry.
21895         (hash_delete): Rewrite to use neither the assignment operator
21896         nor the comma operator in an if-expression.
21897
21898 2000-05-15  Paul Eggert  <eggert@twinsun.com>
21899
21900         * lib/closeout.c:
21901         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
21902         Remove; no longer needed.
21903         "quotearg.h": Add include.
21904         (file_name): Do not bother to explicitly initialize to NULL; it's less
21905         efficient on some hosts.
21906         (close_stdout_status): Remove test as to whether stdout was already
21907         closed; it breaks for the case "echo x | sort >&-".
21908         Quote file name colons.
21909         Do not assume that _("write error") lacks format strings.
21910
21911 2000-05-15  Jim Meyering  <meyering@lucent.com>
21912
21913         * lib/version-etc.c (version_etc_copyright): Update the copyright
21914         string used in all --version output.
21915
21916 2000-05-14  Jim Meyering  <meyering@lucent.com>
21917
21918         * lib/closeout.c (close_stdout_set_file_name): New function.
21919         (close_stdout_status): Use new file-scoped global.
21920         Return right away if fstat says the stdout file descriptor is invalid.
21921         * lib/closeout.h (close_stdout_set_file_name): Declare.
21922
21923 2000-05-10  Jim Meyering  <meyering@lucent.com>
21924
21925         * lib/closeout.c [default_exit_status]: New file-scoped variable.
21926         (close_stdout_set_status): New function.
21927         * lib/closeout.h (close_stdout_set_status): Declare.
21928
21929 2000-05-09  Jim Meyering  <meyering@lucent.com>
21930
21931         * m4/gettext.m4: Rename this...
21932         * m4/libintl.m4: ...to this.
21933
21934 2000-05-08  Jim Meyering  <meyering@lucent.com>
21935
21936         * lib/long-options.c: Don't include closeout.h.
21937         (parse_long_options): Don't call close_stdout for --version.
21938
21939 2000-05-06  Paul Eggert  <eggert@twinsun.com>
21940
21941         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
21942         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
21943         2.1.3 bug.  This avoids a clash when files like regex.c define
21944         _GNU_SOURCE.
21945
21946 2000-05-06  Jim Meyering  <meyering@lucent.com>
21947
21948         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
21949         (AC_REPLACE_FUNCS): Add strnlen.
21950
21951         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
21952         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
21953
21954         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
21955         AC_SEARCH_LIBS call for nanosleep.
21956         (LIB_NANOSLEEP): Set and AC_SUBST.
21957
21958 2000-05-06  Jim Meyering  <meyering@lucent.com>
21959
21960         * lib/strnlen.c: Undefine __strnlen and strnlen.
21961         [!weak_alias]: Define __strnlen to strnlen.
21962
21963         * lib/atexit.c: New file, from libiberty.
21964
21965 2000-05-06  Jim Meyering  <meyering@lucent.com>
21966
21967         * lib/closeout.c (close_stdout_status): Also check for errors on the
21968         stderr stream.
21969
21970 2000-05-05  Jim Meyering  <meyering@lucent.com>
21971
21972         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
21973         AC_SEARCH_LIBS call for clock_gettime.
21974         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
21975
21976         * m4/search-libs.m4: Update from autoconf.
21977
21978         su doesn't work on Solaris 2.6.
21979         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
21980         <shadow.h>.  Reported by Dragos Harabor.
21981
21982 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
21983
21984         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
21985         memcpy instead of xmalloc, xrealloc, path_concat.
21986         (locale_charset): Treat empty environment variables as absent.
21987         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
21988
21989 2000-05-04  Jim Meyering  <meyering@lucent.com>
21990
21991         * lib/getopt.c: Update from glibc.
21992         * lib/obstack.c: Likewise.
21993         * lib/obstack.h: Likewise.
21994         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
21995         file
21996
21997         * lib/regex.h: Likewise.
21998         * lib/strndup.c: Likewise.
21999         * lib/strnlen.c: New file, from glibc.
22000
22001 2000-05-03  Jim Meyering  <meyering@lucent.com>
22002
22003         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
22004
22005 2000-05-02  Paul Eggert  <eggert@twinsun.com>
22006
22007         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
22008         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
22009         compile-time test, rather than inspecting host and OS, to
22010         decide whether to define _LARGEFILE_SOURCE.
22011
22012 2000-05-01  Jim Meyering  <meyering@lucent.com>
22013
22014         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
22015
22016         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
22017         Based on a patch from Bruno Haible.
22018
22019 2000-05-01  Jim Meyering  <meyering@lucent.com>
22020
22021         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
22022
22023 2000-04-29  Jim Meyering  <meyering@lucent.com>
22024
22025         * lib/path-concat.c: Declare strdup only if it's not defined.
22026         * lib/canon-host.c: Likewise.
22027
22028 2000-04-28  Jim Meyering  <meyering@lucent.com>
22029
22030         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
22031         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
22032         is included first, then limits.h is included by locale.h by libintl.h.
22033         From John David Anglin.
22034
22035 2000-04-25  Jim Meyering  <meyering@lucent.com>
22036
22037         * lib/makepath.c (S_IRWXUGO): Define.
22038         (make_path): Always perform explicit chmod if MODE specifies any
22039         of the `special' permission bits.  Prompted by a bug report against
22040         install from Mate Wierdl and Joost van Baal.
22041
22042 2000-04-18  Jim Meyering  <meyering@lucent.com>
22043
22044         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
22045         (jm_PREREQ): Use it.
22046
22047 2000-04-18  Jim Meyering  <meyering@lucent.com>
22048
22049         * lib/README: New file.
22050
22051         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
22052         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
22053
22054 2000-04-17  Jim Meyering  <meyering@lucent.com>
22055
22056         Get it right :-)
22057         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
22058         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
22059         Suggestion from Akim Demaille.
22060
22061 2000-04-17  Jim Meyering  <meyering@lucent.com>
22062
22063         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
22064         the definition of it to rpl_strftime also defined-away the system's
22065         declaration.
22066
22067 2000-04-15  Jim Meyering  <meyering@lucent.com>
22068
22069         Use `C' to denote so-called `contiguous' files, the same way
22070         that tar does.
22071         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
22072         (ftypelet): Use S_ISCTG.
22073         From Michael Deutschmann.
22074
22075 2000-04-14  Jim Meyering  <meyering@lucent.com>
22076
22077         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
22078         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
22079         clobbered.
22080
22081 2000-04-14  Jim Meyering  <meyering@lucent.com>
22082
22083         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
22084
22085 2000-04-13  Jim Meyering  <meyering@lucent.com>
22086
22087         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
22088         AH_VERBATIM to insert required #ifndef into config.h.in.
22089         Suggestion from Akim Demaille.
22090
22091 2000-04-12  Jim Meyering  <meyering@lucent.com>
22092
22093         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
22094         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
22095         Christian Krackowizer.
22096
22097         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
22098         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
22099         (AC_SYS_LARGEFILE): Require.
22100         (AM_C_PROTOTYPES): Require.
22101
22102 2000-04-08  Jim Meyering  <meyering@lucent.com>
22103
22104         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
22105         names don't conflict.  Reported by Eli Zaretskii.
22106
22107 2000-04-07  Jim Meyering  <meyering@lucent.com>
22108
22109         * lib/putenv.c: Move inclusion of errno.h so it follows that of
22110         sys/types.h, to work around system header problems on AIX 3.2.5.
22111         From Bruno Haible.
22112
22113 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
22114
22115         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
22116         bug.  Deal with the different error behavior of Irix iconv.
22117
22118 2000-04-05  Paul Eggert  <eggert@twinsun.com>
22119
22120         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
22121         IRIX if the installer said otherwise.
22122
22123 2000-04-05  Jim Meyering  <meyering@lucent.com>
22124
22125         Portability tweaks required for ultrix4.3.
22126         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
22127         (jm_CHECK_DECLS): Add getutent to the list of functions.
22128         (_jm_DECL_HEADERS): Add utmpx.h.
22129         From John David Anglin.
22130
22131         * m4/strftime.m4: Back out the 2000-04-02 change.
22132         Instead of that change, simply undefine putenv in the test program.
22133
22134 2000-04-05  Jim Meyering  <meyering@lucent.com>
22135
22136         Portability tweaks required for ultrix4.3.
22137         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
22138         getutent.
22139         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
22140         * lib/canon-host.c: Declare strdup.
22141         * lib/path-concat.c: Likewise.
22142         From John David Anglin.
22143
22144 2000-04-04  Jim Meyering  <meyering@lucent.com>
22145
22146         Be more DOS 8.3-friendly.
22147         * lib/ref-add.sin: Renamed from ref-add.sed.in.
22148         * lib/ref-del.sin: Renamed from ref-del.sed.in.
22149         * lib/Makefile.am: Reflect renaming.
22150         Reported by Eli Zaretskii.
22151
22152         Use a temporary file name that won't clash with `charset.alias'
22153         in the DOS 8.3 name space.
22154         * lib/Makefile.am (charset_tmp): Define.
22155         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
22156         (uninstall-local): Likewise.
22157         Reported by Eli Zaretskii.
22158
22159 2000-04-03  Jim Meyering  <meyering@lucent.com>
22160
22161         * m4/gettext.m4: Fix typo in comment.
22162
22163         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
22164         textutils/configure.in).  Suggestion from Paul Eggert.
22165         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
22166
22167 2000-04-02  Paul Eggert  <eggert@twinsun.com>
22168
22169         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
22170         variable in the shell rather than using putenv, which isn't
22171         portable.  This avoids the configure-time inter-test dependency
22172         on the potentially-renamed putenv function.
22173
22174 2000-03-30  Paul Eggert  <eggert@twinsun.com>
22175
22176         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
22177         before checking struct stat.st_blksize, so that
22178         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
22179
22180 2000-03-29  Paul Eggert  <eggert@twinsun.com>
22181
22182         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
22183         since strftime.c uses HAVE_STRFTIME to decide whether to use
22184         the underlying strftime.
22185
22186 2000-03-29  Paul Eggert  <eggert@twinsun.com>
22187
22188         * lib/time/strftime.c (my_strftime): Make sure we call the system
22189         strftime, not ourselves, when invoking the underlying strftime.
22190
22191 2000-03-24  Jim Meyering  <meyering@lucent.com>
22192
22193         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
22194         (charset_alias): Define.
22195         (install-exec-local): Factor out common code.
22196         (uninstall-local): Split lines longer than 80.
22197         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
22198         (SUFFIXES): Define.
22199         (.sed.in.sed): New rule.  Don't redirect directly to $@.
22200         (CLEANFILES): Add ref-add.sed and ref-del.sed.
22201
22202 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
22203
22204         * lib/config.charset: Output a line containing "Packages using this
22205         file".
22206         * lib/ref-add.sed.in, ref-del.sed.in: New files.
22207         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
22208         ref-del.sed): New rules.
22209
22210 2000-03-17  Jim Meyering  <meyering@lucent.com>
22211
22212         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
22213         Otherwise, include <strings.h>
22214
22215 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
22216
22217         * lib/unicodeio.c (utf8_wctomb): New function.
22218         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
22219         format instead of in UCS-4 with platform dependent endianness.
22220
22221 2000-03-10  Jim Meyering  <meyering@lucent.com>
22222
22223         * m4/lib-check.m4: Look for getspnam in -lgen, too.
22224         From Marco Franzen.
22225
22226 2000-03-07  Paul Eggert  <eggert@twinsun.com>
22227
22228         * lib/savedir.c (savedir): Work even if directory size is
22229         negative; this can happen with some screwy NFS configurations.
22230
22231 2000-03-06  Jim Meyering  <meyering@lucent.com>
22232
22233         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
22234         if it's NULL (because we ran out of memory).  From Bruno Haible.
22235
22236 2000-03-05  Jim Meyering  <meyering@lucent.com>
22237
22238         * lib/localcharset.c ("path-concat.h"): Include.
22239         (get_charset_aliases): Use path_concat instead of ANSI string
22240         concatenation.
22241
22242         * lib/unicodeio.h (PARAMS): Define.
22243         Use it to guard prototype.
22244
22245 2000-03-04  Jim Meyering  <meyering@lucent.com>
22246
22247         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
22248         for lib/localcharset.c.
22249
22250 2000-03-04  Jim Meyering  <meyering@lucent.com>
22251
22252         * lib/Makefile.am (install-exec-local): Create $(libdir) before
22253         installing into it.
22254         (uninstall-local): Uncomment this rule so `make distcheck' works
22255         once again.
22256
22257         * lib/unicodeio.c (<errno.h>): Include it.
22258         (errno): Declare if not defined.
22259
22260         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
22261
22262         * lib/config.charset: New version, incorporating remarks from a linux
22263         i18n mailing list.  From Bruno Haible.
22264
22265 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
22266
22267         * m4/codeset.m4: New file.
22268         * m4/iconv.m4: New file.
22269         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
22270
22271 2000-03-03  Jim Meyering  <meyering@lucent.com>
22272
22273         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
22274
22275 2000-03-02  Jim Meyering  <meyering@lucent.com>
22276
22277         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
22278         the messages come out on separate lines.
22279
22280         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
22281         rather than jm_CHECK_DECLARATIONS.
22282         * m4/decl.m4: Remove now-unused file.
22283
22284         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
22285         geteuid.
22286
22287 2000-03-02  Jim Meyering  <meyering@lucent.com>
22288
22289         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
22290
22291 2000-03-01  Jim Meyering  <meyering@lucent.com>
22292
22293         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
22294         * lib/unicodeio.c: Likewise.
22295
22296 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
22297
22298         * lib/config.charset: New file.
22299         * lib/localcharset.c: New file.
22300         * lib/unicodeio.h, unicodeio.c: New files.
22301         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
22302         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
22303         (noinst_HEADERS): Add unicodeio.h.
22304         (all-local, install-exec-local, charset.alias): New targets.
22305
22306 2000-02-28  Paul Eggert  <eggert@twinsun.com>
22307
22308         * lib/quotearg.c (ALERT_CHAR): New macro.
22309         (quotearg_buffer_restyled): Use it.
22310
22311 2000-02-27  Jim Meyering  <meyering@lucent.com>
22312
22313         * m4/check-decl.m4: Add getenv to the list.
22314
22315 2000-02-27  Jim Meyering  <meyering@lucent.com>
22316
22317         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
22318         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
22319
22320         * lib/backupfile.c: Guard inclusion of stdlib.h with
22321         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
22322         Declare malloc if needed.
22323
22324         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
22325         `#ifndef HAVE_DECL..'
22326         now that autoconf always defines the HAVE_DECL_ symbols.
22327         * lib/human.c: Likewise.
22328         * lib/same.c: Likewise.
22329         * lib/strtoumax.c: Likewise.
22330
22331         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
22332         declaration check was not run.
22333         * lib/hash.c: Likewise.
22334         * lib/human.c: Likewise.
22335         * lib/same.c: Likewise.
22336         * lib/strtoumax.c: Likewise.
22337
22338         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
22339         `.', then first look up the entire `.'-containing string as a login
22340         name.
22341
22342 2000-02-23  Jim Meyering  <meyering@lucent.com>
22343
22344         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
22345         in place of my hack.
22346
22347 2000-02-18  Paul Eggert  <eggert@twinsun.com>
22348
22349         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
22350         (textint): New typedef.
22351         (parser_control): Member year changed from int to textint.
22352         All uses changed.
22353         (YYSTYPE): Removed; replaced by %union with int and textint members.
22354         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
22355         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
22356         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
22357         (tSNUMBER, tUNUMBER): Now of type <textintval>.
22358         (date, number, to_year): Use width of number in digits, not its value,
22359         to determine whether it's a 2-digit year, or a 2-digit time.
22360         (yylex): Store number of digits of numeric tokens.
22361         Reported by John Kendall.
22362
22363         (parser_control): Changed from struct parser_control to typedef (for
22364         consistency).  All uses changed.
22365
22366         (tID): Removed; not used.
22367         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
22368
22369 2000-02-14  Paul Eggert  <eggert@twinsun.com>
22370
22371         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
22372         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
22373
22374 2000-02-12  Jim Meyering  <meyering@lucent.com>
22375
22376         * lib/userspec.c (ISDIGIT): Define it.
22377         (isdigit): Remove definition.
22378         (is_number): Use ISDIGIT, not isdigit.
22379         <libintl.h>: Include.
22380         (_ and N_): Define.
22381         (parse_user_spec): Mark translatable strings.
22382
22383 2000-02-10  Jim Meyering  <meyering@lucent.com>
22384
22385         With these changes, nanosleep.[ch] are finally enough like the other
22386         lib/* replacement files to compile on a few more losing systems.
22387
22388         * lib/nanosleep.h: Don't include config.h.
22389         Remove prototype from declaration of nanosleep.
22390         (PARAMS): Remove now-unneeded definition.
22391         * lib/nanosleep.c: #undef nanosleep.
22392         (rpl_nanosleep): Rename from nanosleep.
22393
22394 2000-02-10  Jim Meyering  <meyering@lucent.com>
22395
22396         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
22397         gnu_nanosleep to rpl_nanosleep.
22398
22399 2000-02-09  Jim Meyering  <meyering@lucent.com>
22400
22401         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
22402         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
22403
22404 2000-02-08  Akim Demaille  <akim@epita.fr>
22405
22406         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
22407         `[' and `]' and remove uses of `changequote'.
22408         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
22409         (AC_SYS_LARGEFILE): Likewise.
22410         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
22411         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
22412         of changequote.
22413         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
22414         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
22415         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
22416         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
22417
22418 2000-02-05  Jim Meyering  <meyering@lucent.com>
22419
22420         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
22421         Remove explicit use of AC_HEADER_TIME.  It is required by
22422         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
22423         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
22424         in autoconf whereby the expansion of the latter ended up preceding
22425         the expansion of its prerequisite, AC_HEADER_TIME.
22426         Reported by Volker Borchert.
22427
22428 2000-02-03  Jim Meyering  <meyering@lucent.com>
22429
22430         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
22431
22432 2000-02-03  Jim Meyering  <meyering@lucent.com>
22433
22434         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
22435         rather than with `#if HAVE_UTMPNAME'.
22436
22437 2000-02-02  Jim Meyering  <meyering@lucent.com>
22438
22439         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
22440         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
22441         Reported by Eli Zaretskii.
22442
22443 2000-02-01  Jim Meyering  <meyering@lucent.com>
22444
22445         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
22446
22447 2000-01-31  Jim Meyering  <meyering@lucent.com>
22448
22449         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
22450         functions.  Add the time.h and sys/time.h headers along with the
22451         AC_REQUIRE'ment of AC_HEADER_TIME.
22452
22453 2000-01-31  Jim Meyering  <meyering@lucent.com>
22454
22455         * lib/nanosleep.h (nanosleep): Guard declaration with
22456         `#if ! HAVE_DECL_NANOSLEEP'.
22457         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
22458         the declaration in that vendor's sys/timers.h.
22459         Reported by Christian Krackowizer.
22460
22461         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
22462         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
22463         (ISPRINT): Likewise.
22464         Reported by Tom Tromey.
22465
22466 2000-01-30  Jim Meyering  <meyering@lucent.com>
22467
22468         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
22469
22470         * m4/prereq.m4 (utmp_includes): Define.
22471         Check for ut_user and ut_name members in both struct utmpx
22472         and struct utmp.
22473
22474 2000-01-30  Jim Meyering  <meyering@lucent.com>
22475
22476         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
22477         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
22478         header files where only utmpx.ut_user is declared.
22479
22480         * lib/readutmp.h (UT_USER): Define.
22481
22482 2000-01-29  Jim Meyering  <meyering@lucent.com>
22483
22484         * m4/lib-check.m4: New file containing library-related checks from
22485         fileutils and sh-utils (textutils had none).
22486
22487 2000-01-28  Jim Meyering  <meyering@lucent.com>
22488
22489         * m4/perl.m4: Change format of warning message to look more like that
22490         from the missing script.  Suggestion from François Pinard.
22491
22492 2000-01-25  Jim Meyering  <meyering@lucent.com>
22493
22494         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
22495         well as time.h in the compile check.
22496         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
22497         Fix typo in cross-compiling case: s/yes/no/.
22498
22499 2000-01-23  Jim Meyering  <meyering@lucent.com>
22500
22501         * m4/jm-macros.m4: Move df-related tests here from
22502         fileutils/configure.in
22503
22504         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
22505         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
22506
22507         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
22508         s/space/ac_fsusage_space/.
22509         (jm_FILE_SYSTEM_USAGE): Take two parameters.
22510
22511         * m4/ftruncate.m4: New file (derived from part of
22512         fileutils/configure.in).
22513         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
22514         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
22515
22516         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
22517         AC_SUBST these here, rather than just in sh-util/configure.in, so
22518         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
22519         all the same.
22520         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
22521         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
22522         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
22523         (AC_SUBST(POW_LIBM)): Likewise.
22524         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
22525
22526 2000-01-23  Jim Meyering  <meyering@lucent.com>
22527
22528         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
22529         obstack.c.
22530
22531 2000-01-22  Jim Meyering  <meyering@lucent.com>
22532
22533         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
22534
22535         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
22536
22537         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
22538         configure.in
22539         (AC_CHECK_HEADERS): Likewise for sh-utils.
22540         (AC_CHECK_HEADERS): Likewise for textutils.
22541         Merge the three lists of headers.
22542
22543         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
22544         from fileutils' configure.in.
22545
22546         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
22547         code. Moved tests into their own function (_jm_DECL_HEADERS) in
22548         check-decl.m4.
22549
22550         * m4/check-decl.m4: Use #if rather than #ifdef.
22551         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
22552         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
22553         (_jm_DECL_HEADERS): Define new function.
22554         (jm_CHECK_DECLARATIONS): Require it.
22555
22556 2000-01-22  Jim Meyering  <meyering@lucent.com>
22557
22558         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
22559         [! HAVE_DECL_STRTOULL]: Declare strtoull.
22560         Required for some AIX systems.  Reported by Christian Krackowizer.
22561         [TESTING] (main): New function.
22562
22563         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
22564         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
22565         letters.
22566
22567         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
22568         iswprint.
22569
22570         * lib/strverscmp.c (ISDIGIT): Define.
22571         (strverscmp): Use ISDIGIT, not isdigit.
22572
22573 2000-01-19  Jim Meyering  <meyering@lucent.com>
22574
22575         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
22576         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
22577         defines `struct timespec' in <sys/time.h>
22578
22579         * m4/c-bs-a.m4: Remove uses of changequote altogether.
22580         Thanks to Akim for explaining.
22581
22582 2000-01-17  Paul Eggert  <eggert@twinsun.com>
22583
22584         * lib/nanosleep.c (nanosleep):
22585         Don't use SA_INTERRUPT to decide whether to call sigaction, as
22586         POSIX.1 doesn't require SA_INTERRUPT and some systems
22587         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
22588         it's been part of POSIX.1 since day 1 (in 1988).
22589
22590 2000-01-17  Jim Meyering  <meyering@lucent.com>
22591
22592         * lib/interlock: Remove unused file.  Reported by François Pinard.
22593
22594 2000-01-16  Paul Eggert  <eggert@twinsun.com>
22595
22596         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
22597         alert, backslash, formfeed, and vertical tab unnecessarily in
22598         shell quoting style.
22599
22600 2000-01-16  Jim Meyering  <meyering@lucent.com>
22601
22602         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
22603         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
22604         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
22605         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
22606
22607 2000-01-16  Jim Meyering  <meyering@lucent.com>
22608
22609         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
22610         because the latter didn't work.
22611
22612 2000-01-15  Jim Meyering  <meyering@lucent.com>
22613
22614         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
22615         (AC_REPLACE_FUNCS): Add memcpy and memset.
22616         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
22617         Add strpbrk.
22618         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
22619
22620 2000-01-12  Jim Meyering  <meyering@lucent.com>
22621
22622         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
22623         (jm_PREREQ): Use it.
22624         (jm_PREREQ_READUTMP): New macro.
22625         (jm_PREREQ): Use it.
22626
22627 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22628
22629         Quote multibyte characters correctly.
22630         * m4/c-bs-a.m4: New file.
22631         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
22632         (jm_PREREQ): Use it.
22633
22634 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22635
22636         * m4/uintmax_t.m4: Port to autoconf 2.13.
22637
22638 2000-01-08  Jim Meyering  <meyering@ascend.com>
22639
22640         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
22641         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
22642
22643 2000-01-04  Jim Meyering  <meyering@ascend.com>
22644
22645         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
22646         jm_STRUCT_DIRENT_D_TYPE.
22647         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
22648         jm_STRUCT_DIRENT_D_INO.
22649         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
22650         jm_STRUCT_UTIMBUF.
22651         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
22652         renamings.
22653         * m4/utime.m4: Likewise.
22654
22655         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
22656         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
22657
22658 2000-01-03  Paul Eggert  <eggert@twinsun.com>
22659
22660         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
22661         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
22662
22663 2000-01-02  Jim Meyering  <meyering@ascend.com>
22664
22665         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
22666         remember if this is necessary.
22667
22668 1999-12-26  Jim Meyering  <meyering@ascend.com>
22669
22670         * m4/jm-macros.m4: Use it here.
22671         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
22672
22673 1999-12-23  Jim Meyering  <meyering@ascend.com>
22674
22675         * m4/jm-macros.m4: Check for clock_gettime (moved from
22676         fileutils/configure.in)
22677         Check for gettimeofday.
22678
22679 1999-12-20  Jim Meyering  <meyering@ascend.com>
22680
22681         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
22682         autoconf-2.14a-1999-12-20.
22683
22684 1999-12-19  Jim Meyering  <meyering@ascend.com>
22685
22686         * m4/lstat-slash.m4: New file.
22687         * m4/jm-macros.m4: Use the new macro:
22688         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22689
22690 1999-12-07  Jim Meyering  <meyering@ascend.com>
22691
22692         * m4/perl.m4: Require that File::Compare be available, too.
22693         Too many systems seem to lack it.
22694
22695         * m4/strftime.m4: Add checks for most of the cpp macros tested in
22696         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
22697
22698 1999-11-18  Paul Eggert  <eggert@twinsun.com>
22699
22700         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
22701         problem with the QNX 4.25 shell, which doesn't propagate exit
22702         status of failed commands inside shell assignments.
22703
22704 1999-11-17  Jim Meyering  <meyering@ascend.com>
22705
22706         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
22707
22708 1999-11-07  Jim Meyering  <meyering@ascend.com>
22709
22710         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
22711
22712 1999-11-06  Jim Meyering  <meyering@ascend.com>
22713
22714         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
22715         * m4/jm-macros.m4 (jm_MACROS): Use it here.
22716
22717 1999-11-05  Jim Meyering  <meyering@ascend.com>
22718
22719         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
22720         configure.in of textutils, fileutils, and sh-utils into this one
22721         (shared between those packages) file.
22722         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
22723         AC_STRUCT_ST_BLKSIZE.
22724
22725 1999-11-03  Jim Meyering  <meyering@ascend.com>
22726
22727         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
22728         of AC_CHECK_TYPE checks includes unistd.h.
22729         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
22730         Suggestion from Akim Demaille.
22731
22732 1999-10-30  Jim Meyering  <meyering@ascend.com>
22733
22734         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
22735         m4-quoted string.
22736         * m4/ls-mntd-fs.m4: Likewise.
22737         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
22738         * m4/jm-winsz1.m4: Likewise.
22739
22740         * m4/const.m4: Remove file, since the fix made it into the experimental
22741         version of autoconf.
22742         * m4/mktime.m4: Likewise.
22743
22744         * m4/check-type.m4: Remove file, now that the latest version of
22745         AC_CHECK_TYPE takes a third arg to specify additional #includes.
22746
22747         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
22748         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
22749         AC_CHECK_TYPE.
22750
22751 1999-10-04  Jim Meyering  <meyering@ascend.com>
22752
22753         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
22754
22755 1999-09-22  Paul Eggert  <eggert@twinsun.com>
22756
22757         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
22758         2.95.1 bug with HP-UX 10.20.
22759
22760 1999-09-17  Jim Meyering  <meyering@ascend.com>
22761
22762         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
22763         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
22764         due to missing strdup (against sh-utils-2.0).
22765
22766 1999-08-29  Jim Meyering  <meyering@ascend.com>
22767
22768         * m4/jm-macros.m4: Require jm_BISON.
22769         * m4/bison.m4: New file.
22770
22771 1999-08-17  Paul Eggert  <eggert@twinsun.com>
22772
22773         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
22774         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
22775
22776 1999-08-05  Jim Meyering  <meyering@ascend.com>
22777
22778         * m4/getline.m4: Rename test file from conftestdata to conftest.data
22779         to avoid conflicts with `conftest' on 8+3 filesystems.
22780         Suggestion from Eli Zaretskii.
22781
22782 1999-08-04  Jim Meyering  <meyering@ascend.com>
22783
22784         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
22785         fileutils and sh-utils (textutils's getline test was inadequate).
22786         (AM_FUNC_GETLINE): Run this test.
22787         (AC_CHECK_FUNCS): Check for getdelim.
22788         Reported by Bob Proulx.
22789
22790 1999-08-02  Jim Meyering  <meyering@ascend.com>
22791
22792         * m4/jm-macros.m4: Add a comment.
22793
22794 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22795
22796         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
22797         <inttypes.h> defines strtoumax as a macro (and not as a
22798         function).
22799
22800 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22801
22802         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
22803         that we can shift, multiply and divide unsigned long long
22804         values; Ultrix cc can't do it.
22805
22806 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22807
22808         * m4/mktime.m4: New file, which is a preview of what should appear
22809         in the next public autoconf release.
22810
22811 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22812
22813         * m4/lfs.m4: Remove this file.
22814         * m4/largefile.m4: New file.  It contains the old contents of
22815         lfs.m4, except that all names with prefix AC_LFS have been
22816         changed to use the prefix AC_SYS_LARGEFILE instead, to be
22817         compatible with future autoconf versions.  Also, some minor m4
22818         quoting problems have been fixed.
22819
22820 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22821
22822         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
22823         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
22824         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
22825         and simplify the shell code.
22826
22827 1999-08-01  Jim Meyering  <meyering@ascend.com>
22828
22829         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
22830         m4.
22831
22832 1999-07-20  Jim Meyering  <meyering@ascend.com>
22833
22834         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
22835
22836 1999-07-15  Jim Meyering  <meyering@ascend.com>
22837
22838         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
22839
22840 1999-05-22  Jim Meyering  <meyering@ascend.com>
22841
22842         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
22843
22844 1999-05-20  Jim Meyering  <meyering@ascend.com>
22845
22846         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
22847         Add a colon after each `then' in case $4 is empty.
22848
22849 1999-05-16  Jim Meyering  <meyering@ascend.com>
22850
22851         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
22852
22853 1999-05-10  Jim Meyering  <meyering@ascend.com>
22854
22855         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
22856
22857         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
22858         AC_FUNC_MKTIME.
22859
22860 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
22861
22862         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
22863
22864 1999-05-04  Paul Eggert  <eggert@twinsun.com>
22865
22866         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
22867         not CPPFLAGS, so that linking works correctly in IRIX.
22868
22869 1999-04-30  Paul Eggert  <eggert@twinsun.com>
22870
22871         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
22872
22873 1999-04-20  Paul Eggert  <eggert@twinsun.com>
22874
22875         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
22876         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
22877         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
22878         jm_AC_TYPE_UNSIGNED_LONG_LONG.
22879         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
22880
22881         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
22882
22883 1999-04-20  Jim Meyering  <meyering@ascend.com>
22884
22885         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
22886         AC_REPLACE xstroull if necessary.  From Paul Eggert.
22887         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
22888
22889 1999-04-18  Jim Meyering  <meyering@ascend.com>
22890
22891         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
22892         * m4/jm-macros.m4: Use it.
22893
22894 1999-04-06  Jim Meyering  <meyering@ascend.com>
22895
22896         * m4/strftime.m4: Remove test for %f.
22897
22898 1999-03-29  Jim Meyering  <meyering@ascend.com>
22899
22900         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
22901         superset of the AC_TYPE_* checks in the textutils, fileutils,
22902         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
22903         AC_TYPE_PID_T.
22904
22905 1999-03-28  Jim Meyering  <meyering@ascend.com>
22906
22907         * m4/jm-macros.m4: Define GNU_PACKAGE here.
22908         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
22909         replaced e.g., in the *.sh files of the sh-utils.
22910
22911 1999-03-20  Jim Meyering  <meyering@ascend.com>
22912
22913         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
22914         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
22915         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
22916
22917 1999-03-19  Jim Meyering  <meyering@ascend.com>
22918
22919         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
22920
22921 1999-03-12  Jim Meyering  <meyering@ascend.com>
22922
22923         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
22924
22925 1999-03-07  Jim Meyering  <meyering@ascend.com>
22926
22927         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
22928         declared.
22929
22930 1999-02-17  Jim Meyering  <meyering@ascend.com>
22931
22932         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
22933         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
22934
22935 1999-02-07  Jim Meyering  <meyering@ascend.com>
22936
22937         * m4/group-member.m4: New file -- extracted from sh-utils'
22938         configure.in.
22939
22940         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
22941         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
22942
22943 1999-02-06  Jim Meyering  <meyering@ascend.com>
22944
22945         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
22946         * m4/fnmatch.m4: Likewise.
22947         * m4/getgroups.m4: Likewise.
22948         * m4/lstat.m4: Likewise.
22949         * m4/malloc.m4: Likewise.
22950         * m4/putenv.m4: Likewise.
22951         * m4/realloc.m4: Likewise.
22952         * m4/regex.m4: Likewise.
22953         * m4/stat.m4: Likewise.
22954         * m4/strftime.m4: Likewise.
22955         Suggestion from Alain Magloire.
22956
22957         * m4/chown.m4: Use `.$ac_objext', not `.o'.
22958         * m4/fnmatch.m4: Likewise.
22959         * m4/getgroups.m4: Likewise.
22960         * m4/getline.m4: Likewise.
22961         * m4/lstat.m4: Likewise.
22962         * m4/malloc.m4: Likewise.
22963         * m4/memcmp.m4: Likewise.
22964         * m4/putenv.m4: Likewise.
22965         * m4/realloc.m4: Likewise.
22966         * m4/regex.m4: Likewise.
22967         * m4/stat.m4: Likewise.
22968         * m4/strftime.m4: Likewise.
22969         Suggestion from Alain Magloire.
22970
22971         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
22972         an argument.
22973
22974         * m4/regex.m4: Add a run-time Test for proper operation of
22975         re_compile_pattern.
22976
22977 1999-01-31  Jim Meyering  <meyering@ascend.com>
22978
22979         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
22980
22981 1999-01-30  Jim Meyering  <meyering@ascend.com>
22982
22983         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
22984
22985         * m4/jm-mktime.m4: Make this a wrapper around the official
22986         AM_FUNC_MKTIME rather than my private copy, now that the official one
22987         is up to date.
22988         * m4/mktime.m4: Remove file.
22989
22990         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
22991         * m4/uptime.m4: Likewise.
22992         * m4/uintmax_t.m4: Likewise.
22993
22994 1999-01-28  Jim Meyering  <meyering@ascend.com>
22995
22996         * m4/jm-macros.m4: Use jm_AFS.
22997         * m4/afs.m4: New file (from fileutils' configure.in).
22998
22999         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
23000         * m4/chown.m4: Likewise.
23001         * m4/d-ino.m4: Likewise.
23002         * m4/d-type.m4: Likewise.
23003         * m4/fnmatch.m4: Likewise.
23004         * m4/getgroups.m4: Likewise.
23005         * m4/gettext.m4: Likewise.
23006         * m4/jm-mktime.m4: Likewise.
23007         * m4/jm-winsz2.m4: Likewise.
23008         * m4/lcmessage.m4: Likewise.
23009         * m4/ls-mntd-fs.m4: Likewise.
23010         * m4/malloc.m4: Likewise.
23011         * m4/memcmp.m4: Likewise.
23012         * m4/putenv.m4: Likewise.
23013         * m4/realloc.m4: Likewise.
23014         * m4/st_mtim.m4: Likewise.
23015         * m4/strftime.m4: Likewise.
23016
23017 1999-01-16  Jim Meyering  <meyering@ascend.com>
23018
23019         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
23020         (ARGMATCH_DIE_DECL): Define.
23021
23022 1999-01-12  Jim Meyering  <meyering@ascend.com>
23023
23024         * m4/Makefile.am.in: Rewrite to avoid using fmt.
23025         Reported by Lars Hecking.
23026
23027 1999-01-10  Jim Meyering  <meyering@ascend.com>
23028
23029         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
23030         gross kludge.
23031         * m4/inttypes_h.m4: Likewise.
23032         * m4/lstat.m4: Likewise.
23033         * m4/malloc.m4: Likewise.
23034         * m4/readdir.m4: Likewise.
23035         * m4/realloc.m4: Likewise.
23036         * m4/st_dm_mode.m4: Likewise.
23037         * m4/stat.m4: Likewise.
23038         * m4/utimbuf.m4: Likewise.
23039         * m4/utimes.m4: Likewise.
23040
23041         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
23042         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
23043         comments in config.h.in are meaningful.
23044
23045         * m4/jm-macros.m4: Require autoconf-2.13 here.
23046
23047         * m4/regex.m4: By default, don't use the included regex.c on systems
23048         with glibc 2.  Suggestion from Uli Drepper.
23049
23050 1999-01-02  Jim Meyering  <meyering@ascend.com>
23051
23052         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
23053
23054 1998-12-18  Jim Meyering  <meyering@ascend.com>
23055
23056         * m4/Makefile.am.in (Makefile.am): Simplify rule.
23057         Based on a suggestion from Lars Hecking.
23058
23059 1998-11-16  Paul Eggert  <eggert@twinsun.com>
23060
23061         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
23062
23063 1998-11-16  Jim Meyering  <meyering@ascend.com>
23064
23065         * m4/lfs.m4: Double-quote the `uname...` expression.
23066
23067 1998-11-14  Jim Meyering  <meyering@ascend.com>
23068
23069         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
23070         * m4/stat.m4: Likewise.
23071
23072 1998-11-03  Jim Meyering  <meyering@ascend.com>
23073
23074         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
23075         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
23076
23077 1998-10-18  Jim Meyering  <meyering@ascend.com>
23078
23079         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
23080
23081 1998-10-17  Jim Meyering  <meyering@ascend.com>
23082
23083         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
23084         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
23085         calls for those previously hard-coded headers.  Instead, take a new
23086         parameter.
23087         (jm_CHECK_DECLARATIONS): Reflect interface change.
23088         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
23089         (jm_CHECK_DECL_LOCALTIME_R): New macro.
23090
23091         * m4/mktime.m4: Test for spring-forward gap before long-running test.
23092
23093 1998-10-14  Jim Meyering  <meyering@ascend.com>
23094
23095         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
23096         instead of "TZ=America/Vancouver".  From Paul Eggert.
23097
23098 1998-10-11  Jim Meyering  <meyering@ascend.com>
23099
23100         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
23101         This adds a test for a recently added compatibility fix for mktime.c.
23102         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
23103
23104 1998-09-27  Jim Meyering  <meyering@ascend.com>
23105
23106         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
23107
23108         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
23109         ../configure.in, including a change from Gordon Matzigkeit to allow
23110         cross-compiling for the Hurd.
23111
23112         * m4/glibc.m4: New file/macro to test for the GNU C Library
23113         versions 1 and 2.  From Gordon Matzigkeit.
23114         Indent.
23115
23116 1998-09-21  Jim Meyering  <meyering@ascend.com>
23117
23118         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
23119
23120 1998-08-18  Paul Eggert  <eggert@twinsun.com>
23121
23122         Port nanosecond-resolution times to UnixWare 2.1.2 and
23123         pedantic Solaris 2.6.
23124
23125         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
23126         AC_STRUCT_ST_MTIM.
23127         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
23128         Generate name of ns member, instead of just 1 or undef.
23129         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
23130
23131 1998-08-15  Jim Meyering  <meyering@ascend.com>
23132
23133         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
23134         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
23135         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
23136         instead of jm_TYPE_SSIZE_T.
23137
23138 1998-08-12  Jim Meyering  <meyering@ascend.com>
23139
23140         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
23141
23142 1998-08-02  Jim Meyering  <meyering@ascend.com>
23143
23144         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
23145         in acconfig.h manually.
23146
23147 1998-07-31  Paul Eggert  <eggert@twinsun.com>
23148
23149         * m4/st_mtim.m4: New file.
23150
23151 1998-07-28  Jim Meyering  <meyering@ascend.com>
23152
23153         * m4/utimes.m4: Undef stat.
23154
23155 1998-07-25  Jim Meyering  <meyering@ascend.com>
23156
23157         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
23158         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
23159
23160 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
23161
23162         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
23163         uid and gid actually remain unchanged.
23164
23165 1998-07-07  Jim Meyering  <meyering@ascend.com>
23166
23167         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
23168
23169 1998-07-04  Jim Meyering  <meyering@ascend.com>
23170
23171         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
23172         to prove that this macro can be used in packages without regex.c.
23173
23174 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
23175
23176         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
23177         is to be used.
23178
23179 1998-07-03  Jim Meyering  <meyering@ascend.com>
23180
23181         * m4/gettext.m4: Add -lintl if it's found to be necessary.
23182
23183         * m4/gettext.m4: New file -- from gettext-0.10.35.
23184         * m4/lcmessage.m4: Likewise.
23185         * m4/progtest.m4: Likewise.
23186
23187         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
23188         * m4/jm-macros.m4: Require the new macro.
23189
23190 1998-06-29  Jim Meyering  <meyering@ascend.com>
23191
23192         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
23193         for the definition of NGROUPS (used in a system header included
23194         by sys/mount.h).
23195
23196 1998-06-28  Jim Meyering  <meyering@ascend.com>
23197
23198         * m4/ls-mntd-fs.m4: New file.
23199         * m4/fstypename.m4: New file.
23200
23201         * m4/jm-macros.m4: Require the new macro.
23202         * m4/jm-glibc-io.m4: New file.
23203
23204 1998-05-19  Jim Meyering  <meyering@ascend.com>
23205
23206         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
23207         * m4/lchown.m4: New file.
23208
23209         * m4/Makefile.am.in: New file.
23210         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
23211
23212 1998-05-14  Jim Meyering  <meyering@ascend.com>
23213
23214         * m4/Makefile.am (EXTRA_DIST): Add them.
23215         * m4/jm-macros.m4: New file.
23216         * m4/utimbuf.m4: New file.
23217
23218 1998-05-12  Jim Meyering  <meyering@ascend.com>
23219
23220         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
23221
23222 1998-05-11  Jim Meyering  <meyering@ascend.com>
23223
23224         * m4/isc-posix.m4: New file.
23225
23226 1998-05-10  Jim Meyering  <meyering@ascend.com>
23227
23228         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
23229
23230 1998-05-09  Jim Meyering  <meyering@ascend.com>
23231
23232         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
23233         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
23234         with automake.
23235
23236         * m4/ssize_t.m4: New file.
23237         * m4/mktime.m4: Remove file -- the new automake has this now.
23238
23239 1998-04-26  Jim Meyering  <meyering@ascend.com>
23240
23241         * m4/assert.m4: New file.
23242         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
23243
23244 1998-04-05  Jim Meyering  <meyering@ascend.com>
23245
23246         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
23247         (jm_PREREQ): Use it here.
23248
23249 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
23250
23251         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
23252         in acconfig.h.
23253
23254 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
23255
23256         * m4/prereq.m4: New file.
23257         * m4/error.m4: New file.
23258         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
23259
23260 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
23261
23262         * m4/getline.m4: Don't set am_cv_func_working_getline before the
23263         cache-check for the same variable -- that defeated the purpose of
23264         the test; the test program was never run.  This was a problem only
23265         on systems with losing getline functions -- HP-UX 10.20 is one.
23266         Reported by Bjorn Helgaas.
23267
23268 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
23269
23270         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
23271
23272 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
23273
23274         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
23275
23276         * m4/const.m4: New file.  Use an initializer in this declaration
23277         typedef int charset[2]; const charset x;
23278         Reported by Bob Glickstein.
23279
23280 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
23281
23282         * m4/chown.m4: Fix reversed types on -1 args to chown.
23283         From Kaveh Ghazi.
23284
23285 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
23286
23287         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
23288         Add lseek and memchr.
23289
23290         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
23291         T.E.Dickey <dickey@clark.net> said that some older preprocessors
23292         have a 20-character limit on names.
23293
23294 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
23295
23296         * m4/inttypes_h.m4: New file.
23297         * m4/uintmax_t.m4: New file.
23298         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
23299
23300 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
23301   Free Software Foundation, Inc.
23302 Copying and distribution of this file, with or without modification,
23303 are permitted provided the copyright notice and this notice are preserved.