.
[pspp] / ChangeLog
1 2006-10-17  Eric Blake  <ebb9@byu.net>
2
3         * lib/sigprocmask.c (sigprocmask): Fix typo.
4
5         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6
7         * modules/clean-temp (Makefile.am): Don't add to make output...
8         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9         config.h.
10
11 2006-10-17  Bruno Haible  <bruno@clisp.org>
12
13         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
14         differently if DEFAULT_TEXT_DOMAIN is set.
15
16 2006-10-16  Bruno Haible  <bruno@clisp.org>
17
18         * lib/clean-temp.c: Include fwriteerror.h.
19
20 2006-10-16  Bruno Haible  <bruno@clisp.org>
21
22         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23
24 2006-10-16  Bruno Haible  <bruno@clisp.org>
25
26         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
27         * lib/sigprocmask.h: Include <sys/types.h>.
28         (sigset_t): Use the system's definition if present.
29
30 2006-10-17  Eric Blake  <ebb9@byu.net>
31
32         * lib/xvasprintf.c (includes): Assume config.h.
33         * lib/xasprintf.c (includes): Likewise.
34
35 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
36
37         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
38         at least as wide as intmax_t.
39
40 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41
42         (Imported from Automake.)
43         * build-aux/gnupload: Update to version 1.1 of directive file.
44
45 2006-10-16  Eric Blake  <ebb9@byu.net>
46
47         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
48         match Automake 1.10a.
49
50 2006-10-14  Bruno Haible  <bruno@clisp.org>
51
52         * modules/sigprocmask: New file.
53         * lib/sigprocmask.h: New file.
54         * lib/sigprocmask.c: New file.
55         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
56         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
57         request sigprocmask.o.
58         (gl_PREREQ_SIGPROCMASK): New macro.
59         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
60         (Depends-on): Add sigprocmask.
61         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
62         gt_SIGNALBLOCKING. Test for 'raise' only once.
63         * lib/fatal-signal.c: Include sigprocmask.h.
64         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
65         unblock_fatal_signals): Define always.
66         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
67         sigprocmask.
68
69 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
70
71         Sync from Automake.
72         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
73         which incorrectly sets the mode of an existing destination
74         directory.  In some cases the unpatched install-sh could do the
75         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
76         system.  We hope this is rare in practice, but it's clearly worth
77         fixing.  Problem reported by Alex Unleashed in
78         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
79         Also, don't bother to check for -m bugs unless we're using -m;
80         suggested by Stepan Kasal.
81
82 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
83
84         Sync from Automake.
85         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
86         `-c' flag, so they appear at the same position as in %FASTDEP%
87         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
88         which ignores unknown options only after the first non-option.
89         Bug report against M4 by Nelson H. F. Beebe.
90
91 2006-10-13  Jim Meyering  <jim@meyering.net>
92
93         Fix a bug in yesterday's change.
94         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
95         p->fts_statp->st_dev would be used uninitialized.
96         Ensures that we always call fts_stat on the very first entry.
97         Miklos Szeredi reported that find -xdev stopped working.
98
99 2006-10-12  Bruno Haible  <bruno@clisp.org>
100
101         * gnulib-tool (func_get_automake_snippet): Append an automatically
102         computed EXTRA_DIST augmentation.
103         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
104         * modules/alloca-opt (Makefile.am): Likewise.
105         * modules/allocsa (Makefile.am): Likewise.
106         * modules/arcfour (Makefile.am): Likewise.
107         * modules/arctwo (Makefile.am): Likewise.
108         * modules/argmatch (Makefile.am): Likewise.
109         * modules/argz (Makefile.am): Likewise.
110         * modules/atexit (Makefile.am): Likewise.
111         * modules/backupfile (Makefile.am): Likewise.
112         * modules/byteswap (Makefile.am): Likewise.
113         * modules/c-strtod (Makefile.am): Likewise.
114         * modules/c-strtold (Makefile.am): Likewise.
115         * modules/calloc (Makefile.am): Likewise.
116         * modules/canon-host (Makefile.am): Likewise.
117         * modules/canonicalize (Makefile.am): Likewise.
118         * modules/chdir-long (Makefile.am): Likewise.
119         * modules/chdir-safer (Makefile.am): Likewise.
120         * modules/check-version (Makefile.am): Likewise.
121         * modules/chown (Makefile.am): Likewise.
122         * modules/cloexec (Makefile.am): Likewise.
123         * modules/close-stream (Makefile.am): Likewise.
124         * modules/closeout (Makefile.am): Likewise.
125         * modules/crc (Makefile.am): Likewise.
126         * modules/csharpexec (Makefile.am): Likewise.
127         * modules/cycle-check (Makefile.am): Likewise.
128         * modules/des (Makefile.am): Likewise.
129         * modules/dev-ino (Makefile.am): Likewise.
130         * modules/dirfd (Makefile.am): Likewise.
131         * modules/dirname (Makefile.am): Likewise.
132         * modules/dup2 (Makefile.am): Likewise.
133         * modules/eealloc (Makefile.am): Likewise.
134         * modules/error (Makefile.am): Likewise.
135         * modules/euidaccess (Makefile.am): Likewise.
136         * modules/exclude (Makefile.am): Likewise.
137         * modules/exitfail (Makefile.am): Likewise.
138         * modules/fcntl-safer (Makefile.am): Likewise.
139         * modules/fcntl (Makefile.am): Likewise.
140         * modules/file-type (Makefile.am): Likewise.
141         * modules/fileblocks (Makefile.am): Likewise.
142         * modules/filemode (Makefile.am): Likewise.
143         * modules/filenamecat (Makefile.am): Likewise.
144         * modules/fnmatch (Makefile.am): Likewise.
145         * modules/fopen-safer (Makefile.am): Likewise.
146         * modules/fpending (Makefile.am): Likewise.
147         * modules/fprintftime (Makefile.am): Likewise.
148         * modules/free (Makefile.am): Likewise.
149         * modules/fsusage (Makefile.am): Likewise.
150         * modules/ftruncate (Makefile.am): Likewise.
151         * modules/fts (Makefile.am): Likewise.
152         * modules/gc-arcfour (Makefile.am): Likewise.
153         * modules/gc-des (Makefile.am): Likewise.
154         * modules/gc-hmac-md5 (Makefile.am): Likewise.
155         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
156         * modules/gc-md4 (Makefile.am): Likewise.
157         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
158         * modules/gc-sha1 (Makefile.am): Likewise.
159         * modules/gc (Makefile.am): Likewise.
160         * modules/getaddrinfo (Makefile.am): Likewise.
161         * modules/getcwd (Makefile.am): Likewise.
162         * modules/getdelim (Makefile.am): Likewise.
163         * modules/getdomainname (Makefile.am): Likewise.
164         * modules/getgroups (Makefile.am): Likewise.
165         * modules/gethostname (Makefile.am): Likewise.
166         * modules/gethrxtime (Makefile.am): Likewise.
167         * modules/getline (Makefile.am): Likewise.
168         * modules/getloadavg (Makefile.am): Likewise.
169         * modules/getlogin_r (Makefile.am): Likewise.
170         * modules/getndelim2 (Makefile.am): Likewise.
171         * modules/getopt (Makefile.am): Likewise.
172         * modules/getpagesize (Makefile.am): Likewise.
173         * modules/getpass-gnu (Makefile.am): Likewise.
174         * modules/getpass (Makefile.am): Likewise.
175         * modules/getsubopt (Makefile.am): Likewise.
176         * modules/gettime (Makefile.am): Likewise.
177         * modules/gettimeofday (Makefile.am): Likewise.
178         * modules/getugroups (Makefile.am): Likewise.
179         * modules/getusershell (Makefile.am): Likewise.
180         * modules/glob (Makefile.am): Likewise.
181         * modules/group-member (Makefile.am): Likewise.
182         * modules/hard-locale (Makefile.am): Likewise.
183         * modules/hash (Makefile.am): Likewise.
184         * modules/hmac-md5 (Makefile.am): Likewise.
185         * modules/hmac-sha1 (Makefile.am): Likewise.
186         * modules/human (Makefile.am): Likewise.
187         * modules/idcache (Makefile.am): Likewise.
188         * modules/imaxabs (Makefile.am): Likewise.
189         * modules/imaxdiv (Makefile.am): Likewise.
190         * modules/inet_ntop (Makefile.am): Likewise.
191         * modules/inet_pton (Makefile.am): Likewise.
192         * modules/intprops (Makefile.am): Likewise.
193         * modules/inttostr (Makefile.am): Likewise.
194         * modules/inttypes (Makefile.am): Likewise.
195         * modules/isapipe (Makefile.am): Likewise.
196         * modules/javaversion (Makefile.am): Likewise.
197         * modules/lchmod (Makefile.am): Likewise.
198         * modules/lchown (Makefile.am): Likewise.
199         * modules/localcharset (Makefile.am): Likewise.
200         * modules/long-options (Makefile.am): Likewise.
201         * modules/lstat (Makefile.am): Likewise.
202         * modules/malloc (Makefile.am): Likewise.
203         * modules/mathl (Makefile.am): Likewise.
204         * modules/mbchar (Makefile.am): Likewise.
205         * modules/md2 (Makefile.am): Likewise.
206         * modules/md4 (Makefile.am): Likewise.
207         * modules/md5 (Makefile.am): Likewise.
208         * modules/memcasecmp (Makefile.am): Likewise.
209         * modules/memchr (Makefile.am): Likewise.
210         * modules/memcmp (Makefile.am): Likewise.
211         * modules/memcoll (Makefile.am): Likewise.
212         * modules/memcpy (Makefile.am): Likewise.
213         * modules/memmem (Makefile.am): Likewise.
214         * modules/memmove (Makefile.am): Likewise.
215         * modules/mempcpy (Makefile.am): Likewise.
216         * modules/memrchr (Makefile.am): Likewise.
217         * modules/memset (Makefile.am): Likewise.
218         * modules/memxor (Makefile.am): Likewise.
219         * modules/mkancesdirs (Makefile.am): Likewise.
220         * modules/mkdir-p (Makefile.am): Likewise.
221         * modules/mkdir (Makefile.am): Likewise.
222         * modules/mkdtemp (Makefile.am): Likewise.
223         * modules/mkstemp (Makefile.am): Likewise.
224         * modules/mktime (Makefile.am): Likewise.
225         * modules/modechange (Makefile.am): Likewise.
226         * modules/mountlist (Makefile.am): Likewise.
227         * modules/nanosleep (Makefile.am): Likewise.
228         * modules/obstack (Makefile.am): Likewise.
229         * modules/openat (Makefile.am): Likewise.
230         * modules/pagealign_alloc (Makefile.am): Likewise.
231         * modules/pathmax (Makefile.am): Likewise.
232         * modules/physmem (Makefile.am): Likewise.
233         * modules/poll (Makefile.am): Likewise.
234         * modules/posixtm (Makefile.am): Likewise.
235         * modules/posixver (Makefile.am): Likewise.
236         * modules/putenv (Makefile.am): Likewise.
237         * modules/quote (Makefile.am): Likewise.
238         * modules/quotearg (Makefile.am): Likewise.
239         * modules/raise (Makefile.am): Likewise.
240         * modules/read-file (Makefile.am): Likewise.
241         * modules/readline (Makefile.am): Likewise.
242         * modules/readlink (Makefile.am): Likewise.
243         * modules/readtokens (Makefile.am): Likewise.
244         * modules/readutmp (Makefile.am): Likewise.
245         * modules/realloc (Makefile.am): Likewise.
246         * modules/regex (Makefile.am): Likewise.
247         * modules/rename-dest-slash (Makefile.am): Likewise.
248         * modules/rename (Makefile.am): Likewise.
249         * modules/rijndael (Makefile.am): Likewise.
250         * modules/rmdir (Makefile.am): Likewise.
251         * modules/rpmatch (Makefile.am): Likewise.
252         * modules/safe-read (Makefile.am): Likewise.
253         * modules/safe-write (Makefile.am): Likewise.
254         * modules/same-inode (Makefile.am): Likewise.
255         * modules/same (Makefile.am): Likewise.
256         * modules/save-cwd (Makefile.am): Likewise.
257         * modules/savedir (Makefile.am): Likewise.
258         * modules/setenv (Makefile.am): Likewise.
259         * modules/settime (Makefile.am): Likewise.
260         * modules/sha1 (Makefile.am): Likewise.
261         * modules/sig2str (Makefile.am): Likewise.
262         * modules/snprintf (Makefile.am): Likewise.
263         * modules/stat-macros (Makefile.am): Likewise.
264         * modules/stat-time (Makefile.am): Likewise.
265         * modules/stdbool (Makefile.am): Likewise.
266         * modules/stdint (Makefile.am): Likewise.
267         * modules/stdlib-safer (Makefile.am): Likewise.
268         * modules/stpcpy (Makefile.am): Likewise.
269         * modules/stpncpy (Makefile.am): Likewise.
270         * modules/strcase (Makefile.am): Likewise.
271         * modules/strcasestr (Makefile.am): Likewise.
272         * modules/strchrnul (Makefile.am): Likewise.
273         * modules/strcspn (Makefile.am): Likewise.
274         * modules/strdup (Makefile.am): Likewise.
275         * modules/strerror (Makefile.am): Likewise.
276         * modules/strftime (Makefile.am): Likewise.
277         * modules/strndup (Makefile.am): Likewise.
278         * modules/strnlen (Makefile.am): Likewise.
279         * modules/strpbrk (Makefile.am): Likewise.
280         * modules/strsep (Makefile.am): Likewise.
281         * modules/strstr (Makefile.am): Likewise.
282         * modules/strtod (Makefile.am): Likewise.
283         * modules/strtoimax (Makefile.am): Likewise.
284         * modules/strtok_r (Makefile.am): Likewise.
285         * modules/strtol (Makefile.am): Likewise.
286         * modules/strtoll (Makefile.am): Likewise.
287         * modules/strtoul (Makefile.am): Likewise.
288         * modules/strtoull (Makefile.am): Likewise.
289         * modules/strtoumax (Makefile.am): Likewise.
290         * modules/strverscmp (Makefile.am): Likewise.
291         * modules/sys_socket (Makefile.am): Likewise.
292         * modules/sys_stat (Makefile.am): Likewise.
293         * modules/sysexits (Makefile.am): Likewise.
294         * modules/time_r (Makefile.am): Likewise.
295         * modules/timegm (Makefile.am): Likewise.
296         * modules/timespec (Makefile.am): Likewise.
297         * modules/tmpfile-safer (Makefile.am): Likewise.
298         * modules/trim (Makefile.am): Likewise.
299         * modules/unistd-safer (Makefile.am): Likewise.
300         * modules/unlinkdir (Makefile.am): Likewise.
301         * modules/unlocked-io (Makefile.am): Likewise.
302         * modules/userspec (Makefile.am): Likewise.
303         * modules/utime (Makefile.am): Likewise.
304         * modules/utimecmp (Makefile.am): Likewise.
305         * modules/utimens (Makefile.am): Likewise.
306         * modules/vasnprintf (Makefile.am): Likewise.
307         * modules/vasprintf (Makefile.am): Likewise.
308         * modules/vsnprintf (Makefile.am): Likewise.
309         * modules/xalloc (Makefile.am): Likewise.
310         * modules/xgetcwd (Makefile.am): Likewise.
311         * modules/xnanosleep (Makefile.am): Likewise.
312         * modules/xreadlink (Makefile.am): Likewise.
313         * modules/xstrtod (Makefile.am): Likewise.
314         * modules/xstrtol (Makefile.am): Likewise.
315         * modules/xstrtold (Makefile.am): Likewise.
316         * modules/yesno (Makefile.am): Likewise.
317         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
318
319 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
320
321         * modules/error (Makefile.am): Distribute files through
322         EXTRA_DIST, not lib_SOURCES.
323
324 2006-10-12  Eric Blake  <ebb9@byu.net>
325
326         * modules/error (Makefile.am): Distribute files in /lib.
327         * modules/obstack (Makefile.am): Likewise.
328
329 2006-10-12  Bruno Haible  <bruno@clisp.org>
330
331         * modules/acl (Makefile.am): Distribute all files in lib/ through
332         EXTRA_DIST.
333         * modules/arcfour (Makefile.am): Likewise.
334         * modules/arctwo (Makefile.am): Likewise.
335         * modules/argmatch (Makefile.am): Likewise.
336         * modules/argz (Makefile.am): Likewise.
337         * modules/atexit (Makefile.am): Likewise.
338         * modules/backupfile (Makefile.am): Likewise.
339         * modules/c-strtod (Makefile.am): Likewise.
340         * modules/c-strtold (Makefile.am): Likewise.
341         * modules/calloc (Makefile.am): Likewise.
342         * modules/canon-host (Makefile.am): Likewise.
343         * modules/canonicalize (Makefile.am): Likewise.
344         * modules/chdir-long (Makefile.am): Likewise.
345         * modules/chdir-safer (Makefile.am): Likewise.
346         * modules/check-version (Makefile.am): Likewise.
347         * modules/chown (Makefile.am): Likewise.
348         * modules/cloexec (Makefile.am): Likewise.
349         * modules/close-stream (Makefile.am): Likewise.
350         * modules/closeout (Makefile.am): Likewise.
351         * modules/crc (Makefile.am): Likewise.
352         * modules/cycle-check (Makefile.am): Likewise.
353         * modules/des (Makefile.am): Likewise.
354         * modules/dirfd (Makefile.am): Likewise.
355         * modules/dirname (Makefile.am): Likewise.
356         * modules/dup2 (Makefile.am): Likewise.
357         * modules/euidaccess (Makefile.am): Likewise.
358         * modules/exclude (Makefile.am): Likewise.
359         * modules/exitfail (Makefile.am): Likewise.
360         * modules/fcntl-safer (Makefile.am): Likewise.
361         * modules/file-type (Makefile.am): Likewise.
362         * modules/fileblocks (Makefile.am): Likewise.
363         * modules/filemode (Makefile.am): Likewise.
364         * modules/filenamecat (Makefile.am): Likewise.
365         * modules/fnmatch (Makefile.am): Likewise.
366         * modules/fopen-safer (Makefile.am): Likewise.
367         * modules/fpending (Makefile.am): Likewise.
368         * modules/fprintftime (Makefile.am): Likewise.
369         * modules/free (Makefile.am): Likewise.
370         * modules/fsusage (Makefile.am): Likewise.
371         * modules/ftruncate (Makefile.am): Likewise.
372         * modules/fts (Makefile.am): Likewise.
373         * modules/gc (Makefile.am): Likewise.
374         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
375         * modules/getaddrinfo (Makefile.am): Likewise.
376         * modules/getcwd (Makefile.am): Likewise.
377         * modules/getdelim (Makefile.am): Likewise.
378         * modules/getdomainname (Makefile.am): Likewise.
379         * modules/getgroups (Makefile.am): Likewise.
380         * modules/gethostname (Makefile.am): Likewise.
381         * modules/gethrxtime (Makefile.am): Likewise.
382         * modules/getline (Makefile.am): Likewise.
383         * modules/getloadavg (Makefile.am): Likewise.
384         * modules/getlogin_r (Makefile.am): Likewise.
385         * modules/getopt (Makefile.am): Likewise.
386         * modules/getpass (Makefile.am): Likewise.
387         * modules/getpass-gnu (Makefile.am): Likewise.
388         * modules/getsubopt (Makefile.am): Likewise.
389         * modules/gettime (Makefile.am): Likewise.
390         * modules/gettimeofday (Makefile.am): Likewise.
391         * modules/getugroups (Makefile.am): Likewise.
392         * modules/getusershell (Makefile.am): Likewise.
393         * modules/glob (Makefile.am): Likewise.
394         * modules/group-member (Makefile.am): Likewise.
395         * modules/hard-locale (Makefile.am): Likewise.
396         * modules/hash (Makefile.am): Likewise.
397         * modules/hmac-md5 (Makefile.am): Likewise.
398         * modules/hmac-sha1 (Makefile.am): Likewise.
399         * modules/human (Makefile.am): Likewise.
400         * modules/idcache (Makefile.am): Likewise.
401         * modules/imaxabs (Makefile.am): Likewise.
402         * modules/imaxdiv (Makefile.am): Likewise.
403         * modules/inet_ntop (Makefile.am): Likewise.
404         * modules/inet_pton (Makefile.am): Likewise.
405         * modules/inttostr (Makefile.am): Likewise.
406         * modules/isapipe (Makefile.am): Likewise.
407         * modules/lchown (Makefile.am): Likewise.
408         * modules/long-options (Makefile.am): Likewise.
409         * modules/lstat (Makefile.am): Likewise.
410         * modules/malloc (Makefile.am): Likewise.
411         * modules/mathl (Makefile.am): Likewise.
412         * modules/mbchar (Makefile.am): Likewise.
413         * modules/md2 (Makefile.am): Likewise.
414         * modules/md4 (Makefile.am): Likewise.
415         * modules/md5 (Makefile.am): Likewise.
416         * modules/memcasecmp (Makefile.am): Likewise.
417         * modules/memchr (Makefile.am): Likewise.
418         * modules/memcmp (Makefile.am): Likewise.
419         * modules/memcoll (Makefile.am): Likewise.
420         * modules/memcpy (Makefile.am): Likewise.
421         * modules/memmem (Makefile.am): Likewise.
422         * modules/memmove (Makefile.am): Likewise.
423         * modules/mempcpy (Makefile.am): Likewise.
424         * modules/memrchr (Makefile.am): Likewise.
425         * modules/memset (Makefile.am): Likewise.
426         * modules/memxor (Makefile.am): Likewise.
427         * modules/mkancesdirs (Makefile.am): Likewise.
428         * modules/mkdir (Makefile.am): Likewise.
429         * modules/mkdir-p (Makefile.am): Likewise.
430         * modules/mkdtemp (Makefile.am): Likewise.
431         * modules/mkstemp (Makefile.am): Likewise.
432         * modules/mktime (Makefile.am): Likewise.
433         * modules/modechange (Makefile.am): Likewise.
434         * modules/mountlist (Makefile.am): Likewise.
435         * modules/nanosleep (Makefile.am): Likewise.
436         * modules/openat (Makefile.am): Likewise.
437         * modules/pagealign_alloc (Makefile.am): Likewise.
438         * modules/physmem (Makefile.am): Likewise.
439         * modules/poll (Makefile.am): Likewise.
440         * modules/posixtm (Makefile.am): Likewise.
441         * modules/posixver (Makefile.am): Likewise.
442         * modules/putenv (Makefile.am): Likewise.
443         * modules/quote (Makefile.am): Likewise.
444         * modules/quotearg (Makefile.am): Likewise.
445         * modules/raise (Makefile.am): Likewise.
446         * modules/read-file (Makefile.am): Likewise.
447         * modules/readline (Makefile.am): Likewise.
448         * modules/readlink (Makefile.am): Likewise.
449         * modules/readtokens (Makefile.am): Likewise.
450         * modules/readutmp (Makefile.am): Likewise.
451         * modules/realloc (Makefile.am): Likewise.
452         * modules/regex (Makefile.am): Likewise.
453         * modules/rename (Makefile.am): Likewise.
454         * modules/rename-dest-slash (Makefile.am): Likewise.
455         * modules/rijndael (Makefile.am): Likewise.
456         * modules/rmdir (Makefile.am): Likewise.
457         * modules/rpmatch (Makefile.am): Likewise.
458         * modules/safe-read (Makefile.am): Likewise.
459         * modules/safe-write (Makefile.am): Likewise.
460         * modules/same (Makefile.am): Likewise.
461         * modules/save-cwd (Makefile.am): Likewise.
462         * modules/savedir (Makefile.am): Likewise.
463         * modules/setenv (Makefile.am): Likewise.
464         * modules/settime (Makefile.am): Likewise.
465         * modules/sha1 (Makefile.am): Likewise.
466         * modules/sig2str (Makefile.am): Likewise.
467         * modules/snprintf (Makefile.am): Likewise.
468         * modules/stdlib-safer (Makefile.am): Likewise.
469         * modules/stpcpy (Makefile.am): Likewise.
470         * modules/stpncpy (Makefile.am): Likewise.
471         * modules/strcase (Makefile.am): Likewise.
472         * modules/strcasestr (Makefile.am): Likewise.
473         * modules/strchrnul (Makefile.am): Likewise.
474         * modules/strcspn (Makefile.am): Likewise.
475         * modules/strdup (Makefile.am): Likewise.
476         * modules/strerror (Makefile.am): Likewise.
477         * modules/strftime (Makefile.am): Likewise.
478         * modules/strndup (Makefile.am): Likewise.
479         * modules/strnlen (Makefile.am): Likewise.
480         * modules/strpbrk (Makefile.am): Likewise.
481         * modules/strsep (Makefile.am): Likewise.
482         * modules/strstr (Makefile.am): Likewise.
483         * modules/strtod (Makefile.am): Likewise.
484         * modules/strtoimax (Makefile.am): Likewise.
485         * modules/strtok_r (Makefile.am): Likewise.
486         * modules/strtol (Makefile.am): Likewise.
487         * modules/strtoll (Makefile.am): Likewise.
488         * modules/strtoul (Makefile.am): Likewise.
489         * modules/strtoull (Makefile.am): Likewise.
490         * modules/strtoumax (Makefile.am): Likewise.
491         * modules/strverscmp (Makefile.am): Likewise.
492         * modules/time_r (Makefile.am): Likewise.
493         * modules/timegm (Makefile.am): Likewise.
494         * modules/tmpfile-safer (Makefile.am): Likewise.
495         * modules/unistd-safer (Makefile.am): Likewise.
496         * modules/unlinkdir (Makefile.am): Likewise.
497         * modules/userspec (Makefile.am): Likewise.
498         * modules/utime (Makefile.am): Likewise.
499         * modules/utimecmp (Makefile.am): Likewise.
500         * modules/utimens (Makefile.am): Likewise.
501         * modules/vasnprintf (Makefile.am): Likewise.
502         * modules/vasprintf (Makefile.am): Likewise.
503         * modules/vsnprintf (Makefile.am): Likewise.
504         * modules/xalloc (Makefile.am): Likewise.
505         * modules/xgetcwd (Makefile.am): Likewise.
506         * modules/xnanosleep (Makefile.am): Likewise.
507         * modules/xreadlink (Makefile.am): Likewise.
508         * modules/xstrtod (Makefile.am): Likewise.
509         * modules/xstrtol (Makefile.am): Likewise.
510         * modules/xstrtold (Makefile.am): Likewise.
511         * modules/yesno (Makefile.am): Likewise.
512
513 2006-10-12  Jim Meyering  <jim@meyering.net>
514
515         * m4/getloadavg.m4: Revert the change below.
516
517         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
518         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
519         fail with a symlink, which is what coreutils' ./bootstrap now
520         creates by default.
521
522 2006-10-12  Bruno Haible  <bruno@clisp.org>
523
524         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
525         mingw.
526         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
527         MSVC and mingw explicitly.
528
529 2006-10-11  Simon Josefsson  <jas@extundo.com>
530             Bruno Haible  <bruno@clisp.org>
531
532         Add support for multiple gnulib-tool invocations in the scope of a
533         single configure.ac file.
534         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
535         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
536         with the same contents as the _LIBADD variable.
537         (func_emit_initmacro_start, func_emit_initmacro_end,
538         func_emit_initmacro_done): New functions.
539         (func_import, func_create_testdir): Invoke them. Allow the identifiers
540         gl_LIBOBJS and gl_LTLIBOBJS.
541
542 2006-10-11  Bruno Haible  <bruno@clisp.org>
543
544         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
545         (func_create_testdir): Don't create po/Makefile.am, don't invoke
546         autoreconf. Instead, invoke autopoint explicitly but move back the
547         *.m4 files from gnulib.
548
549 2006-10-11  Bruno Haible  <bruno@clisp.org>
550
551         * gnulib-tool (func_usage): Make module names after --create-testdir
552         optional.
553         (func_create_testdir): If no module was specified, use nearly all
554         modules.
555
556 2006-10-12  Jim Meyering  <jim@meyering.net>
557
558         Big performance improvement for fts-based tools that use FTS_NOSTAT.
559         Avoid spurious inode-mismatch problems on non-POSIX file systems.
560         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
561         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
562         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
563         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
564         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
565         (fts_set_stat_required): New function.
566         (fts_open): Defer the calls to fts_stat, if possible or requested.
567         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
568         into fts_stat itself.
569         (fts_read): Perform any required (deferred) fts_stat call.
570         (fts_build): Likewise, for the directory we're about to open and read.
571         In the readdir loop, carefully decide whether each entry will require
572         an eventual call to fts_stat, using dirent.d_type info if available.
573         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
574         a command line argument into this function.  Update all callers.
575         Map a return value of FTS_DOT to FTS_D for a command line argument.
576         * modules/fts (Depends-on): Add d-type.  Alphabetize.
577         Thanks to Miklos Szeredi for his tenacity and for the initial
578         bug report about "find" failing on a FUSE-based file system.
579
580         * lib/fts.c (fts_open): Use consistent indentation.
581
582 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
583
584         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
585         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
586         reported by Jim Meyering.  All uses of cache variables renamed
587         to match Autoconf's.
588         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
589         the other one.
590
591         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
592         Fix misspelling in diagnostic.
593
594 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
595
596         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
597         defined.  Problem reported by Matthew Woehlke.
598
599         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
600         Add support for Tandem NonStop R series.
601         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
602         Use new macro.
603
604         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
605         (has_trailing_slash): Omit size arg; all callers changed.
606         Omit 'inline', since it doesn't help performance and we'd
607         need to configure it.
608         Don't count //, ///, etc. as having a trailing slash.
609         As a side effect, this removes a C99ism reported by Matthew Woehlke.
610         (rpl_rename_dest_slash): On failure, use rename's errno rather
611         than (in some cases) an incorrect or junk errno.
612         Simplify code by removing need to compute length; this does
613         cause it to make two passes instead of one over the file name,
614         but it's worth it.
615
616         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
617         change, since Autoconf's version may no longer be appropriate now
618         that we are using CVS Autoconf's version.  Add support for Tandem.
619
620 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
621             Bruno Haible  <bruno@clisp.org>
622
623         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
624         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
625         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
626         gl_AC_TYPE_LONG_LONG.
627
628         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
629         instead of HAVE_LONG_LONG.
630         * lib/printf-args.c (printf_fetchargs): Likewise.
631         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
632         * lib/vasnprintf.c (VASNPRINTF): Likewise.
633         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
634         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
635         gl_AC_TYPE_LONG_LONG.
636
637 2006-10-11  Bruno Haible  <bruno@clisp.org>
638
639         * m4/longlong.m4: Add comments.
640         * m4/ulonglong.m4: Likewise.
641
642 2006-10-10  Bruno Haible  <bruno@clisp.org>
643
644         Make it possible to #define stpcpy, strdup to aliases.
645         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
646         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
647
648 2006-10-10  Bruno Haible  <bruno@clisp.org>
649
650         Make it possible to #define gcd to an alias.
651         * lib/gcd.c: Include config.h.
652
653 2006-10-10  Bruno Haible  <bruno@clisp.org>
654
655         Make it possible to #define c_isascii to an alias.
656         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
657         defined. Undefine the macros before defining them, to avoid gcc
658         warnings.
659         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
660         define NO_C_CTYPE_MACROS early.
661
662 2006-10-10  Bruno Haible  <bruno@clisp.org>
663
664         Make it possible to #define set_program_name to an alias.
665         * lib/progname.c: Don't undefine set_program_name; instead, undefine
666         ENABLE_RELOCATABLE early.
667
668 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
669
670         Port to Tandem NSK OSS, which has 64-bit signed int but at most
671         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
672         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
673         More generally, don't assume that 64-bit signed int is available
674         if unsigned int is, and vice versa.
675         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
676         unsigned symbols, not on their signed counterparts.
677         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
678         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
679         (UINT64_C, UINTMAX_C):
680         Likewise.
681         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
682         unsigned counterparts.
683         (Have_long_long, Unsigned): New macros.
684         (Int): Renamed from INT.
685         (strtoimax): Use the new macros.
686         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
687         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
688         * modules/inttypes (inttypes.h): Substitute
689         HAVE_UNSIGNED_LONG_LONG_INT.
690         * modules/stdint (stdint.h): Likewise.
691         (Files): Add m4/ulonglong.m4.
692
693 2006-10-10  Bruno Haible  <bruno@clisp.org>
694
695         Fix a gcc -Wshadow warning.
696         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
697         to 'bucket'.
698         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
699         gl_linked_indexof_from_to): Likewise.
700         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
701         Likewise.
702         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
703         Likewise.
704         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
705         Reported by Eric Blake.
706
707 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
708
709         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
710         for NetBSD.  Problem reported by Bruno Haible.
711
712 2006-10-09  Jim Meyering  <jim@meyering.net>
713
714         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
715         Patch from Bruno Haible.
716
717 2006-10-09  Jim Meyering  <jim@meyering.net>
718
719         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
720         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
721         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
722
723 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
724
725         Don't include <config.h> twice; this doesn't work in some cases,
726         e.g., when config.h has "#define intmax_t long long int" and
727         we include <config.h>, <inttypes.h>, <config.h> in that order.
728         Problem reported by Matthew Woehlke in:
729         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
730         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
731         * lib/fts-cycle.c: Don't include config.h.
732         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
733         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
734         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
735         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
736         inttypes.h.
737         * lib/xstrtoumax.c: Likewise.
738         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
739         __strtol and the like, so that this module is more like its siblings.
740         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
741         Remove; no longer needed now that we assume gnulib inttypes.h.
742
743 2006-10-08  Bruno Haible  <bruno@clisp.org>
744
745         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
746         option.
747
748 2006-10-07  Jim Meyering  <jim@meyering.net>
749
750         * modules/inttypes (inttypes.h): Revert what seems to have been
751         an inadvertent part of today's change: use "|", not "/" in the
752         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
753
754 2006-10-07  Bruno Haible  <bruno@clisp.org>
755
756         * modules/sublist: New file.
757
758 2006-10-07  Bruno Haible  <bruno@clisp.org>
759
760         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
761         * modules/argz (argz.h): Likewise.
762         * modules/arpa_inet (arpa/inet.h): Likewise.
763         * modules/byteswap (byteswap.h): Likewise.
764         * modules/configmake (configmake.h): Likewise.
765         * modules/fcntl (fcntl.h): Likewise.
766         * modules/fnmatch (fnmatch.h): Likewise.
767         * modules/getopt (getopt.h): Likewise.
768         * modules/glob (glob.h): Likewise.
769         * modules/inttypes (inttypes.h): Likewise.
770         * modules/netinet_in (netinet/in.h): Likewise.
771         * modules/poll (poll.h): Likewise.
772         * modules/stdbool (stdbool.h): Likewise.
773         * modules/stdint (stdint.h): Likewise.
774         * modules/sys_select (sys/select.h): Likewise.
775         * modules/sys_socket (sys/socket.h): Likewise.
776         * modules/sys_stat (sys/stat.h): Likewise.
777         * modules/sysexits (sysexits.h): Likewise.
778         * modules/unistd (unistd.h): Likewise.
779         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
780         Add a "DO NOT EDIT" comment to the generated file.
781         (func_import): Likewise for gnulib-comp.m4.
782
783 2006-10-07  Bruno Haible  <bruno@clisp.org>
784
785         * lib/gl_sublist.h: New file.
786         * lib/gl_sublist.c: New file.
787
788 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
789
790         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
791         name (relative to the original working directory) and the file
792         name component (relative to the temporary working directory).  All
793         callers changed.
794         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
795         * lib/mkdir-p.c (make_dir_parents): Likewise.
796         * lib/mkdir-p.h (make_dir_parents): Likewise.
797
798 2006-10-06  Eric Blake  <ebb9@byu.net>
799
800         Define several macros for use by the clean-temp module.
801         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
802         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
803         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
804
805         * lib/clean-temp.h (close_stream_temp): New declaration.
806         * lib/clean-temp.c (includes): Pull in headers according to what
807         other modules are in use.
808         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
809
810 2006-10-06  Bruno Haible  <bruno@clisp.org>
811
812         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
813         instead of fopen, fwriteerror.
814
815 2006-10-06  Bruno Haible  <bruno@clisp.org>
816
817         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
818         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
819         int.
820         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
821         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
822         Return an error indicator.
823         Suggested by Eric Blake.
824
825 2006-10-06  Bruno Haible  <bruno@clisp.org>
826
827         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
828         Reported by Eric Blake.
829
830 2006-10-06  Bruno Haible  <bruno@clisp.org>
831
832         * modules/closeout (Description): Mention stderr too.
833
834 2006-10-06  Bruno Haible  <bruno@clisp.org>
835         and Paul Eggert  <eggert@cs.ucla.edu>
836
837         * lib/closeout.c (close_stdout): Also close stderr.
838         * lib/closeout.h: Update comment.
839
840 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
841
842         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
843         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
844         * lib/dirchownmod.c: Include lchown.h.
845         * lib/lchown.c: Don't include files that lchown.h now includes.
846         Don't declare chown, since lchown.h now does that.
847         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
848         (lchown): Define to rpl_chown if lchown is declared but
849         does not exist.  Declare using a prototype if lchown is not
850         declared.  Add a copyright notice.
851         * lib/mkstemp.h: Include <unistd.h>.
852         * lib/openat.c: Include lchown.h.
853
854         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
855         we now test for that separately.
856         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
857         rather than O_NOFOLLOW, when testing whether it's possible to
858         avoid a race condition reliably.
859         * lib/savewd.c (savewd_chdir): Likewise.
860
861         Remove macros that are no longer needed now that stdint.h is
862         reliable.
863         * lib/fsusage.c (UINTMAX_MAX): Remove.
864         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
865         * lib/utimecmp.c (SIZE_MAX): Remove.
866
867         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
868
869         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
870         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
871         O_NOATIME works.
872
873 2006-10-05  Bruno Haible  <bruno@clisp.org>
874
875         * lib/gl_list.h (gl_sortedlist_search_from_to,
876         gl_sortedlist_indexof_from_to): New declarations.
877         (gl_list_implementation): New fields sortedlist_search_from_to,
878         sortedlist_indexof_from_to.
879         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
880         inline functions.
881         * lib/gl_list.c (gl_sortedlist_search_from_to,
882         gl_sortedlist_indexof_from_to): New functions.
883         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
884         function.
885         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
886         (gl_array_sortedlist_search_from_to): New function.
887         (gl_array_list_implementation): Update.
888         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
889         function.
890         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
891         (gl_carray_sortedlist_search_from_to): New function.
892         (gl_carray_list_implementation): Update.
893         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
894         gl_linked_sortedlist_indexof_from_to): New functions.
895         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
896         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
897         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
898         gl_tree_sortedlist_indexof_from_to): New functions.
899         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
900         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
901         Update.
902         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
903         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
904         Update.
905
906 2006-10-05  Bruno Haible  <bruno@clisp.org>
907
908         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
909         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
910         (struct gl_list_implementation): Add fields search_from_to,
911         indexof_from_to. Remove fields search, indexof.
912         (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_list.c (gl_list_search): Use the search_from_to method.
917         (gl_list_search_from, gl_list_search_from_to): New functions.
918         (gl_list_indexof): Use the indexof_from_to method.
919         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
920         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
921         gl_array_indexof. Add start_index, end_index arguments.
922         (gl_array_search_from_to): Renamed from gl_array_search. Add
923         start_index, end_index arguments.
924         (gl_array_remove, gl_array_list_implementation): Update.
925         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
926         gl_carray_indexof. Add start_index, end_index arguments.
927         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
928         start_index, end_index arguments.
929         (gl_carray_remove, gl_carray_list_implementation): Update.
930         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
931         gl_linked_search. Add start_index, end_index arguments.
932         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
933         start_index, end_index arguments.
934         (gl_linked_remove): Update.
935         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
936         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
937         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
938         field to 'size_t'.
939         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
940         gl_tree_search. Add start_index, end_index arguments.
941         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
942         start_index, end_index arguments.
943         (gl_tree_remove): Update.
944         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
945         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
946         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
947         function.
948         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
949         gl_tree_search. Add start_index, end_index arguments.
950         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
951         start_index, end_index arguments.
952         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
953         Update.
954         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
955
956 2006-10-05  Bruno Haible  <bruno@clisp.org>
957
958         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
959
960         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
961         fwriteerror_temp): New declarations.
962         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
963         (descriptors): New variable.
964         (cleanup): First, close the descriptors.
965         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
966         fclose_temp, fwriteerror_temp): New functions.
967
968 2006-10-04  Jim Meyering  <jim@meyering.net>
969
970         * lib/fts.c (fts_open): Tiny comment change.
971
972 2006-10-04  Bruno Haible  <bruno@clisp.org>
973
974         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
975         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
976         gl_LOCK_BODY.
977         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
978         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
979         gl_LOCK_EARLY_BODY.
980         (gl_LOCK): Require gl_LOCK_BODY.
981
982 2006-10-04  Bruno Haible  <bruno@clisp.org>
983
984         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
985         (gl_oset_search_atleast): New declaration.
986         (struct gl_oset_implementation): Add field 'search_atleast'.
987         (gl_oset_search_atleast): New inline function.
988         * lib/gl_oset.c (gl_oset_search_atleast): New function.
989         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
990         (gl_array_oset_implementation): Update.
991         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
992         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
993         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
994
995 2006-10-04  Bruno Haible  <bruno@clisp.org>
996
997         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
998
999 2006-10-03  Bruno Haible  <bruno@clisp.org>
1000
1001         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
1002         from gl_avltreehash_list_implementation.
1003
1004 2006-10-03  Bruno Haible  <bruno@clisp.org>
1005
1006         * lib/gl_oset.c (gl_oset_add): Fix return type.
1007
1008 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
1009
1010         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
1011
1012 2006-10-02  Eric Blake  <ebb9@byu.net>
1013
1014         * modules/strnlen (Depends-on): Add extensions.
1015
1016 2006-10-02  Eric Blake  <ebb9@byu.net>
1017
1018         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
1019         definition in 2.60+.
1020
1021 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
1022
1023         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
1024         checks.
1025
1026 2006-10-02  Bruno Haible  <bruno@clisp.org>
1027
1028         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
1029         to the AUTOMAKE_OPTIONS.
1030         Reported by Jim Meyering.
1031
1032 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
1033
1034         Work around bug in Solaris 10 /proc file system:
1035         /proc/self/fd/NNN/.. isn't the parent directory of
1036         the directory whose file descriptor is NNN.  This needs to
1037         be worked around at run time, not compile time, since a
1038         program might be built on Solaris 8, where things work, and
1039         run on Solaris 10.
1040         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
1041         to use the following interface instead:
1042         (OPENAT_BUFFER_SIZE): New macro.
1043         (openat_proc_name): New function.
1044         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
1045         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
1046         Likewise.
1047         * lib/openat-proc.c: New file.
1048         * modules/openat (Files): Add lib/openat-proc.c.
1049         (Depends-on): Add same-inode, stdbool.
1050         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
1051
1052 2006-09-29  Bruno Haible  <bruno@clisp.org>
1053
1054         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
1055         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
1056         argument. Set stdout_closed before testing for ferror, not after.
1057         (fwriteerror, fwriteerror_no_ebadf): New functions.
1058
1059 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1060
1061         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
1062
1063 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
1064
1065         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
1066         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
1067
1068 2006-09-28  Jim Meyering  <jim@meyering.net>
1069
1070         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
1071         Include <unistd.h>.
1072
1073 2006-09-28  Bruno Haible  <bruno@clisp.org>
1074
1075         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
1076         * modules/linkedhash-list (Depends-on): Likewise.
1077         * modules/rbtreehash-list (Depends-on): Likewise.
1078
1079 2006-09-28  Bruno Haible  <bruno@clisp.org>
1080
1081         * lib/strndup.h: Simplify the redefinition of strndup.
1082         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
1083         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
1084
1085 2006-09-28  Bruno Haible  <bruno@clisp.org>
1086
1087         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
1088         * lib/gl_linkedhash_list.c: Likewise.
1089         * lib/gl_rbtreehash_list.c: Likewise.
1090
1091 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
1092
1093         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
1094         getaddrinfo.
1095
1096         * lib/__fpending.h: Don't include <stdio_ext.h> unless
1097         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
1098         it causes <stdio_ext.h> to cause a compile-time error.
1099         Problem reported by Nelson H. F. Beebe.
1100         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
1101         of HAVE_DECL___PENDING.
1102
1103         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
1104         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
1105         declaration.
1106
1107 2006-09-27  Jim Meyering  <jim@meyering.net>
1108
1109         This file could end up with a definition for a function
1110         named __strndup, rather than rpl_strndup on a system with
1111         incomplete weak_alias support.
1112         * lib/strndup.c (strndup): Rename from __strndup.
1113         Remove #defines that used to map __strndup to strndup.
1114         Don't use K&R prototypes.
1115         Remove LIBC-related code, since this file is not sync'd with glibc.
1116         * lib/strndup.h: Revamp, accordingly.
1117         * m4/strndup.m4: Modernize.
1118
1119 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1120
1121         * modules/savewd (Depends-on): Add 'raise'.
1122         * lib/savewd.c: Include <signal.h>, for 'raise'.
1123
1124 2006-09-26  Jim Meyering  <jim@meyering.net>
1125
1126         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
1127         when we detect Darwin 8.7.0's acl_get_file bug.
1128         Rearrange to perform the new (below) run-test while $LIBS
1129         contains any acl-related library.  Set USE_ACL at the end.
1130         (gl_ACL_GET_FILE): New function.
1131
1132 2006-09-26  Eric Blake  <ebb9@byu.net>
1133
1134         * lib/verror.c: Include <config.h> unconditionally.
1135
1136 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1137
1138         * modules/clock-time (Maintainer): Add self.
1139         * modules/getlogin_r (Depends-on): Add extensions.
1140
1141 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1142
1143         * modules/clock-time: New module.
1144         * modules/nanosleep (Depends-on): Add clock-time.
1145         * modules/gethrxtime (Depends-on): Likewise.
1146         * modules/gettime (Depends-on): Likewise.
1147         * modules/settime (Depends-on): Likewise.
1148
1149         * modules/fts-lgpl: Depend on openat.
1150         * modules/mkancesdirs: Depend on savewd.
1151         * modules/mkdir-p: Likewise.
1152
1153 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1154
1155         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
1156
1157         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
1158         `gl_have_arbitrary_file_name_length_limit' to
1159         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
1160         actually works between configure runs.
1161
1162 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1163             Bruno Haible  <bruno@clisp.org>
1164
1165         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
1166
1167 2006-09-25  Jim Meyering  <jim@meyering.net>
1168
1169         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
1170         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
1171
1172 2006-09-25  Eric Blake  <ebb9@byu.net>
1173
1174         * gnulib-tool (func_import, func_create_testdir): Fix typos in
1175         exec's in 2006-09-18 patch when shuffling fds.
1176
1177 2006-09-25  Bruno Haible  <bruno@clisp.org>
1178
1179         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
1180         Reported by Jim Meyering.
1181
1182 2006-09-24  Jim Meyering  <jim@meyering.net>
1183
1184         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
1185         compare a pointer against a literal "0".  That caused failures with
1186         at least HP-UX's hpcc.
1187
1188 2006-09-22  Simon Josefsson  <jas@extundo.com>
1189
1190         * modules/gc-sha1:
1191         * modules/gc-md4:
1192         * modules/gc-hmac-sha1:
1193         * modules/gc-hmac-md5:
1194         * modules/gc-des:
1195         * modules/gc-arcfour: Distribute more files.
1196
1197 2006-09-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1198
1199         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
1200         (gl_linked_iterator_from_to): Initialize struct completely.
1201         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
1202         (gl_tree_iterator_from_to): Likewise
1203         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
1204         * lib/gl_array_list.c [lint] (gl_array_iterator)
1205         (gl_array_iterator_from_to): Likewise.
1206         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
1207         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
1208         (gl_carray_iterator_from_to): Likewise.
1209
1210         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
1211         * lib/md4.c (md4_process_block): Remove unused variable.
1212         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
1213         parentheses for clarity.
1214
1215 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1216
1217         * modules/bison-i18n (Depends-on): Add gettext.
1218
1219 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1220
1221         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
1222         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
1223         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
1224         also add missing comma that caused broken test.
1225         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
1226         stdlib.h, for `abort'.
1227         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
1228         variables.
1229         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
1230         include unistd.h if present, for `rmdir'.
1231         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
1232         variables.
1233         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
1234         in the process include standard headers for prototypes.
1235         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
1236         gets declared on GNU/Linux.
1237         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
1238         unistd.h, for `rmdir'.
1239         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
1240
1241         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
1242         always true.
1243         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
1244
1245         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
1246
1247 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1248
1249         * gnulib-tool (func_version): Create output all at once.  This
1250         may help avoid triggering unnecessary SIGPIPEs, and at any
1251         rate it doesn't hurt.
1252
1253 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1254             Bruno Haible  <bruno@clisp.org>
1255
1256         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
1257         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1258         * m4/signed.m4 (bh_C_SIGNED): Likewise.
1259
1260         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
1261         (gl_FUNC_VASPRINTF): Invoke it.
1262
1263 2006-09-22  Bruno Haible  <bruno@clisp.org>
1264
1265         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
1266         getloadavg.c as first argument.
1267
1268 2006-09-22  Bruno Haible  <bruno@clisp.org>
1269
1270         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
1271         at the beginning of the gl_INIT macro.
1272         * modules/getloadavg (configure.ac): Pass $gl_source_base to
1273         gl_GETLOADAVG.
1274
1275 2006-09-22  Bruno Haible  <bruno@clisp.org>
1276
1277         * gnulib-tool (func_create_megatestdir): Don't include the config-h
1278         module.
1279         Suggested by Ralf Wildenhues.
1280
1281 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
1282
1283         Import this patch from libc:
1284
1285         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
1286
1287         * lib/regex_internal.c (re_string_reconstruct): Handle
1288         offset < pstr->valid_raw_len && pstr->offsets_needed case.
1289         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
1290         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
1291         re_string_context_at.
1292
1293         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
1294         now requires it.
1295         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
1296         gl_REGEX now does it for us.
1297         (gl_REGEX): Add test taken from
1298         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
1299
1300         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
1301         Check that large offsets work.  Modernize Autoconf usages.
1302         Prefer "yes" to mean a good thing rather than a bad.
1303         Don't put "#define mkstemp" in config.h, as this might interfere
1304         with standard system headers that "#define mkstemp mkstemp64".
1305
1306         * modules/mkstemp (Depends-on): Add extensions, so that
1307         mkstemp is visible on some platforms.
1308         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
1309         (Include): Change to "mkstemp.h" from <stdlib.h>.
1310         (Files): Add mkstemp.h.
1311
1312         * lib/mkstemp.h: New file, since some standard headers
1313         #define mkstemp.
1314         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
1315         Include "mkstemp.h".
1316         Make the _LIBC code resemble glibc original more,
1317         e.g., use K&R style.
1318         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
1319         (mkstemp): Remove, since mkstemp.h does this for us.
1320         * lib/stdlib--.h: Include mkstemp.h.
1321
1322         Import this patch from libc:
1323
1324         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
1325
1326         * lib/tempname.c (__gen_tempname): Change attempts_min
1327         into a macro.  Use preprocessor to decide how to initialize
1328         attempts [Coverity CID 67].
1329
1330 2006-09-20  Bruno Haible  <bruno@clisp.org>
1331
1332         * lib/mkdtemp.c: Import from libc.
1333         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
1334                 * sysdeps/posix/tempname.c (__gen_tempname): Change
1335                 attempts_min into a macro.  Use preprocessor to decide how to
1336                 initialize attempts [Coverity CID 67].
1337         2001-11-27  Paul Eggert  <eggert@twinsun.com>
1338                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
1339                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
1340
1341 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1342
1343         * gnulib-tool (func_exit): New function, to allow to pass the
1344         exit status portably through the trap.  Use everywhere.
1345         (--help, --version): Signal a write error.
1346         (trap): catch SIGPIPE, for write errors.
1347         Exit at the end of the trap, with the correct exit status.
1348
1349 2006-09-19  Karl Berry  <karl@gnu.org>
1350
1351         * doc/gnulib.texi: note about the license texinfo files.
1352
1353 2006-09-19  Eric Blake  <ebb9@byu.net>
1354
1355         * gnulib-tool: Avoid space-tab.
1356
1357 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1358
1359         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
1360         that prevented coreutils 6.1 from building.  Problem reported
1361         by Petter Reinholdtsen.
1362
1363 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1364
1365         * gnulib-tool (avoidlist): Fix typo that broke options like
1366         --avoid=lock that are used by coreutils bootstrap.
1367
1368 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
1369
1370         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
1371         more systematically.
1372
1373 2006-09-18  Jim Meyering  <jim@meyering.net>
1374
1375         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
1376
1377 2006-09-18  Bruno Haible  <bruno@clisp.org>
1378
1379         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
1380
1381 2006-09-18  Bruno Haible  <bruno@clisp.org>
1382
1383         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
1384         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
1385         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
1386         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
1387         * m4/gettext.m4: Require autoconf >= 2.52.
1388         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
1389         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
1390         of gl_cv_header_inttypes_h.
1391
1392 2006-09-18  Bruno Haible  <bruno@clisp.org>
1393
1394         * lib/javaversion.c: Include configmake.h.
1395
1396 2006-09-18  Bruno Haible  <bruno@clisp.org>
1397
1398         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
1399         avoid that the while loops be executed in a subshell.
1400
1401 2006-09-18  Bruno Haible  <bruno@clisp.org>
1402
1403         * MODULES.html.sh (func_module): Break long lines.
1404         Suggested by Bruce Korb <bkorb@gnu.org>.
1405
1406 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1407
1408         Speed up by a factor of 1.12.
1409         * gnulib-tool (nl): New variable.
1410         (func_import): Rewrite include directive extraction to only read each
1411         directive once.
1412
1413 2006-09-17  Bruno Haible  <bruno@clisp.org>
1414
1415         * modules/javaversion (Makefile.am): Remove DEFS setting.
1416         (Depends-on): Add configmake, for PKGDATADIR definition.
1417
1418 2006-09-17  Bruno Haible  <bruno@clisp.org>
1419
1420         * gnulib-tool (func_create_testdir): Rewrite all files at once.
1421
1422 2006-09-17  Bruno Haible  <bruno@clisp.org>
1423
1424         * gnulib-tool (func_append): New function, stolen from libtool.m4.
1425         (func_modules_transitive_closure, func_modules_add_dummy,
1426         func_modules_to_filelist, func_import, func_create_testdir,
1427         func_create_megatestdir, ...): Use it wherever possible.
1428         Suggested by Ralf Wildenhues.
1429
1430 2006-09-16  Karl Berry  <karl@gnu.org>
1431
1432         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1433         to avoid sectioning errors.
1434         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
1435         [ifinfo]: blank line after @center-ed titles.
1436         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
1437         Spell FSF address consistently with others.
1438         (These changes approved by rms.)
1439
1440 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1441
1442         Speed up by a factor of 1.61.
1443         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
1444         already checked module names again.
1445
1446 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1447
1448         Speed up by a factor of 1.13.
1449         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
1450         for new_files, and the input to func_add_or_update.
1451
1452 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1453
1454         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
1455         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
1456
1457 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1458
1459         * modules/mkancesdirs (Depends-on): Add fcntl.
1460         * modules/savewd: New file.
1461         * MODULES.html.sh (File system functions): Add savewd.
1462
1463         * modules/configmake (Makefile.am): Add support for the
1464         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
1465
1466 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1467
1468         * m4/savewd.m4: New file.
1469
1470 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1471
1472         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
1473         (dirchownmod): New arg FD.  All callers changed.
1474         Use FD rather than opening the directory ourself, as opening is
1475         now the caller's responsibility.
1476         * lib/dirchownmod.h: Likewise.
1477         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
1478         hosts that require <sys/types.h> before <sys/stat.h>.  Include
1479         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
1480         (test_dir): Remove.
1481         (mkancesdirs): Return length of prefix of FILE that has already
1482         been made, or -2 if there is a child doing the work.  Redo
1483         algorithm so that it is O(N) rather than O(N**2).  Optimize away
1484         ".", and treat ".." specially since it might stray back into
1485         already-created areas.  Use a subprocess if necessary.  New arg
1486         WD; all users changed.  MAKE_DIR function should now return 1
1487         if it creates a directory that is not readable.  Return -2 if
1488         a child process is spun off.
1489         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
1490         Adjust signature to match code.
1491         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
1492         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
1493         all users changed.
1494         * lib/savewd.c, savewd.h: New files.
1495
1496 2006-09-15  Jim Meyering  <jim@meyering.net>
1497
1498         * modules/rename-dest-slash: New module.
1499         * MODULES.html.sh (posix_compat): Add it here.
1500
1501         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
1502
1503 2006-09-15  Jim Meyering  <jim@meyering.net>
1504
1505         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
1506         file.
1507
1508         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
1509
1510 2006-09-15  Jim Meyering  <jim@meyering.net>
1511
1512         * lib/rename-dest-slash.c (has_trailing_slash): Use
1513         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
1514         (rpl_rename_dest_slash): Perform the cheaper trailing slash
1515         test before testing whether SRC is a directory.
1516         Suggestions from Bruno Haible.
1517
1518         Avoid a warning about an unused variable.
1519         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
1520         into the #ifdef block where it's used.
1521
1522         * lib/rename-dest-slash.c: New file.
1523
1524 2006-09-14  Bruno Haible  <bruno@clisp.org>
1525
1526         * lib/allocsa.c: Include <config.h> unconditionally.
1527         * lib/asnprintf.c: Likewise.
1528         * lib/asprintf.c: Likewise.
1529         * lib/c-strcasecmp.c: Likewise.
1530         * lib/c-strcasestr.c: Likewise.
1531         * lib/c-strncasecmp.c: Likewise.
1532         * lib/c-strstr.c: Likewise.
1533         * lib/classpath.c: Likewise.
1534         * lib/clean-temp.c: Likewise.
1535         * lib/concatpath.c: Likewise.
1536         * lib/copy-file.c: Likewise.
1537         * lib/csharpcomp.c: Likewise.
1538         * lib/csharpexec.c: Likewise.
1539         * lib/execute.c: Likewise.
1540         * lib/fatal-signal.c: Likewise.
1541         * lib/findprog.c: Likewise.
1542         * lib/fwriteerror.c: Likewise.
1543         * lib/gl_array_list.c: Likewise.
1544         * lib/gl_array_oset.c: Likewise.
1545         * lib/gl_avltree_list.c: Likewise.
1546         * lib/gl_avltree_oset.c: Likewise.
1547         * lib/gl_avltreehash_list.c: Likewise.
1548         * lib/gl_carray_list.c: Likewise.
1549         * lib/gl_linked_list.c: Likewise.
1550         * lib/gl_linkedhash_list.c: Likewise.
1551         * lib/gl_list.c: Likewise.
1552         * lib/gl_oset.c: Likewise.
1553         * lib/gl_rbtree_list.c: Likewise.
1554         * lib/gl_rbtree_oset.c: Likewise.
1555         * lib/gl_rbtreehash_list.c: Likewise.
1556         * lib/imaxabs.c: Likewise.
1557         * lib/imaxdiv.c: Likewise.
1558         * lib/javacomp.c: Likewise.
1559         * lib/javaexec.c: Likewise.
1560         * lib/javaversion.c: Likewise.
1561         * lib/linebreak.c: Likewise.
1562         * lib/localcharset.c: Likewise.
1563         * lib/lock.c: Likewise.
1564         * lib/mbchar.c: Likewise.
1565         * lib/mbswidth.c: Likewise.
1566         * lib/mkdtemp.c: Likewise.
1567         * lib/pipe.c: Likewise.
1568         * lib/printf-args.c: Likewise.
1569         * lib/printf-parse.c: Likewise.
1570         * lib/progname.c: Likewise.
1571         * lib/progreloc.c: Likewise.
1572         * lib/readlink.c: Likewise.
1573         * lib/sh-quote.c: Likewise.
1574         * lib/stpcpy.c: Likewise.
1575         * lib/stpncpy.c: Likewise.
1576         * lib/strcasecmp.c: Likewise.
1577         * lib/strcasestr.c: Likewise.
1578         * lib/strcspn.c: Likewise.
1579         * lib/striconv.c: Likewise.
1580         * lib/strncasecmp.c: Likewise.
1581         * lib/strnlen1.c: Likewise.
1582         * lib/strstr.c: Likewise.
1583         * lib/strtok_r.c: Likewise.
1584         * lib/tls.c: Likewise.
1585         * lib/tmpdir.c: Likewise.
1586         * lib/unicodeio.c: Likewise.
1587         * lib/unsetenv.c: Likewise.
1588         * lib/vasnprintf.c: Likewise.
1589         * lib/vasprintf.c: Likewise.
1590         * lib/wait-process.c: Likewise.
1591         * lib/xallocsa.c: Likewise.
1592         * lib/xsetenv.c: Likewise.
1593         * lib/xstriconv.c: Likewise.
1594
1595 2006-09-13  Simon Josefsson  <jas@extundo.com>
1596
1597         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
1598         that internally, suggested by Ralf Wildenhues
1599         <Ralf.Wildenhues@gmx.de>.
1600
1601 2006-09-13  Simon Josefsson  <jas@extundo.com>
1602
1603         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
1604         @LIBOBJS@.
1605         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1606
1607 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1608
1609         * lib/_fpending.c: Include <config.h> unconditionally, since we no
1610         longer worry about uses that don't define HAVE_CONFIG_H.
1611         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
1612         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
1613         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
1614         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
1615         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
1616         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
1617         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
1618         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
1619         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
1620         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
1621         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
1622         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
1623         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
1624         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
1625         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
1626         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
1627         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
1628         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
1629         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
1630         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
1631         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
1632         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
1633         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
1634         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
1635         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
1636         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
1637         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
1638         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
1639         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
1640         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
1641         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
1642         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
1643         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
1644         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
1645         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
1646         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
1647         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
1648         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
1649         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
1650         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
1651         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
1652         Likewise.
1653
1654 2006-09-13  Eric Blake  <ebb9@byu.net>
1655
1656         * lib/getopt.c: Fix typo in last commit.
1657
1658 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1659
1660         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
1661         dgettext.
1662
1663 2006-09-12  Jim Meyering  <jim@meyering.net>
1664
1665         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
1666         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
1667         Reported by Nelson H. F. Beebe.
1668
1669 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1670
1671         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
1672         program_invocation_name and program_invocation_short_name are
1673         initialized.
1674         * lib/argp-namefrob.h: Move declarations of program_invocation_name
1675         and program_invocation_short_name to argp.h, so they are visible
1676         to user programs.
1677         * lib/argp.h: Likewise
1678
1679 2006-09-10  Bruno Haible  <bruno@clisp.org>
1680
1681         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
1682         m4/inttypes_h.m4, m4/uintmax_t.m4.
1683
1684 2006-09-10  Bruno Haible  <bruno@clisp.org>
1685
1686         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
1687         gl_AC_TYPE_UINTMAX_T.
1688
1689 2006-09-10  Bruno Haible  <bruno@clisp.org>
1690
1691         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
1692
1693 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1694
1695         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
1696         convention.  Text proposed by Bruno Haible.
1697         (struct argp_option): Document the use of N_() wrappers.
1698
1699         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
1700         '\v', and translate the two parts separately, instead of feeding
1701         the whole string to gettext.  This allows to exclude
1702         '\v' from the strings visible to the translator by writing doc
1703         strings as N_("..") "\v" N_("..").
1704
1705 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
1706
1707         * config/srclist.txt: Undo latest change; the bug was fixed.
1708
1709 2006-09-09  Bruno Haible  <bruno@clisp.org>
1710
1711         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
1712         assignments if building a library without libtool.
1713         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
1714         in func_emit_lib_Makefile_am.
1715         (func_import): When building a static library libfoo.a, arrange to
1716         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
1717         (func_create_testdir): Likewise.
1718         * modules/gc (configure.ac, Makefile.am): If building statically,
1719         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
1720         * modules/iconvme (configure.ac, Makefile.am): Likewise.
1721         * modules/striconv (configure.ac, Makefile.am): Likewise.
1722         Based on a suggestion by Ralf Wildenhues.
1723
1724 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1725
1726         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1727         Check for unistd.h too, since Autoconf doesn't assume POSIX.
1728         Also:
1729
1730         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1731         Add year_2050_test to catch glibc bug 2821
1732         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1733
1734         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1735         Prefer #ifdef to #if.
1736
1737         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1738         Return from 'main' instead of calling 'exit'.
1739
1740 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1741
1742         * lib/mktime.c (guess_time_tm): Fix bug where mktime
1743         returned the maximum time_t value rather than (time_t) -1.
1744         Problem originally reported by William Bardwell
1745         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1746
1747         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1748         Moved to here ...
1749         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1750         ... from here.
1751
1752 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1753
1754         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
1755         2821 is fixed.
1756
1757 2006-09-08  Jim Meyering  <jim@meyering.net>
1758
1759         Don't make generated files read-only.  That would bother too many
1760         people.  However, do retain the ability to work when targets are
1761         read-only: remove the destination and temporary files before writing
1762         them (when generated via sed or echo), or by using the -f option for
1763         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
1764         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1765         * modules/byteswap, modules/configmake, modules/fcntl:
1766         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1767         * modules/localcharset, modules/netinet_in, modules/poll:
1768         * modules/stdbool, modules/stdint, modules/sys_select:
1769         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1770
1771 2006-09-08  Jim Meyering  <jim@meyering.net>
1772
1773         Avoid new build failure on FreeBSD 6.0.
1774         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
1775         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
1776         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
1777
1778 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1779
1780         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
1781
1782 2006-09-07  Jim Meyering  <jim@meyering.net>
1783
1784         Fix global typo in last change: use chmod u-w, not chmod u-x.
1785         Spotted by Paul Eggert and Bruce Korb.
1786         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1787         * modules/byteswap, modules/configmake, modules/fcntl:
1788         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1789         * modules/localcharset, modules/netinet_in, modules/poll:
1790         * modules/stdbool, modules/stdint, modules/sys_select:
1791         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1792
1793 2006-09-06  Jim Meyering  <jim@meyering.net>
1794
1795         Make generated files be read-only.
1796         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
1797         Ensure that each generated file is now read-only.
1798         * modules/argz: Likewise.
1799         * modules/arpa_inet: Likewise.
1800         * modules/byteswap: Likewise.
1801         * modules/configmake: Likewise.
1802         * modules/fcntl: Likewise.
1803         * modules/fnmatch: Likewise.
1804         * modules/getopt: Likewise.
1805         * modules/glob: Likewise.
1806         * modules/inttypes: Likewise.
1807         * modules/netinet_in: Likewise.
1808         * modules/poll: Likewise.
1809         * modules/stdbool: Likewise.
1810         * modules/stdint: Likewise.
1811         * modules/sys_select: Likewise.
1812         * modules/sys_socket: Likewise.
1813         * modules/sys_stat: Likewise.
1814         * modules/sysexits: Likewise.
1815         * modules/localcharset: Same as above, but continue using temporary
1816         file named "t-$@" (why different?) rather than the "$@-t" used
1817         everywhere else.
1818
1819         * modules/sysexits (Makefile.am): Replace literal occurrences
1820         of "sysexit.h" more readable, and more consistent, "$@".
1821
1822 2006-09-06  Bruno Haible  <bruno@clisp.org>
1823
1824         * modules/striconv: New file.
1825         * modules/xstriconv: New file.
1826         * MODULES.html.sh (Internationalization functions): Add striconv,
1827         xstriconv.
1828
1829 2006-09-06  Bruno Haible  <bruno@clisp.org>
1830
1831         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
1832         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
1833         not using libtool correctly.
1834
1835 2006-09-06  Bruno Haible  <bruno@clisp.org>
1836
1837         * lib/striconv.h: New file.
1838         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
1839         iconvstring.c.
1840         * lib/xstriconv.h: New file.
1841         * lib/xstriconv.c: New file.
1842
1843 2006-09-06  Bruno Haible  <bruno@clisp.org>
1844
1845         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1846         lib_..._LDFLAGS.
1847
1848 2006-09-05  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1849
1850         * lib/argz_.h: Sync from Libtool.
1851
1852         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
1853                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1854
1855         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
1856
1857 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1858
1859         * modules/trim: New file.
1860
1861 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1862
1863         * lib/trim.h: New file.
1864         * lib/trim.c: New file.
1865
1866 2006-09-05  Bruno Haible  <bruno@clisp.org>
1867
1868         * MODULES.html.sh (String handling): Add trim.
1869
1870 2006-09-04  Karl Berry  <karl@gnu.org>
1871
1872         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
1873         until next release.
1874
1875 2006-09-03  Bruno Haible  <bruno@clisp.org>
1876
1877         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
1878         correctly.
1879
1880 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1881
1882         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
1883         not gl_GETLOADAVG.  Omit unneeded semicolons.
1884         Problems reported by Ralf Wildenhues in
1885         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1886         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
1887         at the end, which is the usual gnulib style.
1888
1889         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
1890         of doing all the work ourselves.
1891         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
1892         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
1893
1894 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1895
1896         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
1897         Problem reported by Ralf Wildenhues in
1898         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1899
1900         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
1901         HAVE_STRUCT_STATFS_F_FSTYPENAME.
1902
1903 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1904
1905         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
1906         yesterday's patch by changing test -n to test -z.
1907
1908 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1909
1910         * modules/getloadavg (Files): Add m4/getloadavg.m4.
1911         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
1912         the former is now obsolescent.
1913
1914         * modules/chdir-long (Depends-on): Add fcntl.
1915
1916 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1917
1918         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
1919         obsolescent, and programs should use gnulib instead.
1920         * m4/getloadavg.m4: New file, with contents taken from Autoconf
1921         but with prefixes changed.
1922
1923 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1924
1925         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
1926         or stdbool.h, because they might not exist while configuring.
1927
1928         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
1929         Don't include unistd.h or limits.h; not needed, since chdir-long.h
1930         does that for us.
1931         (O_DIRECTORY): Remove.
1932
1933 2006-08-31  Eric Blake  <ebb9@byu.net>
1934
1935         * gnulib-tool: Don't let emacs change spaces to TAB.
1936
1937 2006-08-31  Bruno Haible  <bruno@clisp.org>
1938
1939         * gnulib-tool: When calling func_import more than once, do it in a
1940         subshell.
1941         Reported by Eric Blake <ebb9@byu.net>.
1942
1943 2006-08-31  Bruno Haible  <bruno@clisp.org>
1944
1945         * gnulib-tool (nl): Remove variable.
1946         (sed_transform_lib_file): Use more robust test for config-h module.
1947         (func_import): Fix typo in 2006-08-25 patch.
1948
1949 2006-08-31  Bruno Haible  <bruno@clisp.org>
1950
1951         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
1952         specified, augment Makefile.am variables instead of assigning them.
1953
1954 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1955
1956         Work around a bug in both the Linux and SunOS 64-bit kernels:
1957         nanosleep mishandles sleeps for longer than 2**31 seconds.
1958         Problem reported by Frank v Waveren in
1959         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1960         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
1961         Check for nanosleep bug.
1962         (LIB_NANOSLEEP): Append clock_gettime library if needed.
1963
1964 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1965
1966         Work around a bug in both the Linux and SunOS 64-bit kernels:
1967         nanosleep mishandles sleeps for longer than 2**31 seconds.
1968         Problem reported by Frank v Waveren in
1969         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1970         * lib/nanosleep.c (BILLION): New constant.
1971         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
1972         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
1973         implementation.
1974
1975 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1976
1977         * modules/nanosleep (Depends-on): Add gettime.
1978
1979 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1980         and Simon Josefsson  <jas@extundo.com>
1981         and Oskar Liljeblad  <oskar@osk.mine.nu>
1982
1983         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
1984         * gnulib-tool (func_import): New license type 'unmodifiable license
1985         text'.
1986         * modules/fdl: Use it.  Longer description.
1987         * module/gpl, module/lgpl: New files.
1988
1989 2006-08-30  Jim Meyering  <jim@meyering.net>
1990
1991         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
1992         shadowing the parameter.
1993
1994 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1995
1996         Sync from Libtool:
1997
1998         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1999
2000         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
2001         sharing with gnulib.  Report by Eric Blake.
2002
2003 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2004
2005         * modules/isapipe: New file.
2006         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
2007
2008 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2009
2010         * modules/configmake (Makefile.am): Add a comment, and omit
2011         the CONFIGMAKE_ prefix from generated macro names.  Suggested
2012         by Bruno Haible.
2013
2014 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2015
2016         * m4/isapipe.m4: New file.
2017
2018 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2019
2020         * lib/isapipe.c, isapipe.h: New files.
2021
2022 2006-08-29  Jim Meyering  <jim@meyering.net>
2023
2024         * modules/configmake (Makefile.am): Make configmake.h depend on
2025         Makefile.  Otherwise, a stale configmake.h could hang around.
2026
2027 2006-08-29  Eric Blake  <ebb9@byu.net>
2028
2029         * lib/error.c (error_at_line, print_errno_message): Match libc, after
2030         resolution of upstream bug 3044.
2031
2032 2006-08-29  Bruno Haible  <bruno@clisp.org>
2033
2034         * modules/localcharset (Depends-on): Add configmake.
2035         (Makefile.am): Remove setting of LIBDIR through DEFS.
2036
2037 2006-08-29  Bruno Haible  <bruno@clisp.org>
2038
2039         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
2040         defined.
2041
2042 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2043
2044         * modules/fcntl: New file.
2045         * modules/chdir-safer (Depends-on): Add fcntl.
2046         * modules/fts: Likewise.
2047         * modules/mkdir-p: Likewise.
2048
2049         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
2050         This undoes the most recent change, since we're now addressing the
2051         problem in a different way.
2052
2053         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
2054         into output, since the output might be called Makefile.am even
2055         if $makefile_name is something different.
2056         (func_import): Use $makefile_am rather than
2057         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
2058         empty.
2059
2060         * modules/inttypes (Files): Add m4/inttypes-h.m4.
2061
2062 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2063
2064         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
2065         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
2066         recent change to stdint.m4, since we're now addressing the problem in a
2067         different way.
2068
2069 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2070
2071         * m4/fcntl_h.m4: New file.
2072
2073 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2074
2075         * lib/fcntl_.h: New file.
2076         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
2077         the fcntl module.
2078         * lib/dirchownmod.c: Likewise.
2079         * lib/fts.c: Likewise.
2080
2081         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
2082         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
2083         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
2084         just before including <inttypes.h>, to avoid circular inclusion.
2085
2086 2006-08-28  Jim Meyering  <jim@meyering.net>
2087
2088         * doc/visibility.texi: Actually read and correct the grammar of the
2089         sentence affected by yesterday's change.
2090
2091 2006-08-28  Eric Blake  <ebb9@byu.net>
2092
2093         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
2094         needs wrapper.
2095
2096 2006-08-28  Eric Blake  <ebb9@byu.net>
2097
2098         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
2099
2100 2006-08-28  Eric Blake  <ebb9@byu.net>
2101
2102         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
2103
2104 2006-08-28  Bruno Haible  <bruno@clisp.org>
2105
2106         * modules/c-strstr: New file, from GNU gettext.
2107         * MODULES.html.sh (String handling): Add c-strstr.
2108
2109 2006-08-28  Bruno Haible  <bruno@clisp.org>
2110
2111         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
2112         macros.
2113         Reported by Eric Blake.
2114
2115 2006-08-28  Bruno Haible  <bruno@clisp.org>
2116
2117         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
2118         (VASNPRINTF): Return a string of length > INT_MAX without failing.
2119         * lib/vasprintf.c: Include errno.h, limits.h.
2120         (EOVERFLOW): New fallback definition.
2121         (vasprintf): Test here whether the string length is > INT_MAX.
2122         * lib/vsnprintf.c: Include errno.h, limits.h.
2123         (EOVERFLOW): New fallback definition.
2124         (vsnprintf): Fix bug when generated string was too long for the buffer.
2125         Test here whether the string length is > INT_MAX.
2126
2127 2006-08-28  Bruno Haible  <bruno@clisp.org>
2128
2129         * lib/inttypes_.h (SCNX*): Remove definitions.
2130         Reported by Eric Blake.
2131
2132 2006-08-28  Bruno Haible  <bruno@clisp.org>
2133
2134         * lib/c-strstr.h: New file, from GNU gettext.
2135         * lib/c-strstr.c: New file, from GNU gettext.
2136
2137 2006-08-28  Bruno Haible  <bruno@clisp.org>
2138
2139         * gnulib-tool: Reorder some statements.
2140
2141 2006-08-28  Bruno Haible  <bruno@clisp.org>
2142
2143         * gnulib-tool: New option --makefile-name.
2144         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
2145         $makefile_name.
2146         (func_import): Write $makefile_name to the cache file, and read it from
2147         there unless explicitly specified. Use $makefile_name as file name
2148         instead of Makefile.am. Adjust the recommendations accordingly.
2149
2150 2006-08-28  Bruno Haible  <bruno@clisp.org>
2151
2152         * gnulib-tool (func_verify_module): Check against misapplying patch.
2153
2154 2006-08-28  Bruno Haible  <bruno@clisp.org>
2155
2156         * gnulib-tool (func_relativize, func_relconcat): New functions.
2157         Give an error if --local-dir is given with --update.
2158         Remove trailing slashes from $local_gnulib_dir.
2159         (func_import): Store the relativized $local_gnulib_dir in
2160         gnulib-cache.m4, and read it from there if not specified explicitly.
2161
2162 2006-08-28  Bruno Haible  <bruno@clisp.org>
2163
2164         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
2165         is the current directory. Respect also $local_gnulib_dir.
2166
2167 2006-08-28  Bruno Haible  <bruno@clisp.org>
2168             Simon Josefsson  <jas@extundo.com>
2169
2170         BeOS portability.
2171         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
2172
2173 2006-08-27  Jim Meyering  <jim@meyering.net>
2174
2175         * doc/visibility.texi: Remove duplicate word: "pointer".
2176
2177 2006-08-26  Bruno Haible  <bruno@clisp.org>
2178
2179         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
2180         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
2181         (Makefile.am): Create inttypes.h from inttypes_.h.
2182         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
2183
2184         * modules/imaxabs: New file.
2185
2186         * modules/imaxdiv: New file.
2187
2188 2006-08-26  Bruno Haible  <bruno@clisp.org>
2189
2190         * m4/inttypes.m4: New file.
2191         * m4/_inttypes_h.m4: Remove file.
2192         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
2193         PRI_MACROS_BROKEN.
2194         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
2195
2196         * m4/imaxabs.m4: New file.
2197
2198         * m4/imaxdiv.m4: New file.
2199
2200 2006-08-26  Bruno Haible  <bruno@clisp.org>
2201
2202         * lib/inttypes_.h: New file.
2203         * lib/inttypes.h: Remove file.
2204         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
2205
2206         * lib/imaxabs.c: New file.
2207
2208         * lib/imaxdiv.c: New file.
2209
2210 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2211
2212         New config-h module, so that "make" output needn't be cluttered
2213         by -DHAVE_CONFIG_H.
2214         * MODULES.html.sh (Support for building libraries and executables):
2215         Add config-h.
2216         * modules/config-h: New file.
2217         * gnulib-tool (nl, sed_transform_lib_file): New vars.
2218         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
2219         the config-h module is used.
2220
2221         New configmake module, so that "make" output needn't be cluttered
2222         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
2223         * MODULES.html.sh (Support for building libraries and executables):
2224         Add configmake.
2225         * modules/configmake: New file.
2226
2227 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2228
2229         * m4/config-h.m4: New file.
2230
2231 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2232
2233         * config/srclist.txt: Add elisp-comp.
2234
2235 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2236
2237         * MODULES.html.sh (Support for building libraries and executables):
2238         Add elisp-comp.
2239         * build-aux/elisp-comp: New file.
2240         * modules/elisp-comp: New file.
2241
2242 2006-08-24  Bruno Haible <bruno@clisp.org>
2243
2244         * gnulib-tool (func_create_testdir): Use non-default values of
2245         sourcebase and m4base.
2246
2247 2006-08-24  Bruno Haible <bruno@clisp.org>
2248
2249         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
2250         HTML structure.
2251
2252 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
2253
2254         * modules/openat (Depends-on): Add lchown.
2255
2256 2006-08-23  Bruno Haible <bruno@clisp.org>
2257
2258         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
2259         of gl_LOCK_EARLY instead of gl_LOCK.
2260
2261 2006-08-23  Bruno Haible  <bruno@clisp.org>
2262
2263         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
2264         on OSF/1 to no.
2265         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
2266
2267 2006-08-23  Bruno Haible  <bruno@clisp.org>
2268
2269         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
2270         as unusable.
2271
2272         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
2273         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
2274         (gl_LOCK): New macro.
2275
2276 2006-08-22  Simon Josefsson  <jas@extundo.com>
2277
2278         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
2279         to md5 module.
2280
2281 2006-08-22  Simon Josefsson  <jas@extundo.com>
2282
2283         * MODULES.html.sh: Add "Support for maintaining and release
2284         projects".
2285
2286         * build-aux/gnupload: New file, from coreutils.
2287
2288 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2289
2290         Avoid the need for AC_LIBSOURCES in m4 macros.
2291         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
2292         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
2293         * modules/check-version (EXTRA_DIST): Add check-version.h.
2294         * modules/crc (EXTRA_DIST): Add crc.h.
2295         * modules/des (EXTRA_DIST): Add des.h.
2296         * modules/gc (EXTRA_DIST): Add gc.h.
2297         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
2298         * modules/getline (EXTRA_DIST): Add getline.h.
2299         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
2300         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
2301         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
2302         * modules/md2 (EXTRA_DIST): Add md2.h.
2303         * modules/md4 (EXTRA_DIST): Add md4.h.
2304         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
2305         * modules/read-file (EXTRA_DIST): Add read-file.h.
2306         * modules/readline (EXTRA_DIST): Add readline.h.
2307         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
2308         rijndael-api-fst.h.
2309
2310 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2311
2312         * m4/rijndael.m4 (gl_ARCFOUR):
2313         * m4/arctwo.m4 (gl_ARCTWO):
2314         * m4/check-version.m4 (gl_CHECK_VERSION):
2315         * m4/crc.m4 (gl_CRC):
2316         * m4/des.m4 (gl_DES):
2317         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
2318         * m4/gc.m4 (gl_GC):
2319         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
2320         * m4/getline.m4 (gl_FUNC_GETLINE):
2321         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
2322         * m4/hmac-md5.m4 (gl_HMAC_MD5):
2323         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
2324         * m4/md2.m4 (gl_MD2):
2325         * m4/md4.m4 (gl_MD4):
2326         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
2327         * m4/read-file.m4 (gl_FUNC_READ_FILE):
2328         * m4/readline.m4 (gl_FUNC_READLINE):
2329         * m4/rijndael.m4 (gl_RIJNDAEL):
2330         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
2331         to get the necessary .h files and whatnot.
2332
2333 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2334
2335         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
2336         gnulib rather than the other way around.
2337         * config/srclistvars.sh (COREUTILS): Remove.
2338
2339 2006-08-22  Jim Meyering  <jim@meyering.net>
2340
2341         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
2342
2343         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
2344
2345 2006-08-22  Eric Blake  <ebb9@byu.net>
2346
2347         * modules/regexprops-generic: New file.
2348         * MODULES.html.sh (Support for building documentation): List it.
2349
2350 2006-08-22  Eric Blake  <ebb9@byu.net>
2351
2352         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
2353         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
2354         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
2355         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
2356
2357 2006-08-22  Bruno Haible <bruno@clisp.org>
2358
2359         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
2360         and lib_LTLIBRARIES like the other lib_* variables.
2361
2362 2006-08-22  Bruno Haible <bruno@clisp.org>
2363
2364         * build-aux/x-to-1.in: New file, from GNU gettext.
2365
2366 2006-08-22  Bruno Haible  <bruno@clisp.org>
2367
2368         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
2369         <utmpx.h> exists.
2370
2371 2006-08-22  Bruno Haible  <bruno@clisp.org>
2372
2373         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
2374         <utmpx.h> exists.
2375
2376 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2377
2378         BeOS portability.
2379         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
2380         exist.
2381         Problem reported by Bruno Haible.
2382
2383 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2384
2385         Avoid the need for AC_LIBSOURCES in m4 macros.
2386         * modules/acl (EXTRA_DIST): Add acl.h.
2387         * modules/argmatch (Files): Add m4/argmatch.m4.
2388         (configure.ac): Add gl_ARGMATCH.
2389         (EXTRA_DIST): Renamed from lib_SOURCES, for
2390         consistency with the other modules.  Remove argmatch.c.
2391         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
2392         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
2393         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
2394         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
2395         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
2396         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
2397         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
2398         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
2399         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
2400         * modules/closeout (EXTRA_DIST): Add closeout.h.
2401         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
2402         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
2403         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
2404         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
2405         dirname.h; remove basename.c and stripslash.c.
2406         * modules/exclude (EXTRA_DIST): Add exclude.h.
2407         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
2408         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
2409         * modules/file-type (EXTRA_DIST): Add file-type.h.
2410         * modules/filemode (EXTRA_DIST): Add filemode.h.
2411         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
2412         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
2413         * modules/fpending (EXTRA_DIST): Add __fpending.h.
2414         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
2415         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
2416         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
2417         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
2418         * modules/getdate (EXTRA_DIST): Add getdate.c.
2419         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
2420         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
2421         * modules/getpass (EXTRA_DIST): Add getpass.h.
2422         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
2423         * modules/group-member (EXTRA_DIST): Add group-member.h.
2424         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
2425         * modules/hash (EXTRA_DIST): Add hash.h.
2426         * modules/human (EXTRA_DIST): Add human.h.
2427         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
2428         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
2429         * modules/lchown (EXTRA_DIST): Add lchown.h.
2430         * modules/long-options (EXTRA_DIST): Add long-options.h.
2431         * modules/lstat (EXTRA_DIST): Add lstat.h.
2432         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
2433         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
2434         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
2435         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
2436         * modules/memxor (EXTRA_DIST): Add memxor.h.
2437         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
2438         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
2439         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
2440         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
2441         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
2442         * modules/physmem (EXTRA_DIST): Add physmem.h.
2443         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
2444         * modules/posixver (EXTRA_DIST): Add posixver.h.
2445         * modules/quote (EXTRA_DIST): Add quote.h.
2446         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
2447         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
2448         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
2449         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
2450         regex_internal.h regexec.c.
2451         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
2452         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
2453         * modules/same (EXTRA_DIST): Add same.h.
2454         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
2455         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
2456         * modules/savedir (EXTRA_DIST): Add savedir.h.
2457         * modules/sha1 (EXTRA_DIST): Add sha1.h.
2458         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
2459         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
2460         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
2461         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
2462         * modules/strdup (EXTRA_DIST): Add strdup.h.
2463         * modules/strftime (EXTRA_DIST): Add strftime.h.
2464         * modules/strndup (EXTRA_DIST): Add strndup.h.
2465         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
2466         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
2467         * modules/time_r (EXTRA_DIST): Add time_r.h.
2468         * modules/timespec (EXTRA_DIST): Add timespec.h.
2469         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
2470         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
2471         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
2472         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
2473         * modules/userspec (EXTRA_DIST): Add userspec.h.
2474         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
2475         * modules/utimens (EXTRA_DIST): Add utimens.h.
2476         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
2477         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
2478         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
2479         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
2480         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
2481         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
2482         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
2483         * modules/yesno (EXTRA_DIST): Add yesno.h.
2484
2485 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2486
2487         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
2488
2489         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
2490         * m4/dev-ino.m4, same-inode.m4: Remove.
2491
2492         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
2493         * m4/acl.m4 (AC_FUNC_ACL):
2494         * m4/backupfile.m4 (gl_BACKUPFILE):
2495         * m4/c-strtod.m4 (gl_C99_STRTOLD):
2496         * m4/canon-host.m4 (gl_CANON_HOST):
2497         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2498         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
2499         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
2500         * m4/cloexec.m4 (gl_CLOEXEC):
2501         * m4/close-stream.m4 (gl_CLOSE_STREAM):
2502         * m4/closeout.m4 (gl_CLOSEOUT):
2503         * m4/dirfd.m4 (gl_FUNC_DIRFD):
2504         * m4/dirname.m4 (gl_DIRNAME):
2505         * m4/exclude.m4 (gl_EXCLUDE):
2506         * m4/exitfail.m4 (gl_EXITFAIL):
2507         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
2508         * m4/file-type.m4 (gl_FILE_TYPE):
2509         * m4/filemode.m4 (gl_FILEMODE):
2510         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
2511         * m4/fpending.m4 (gl_FUNC_FPENDING):
2512         * m4/fprintftime.m4 (gl_FPRINTFTIME):
2513         * m4/fts.m4 (gl_FUNC_FTS):
2514         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
2515         * m4/getdate.m4 (gl_GETDATE):
2516         * m4/gethrxtime.m4 (gl_GETHRXTIME):
2517         * m4/getpagesize.m4 (gl_GETPAGESIZE):
2518         * m4/getpass.m4 (gl_FUNC_GETPASS):
2519         * m4/gettime.m4 (gl_GETTIME):
2520         * m4/getugroups.m4 (gl_GETUGROUPS):
2521         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
2522         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
2523         * m4/hard-locale.m4 (gl_HARD_LOCALE):
2524         * m4/hash.m4 (gl_HASH):
2525         * m4/idcache.m4 (gl_IDCACHE):
2526         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
2527         * m4/lchown.m4 (gl_FUNC_LCHOWN):
2528         * m4/long-options.m4 (gl_LONG_OPTIONS):
2529         * m4/lstat.m4 (gl_FUNC_LSTAT):
2530         * m4/md5.m4 (gl_MD5):
2531         * m4/memcasecmp.m4 (gl_MEMCASECMP):
2532         * m4/memcoll.m4 (gl_MEMCOLL):
2533         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
2534         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
2535         * m4/memxor.m4 (gl_MEMXOR):
2536         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
2537         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
2538         * m4/modechange.m4 (gl_MODECHANGE):
2539         * m4/mountlist.m4 (gl_MOUNTLIST):
2540         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2541         * m4/openat.m4 (gl_FUNC_OPENAT):
2542         * m4/pathmax.m4 (gl_PATHMAX):
2543         * m4/physmem.m4 (gl_PHYSMEM):
2544         * m4/posixtm.m4 (gl_POSIXTM):
2545         * m4/posixver.m4 (gl_POSIXVER):
2546         * m4/quote.m4 (gl_QUOTE):
2547         * m4/quotearg.m4 (gl_QUOTEARG):
2548         * m4/readtokens.m4 (gl_READTOKENS):
2549         * m4/readutmp.m4 (gl_READUTMP):
2550         * m4/regex.m4 (gl_REGEX):
2551         * m4/safe-read.m4 (gl_SAFE_READ):
2552         * m4/safe-write.m4 (gl_SAFE_WRITE):
2553         * m4/same.m4 (gl_SAME):
2554         * m4/save-cwd.m4 (gl_SAVE_CWD):
2555         * m4/savedir.m4 (gl_SAVEDIR):
2556         * m4/settime.m4 (gl_SETTIME):
2557         * m4/sha1.m4 (gl_SHA1):
2558         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
2559         * m4/stat-macros.m4 (gl_STAT_MACROS):
2560         * m4/stat-time.m4 (gl_STAT_TIME):
2561         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
2562         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
2563         * m4/strdup.m4 (gl_FUNC_STRDUP):
2564         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
2565         * m4/strndup.m4 (gl_FUNC_STRNDUP):
2566         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
2567         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
2568         * m4/time_r.m4 (gl_TIME_R):
2569         * m4/timespec.m4 (gl_TIMESPEC):
2570         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
2571         * m4/unlinkdir.m4 (gl_UNLINKDIR):
2572         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
2573         * m4/userspec.m4 (gl_USERSPEC):
2574         * m4/utimecmp.m4 (gl_UTIMECMP):
2575         * m4/utimens.m4 (gl_UTIMENS):
2576         * m4/xalloc.m4 (gl_XALLOC):
2577         * m4/xgetcwd.m4 (gl_XGETCWD):
2578         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
2579         * m4/xreadlink.m4 (gl_XREADLINK):
2580         * m4/xstrtod.m4 (gl_XSTRTOD):
2581         * m4/yesno.m4 (gl_YESNO):
2582         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
2583         to get the necessary .h files and whatnot.
2584
2585 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
2586             Bruno Haible <bruno@clisp.org>
2587
2588         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
2589         /bin/sh understanding of '!' conditional negation.
2590
2591 2006-08-21  Jim Meyering  <jim@meyering.net>
2592
2593         * modules/openat (Depends-on): Really alphabetize.
2594
2595         * modules/acl (Depends-on): Add error and quote.
2596
2597         * check-module (find_included_lib_files): Add at-func.c to the
2598         ok-to-include-more-than-once white list.
2599
2600         * modules/openat (Depends-on): Add lstat.  Alphabetize.
2601
2602 2006-08-21  Bruno Haible <bruno@clisp.org>
2603
2604         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2605         Emit a pkgdata_DATA variable only if some snippets add contents to it.
2606         Reported by Martin Lambers <marlam@marlam.de>.
2607
2608 2006-08-21  Bruno Haible <bruno@clisp.org>
2609
2610         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
2611         specify an installation location, don't emit a noinst_LIBRARIES or
2612         noinst_LTLIBRARIES assignment.
2613
2614 2006-08-21  Bruno Haible  <bruno@clisp.org>
2615
2616         BeOS portability.
2617         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
2618         BeOS has mbrtowc() but no <wctype.h>.
2619
2620 2006-08-21  Bruno Haible  <bruno@clisp.org>
2621
2622         BeOS portability.
2623         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
2624         exist.
2625
2626 2006-08-21  Bruno Haible  <bruno@clisp.org>
2627
2628         BeOS portability.
2629         * lib/mbchar.h: Include <wctype.h> only if it exists.
2630
2631 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2632
2633         Remove files that are no longer needed by their respective modules.
2634         * m4/obstack.m4: Remove.
2635         * m4/strerror_r.m4: Remove.
2636         * m4/uint32_t.m4: Remove.
2637         * m4/uintptr_t.m4: Remove.
2638         * m4/ullong_max.m4: Remove.
2639         * m4/xstrtoimax.m4: Remove.
2640         * m4/xstrtoumax.m4: Remove.
2641
2642         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
2643         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
2644         dependencies now capture this.
2645
2646         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
2647         Do not use AC_LIBSOURCES, since gnulib modules now do this.
2648         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
2649         * m4/human.m4 (gl_HUMAN): Likewise.
2650         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
2651         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
2652
2653         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
2654
2655         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
2656         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
2657         stdint.
2658         * m4/human.m4 (gl_HUMAN): Likewise.
2659         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
2660         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
2661         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2662         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2663         * m4/xstrtol (gl_XSTRTOL): Likewise.
2664
2665         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
2666         AC_TYPE_LONG_LONG_INT.
2667         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2668         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
2669         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
2670         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2671
2672         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
2673         on stdbool.
2674
2675         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
2676         (gl_PREREQ_XSTRTOUL): Remove.
2677
2678         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
2679
2680         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
2681         mode.
2682
2683 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2684
2685         Add and change modules to make it easier for coreutils to use
2686         gnulib-tool.
2687         * modules/backupfile (Files): Remove m4/d-ino.m4.
2688         (Depends-on): Add d-ino.
2689         * modules/cycle-check (Depends-on): Add stdint.
2690         (lib_SOURCES): Add cycle-check.h.
2691         * modules/d-ino: New module.
2692         * modules/d-type: New module.
2693         * modules/error (Files): Remove m4/strerror_r.m4.
2694         * modules/filemode (Files): Add m4/st_dm_mode.m4.
2695         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
2696         m4/inttypes_h.m4, m4/uintmax_t.m4.
2697         (Depends-on): Add stdint.
2698         (lib_SOURCES): Add fsusage.h.
2699         * modules/getcwd (Files): Remove d-ino.m4.
2700         (Depends-on): Add d-ino.
2701         * modules/getndelim2 (Depends-on): Add stdint.
2702         * modules/glob (Files): Remove m4/d-type.m4.
2703         (Depends-on): Add d-type.
2704         * modules/host-os: New module.
2705         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
2706         m4/inttypes_h.m4, m4/uintmax_t.m4.
2707         * Depends-on: Add stdint.
2708         (lib_SOURCES): Add human.h.
2709         * modules/inttostr (Files): Remove m4/intmax_t.m4,
2710         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
2711         m4/uintmax_t.m4, m4/ulonglong.m4.
2712         (Depends-on): Add stdint.
2713         (EXTRA_DIST): Add inttostr.h.
2714         * modules/lchmod: New module.
2715         * modules/link-follow: New module.
2716         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
2717         (Depends-on): Add lchmod.
2718         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
2719         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
2720         (Depends-on): Add stdint.
2721         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
2722         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
2723         (Depends-on): Add stdint.
2724         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
2725         * modules/perl: New module.
2726         * modules/regex (Depends-on): Add stdint.
2727         * modules/rmdir-errno: New module.
2728         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2729         m4/intmax_t.m4.
2730         (Depends-on): Add stdint.
2731         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2732         m4/uintmax_t.m4.
2733         (Depends-on): Add stdint.
2734         * modules/unlink-busy: New module.
2735         * modules/utimecmp (Depends-on): Add stdint.
2736         * modules/uptime: New module.
2737         * modules/winsz-ioctl: New module.
2738         * modules/winsz-termios: New module.
2739         * modules/xnanosleep (Depends-on): Add nanosleep.
2740         * modules/ullong_max: Remove.
2741         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
2742         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
2743         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
2744         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
2745         (Depends-on): Add inttypes.
2746         (lib_SOURCES): Add xstrtol.h.
2747         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
2748         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
2749         * MODULES.html.sh: Move 'assert' into the assert section.
2750         Move 'dummy' into the linking section.
2751         Remove ullong_max.
2752         Add section for compatibility checks for POSIX:2001 functions,
2753         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
2754         winsz-ioctl, and winsz-termios into it.
2755         Add lchmod.
2756         Add top-level Misc section and put host-os, perl, and uptime
2757         into it.
2758
2759 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2760
2761         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
2762         now assume the stdint module.  Do not include inttypes.h.
2763         * lib/fsusage.h: Likewise.
2764         * lib/getndelim2.c: Likewise.
2765         * lib/human.h: Likewise.
2766         * lib/inttostr.h: Likewise.
2767         * lib/obstack.c: Likewise.
2768         * lib/regex_internal.h: Likewise.
2769         * lib/tempname.c: Likewise.
2770         * lib/utimecmp.c: Likewise.
2771         * lib/xstrtol.h: Likewise.
2772
2773         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
2774
2775         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
2776         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
2777         * lib/xtime.h: Likewise.
2778
2779 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2780
2781         * modules/openat (Files): Add lib/fchmodat.c.
2782         Fixes problem reported by Jay Youngman.
2783
2784 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2785
2786         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
2787         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
2788
2789 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
2790             Bruno Haible  <bruno@clisp.org>
2791
2792         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
2793         and is a script that invokes bison. Tighten the code. Add comments.
2794
2795 2006-08-18  Jim Meyering  <jim@meyering.net>
2796
2797         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
2798         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
2799         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
2800         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
2801
2802 2006-08-18  Bruno Haible  <bruno@clisp.org>
2803
2804         * modules/bison-i18n: New file.
2805         * MODULES.html.sh (Internationalization functions): Add it.
2806
2807 2006-08-18  Bruno Haible  <bruno@clisp.org>
2808
2809         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
2810         sys/statvfs.h. When getmntinfo was found, check its declaration and
2811         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
2812
2813 2006-08-18  Bruno Haible  <bruno@clisp.org>
2814
2815         * m4/bison-i18n.m4: New file, from bison.
2816
2817 2006-08-18  Bruno Haible  <bruno@clisp.org>
2818
2819         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
2820         (ME_DUMMY): Treat "kernfs" as a dummy.
2821         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
2822
2823 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2824
2825         Update from coreutils.
2826
2827         2006-08-15  Jim Meyering  <jim@meyering.net>
2828
2829         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
2830
2831         2006-01-17  Jim Meyering  <jim@meyering.net>
2832
2833         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
2834
2835         2006-01-11  Jim Meyering  <jim@meyering.net>
2836
2837         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
2838         Check for the lchmod function.
2839
2840 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2841
2842         Update from coreutils.
2843
2844         * lib/__fpending.h: Add copyright notice.
2845         * lib/fprintftime.h: Likewise.
2846         * lib/savedir.c: Use (C) in copyright notice.
2847         * lib/savedir.h: Likewise.
2848
2849         2006-08-15  Jim Meyering  <jim@meyering.net>
2850
2851         * lib/at-func.c: New file, with the logic of all emulated at-functions.
2852         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
2853         in support of the EXPECTED_ERRNO macro.
2854         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
2855         definitions.  Instead, define the appropriate symbols and include
2856         "at-func.c".
2857         * lib/mkdirat.c (mkdirat): Likewise.
2858         * lib/fchmodat.c (fchmodat): Likewise.
2859         (ENOSYS): Remove definition.
2860         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
2861         it.  Don't include "unistd--.h" -- it wasn't ever used.
2862
2863         2006-01-17  Jim Meyering  <jim@meyering.net>
2864
2865         Rewrite fts.c not to change the current working directory,
2866         by using openat, fstatat, fdopendir, etc..
2867
2868         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
2869         (HAVE_OPENAT_SUPPORT): Define.
2870         [_LIBC] (fchdir): Don't undef or define; no longer used.
2871         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
2872         Now, this `function' always succeeds, and consumes its file descriptor
2873         parameter -- so callers must not close such FDs.  Update callers.
2874         (diropen_fd, opendirat, cwd_advance_fd): New functions.
2875         (diropen): Add parameter, SP.  Adjust all callers.
2876         Implement using diropen_fd, rather than open.
2877         (fts_open): Initialize new member, fts_cwd_fd.
2878         Remove fts_rft-setting code.
2879         (fts_close): Close fts_cwd_fd, if necessary.
2880         (__opendir2): Define in terms of opendir or opendirat,
2881         depending on whether the FST_NOCHDIR flag is set.
2882         (fts_build): Since fts_safe_changedir consumes its FD, and since
2883         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
2884         and close the dup'd file descriptor upon failure.
2885         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
2886         (fts_safe_changedir): Tweak semantics to reflect that this function
2887         now calls cwd_advance_fd and hence consumes its FD argument.
2888         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
2889         [struct FTS] (fts_rft): Remove now-unused member.
2890         [struct FTS] (fts_cycle.state): Improve comment.
2891
2892         * lib/openat.c (openat_needs_fchdir): New function.
2893         * lib/openat.h (openat_needs_fchdir): Declare it.
2894
2895 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
2896
2897         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
2898         Problem and fix reported by Pádraig Brady in
2899         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
2900
2901 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2902
2903         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
2904
2905 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2906
2907         * lib/memcoll.c (memcoll): Optimize for the common case where the
2908         arguments are bytewise equal.
2909
2910 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2911
2912         * doc/regexprops-generic.texi: Add a copyright notice.
2913
2914 2006-08-15  Bruno Haible  <bruno@clisp.org>
2915
2916         * modules/tmpdir (License): Change to LGPL.
2917
2918 2006-08-15  Bruno Haible  <bruno@clisp.org>
2919
2920         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
2921         module.
2922
2923 2006-08-14  Simon Josefsson  <jas@extundo.com>
2924
2925         * config/srclist.txt: Add gnupload.
2926
2927 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2928
2929         Change copyright notice from LGPL 2 to GPL 2, since that's the
2930         standard form used in the gnulib repository.
2931         * tests/test-lock.c: Likewise.
2932         * tests/test-stdint.c: Likewise.
2933         * tests/test-tls.c: Likewise.
2934
2935         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
2936         prelude-manager.  User shorter URLs for GNU projects, without '?'.
2937         Add copyright notice.
2938
2939         * check-module: Add copyright notice.  Output a copyright
2940         notice if "--version" is specified.
2941         * modules/COPYING: New file.
2942         * tests/test-getaddrinfo.c: Add copyright notice.
2943         * tests/test-verify.c: Likewise.
2944
2945 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2946
2947         Change copyright notice from LGPL 2 to GPL 2, since that's the
2948         standard form used in the gnulib repository.
2949         * lib/lock.c: LGPL -> GPL.
2950         * lib/lock.h: Likewise.
2951         * lib/strnlen1.c: Likewise.
2952         * lib/strnlen1.h: Likewise.
2953         * lib/tls.c: Likewise.
2954         * lib/tls.h: Likewise.
2955         * lib/tmpdir.c: Likewise.
2956
2957         * lib/TODO: Remove; this belongs only in coreutils.
2958
2959 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2960
2961         Add copyright notices to long-enough files that lack them, since
2962         otherwise the files aren't clearly free.  Use the same notice that
2963         getdate.texi already uses.
2964         * doc/alloca-opt.texi: Add copyright notice.
2965         * doc/alloca.texi: Likewise.
2966         * doc/ctime.texi: Likewise.
2967         * doc/functions.texi: Likewise.
2968         * doc/gcd.texi: Likewise.
2969         * doc/gnulib-tool.texi: Likewise.
2970         * doc/inet_ntoa.texi: Likewise.
2971         * doc/visibility.texi: Likewise.
2972
2973         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
2974         * doc/quote.texi: Add copyright notice.
2975
2976         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
2977         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
2978         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
2979         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
2980         is now obsolete, and give a pointer to the Sun list.
2981         Add copyright notice.
2982
2983 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2984
2985         * config/srclistvars.sh: Add copyright notice.
2986
2987 2006-08-14  Eric Blake  <ebb9@byu.net>
2988
2989         Import the following change from libc:
2990
2991         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
2992
2993         Upstream bug 2997.
2994         * lib/misc/error.c: Add space between program name and message if file
2995         name is missing.
2996
2997 2006-08-12  Karl Berry  <karl@gnu.org>
2998
2999         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
3000         remove, these originate in gnulib now.
3001
3002 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3003
3004         * doc/Makefile (standards.info standards.html standards.dvi):
3005         Also depend on make-stds.texi.
3006
3007 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
3008
3009         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
3010         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
3011
3012         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
3013         in wchar_t.  Problem reported by Eric Blake.
3014
3015         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
3016         LEN is smaller than SIZE.  Suggested by Bruno Haible.
3017         Also, help the compiler to keep LEN in a register.
3018
3019 2006-08-11  Eric Blake  <ebb9@byu.net>
3020
3021         * users.txt: Sort.  Add tar.
3022
3023 2006-08-11  Bruno Haible  <bruno@clisp.org>
3024
3025         * users.txt: New file.
3026
3027 2006-08-11  Bruno Haible  <bruno@clisp.org>
3028
3029         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
3030         before <wchar.h>. Needed for OSF/1 and BSD/OS.
3031
3032 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3033
3034         * modules/snprintf (Depends-on): Remove minmax.
3035         (Maintainer): Add self and Bruno.
3036
3037 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3038
3039         * lib/.cppi-disable: Add snprintf.h, socket_.h.
3040         * lib/snprintf.c: Include <errno.h> and <limits.h>.
3041         (EOVERFLOW): Define if the system does not.
3042         Do not include "minmax.h"; it wasn't used.
3043         (snprintf): Don't assume size_t promotes to an unsigned type.
3044         Fix bug when generated string was too long for the buffer: the
3045         buffer's contents are supposed to be the initial prefix of the
3046         output.  Don't assume vasnprintf returns EOVERFLOW if the size
3047         exceeds INT_MAX; do the check ourselves.
3048
3049         Import the following changes from libc:
3050
3051         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
3052
3053         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
3054         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
3055         set wc to the byte which couldn't be converted.
3056         (re_string_reconstruct): Don't clear valid_raw_len before calling
3057         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
3058         tip_context using re_string_context_at.
3059
3060         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3061
3062         * lib/posix/regex.h: g++ still cannot handled [restrict].
3063
3064         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
3065
3066         * lib/posix/regex.h: Remove special handling for VMS.
3067
3068 2006-08-10  Jim Meyering  <jim@meyering.net>
3069
3070         * modules/same-inode: New module.
3071         * modules/dev-ino: New module.
3072         * modules/cycle-check: Depend on these modules, rather than simply
3073         including their .h files.
3074         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
3075         required via m4/cycle-check.m4.
3076         * modules/same: Depend on new same-inode module, rather than
3077         including same-inode.h.
3078         * modules/chdir-safer: New file.
3079
3080         * modules/chown (Depends-on): Add stat-macros.
3081
3082 2006-08-10  Jim Meyering  <jim@meyering.net>
3083
3084         * m4/cycle-check.m4: New file.
3085         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
3086         * m4/dev-ino.m4, same-inode.m4: New files.
3087
3088 2006-08-10  Eric Blake  <ebb9@byu.net>
3089
3090         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
3091         in from original proposal.
3092
3093 2006-08-10  Eric Blake  <ebb9@byu.net>
3094         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3095
3096         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
3097         namespace.
3098
3099 2006-08-10  Bruno Haible  <bruno@clisp.org>
3100
3101         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
3102         as well.
3103
3104 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3105
3106         Sync from coreutils.
3107
3108         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
3109
3110         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
3111         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
3112
3113 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3114
3115         * modules/restrict: Remove; no longer needed now that we assume
3116         Autoconf 2.59 or later.
3117         * MODULES.html.sh: Remove 'restrict'.
3118         * modules/argp (Depends-on): Remove 'restrict'.
3119         * modules/base64 (Depends-on): Likewise.
3120         * modules/gc (Depends-on): Likewise.
3121         * modules/getaddrinfo (Depends-on): Likewise.
3122         * modules/glob (Depends-on): Likewise.
3123         * modules/inet_ntop (Depends-on): Likewise.
3124         * modules/inet_pton (Depends-on): Likewise.
3125         * modules/memxor (Depends-on): Likewise.
3126         * modules/regex (Depends-on): Likewise.
3127         * modules/strtok_r (Depends-on): Likewise.
3128         * modules/time_r (Depends-on): Likewise.
3129
3130 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3131
3132         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
3133         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
3134         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3135         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
3136         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
3137         * m4/memxor.m4 (gl_MEMXOR): Likewise.
3138         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
3139         gl_C_RESTRICT replaced by AC_C_RESTRICT.
3140
3141         Merge from coreutils.
3142         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
3143         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
3144         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3145         * m4/time_r.m4 (gl_TIME_R): Likewise.
3146
3147 2006-08-09  Karl Berry  <karl@gnu.org>
3148
3149         * config/srclist.txt: no more gettext-tools, per Bruno.
3150
3151 2006-08-08  Eric Blake  <ebb9@byu.net>
3152
3153         * modules/verror: New module.
3154         * MODULES.html.sh: Document it.
3155
3156 2006-08-08  Eric Blake  <ebb9@byu.net>
3157
3158         * lib/verror.h, verror.c: New files.
3159
3160 2006-08-08  Eric Blake  <ebb9@byu.net>
3161
3162         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
3163         verror_at_line output complies with GNU Coding Standards even when
3164         file is NULL.
3165
3166 2006-08-07  Bruno Haible  <bruno@clisp.org>
3167
3168         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
3169         versions of AIX.
3170         Reported by Ralf Wildenhues.
3171
3172 2006-08-07  Bruno Haible  <bruno@clisp.org>
3173
3174         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
3175         in an AC_DEFUN. Needed so that the autoconf snippets can use
3176         AC_REQUIRE.
3177
3178 2006-08-06  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3179
3180         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3181         Initialize pkgdata_DATA.
3182         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
3183         overriding it.
3184
3185 2006-08-06  Eric Blake  <ebb9@byu.net>
3186
3187         * lib/error.h: Fold in some upstream changes from glibc.
3188         * lib/error.c: Likewise.
3189
3190 2006-08-04  Bruno Haible  <bruno@clisp.org>
3191
3192         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3193         Make the mostlyclean-local rule depend on mostlyclean-generic.
3194         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
3195
3196 2006-07-31  Bruno Haible  <bruno@clisp.org>
3197
3198         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
3199         <stdlib.h>, <string.h>.
3200
3201 2006-07-30  Bruno Haible  <bruno@clisp.org>
3202
3203         * modules/readlink (License): Change to LGPL.
3204
3205 2006-07-30  Bruno Haible  <bruno@clisp.org>
3206
3207         * modules/javaversion (Makefile.am): Distribute javaversion.java and
3208         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
3209         set PKGDATADIR to point to it.
3210
3211 2006-07-30  Bruno Haible  <bruno@clisp.org>
3212
3213         * modules/csharpexec (configure.ac): Comment out macro invocation.
3214         * modules/javaexec (configure.ac): Likewise.
3215         * modules/javacomp-script (configure.ac): Likewise.
3216
3217         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
3218
3219 2006-07-30  Bruno Haible  <bruno@clisp.org>
3220
3221         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
3222         linked-list.
3223
3224 2006-07-30  Bruno Haible  <bruno@clisp.org>
3225
3226         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
3227
3228 2006-07-30  Bruno Haible  <bruno@clisp.org>
3229
3230         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3231         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
3232         get removed.
3233
3234 2006-07-29  Bruno Haible  <bruno@clisp.org>
3235
3236         Make it possible for gnulib-tool to work with locally modified or
3237         augmented gnulib repositories.
3238         * gnulib-tool (func_usage): Document --local-dir option.
3239         (local_gnulib_dir): New variable.
3240         Handle --local-dir option.
3241         (func_lookup_file): New function.
3242         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
3243         (func_get_description, func_get_filelist, func_get_description,
3244         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
3245         func_get_automake_snippet, func_get_include_directive,
3246         func_get_license, func_get_maintainer): Use func_lookup_file.
3247         (func_import, func_create_testdir): Use func_lookup_file.
3248
3249 2006-07-29  Bruno Haible  <bruno@clisp.org>
3250
3251         * modules/setenv (Depends-on): Add unistd.
3252
3253 2006-07-29  Bruno Haible  <bruno@clisp.org>
3254
3255         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
3256
3257 2006-07-29  Bruno Haible  <bruno@clisp.org>
3258
3259         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
3260
3261 2006-07-29  Bruno Haible  <bruno@clisp.org>
3262
3263         * gnulib-tool (import, update): If there is no Makefile.am, look at
3264         aclocal.m4, instead of bailing out.
3265
3266 2006-07-29  Bruno Haible  <bruno@clisp.org>
3267
3268         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
3269         Categorize the options by when they are useful.
3270
3271 2006-07-29  Bruno Haible  <bruno@clisp.org>
3272
3273         * gnulib-tool (func_usage): Document option --no-libtool.
3274         Handle option --no-libtool.
3275         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
3276         for changed semantics of $libtool variable.
3277         (func_import): Likewise. If libtool is not used, show this through
3278         an option --no-libtool.
3279         (func_create_testdir): Update.
3280
3281 2006-07-29  Bruno Haible  <bruno@clisp.org>
3282
3283         * gnulib-tool (func_import): Extend error message about missing
3284         --doc-base.
3285
3286 2006-07-29  Bruno Haible  <bruno@clisp.org>
3287
3288         * gnulib-tool (func_import): Don't create the $docbase directory if
3289         there is no file to store there.
3290
3291 2006-07-29  Bruno Haible  <bruno@clisp.org>
3292
3293         * gnulib-tool (autoconf_minversion): If a --dir option is given and
3294         relevant, look for configure.ac there, not in the current directory.
3295         Also use a simple search for AC_PREREQ, not "autoconf --trace".
3296
3297 2006-07-29  Bruno Haible  <bruno@clisp.org>
3298
3299         * gnulib-tool (SORT): New variable.
3300         (func_usage): Undocument --assume-autoconf option.
3301         Remove --assume-autoconf option handling.
3302         (autoconf_minversion): Determine from the contents of configure.ac.
3303         (func_import): Remove autoconf_minversion handling.
3304         Suggested by Eric Blake.
3305
3306 2006-07-29  Bruno Haible  <bruno@clisp.org>
3307
3308         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
3309
3310 2006-07-29  Bruno Haible  <bruno@clisp.org>
3311
3312         * config/srclist.txt (*setenv.[ch]): Remove rules.
3313
3314 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3315
3316         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
3317
3318 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3319
3320         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
3321         arpa/inet.h.
3322
3323 2006-07-28  Simon Josefsson  <jas@extundo.com>
3324
3325         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
3326         * modules/inet_pton (Depends-on): Likewise.
3327
3328 2006-07-28  Simon Josefsson  <jas@extundo.com>
3329
3330         * m4/netinet_in_h.m4: New file.
3331
3332 2006-07-28  Simon Josefsson  <jas@extundo.com>
3333
3334         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
3335         #include's.
3336
3337 2006-07-28  Simon Josefsson  <jas@extundo.com>
3338
3339         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
3340         #include's.
3341
3342 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
3343
3344         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
3345         setgid on directories only if they set these bits.
3346         * lib/modechange.h: Remove obsolete comment about masks.
3347
3348 2006-07-28  Eric Blake  <ebb9@byu.net>
3349
3350         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
3351         macro expansion.
3352
3353 2006-07-28  Bruno Haible <bruno@clisp.org>
3354
3355         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
3356
3357 2006-07-28  Bruno Haible  <bruno@clisp.org>
3358
3359         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
3360
3361 2006-07-28  Bruno Haible  <bruno@clisp.org>
3362
3363         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
3364         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
3365         Define fallbacks.
3366         Avoids link error on FreeBSD 4.x.
3367         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3368
3369         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
3370         encoding.
3371         * lib/mbswidth.c (iswcntrl): Likewise.
3372
3373 2006-07-27  Bruno Haible  <bruno@clisp.org>
3374
3375         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
3376         test.
3377
3378 2006-07-27  Bruno Haible  <bruno@clisp.org>
3379
3380         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
3381         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
3382         defined.
3383
3384 2006-07-26  Eric Blake  <ebb9@byu.net>
3385
3386         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
3387
3388 2006-07-26  Eric Blake  <ebb9@byu.net>
3389
3390         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
3391         like mingw that lack mkstemp.
3392         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
3393         avoid compilation warning on mingw.
3394
3395 2006-07-26  Bruno Haible  <bruno@clisp.org>
3396
3397         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
3398         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
3399         INT_FAST*_MIN, INTPTR_MIN.
3400
3401 2006-07-25  Bruno Haible  <bruno@clisp.org>
3402
3403         * modules/version-etc (Depends-on): Add stdarg.
3404
3405 2006-07-25  Bruno Haible  <bruno@clisp.org>
3406
3407         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
3408         complex commands.
3409
3410 2006-07-25  Bruno Haible  <bruno@clisp.org>
3411
3412         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
3413         defined in <stdarg.h> or config.h.
3414
3415 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
3416
3417         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
3418         (gl_STDIO_SAFER): Remove.
3419
3420 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
3421
3422         * MODULES.html.sh (File stream based Input/Output):
3423         Add fopen-safer, tmpfile-safer; remove stdio-safer.
3424         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
3425         * modules/fopen-safer, modules/tmpfile-safer: New files.
3426         * modules/stdio-safer: Remove.
3427
3428 2006-07-24  Bruno Haible  <bruno@clisp.org>
3429
3430         * modules/tmpdir: New file.
3431         * MODULES.html.sh (File system functions): Add it.
3432
3433 2006-07-24  Bruno Haible  <bruno@clisp.org>
3434
3435         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
3436         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
3437
3438 2006-07-24  Bruno Haible  <bruno@clisp.org>
3439
3440         * modules/clean-temp: New file.
3441
3442 2006-07-24  Bruno Haible  <bruno@clisp.org>
3443
3444         * m4/tmpdir.m4: New file, from GNU gettext.
3445
3446 2006-07-24  Bruno Haible  <bruno@clisp.org>
3447
3448         * lib/tmpdir.h: New file, from GNU gettext.
3449         * lib/tmpdir.c: New file, from GNU gettext.
3450
3451 2006-07-24  Bruno Haible  <bruno@clisp.org>
3452
3453         * lib/clean-temp.h: New file, from GNU gettext.
3454         * lib/clean-temp.c: New file, from GNU gettext.
3455
3456 2006-07-23  Eric Blake  <ebb9@byu.net>
3457
3458         * modules/stdio-safer (Files): Add tmpfile-safer.c.
3459         (Depends-on): Add binary-io.
3460
3461 2006-07-23  Eric Blake  <ebb9@byu.net>
3462
3463         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
3464
3465 2006-07-23  Eric Blake  <ebb9@byu.net>
3466
3467         * lib/tmpfile-safer.c: New file.
3468         * lib/stdio-safer.h (fopen_safer): Add prototype.
3469         * lib/stdio--.h (tmpfile): Make safer.
3470
3471 2006-07-23  Bruno Haible  <bruno@clisp.org>
3472
3473         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
3474         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
3475         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
3476         gl_linked_remove_at): Use it.
3477
3478 2006-07-22  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3479         and Simon Josefsson <jas@extundo.com>
3480
3481         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
3482
3483         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
3484
3485 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3486
3487         * modules/close-stream: New file.
3488         * modules/closeout (Description): Make it clear that it exits
3489         with a diagnostic on error.
3490         (Depends-on): Add close-stream.  Remove fpending, stdbool.
3491         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
3492
3493 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3494
3495         * m4/close-stream.m4: New file.
3496
3497 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3498
3499         * lib/close-stream.c, close-stream.h: New files.
3500
3501 2006-07-22  Bruno Haible  <bruno@clisp.org>
3502
3503         Merge from GNU gettext 0.15.
3504
3505         2006-05-01  Bruno Haible  <bruno@clisp.org>
3506
3507                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
3508
3509         2006-07-22  Bruno Haible  <bruno@clisp.org>
3510
3511                 * modules/javaversion: New file.
3512                 * MODULES.html.sh (Java): Add javaversion.
3513
3514         2006-03-12  Bruno Haible  <bruno@clisp.org>
3515
3516                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
3517
3518         2005-12-04  Bruno Haible  <bruno@clisp.org>
3519
3520                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
3521                 (untested).
3522
3523         2006-06-21  Bruno Haible  <bruno@clisp.org>
3524
3525                 Avoid warnings from recent versions of mcs.
3526                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
3527                 -o, -L, -r any more. Use options documented since mcs-1.0
3528                 instead. Similarly for -g.
3529
3530         2005-12-04  Bruno Haible  <bruno@clisp.org>
3531
3532                 * build-aux/csharpcomp.sh.in: Suffix for resources is
3533                 .resources, not .resource.
3534
3535         2005-07-09  Bruno Haible  <bruno@clisp.org>
3536
3537                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
3538                 add a .dll suffix.
3539                 Reported by Mark Junker <mjscod@gmx.de>.
3540
3541         2006-07-22  Bruno Haible  <bruno@clisp.org>
3542
3543                 * modules/gettext: Upgrade to gettext-0.15.
3544                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
3545                 m4/visibility.m4.
3546                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
3547
3548 2006-07-22  Bruno Haible  <bruno@clisp.org>
3549
3550         Merge from GNU gettext 0.15.
3551
3552         2006-03-25  Bruno Haible  <bruno@clisp.org>
3553
3554                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
3555
3556         2006-07-21  Bruno Haible  <bruno@clisp.org>
3557
3558                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
3559                 "1.1".
3560
3561         2006-05-09  Bruno Haible  <bruno@clisp.org>
3562
3563                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
3564                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
3565                 for the conftestver execution.
3566
3567         2006-05-01  Bruno Haible  <bruno@clisp.org>
3568
3569                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
3570                 optional target-version argument. Verify that the compiler
3571                 groks source of the specified source-version, or add -source
3572                 option as necessary. Verify that the compiler produces
3573                 bytecode in the specified target-version, or add -target and
3574                 -source options as necessary. Make the result of the test
3575                 available as variable CONF_JAVAC. Also log error output in
3576                 config.log.
3577
3578         2006-03-11  Bruno Haible  <bruno@clisp.org>
3579
3580                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
3581
3582         2006-05-09  Bruno Haible  <bruno@clisp.org>
3583
3584                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
3585                 CLASSPATH_SEPARATOR to a semicolon.
3586
3587         2006-03-12  Bruno Haible  <bruno@clisp.org>
3588
3589                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
3590                 available as variable CONF_JAVA, for subsequent autoconf
3591                 tests. Also log error output in config.log.
3592
3593         2006-07-19  Bruno Haible  <bruno@clisp.org>
3594
3595                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
3596                 that getline works on glibc2 systems. Needed to avoid trouble
3597                 in relocatable.c.
3598                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
3599
3600         2005-12-04  Bruno Haible  <bruno@clisp.org>
3601
3602                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
3603                 launcher (untested).
3604
3605         2005-12-04  Bruno Haible  <bruno@clisp.org>
3606
3607                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
3608
3609         2006-07-22  Bruno Haible  <bruno@clisp.org>
3610
3611                 * gettext.m4: Update from GNU gettext-0.15.
3612                 * nls.m4: Likewise.
3613                 * po.m4: Likewise.
3614                 * inttypes-pri.m4: Likewise.
3615                 * inttypes-h.m4: Renamed from inttypes.m4.
3616                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
3617
3618 2006-07-22  Bruno Haible  <bruno@clisp.org>
3619
3620         Merge from GNU gettext 0.15.
3621
3622         2005-07-05  Bruno Haible  <bruno@clisp.org>
3623
3624                 * printf-args.c (printf_fetchargs): Work around broken
3625                 definition of wint_t on mingw.
3626
3627         2005-02-12  Bruno Haible  <bruno@clisp.org>
3628
3629                 * xallocsa.h: Add extern "C" for C++.
3630
3631         2006-05-17  Bruno Haible  <bruno@clisp.org>
3632
3633                 Cygwin portability.
3634                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
3635
3636         2006-04-30  Bruno Haible  <bruno@clisp.org>
3637
3638                 * progreloc.c: Include <mach-o/dyld.h> if available.
3639                 (find_executable): Use _NSGetExecutablePath when possible.
3640
3641         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3642
3643                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
3644                 function.
3645
3646         2005-12-29  Bruno Haible  <bruno@clisp.org>
3647
3648                 * progreloc.c (set_program_name_and_installdir): Fix
3649                 compilation error.
3650
3651         2005-12-04  Bruno Haible  <bruno@clisp.org>
3652
3653                 Cygwin portability.
3654                 * progreloc.c: Include <windows.h> also on Cygwin.
3655                 (find_executable): Add support for Cygwin.
3656                 (set_program_name_and_installdir): Handle also platforms with
3657                 nonempty EXEEXT.
3658
3659         2006-07-11  Bruno Haible  <bruno@clisp.org>
3660
3661                 * javacomp.c: Fix a comment.
3662                 Reported by Jim Meyering.
3663
3664         2006-04-30  Bruno Haible  <bruno@clisp.org>
3665
3666                 * javacomp.h (compile_java_class): Add source_version,
3667                 target_version arguments.
3668                 * javacomp.c: Rewritten to choose only a compiler that
3669                 respects the specified source_version and target_version.
3670
3671         2006-06-27  Bruno Haible  <bruno@clisp.org>
3672
3673                 Assume correct S_ISDIR macro.
3674                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
3675
3676         2006-07-22  Bruno Haible  <bruno@clisp.org>
3677
3678                 * javaversion.h: New file, from GNU gettext.
3679                 * javaversion.c: New file, from GNU gettext.
3680                 * javaversion.java: New file, from GNU gettext.
3681                 * javaversion.class: New file, from GNU gettext.
3682
3683         2006-05-17  Bruno Haible  <bruno@clisp.org>
3684
3685                 Cygwin portability.
3686                 * javaexec.c (execute_java_class): Test for jview program
3687                 also on Cygwin.
3688
3689         2006-04-09  Bruno Haible  <bruno@clisp.org>
3690
3691                 * fatal-signal.c: Don't include string.h.
3692                 (at_fatal_signal): Use a copying loop instead of memcpy.
3693
3694         2005-12-04  Bruno Haible  <bruno@clisp.org>
3695
3696                 * csharpexec.c: Add support for 'clix' launcher (untested).
3697                 (execute_csharp_using_sscli): New function.
3698                 (execute_csharp_program): Call it.
3699
3700         2006-06-21  Bruno Haible  <bruno@clisp.org>
3701
3702                 Avoid warnings from recent versions of mcs.
3703                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
3704                 -o, -L, -r any more. Use options documented since mcs-1.0
3705                 instead. Similarly for -g.
3706
3707         2005-07-09  Bruno Haible  <bruno@clisp.org>
3708
3709                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
3710                 add a .dll suffix.
3711                 Reported by Mark Junker <mjscod@gmx.de>.
3712
3713         2006-06-17  Bruno Haible  <bruno@clisp.org>
3714
3715                 * config.charset: Update for NetBSD 3.0.
3716
3717         2006-05-17  Bruno Haible  <bruno@clisp.org>
3718
3719                 Cygwin portability.
3720                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
3721
3722         2006-05-16  Bruno Haible  <bruno@clisp.org>
3723
3724                 * localcharset.c [CYGWIN]: Include <windows.h>.
3725                 (get_charset_aliases): For Cygwin, return the same CPxxx
3726                 aliases list as under WIN32.
3727                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
3728                 the environment variables. Fall back to GetACP().
3729
3730         2006-04-05  Bruno Haible  <bruno@clisp.org>
3731
3732                 * config.charset: Update Juan Manuel Guerrero's address.
3733
3734         2005-02-12  Bruno Haible  <bruno@clisp.org>
3735
3736                 * allocsa.h: Add extern "C" for C++.
3737
3738         2005-02-10  Bruno Haible  <bruno@clisp.org>
3739
3740                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
3741                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
3742
3743         2006-07-22  Bruno Haible  <bruno@clisp.org>
3744
3745                 * gettext.h: Update to GNU gettext-0.15.
3746
3747 2006-07-22  Bruno Haible  <bruno@clisp.org>
3748
3749         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
3750         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
3751         lib-prefix.m4, longdouble.m4, ssize_t.m4.
3752
3753 2006-07-21  Eric Blake  <ebb9@byu.net>
3754
3755         * modules/stdlib-safer: New file.
3756         * MODULES.html.sh (File stream based Input/Output): Add
3757         stdlib-safer.
3758
3759 2006-07-21  Eric Blake  <ebb9@byu.net>
3760
3761         * lib/stdlib-safer.h: New file from coreutils, required by
3762         stdlib--.h.
3763
3764 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
3765
3766         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
3767
3768 2006-07-20  Bruno Haible  <bruno@clisp.org>
3769
3770         * gnulib-tool: Recognize new option --assume-autoconf.
3771         (autoconf_minversion): New variable.
3772         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
3773
3774 2006-07-20  Bruno Haible  <bruno@clisp.org>
3775
3776         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
3777
3778 2006-07-19  Derek R. Price  <derek@ximbiot.com>
3779
3780         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
3781         Reindent and repaginate.
3782
3783 2006-07-19  Derek Price  <derek@ximbiot.com>
3784
3785         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
3786         Correct grammar.
3787
3788 2006-07-17  Bruno Haible  <bruno@clisp.org>
3789
3790         * modules/list: New file.
3791         * modules/array-list: New file.
3792         * modules/carray-list, modules/carray-list-tests: New files.
3793         * modules/linked-list, modules/linked-list-tests: New files.
3794         * modules/avltree-list, modules/avltree-list-tests: New files.
3795         * modules/rbtree-list, modules/rbtree-list-tests: New files.
3796         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
3797         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
3798         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
3799         * modules/oset: New file.
3800         * modules/array-oset: New file.
3801         * modules/avltree-oset, modules/avltree-oset-tests: New files.
3802         * modules/rbtree-oset, rbtree-oset-tests: New files.
3803         * tests/test-carray_list.c: New file.
3804         * tests/test-linked_list.c: New file.
3805         * tests/test-avltree_list.c: New file.
3806         * tests/test-rbtree_list.c: New file.
3807         * tests/test-linkedhash_list.c: New file.
3808         * tests/test-avltreehash_list.c: New file.
3809         * tests/test-rbtreehash_list.c: New file.
3810         * tests/test-avltree_oset.c: New file.
3811         * tests/test-rbtree_oset.c: New file.
3812         * MODULES.html.sh (Container data structures): New section.
3813
3814 2006-07-17  Bruno Haible  <bruno@clisp.org>
3815
3816         * m4/gl_list.m4: New file.
3817
3818 2006-07-17  Bruno Haible  <bruno@clisp.org>
3819
3820         * lib/gl_list.h: New file.
3821         * lib/gl_list.c: New file.
3822         * lib/gl_array_list.h: New file.
3823         * lib/gl_array_list.c: New file.
3824         * lib/gl_carray_list.h: New file.
3825         * lib/gl_carray_list.c: New file.
3826         * lib/gl_linked_list.h: New file.
3827         * lib/gl_linked_list.c: New file.
3828         * lib/gl_anylinked_list1.h: New file.
3829         * lib/gl_anylinked_list2.h: New file.
3830         * lib/gl_avltree_list.h: New file.
3831         * lib/gl_avltree_list.c: New file.
3832         * lib/gl_anyavltree_list1.h: New file.
3833         * lib/gl_anyavltree_list2.h: New file.
3834         * lib/gl_rbtree_list.h: New file.
3835         * lib/gl_rbtree_list.c: New file.
3836         * lib/gl_anyrbtree_list1.h: New file.
3837         * lib/gl_anyrbtree_list2.h: New file.
3838         * lib/gl_anytree_list1.h: New file.
3839         * lib/gl_anytree_list2.h: New file.
3840         * lib/gl_linkedhash_list.h: New file.
3841         * lib/gl_linkedhash_list.c: New file.
3842         * lib/gl_anyhash_list1.h: New file.
3843         * lib/gl_anyhash_list2.h: New file.
3844         * lib/gl_avltreehash_list.h: New file.
3845         * lib/gl_avltreehash_list.c: New file.
3846         * lib/gl_rbtreehash_list.h: New file.
3847         * lib/gl_rbtreehash_list.c: New file.
3848         * lib/gl_anytreehash_list1.h: New file.
3849         * lib/gl_anytreehash_list2.h: New file.
3850
3851         * lib/gl_oset.h: New file.
3852         * lib/gl_oset.c: New file.
3853         * lib/gl_array_oset.h: New file.
3854         * lib/gl_array_oset.c: New file.
3855         * lib/gl_avltree_oset.h: New file.
3856         * lib/gl_avltree_oset.c: New file.
3857         * lib/gl_rbtree_oset.h: New file.
3858         * lib/gl_rbtree_oset.c: New file.
3859         * lib/gl_anytree_oset.h: New file.
3860
3861 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3862
3863         * m4/mkancesdirs.m4: New file.
3864         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
3865         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
3866         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
3867         it.
3868
3869 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3870
3871         * lib/dirchownmod.c, dirchownmod.h, mkancesdirs.c, mkancesdirs.h:
3872         New files.
3873         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
3874         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
3875         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
3876         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
3877         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
3878         callers changed.  Revamp internals significantly, by not
3879         attempting to create directories that are temporarily more
3880         permissive than the final results.  Do not attempt to use
3881         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
3882         This removes some race conditions, fixes some bugs, and simplifies
3883         things.  Use new dirchownmod function to do owner and mode changes.
3884         * lib/mkdir-p.h: Likewise.
3885         * lib/modechange.c (octal_to_mode): New function.
3886         (struct mode_change): New member mentioned.
3887         (make_node_op_equals): New arg mentioned.  All callers changed.
3888         (mode_compile): Keep track of which mode bits the user has explicitly
3889         mentioned.
3890         (mode_adjust): New arg DIR, so that we implement the X op correctly.
3891         New arg PMODE_BITS, to keep track of which mode bits the user
3892         mentioned; it treats S_ISUID and S_ISGID speciall.
3893         All callers changed.
3894         * lib/modechange.h: Likewise.
3895
3896 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3897
3898         * MODULES.html.sh: Add mkancestors.
3899         * modules/mkancesdirs: New module.
3900         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
3901         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
3902         The chdir-safer and afs files are now orphans; I'll remove them
3903         unless someone speaks up.
3904         Add lib/dirchownmod.c, lib/dirchownmod.h.
3905         (Depends-on): Remove alloca, chown, save-cwd, dirname.
3906         Add lchown, mkancesdirs.
3907         (Maintainer): Add self.
3908
3909 2006-07-15  Karl Berry  <karl@gnu.org>
3910
3911         * gnulib-tool: help message wording/arrangement.
3912
3913 2006-07-14  Simon Josefsson  <jas@extundo.com>
3914
3915         * doc/gnulib.texi (Libtool and Windows): New section.
3916
3917 2006-07-12  Simon Josefsson  <jas@extundo.com>
3918
3919         * modules/gendocs (License): Fix license, approved by Karl.
3920
3921 2006-07-12  Eric Blake  <ebb9@byu.net>
3922
3923         * MODULES.html.sh: Add gendocs.
3924
3925 2006-07-11  Eric Blake  <ebb9@byu.net>
3926
3927         * modules/fdl: New module, to install doc/fdl.texi.
3928         * MODULES.html.sh: Add new section for documentation modules.
3929         * gnulib-tool: Avoid space-tab.
3930         (--doc-base): New option, to manage files from doc.
3931
3932 2006-07-11  Eric Blake  <ebb9@byu.net>
3933
3934         * m4/absolute-header.m4: Fix comments to match recent change.
3935
3936 2006-07-11  Eric Blake  <ebb9@byu.net>
3937
3938         * gnulib-tool: List --doc-base before --tests-base.
3939
3940 2006-07-11  Derek R. Price  <derek@ximbiot.com>
3941
3942         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
3943
3944 2006-07-11  Bruno Haible  <bruno@clisp.org>
3945
3946         * README: Mention where to put documentation.
3947
3948 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3949
3950         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
3951
3952 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3953
3954         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
3955         to stdint.m4.
3956
3957 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3958
3959         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
3960         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
3961         "no/such/file/stdint.h" when there is no such file, so that
3962         the resulting C code can be parsed by dodgy compilers.
3963         Problems reported by Bob Proulx.
3964
3965 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3966
3967         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
3968         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3969         macros into the GNU _D_EXACT_NAMLEN.
3970         * lib/savedir.c:  Likewise.
3971         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
3972
3973 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3974         and Paul Eggert  <eggert@cs.ucla.edu>
3975
3976         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
3977         * m4/savedir.m4:
3978         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3979         macros into the GNU _D_EXACT_NAMLEN.
3980
3981 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3982
3983         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
3984         around the absolute name, to work around a problem with the HP-UX
3985         11.23 native C compiler, reported by Bob Proulx.
3986
3987 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3988
3989         * doc/maintain.texi, make-stds.texi: Sync from
3990         <http://savannah.gnu.org/projects/gnustandards>.
3991
3992 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3993
3994         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
3995
3996 2006-07-09  Jim Meyering  <jim@meyering.net>
3997
3998         * m4/glob.m4: Remove a doubled word in a comment.
3999
4000 2006-07-09  Jim Meyering  <jim@meyering.net>
4001
4002         * lib/argp-pv.c: Remove a doubled word in a comment.
4003         * lib/check-version.c (check_version): Likewise.
4004         * lib/javacomp.c (compile_java_class): Likewise.
4005
4006 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
4007
4008         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
4009         for the benefit of people using Autoconf 2.60.  If you want to
4010         support older Autoconf versions you can copy m4/onceonly_2_57.m4
4011         (or m4/onceonly.m4, if pre-2.57) manually.
4012
4013 2006-07-08  Jim Meyering  <jim@meyering.net>
4014
4015         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
4016         comment.
4017         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
4018         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
4019         comment.
4020
4021 2006-07-08  Jim Meyering  <jim@meyering.net>
4022
4023         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
4024
4025 2006-07-07  Simon Josefsson  <jas@extundo.com>
4026
4027         * tests/test-crc.c: Change expected crc value, the test vector
4028         were probably computed using the old broken crc.c?
4029
4030 2006-07-06  Simon Josefsson  <jas@extundo.com>
4031
4032         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
4033         now the canonical place for the M4 file).
4034
4035         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
4036         from the sys_socket dependency now.
4037
4038         * modules/inet_pton (Files): Ditto.
4039
4040         * modules/inet_ntop (Files): Ditto.
4041
4042 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
4043
4044         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
4045         not gl_PREREQ_GETUSERSHELL.
4046
4047 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4048
4049         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
4050         with only one argument, for Autoconf 2.60.
4051         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
4052         expand to nothing, so add a shell command to avoid syntax error.
4053         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
4054
4055 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4056
4057         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
4058
4059 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4060
4061         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
4062         no longer needed.  Check for isblank decl.
4063         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
4064         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
4065         of existence.
4066
4067 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4068
4069         * lib/getloadavg.c: Use __VMS, not VMS.
4070         * lib/getopt.c: Likewise.
4071         * lib/getpagesize.h: Likewise.
4072         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
4073         and probably does not work.
4074
4075 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4076
4077         * lib/.cppi-disable: Add wcwidth.
4078         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
4079         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
4080         (ISGRAPH): Remove.  All uses changed to isgraph.
4081         (FOLD) [!defined _LIBC]: Remove special case.
4082         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
4083         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
4084         HAVE_ISBLANK.
4085         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
4086         case.
4087
4088 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
4089
4090         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
4091         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
4092         brackets.  Other minor changes to suppress some compiler
4093         warnings.
4094
4095 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4096         and Paul Eggert  <eggert@cs.ucla.edu>
4097
4098         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
4099         of invoking obsolescent AC_HEADER_DIRENT macro.
4100         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
4101         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
4102         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
4103         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4104         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
4105         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4106         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
4107         * m4/readdir.m4: Remove; no longer needed.
4108
4109 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4110         and Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
4113         Don't worry about this obsolete case any more.
4114         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
4115         directories.
4116         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
4117         worry about this obsolete case any more.
4118         * lib/fts.c: Likewise.
4119         * lib/getcwd.c: Likewise.
4120         * lib/glob.h: Likewise.
4121         * lib/savedir.c: Likewise.
4122
4123 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4124
4125         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
4126         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
4127         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
4128         needed.
4129         All uses removed.
4130         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4131         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4132         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
4133         needed.
4134         * m4/getdate.m4 (gl_GETDATE): Likewise.
4135         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4136         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4137         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4138         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4139         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4140         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4141         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
4142         needed.
4143
4144 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4145
4146         * lib/memcasecmp.c: Include <limits.h>.
4147         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
4148         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
4149         Don't assume isdigit succeeds only on '0' through '9'.
4150
4151 2006-07-05  Eric Blake  <ebb9@byu.net>
4152
4153         * modules/getaddrinfo (Depends-on): Add snprintf.
4154
4155 2006-07-05  Eric Blake  <ebb9@byu.net>
4156
4157         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
4158         to avoid 'header present but could not be compiled' on cygwin.
4159
4160 2006-07-05  Eric Blake  <ebb9@byu.net>
4161
4162         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
4163         missing from netdb.h.
4164         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
4165
4166 2006-07-05  Derek R. Price  <derek@ximbiot.com>
4167
4168         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
4169         no longer needed.
4170         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
4171         * m4/getdate.m4 (gl_GETDATE): Likewise.
4172         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4173         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4174         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4175         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4176         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4177
4178 2006-07-05  Derek R. Price  <derek@ximbiot.com>
4179
4180         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
4181         All uses of is_space replaced by isspace.
4182         * lib/exit.h: Don't talk about STDC_HEADERS.
4183         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
4184         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
4185         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
4186         replaced by isprint etc.
4187         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
4188         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
4189         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
4190         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
4191         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
4192         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
4193
4194 2006-07-05  Bruno Haible  <bruno@clisp.org>
4195
4196         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
4197         the function exists, before testing against AIX.
4198         Reported by Martin Lambers <marlam@marlam.de>.
4199
4200 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4201
4202         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
4203         From Mark D. Baushke.
4204
4205 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4206
4207         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
4208         to the absolute name, not just one, to bypass Sun C 5.8's
4209         "warning: #include of /usr/include/... may be non-portable".
4210
4211 2006-07-04  Eric Blake  <ebb9@byu.net>
4212
4213         * modules/dirname-tests: New test module.
4214         * tests/test-dirname.c: New file, replacing dirname.c
4215         TEST_DIRNAME section that was recently deleted.
4216
4217 2006-07-04  Bruno Haible  <bruno@clisp.org>
4218
4219         Assume ANSI C header files and <ctype.h> functions.
4220         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
4221         (mbsnwidth): Use isprint, iscntrl instead.
4222
4223 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4224
4225         Merge from coreutils.
4226         * MODULES.html.sh: Add xstrtold.
4227         * modules/xstrtold: New file.
4228         * modules/cycle-check (Files): Add lib/same-inode.h.
4229         * modules/dirname (Files): Add m4/double-slash-root.m4.
4230         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
4231         * modules/mkdir-p (Files): Add lib/same-inode.h.
4232         * modules/same (Files): Add lib/same-inode.h.
4233
4234 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4235
4236         * m4/absolute-header.m4: Renamed from full-header-path.m4.
4237         This is to keep the terminology clean; POSIX talks about
4238         "absolute pathnames", not "full pathnames", but the GNU
4239         Coding Standards say to use "path" for something else;
4240         so use "absolute" to keep both sides happy.
4241         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
4242         Set gl_absolute_header, not gl_full_header_path.
4243         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
4244         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
4245         All uses changed.
4246
4247         Merge from coreutils.
4248
4249         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4250
4251         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
4252         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
4253         want to require the building of c-strtod.o.
4254         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
4255         needs -lm directly.
4256         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
4257
4258         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4259
4260         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
4261         --as-needed option if available.  Problem reported by Albert Chin in
4262         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
4263         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
4264         cc merely issues a bunch of annoying warnings for --as-needed
4265         (this problem was reported by Bob Proulx).  Also, try linking with
4266         -lm to detect a bug in binutils 2.16 (this problem was reported
4267         by Ralf Wildenhues).
4268
4269         2006-06-18  Jim Meyering  <jim@meyering.net>
4270
4271         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
4272         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
4273         macro.
4274         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
4275         also check for glibc-2.4's abort-inducing bug.
4276
4277         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
4278         Low-probability clean-up should be to use rmdir to get rid of
4279         the just-created directory, not unlink.
4280
4281         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
4282         configure fail, and request a bug report to inform us about it.
4283         Add a comment that, barring reports to the contrary, in 2007 we'll
4284         assume ftruncate is universally available.
4285
4286         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
4287
4288         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
4289
4290         2006-03-12  Jim Meyering  <jim@meyering.net>
4291
4292         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
4293         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
4294         * m4/same.m4 (gl_SAME): Likewise.
4295         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
4296
4297         2006-03-11  Eric Blake  <ebb9@byu.net>
4298
4299         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
4300         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
4301         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
4302         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
4303
4304 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4305
4306         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
4307         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
4308         reported by Mark D. Baushke, one in
4309         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
4310
4311         Merge from coreutils.
4312
4313         * lib/.cppi-disable: Add stdint_.h.
4314         * lib/.cvsignore: Add stdint.h.
4315
4316         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4317
4318         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
4319         both double and long double versions.
4320         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
4321         * lib/xstrtold.c: New file.
4322         * lib/xstrtod.h (xstrtold): New decl.
4323
4324         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
4325
4326         * lib/filemode.c (setst): Remove.
4327         (strmode): Rewrite to avoid setst.  This makes the code shorter,
4328         (arguably) clearer, and the generated code is a bit smaller on my
4329         Debian GNU/Linux stable x86 host.
4330
4331         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
4332
4333         * lib/filemode.c: Include "filemode.h" first, to test the interface.
4334         Assume that filemode.h includes sys/types.h and sys/stat.h.
4335         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
4336         (ftypelet): Reorder to put common cases first, for efficiency.
4337         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
4338         to do 'M'.
4339         (strmode): Renamed from mode_string, and now stores 12 bytes instead
4340         of 10, for compatibility with FreeBSD.  All callers changed.
4341         (filemodestring): Now stores 12 bytes instead of 10, and sets file
4342         types that can't be deduced solely from st_mode.  First arg is now a
4343         const pointer.
4344         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
4345         (strmode): Renamed from mode_string.
4346         (filemodestring): New decl.
4347         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
4348         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
4349         needed.
4350         (S_ISPORT, S_ISWHT): New macros, if not already defined.
4351
4352         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
4353
4354         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
4355         fsusage.h now does that.  Include fsusage.h first, to test interface.
4356         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
4357         at most one method (the old code could have generated decls that
4358         didn't conform to C89, not that this was ever exercised).
4359         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
4360
4361         2006-03-19  Jim Meyering  <jim@meyering.net>
4362
4363         Work even in a chroot where d_ino values for entries in "/"
4364         don't match the stat.st_ino values for the same names.
4365         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
4366         number, iterate through all entries again, using lstat instead.
4367         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
4368         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
4369
4370         * lib/getcwd.c (__getcwd): Clarify a comment.
4371         Use memcpy in place of a call to strcpy.
4372
4373         2006-03-12  Jim Meyering  <jim@meyering.net>
4374
4375         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
4376         matches that of the current directory (which we're about to chdir ".."
4377         out of), then save the dev-ino of the parent, instead.
4378
4379         * lib/same-inode.h (SAME_INODE): New file/macro.
4380         * lib/chdir-safer.c (SAME_INODE): Remove definition.
4381         Include "same-inode.h", instead.
4382         * lib/same.c: Likewise.
4383         * lib/cycle-check.h: Include "same-inode.h".
4384         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
4385         * lib/cycle-check.c (SAME_INODE): Remove definition.
4386         * lib/root-dev-ino.h: Include "same-inode.h".
4387
4388         2006-03-11  Eric Blake  <ebb9@byu.net>
4389
4390         * lib/same.c (same_name): s/base_name/last_component/
4391         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
4392         * lib/filenamecat.c (file_name_concat): Likewise.
4393
4394         2006-03-11  Eric Blake  <ebb9@byu.net>,
4395                     Paul Eggert  <eggert@cs.ucla.edu>
4396
4397         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
4398         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
4399         drive prefix.
4400         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
4401         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
4402         (last_component): New method.
4403         * lib/dirname.c (dir_len): Determine when drive letters need a
4404         subsequent slash.  Preserve // when it is special.
4405         (dir_name): Don't append dot when drive letter is absolute.
4406         [TEST_DIRNAME]: Move into a full-blown gnulib test.
4407         * lib/basename.c (base_name): New semantics - malloc the result.
4408         Preserve // when it is special.  Preserve relative files that look
4409         like drive letters.
4410         (base_len): Preserve // when it is special.
4411         (last_component): New method, similar to old base_name semantics.
4412         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
4413         base_name.  Strip redundant slashes from ///.
4414
4415 2006-07-03  Jim Meyering  <jim@meyering.net>
4416
4417         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
4418         macro is used before the first cycle_check call.
4419
4420 2006-07-03  Eric Blake  <ebb9@byu.net>
4421
4422         * modules/dirname (Depends-on): Add xstrndup.
4423
4424 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4425
4426         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
4427         test cases, so that config.log is a bit easier to follow.
4428
4429 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4430
4431         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
4432         both are 64 bits, since this seems to be the tradition, and this
4433         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
4434         we ever run into a host that prefers long long to long in this
4435         case, we'll need another configure-time test.  Problem reported by
4436         Jim Meyering.
4437
4438 2006-07-02  Eric Blake  <ebb9@byu.net>
4439
4440         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
4441
4442 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4443
4444         * modules/inttypes (Depends-on): No longer depends on stdint.
4445         * modules/stdint (Description): Say more about assumptions.
4446         Say that the fast types might differ.  Say macros are used.
4447         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
4448         (Makefile.am): Revise list of substituted symbols to match
4449         new stdint.m4.
4450         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
4451         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
4452         * tests/test-stdint.c (verify_same_types)
4453         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
4454         the code conforms to C99/C89.
4455         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
4456         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
4457
4458 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4459
4460         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
4461         but fix a bug, by requiring at least 64 bits.
4462         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4463         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
4464         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
4465         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
4466
4467         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
4468         changes.  Make 2.59 a prerequisite.  Check and substitute for
4469         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
4470         inttypes.h.  Do not use special include files; just use the
4471         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
4472         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
4473         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
4474         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
4475         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
4476         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
4477         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
4478         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
4479         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
4480         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
4481         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
4482         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
4483         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
4484         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
4485         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
4486         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
4487         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
4488         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
4489         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
4490         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
4491         WINT_MAX.  Check for C99 conformance more strictly, by detecting
4492         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
4493         not check for things that C99 does not require, e.g., int8_t.  If
4494         a test isn't needed unless <stdint.h> isn't working, and is
4495         unlikely to be needed for any other reason, then don't do it
4496         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
4497         size_t, since we assume C89 freestanding at least.  Do not check
4498         for sig_atomic_t, wchar_t, or wint_t, since the code now does
4499         the right thing even if the types are not defined.  Instead use:
4500         (gl_STDINT_TYPE_PROPERTIES): New macro.
4501         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
4502         testing whether <sys/types.h> clashes, as Autoconf does this for
4503         us now.  All uses removed.
4504         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
4505         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
4506         (gl_CHECK_TYPE_SAME):
4507         Remove; no longer needed.
4508         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
4509         exists, since we'll return 0 anyway in that case.
4510         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
4511
4512 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4513
4514         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
4515         possible collision with system files.
4516         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
4517         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
4518         WCHAR_MIN and WCHAR_MAX in this case.
4519         (<stddef.h>): Do not include; no longer needed.
4520         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
4521         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
4522         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
4523         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
4524         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
4525         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
4526         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
4527         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
4528         !defined(__c99))]: Include in this case too, since it's harmless
4529         now.
4530         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
4531         dangerous to do so.
4532         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
4533         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
4534         (_STDINT_MIN, _STDINT_MAX): New macros.
4535         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
4536         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
4537         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
4538         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
4539         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
4540         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
4541         macros, not typedefs; this simplifies things quite a bit.
4542         Use long int for all types narrower than int64_t.
4543         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
4544         Define in terms of long long int or int64_t or long int,
4545         not int64_t or int32_t.  This saves some compile-time testing.
4546         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
4547         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
4548         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
4549         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
4550         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
4551         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
4552         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
4553         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
4554         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
4555         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
4556         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
4557         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
4558         undef any previous version and define our own version, for
4559         simplicity and consistency with the new macros for types.
4560         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
4561         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
4562         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
4563         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
4564         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
4565         @WINT_T_SUFFIX@ to keep things simple here.
4566         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
4567         Simplify by assuming typical 8/16/32/64 host, since we're
4568         already doing that elsewhere anyway.
4569         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
4570         and assume long long int is 64 bits if available.  This
4571         speeds up 'configure'.
4572
4573 2006-07-01  Eric Blake  <ebb9@byu.net>
4574
4575         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
4576         Reported by Andreas Buening.
4577
4578 2006-07-01  Eric Blake  <ebb9@byu.net>
4579
4580         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
4581
4582 2006-06-30  Jim Hyslop <jhyslop@dreampossible.ca>  (tiny change)
4583
4584         * lib/getaddrinfo.c: fixed typo
4585
4586 2006-06-29  Jim Meyering  <jim@meyering.net>
4587
4588         * modules/strftime (Maintainer): Add my name, since with the
4589         FPRINTFTIME changes strftime.c has forked from glibc.
4590
4591 2006-06-29  Eric Blake  <ebb9@byu.net>
4592
4593         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
4594
4595 2006-06-29  Eric Blake  <ebb9@byu.net>
4596
4597         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
4598
4599 2006-06-29  Eric Blake  <ebb9@byu.net>
4600
4601         * lib/stat_.h: New file.
4602
4603 2006-06-29  Eric Blake  <ebb9@byu.net>
4604
4605         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
4606         unused static function.
4607
4608 2006-06-29  Eric Blake  <ebb9@byu.net>
4609
4610         * doc/functions.texi (Function Portability): Document missing lstat
4611         on mingw.
4612
4613 2006-06-29  Eric Blake  <ebb9@byu.net>
4614
4615         * MODULES.html.sh: Add sys_stat.
4616         * modules/sys_stat: New module.
4617         * modules/mkstemp (Depends-on): Add sys_stat.
4618
4619 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4620
4621         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
4622
4623 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4624
4625         * m4/c-bs-a.m4: Removed.
4626
4627 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4628
4629         * lib/strftime.c: Assume strftime() exists.
4630
4631 2006-06-29  Derek Price  <derek@ximbiot.com>
4632
4633         * modules/c-bs-a: Removed - \a is C89.
4634         * MODULES.html.sh: Remove c-bs-a.
4635
4636 2006-06-29  Bruno Haible  <bruno@clisp.org>
4637
4638         * modules/wcwidth (License): Change to LGPL.
4639
4640 2006-06-28  Simon Josefsson  <jas@extundo.com>
4641
4642         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
4643         on _WIN32.
4644
4645         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
4646         getnameinfo.
4647
4648 2006-06-28  Simon Josefsson  <jas@extundo.com>
4649
4650         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
4651
4652 2006-06-28  Simon Josefsson  <jas@extundo.com>
4653
4654         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
4655         functions there.  It will succeed on Windows XP, but on Windows
4656         2000 and (presumably) earlier, it will fail, and use the internal
4657         re-implementation.
4658         (use_win32_p): New function.
4659         (getaddrinfo): Use strtoul on servname, to support numeric ports.
4660         Support AI_NUMERICSERV to disable getservbyname.
4661         (getnameinfo): New function, only supports
4662         NI_NUMERICHOST|NI_NUMERICSERV for now.
4663
4664         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
4665         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
4666         getnameinfo.
4667
4668 2006-06-28  Eric Blake  <ebb9@byu.net>
4669
4670         * modules/wcwidth: New file.
4671         * modules/mbchar (Depends-on): Add wcwidth.
4672         * modules/mbswidth (Depends-on): Add wcwidth.
4673         * MODULES.html.sh: Add wcwidth.
4674
4675 2006-06-28  Eric Blake  <ebb9@byu.net>
4676
4677         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
4678         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
4679
4680 2006-06-28  Eric Blake  <ebb9@byu.net>
4681
4682         * lib/xvasprintf.h: Fix comments.
4683
4684 2006-06-28  Eric Blake  <ebb9@byu.net>
4685
4686         * lib/mbchar.h (wcwidth): Include wcwidth.h.
4687         * lib/mbswidth.c (wcwidth): Move from here...
4688         * lib/wcwidth.h: ...to this new file.
4689
4690 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4691
4692         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
4693
4694         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
4695         it's obsolete.
4696         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
4697
4698 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4699
4700         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
4701         Autoconf 2.60 says this stuff was obsolete.
4702
4703 2006-06-28  Bruno Haible  <bruno@clisp.org>
4704
4705         * modules/wcwidth (Files): Add m4/wchar_t.m4.
4706
4707 2006-06-28  Bruno Haible  <bruno@clisp.org>
4708
4709         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
4710         gt_TYPE_WCHAR_T.
4711
4712 2006-06-28  Bruno Haible  <bruno@clisp.org>
4713
4714         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
4715         declaration for wcwidth.
4716         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
4717
4718 2006-06-28  Bruno Haible  <bruno@clisp.org>
4719
4720         * lib/mkdtemp.c [MINGW]: Include <io.h>.
4721         (mkdir): Define using _mkdir.
4722
4723 2006-06-28  Bruno Haible  <bruno@clisp.org>
4724
4725         * lib/getaddrinfo.h: Fix POSIX URL.
4726         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
4727         _WIN32.
4728         (use_win32_p): Make static.
4729         (getaddrinfo): Reject service name if it is empty or does not consist
4730         solely of decimal digits, or if its value is > 65535.
4731         (getnameinfo): Remove useless casts.
4732
4733 2006-06-27  Simon Josefsson  <jas@extundo.com>
4734
4735         * modules/sys_select: New file, suggested by Bruno Haible, Paul
4736         Eggert and Martin Lambers.
4737
4738 2006-06-27  Simon Josefsson  <jas@extundo.com>
4739
4740         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
4741         Eggert and Martin Lambers.
4742
4743 2006-06-27  Bruno Haible  <bruno@clisp.org>
4744
4745         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
4746         result to 0, not to empty.
4747         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
4748
4749 2006-06-27  Bruno Haible  <bruno@clisp.org>
4750
4751         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
4752
4753 2006-06-26  Simon Josefsson  <jas@extundo.com>
4754
4755         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
4756         present.
4757
4758 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
4759
4760         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
4761         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
4762         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
4763
4764 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
4765
4766         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
4767
4768 2006-06-26  Bruno Haible  <bruno@clisp.org>
4769
4770         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
4771
4772 2006-06-26  Bruno Haible  <bruno@clisp.org>
4773
4774         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
4775
4776 2006-06-26  Bruno Haible  <bruno@clisp.org>
4777
4778         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
4779         SGI C compiler in pre-C99 mode.
4780         Suggested by Mark D. Baushke and Larry Jones.
4781
4782 2006-06-26  Bruno Haible  <bruno@clisp.org>
4783
4784         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
4785         WCHAR_MAX.
4786         Reported by Mark D. Baushke and Larry Jones.
4787
4788 2006-06-26  Bruno Haible  <bruno@clisp.org>
4789
4790         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
4791         in pre-C99 mode.
4792         Suggested by Mark D. Baushke and Larry Jones.
4793
4794 2006-06-23  Simon Josefsson  <jas@extundo.com>
4795             Bruno Haible  <bruno@clisp.org>
4796
4797         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
4798         Emit mostlyclean-local rule.
4799         (func_emit_tests_Makefile_am): Likewise.
4800         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
4801
4802 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
4803
4804         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
4805
4806 2006-06-23  Bruno Haible  <bruno@clisp.org>
4807
4808         * tests/test-stdint.c: Update to match ISO C 99 Technical
4809         Corrigendum 1.
4810
4811 2006-06-23  Bruno Haible  <bruno@clisp.org>
4812
4813         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
4814
4815 2006-06-23  Bruno Haible  <bruno@clisp.org>
4816
4817         * lib/stdint_.h: Treat IRIX like OpenBSD.
4818
4819 2006-06-23  Bruno Haible  <bruno@clisp.org>
4820
4821         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
4822         ISO C 99 Technical Corrigendum 1.
4823
4824 2006-06-22  Simon Josefsson  <jas@extundo.com>
4825
4826         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
4827         MinGW.
4828
4829 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4830
4831         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
4832         needed.  Some compiler complained about some of them.  Problem reported
4833         by Larry Jones in
4834         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
4835
4836 2006-06-21  Simon Josefsson  <jas@extundo.com>
4837
4838         * tests/test-getaddrinfo.c: New file.
4839
4840         * modules/getaddrinfo-tests: New file.
4841
4842         * MODULES.html.sh: Add inet_pton.
4843
4844         * modules/inet_pton: New file.
4845
4846 2006-06-21  Simon Josefsson  <jas@extundo.com>
4847
4848         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
4849         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
4850         of using the (limited) gnulib implementation on Windows XP.
4851
4852         * m4/inet_pton.m4: New file.
4853
4854 2006-06-21  Simon Josefsson  <jas@extundo.com>
4855
4856         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
4857         variable.
4858
4859         * lib/socket_.h: Don't define WINVER.
4860
4861         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
4862         slightly modified to work in gnulib.
4863
4864 2006-06-21  Simon Josefsson  <jas@extundo.com>
4865
4866         * doc/gnulib.texi (Windows sockets): Add.
4867
4868 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
4869
4870         * lib/read-file.c (fread_file): Start with buffer allocation of
4871         0 bytes rather than 1 byte; this simplifies the code.
4872         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
4873         code to free buffer and save/restore errno.
4874         (internal_read_file): Remove unused local.
4875
4876 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4877
4878         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
4879         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
4880         Problem reported by Denis Excoffier in
4881         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
4882
4883 2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4884
4885         * modules/sys_socket, modules/socklen: Include sys/types since
4886         FreeBSD 4.x's sys/socket.h needs it.
4887
4888 2006-06-19  Simon Josefsson  <jas@extundo.com>
4889
4890         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
4891
4892 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4893
4894         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
4895
4896 2006-06-19  Bruno Haible  <bruno@clisp.org>
4897
4898         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
4899         and FULL_PATH_INTTYPES_H in angle brackets.
4900         Reported by Mark D. Baushke <mdb@gnu.org>.
4901
4902 2006-06-17  Eric Blake  <ebb9@byu.net>
4903
4904         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
4905         errno.
4906
4907 2006-06-17  Bruno Haible  <bruno@clisp.org>
4908
4909         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
4910         <sys/inttypes.h>.
4911
4912 2006-06-17  Bruno Haible  <bruno@clisp.org>
4913
4914         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
4915         whether errno is declared. Assume <errno.h> declares errno.
4916
4917 2006-06-17  Bruno Haible  <bruno@clisp.org>
4918
4919         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
4920
4921 2006-06-17  Bruno Haible  <bruno@clisp.org>
4922
4923         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
4924         problem on Solaris 2.5.1.
4925
4926 2006-06-16  Eric Blake  <ebb9@byu.net>
4927
4928         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
4929         * lib/unicodeio.c [!defined errno]: Likewise.
4930         * lib/strtol.c [!defined errno]: Likewise.
4931         * lib/strtod.c [!defined errno]: Likewise.
4932
4933 2006-06-15  Eric Blake  <ebb9@byu.net>
4934
4935         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
4936
4937 2006-06-15  Eric Blake  <ebb9@byu.net>
4938
4939         * config/srclist.txt (ssize_t.m4): Lose sync.
4940
4941 2006-06-15  Bruno Haible  <bruno@clisp.org>
4942
4943         * modules/stdint (Files): Include m4/full-header-path.m4,
4944         m4/size_max.m4, m4/wchar_t.m4.
4945         (Makefile.am): Many more substitutions.
4946         * modules/stdint-tests: New file.
4947         * tests/test-stdint.c: New file.
4948
4949 2006-06-15  Bruno Haible  <bruno@clisp.org>
4950
4951         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
4952         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
4953         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
4954         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
4955         gl_CHECK_TYPE_SAME): New macros.
4956
4957 2006-06-15  Bruno Haible  <bruno@clisp.org>
4958
4959         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
4960
4961 2006-06-15  Bruno Haible  <bruno@clisp.org>
4962
4963         * lib/stdint_.h: Rewritten to be fully auto-configured.
4964         Fixes bug on HP-UX/IA64.
4965
4966 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
4967
4968         * lib/getdate.y (__attribute__): Don't define if already defined.
4969         Problem reported by Larry Jones.
4970         * lib/utimens.c (__attribute__): Likewise.
4971
4972 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4973
4974         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
4975         reported by Andreas Schwab.
4976
4977 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4978             Bruno Haible  <bruno@clisp.org>
4979
4980         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
4981         check for the declaration of strnlen and a run test that exposes the
4982         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
4983         rpl_strndup.
4984
4985 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4986             Bruno Haible  <bruno@clisp.org>
4987
4988         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
4989
4990 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4991
4992         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
4993         compile test, for Tru64 4.0D.
4994
4995 2006-05-28  Karl Berry  <karl@gnu.org>
4996
4997         * config/srclist.txt (printf-args.c): lose sync.
4998
4999 2006-05-26  Martin Lambers  <marlam@marlam.de>
5000
5001         * lib/getpass.c: Updates the test for the native W32 API, and adds
5002         missing includes, thus fixing compilation warnings.
5003
5004 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5005
5006         * lib/exclude.c (exclude_fnmatch): New function.
5007         (excluded_file_name): Call exclude_fnmatch.
5008         * lib/exclude.h (excluded_file_name): New prototype
5009
5010 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5011
5012         * lib/tempname.c (small_open, large_open): New macros.
5013         (__open, __open64) [!_LIBC]: Remove.
5014         (__gen_tempname): Use small_open and large_open instead of __open
5015         and __open64.  This fixes a portability bug on HP-UX 11.11i
5016         reported by Simon Wing-Tang in
5017         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
5018
5019 2006-05-24  Bruno Haible  <bruno@clisp.org>
5020
5021         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
5022         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
5023         Reported by Thorsten Maerz <torte@netztorte.de> via
5024         Aaron Stone <aaron@serendipity.cx>.
5025
5026 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
5027
5028         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
5029         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
5030         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
5031         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
5032         not really conditional on the cache.
5033         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
5034
5035 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
5036
5037         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
5038         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
5039         (my_usleep): Don't mishandle maximum value.
5040
5041 2006-05-19  Jim Meyering  <jim@meyering.net>
5042
5043         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
5044
5045 2006-05-17  Bruno Haible  <bruno@clisp.org>
5046
5047         Cygwin portability.
5048         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
5049
5050 2006-05-17  Bruno Haible  <bruno@clisp.org>
5051
5052         * lib/stdint_.h: Fix recognition of Cygwin.
5053
5054 2006-05-15  Bruno Haible  <bruno@clisp.org>
5055
5056         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
5057         on libtool patch by Ralf Wildenhues.
5058
5059 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
5060
5061         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
5062         test for C99 conformance; (bool) 0.5 is an integer constant
5063         expression, but (bool) -0.5 is not.  Problem reported by Fedor
5064         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
5065
5066 2006-05-11  Simon Josefsson  <jas@extundo.com>
5067
5068         * m4/xvasprintf.m4: Fix obvious typo.
5069
5070 2006-05-11  Jim Meyering  <jim@meyering.net>
5071
5072         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
5073         James Lemley.
5074
5075 2006-05-10  Simon Josefsson  <jas@extundo.com>
5076
5077         * lib/md4.c: Typo fix, update copyright years.
5078         (K1, K2): Don't use L because it turn computations into 64-bit on
5079         64-bit platforms.
5080
5081 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5082
5083         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
5084         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
5085         unwanted sign propagation, e.g., on hosts with 64-bit int.
5086         There still are some problems with reeelly weird theoretical hosts
5087         (e.g., 33-bit int) but it's not worth worrying about now.
5088         * lib/sha1.c (rol): Likewise.
5089         (K1, K2, K3, K4): Remove unnecessary L suffix.
5090
5091 2006-05-10  Bruno Haible  <bruno@clisp.org>
5092
5093         * lib/des.c: Cast to avoid warnings.
5094
5095 2006-05-09  Bruno Haible  <bruno@clisp.org>
5096
5097         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
5098         (Depends-on): Depend also on xsize, stdarg.
5099         (configure.ac): Add gl_XVASPRINTF.
5100
5101 2006-05-09  Bruno Haible  <bruno@clisp.org>
5102
5103         * m4/xvasprintf.m4: New file.
5104
5105 2006-05-09  Bruno Haible  <bruno@clisp.org>
5106
5107         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
5108         (EOVERFLOW): Define fallback value.
5109         (xstrcat): New function.
5110         (xvasprintf): Recognize the special case of a string concatenation.
5111
5112 2006-05-08  Eric Blake  <ebb9@byu.net>
5113
5114         * gnulib-tool (func_version): Base copyright year on CVS date.
5115         (func_emit_copyright_notice): New function.
5116         (func_emit_lib_Makefile_am): Use it.
5117         (func_emit_tests_Makefile_am): Likewise.
5118         (func_import): Likewise.
5119
5120 2006-05-08  Bruno Haible  <bruno@clisp.org>
5121
5122         * modules/stdarg: New file.
5123         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
5124
5125 2006-05-08  Bruno Haible  <bruno@clisp.org>
5126
5127         * m4/stdarg.m4: New file, from GNU gettext.
5128
5129 2006-05-08  Bruno Haible  <bruno@clisp.org>
5130
5131         * config/srclist.txt (build-aux/config.rpath): different from latest
5132         release.
5133
5134 2006-05-08  Bruno Haible  <bruno@clisp.org>
5135
5136         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
5137
5138 2006-05-05  Jim Meyering  <jim@meyering.net>
5139
5140         * m4/warning.m4: New file, derived from bison's file by the same name.
5141
5142 2006-05-03  Bruno Haible  <bruno@clisp.org>
5143
5144         * lib/stdint_.h: Shorter URL.
5145         * lib/inttypes.h: Likewise.
5146
5147 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5148
5149         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
5150
5151 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5152
5153         * lib/verify.h: Document the internals better.  Most of this change
5154         was written by Bruno Haible.
5155
5156 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5157
5158         * doc/verify.texi: New file, partly based on a proposal by
5159         Bruno Haible.
5160
5161 2006-05-02  Bruno Haible  <bruno@clisp.org>
5162
5163         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
5164         test from here...
5165         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
5166
5167 2006-04-29  Bruno Haible  <bruno@clisp.org>
5168
5169         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
5170         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
5171
5172 2006-04-29  Bruno Haible  <bruno@clisp.org>
5173
5174         * gnulib-tool: Make --update option actually work.
5175
5176 2006-04-29  Bruno Haible  <bruno@clisp.org>
5177
5178         * doc/gcd.texi: New file.
5179         * doc/gnulib.texi: Include it.
5180
5181 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
5182
5183         * lib/getdate.y (get_date): When adding relative date, start with the
5184         initial time, not with the result of the first mktime call.
5185
5186 2006-04-25  Bruno Haible  <bruno@clisp.org>
5187
5188         * gnulib-tool (func_import): Output the include directives in three
5189         blocks, sorted separately.
5190         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5191
5192 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5193
5194         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
5195         to define main with arguments, for C++.  Reported by Eric Blake.
5196         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
5197         Prefer 'int main ()' to 'int main (void)', for C++.
5198         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
5199         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
5200         for 'main', for C99 and C++.
5201
5202 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5203
5204         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
5205         Don't assume that exit status -1 is valid.
5206         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5207         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
5208         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
5209         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
5210         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
5211         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
5212         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
5213         functions can be used without declaring them, or that you can
5214         exit with status -1.
5215         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
5216
5217 2006-04-24  Karl Berry  <karl@gnu.org>
5218
5219         * config/srclist.txt (longdouble.m4): sync lost.
5220
5221 2006-04-24  Eric Blake  <ebb9@byu.net>
5222
5223         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
5224
5225 2006-04-24  Bruno Haible  <bruno@clisp.org>
5226
5227         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
5228         poll() implementation in AIX.
5229         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5230
5231 2006-04-24  Bruno Haible  <bruno@clisp.org>
5232
5233         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
5234         assigned exactly once.
5235
5236 2006-04-23  Claudio Fontana  <claudio@gnu.org>
5237             Bruno Haible  <bruno@clisp.org>
5238
5239         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
5240         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
5241         for AM_CPPFLAGS.
5242
5243 2006-04-23  Bruno Haible  <bruno@clisp.org>
5244
5245         * modules/copy-file: Depend on unistd.
5246         * modules/execute: Likewise.
5247         * modules/fatal-signal: Likewise.
5248         * modules/findprog: Likewise.
5249         * modules/mkdtemp : Likewise.
5250         * modules/pipe: Likewise.
5251         * modules/wait-process: Likewise.
5252
5253 2006-04-23  Bruno Haible  <bruno@clisp.org>
5254
5255         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
5256         condition was already detected.
5257         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5258
5259 2006-04-23  Bruno Haible  <bruno@clisp.org>
5260
5261         * lib/copy-file.c: Include <unistd.h> unconditionally.
5262         * lib/execute.c: Likewise.
5263         * lib/fatal-signal.c: Likewise.
5264         * lib/findprog.c: Likewise.
5265         * lib/mkdtemp.c: Likewise.
5266         * lib/pipe.h: Likewise.
5267         * lib/pipe.c: Likewise.
5268         * lib/wait-process.h: Likewise.
5269
5270 2006-04-23  Bruno Haible  <bruno@clisp.org>
5271
5272         * gnulib-tool (func_usage): Fix --import description. Document
5273         --update.
5274         (func_import): Create temporary file in a temporary directory, if
5275         --dry-run is specified. Silence errors from 'grep' when there are no
5276         m4 files in $m4dir.
5277         (func_create_testdir): Silence errors from 'grep' when there are no
5278         m4 files in $m4dir.
5279         Reported by Karl Berry <karl@freefriends.org>.
5280
5281 2006-04-20  Bruno Haible  <bruno@clisp.org>
5282
5283         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
5284         one argument, so that the code will be portable to Autoconf 2.60.
5285         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
5286         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5287         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
5288
5289 2006-04-19  Derek Price  <derek@ximbiot.com>
5290             Eric Blake  <ebb9@byu.net>
5291
5292         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
5293         rather than "/full/path.h".  Update comment to match.  Shorten &
5294         generalize m4_translit call via AS_TR_CPP.
5295
5296 2006-04-19  Derek Price  <derek@ximbiot.com>
5297             Eric Blake  <ebb9@byu.net>
5298
5299         * lib/inttypes.h: Correct grammar in comment.
5300
5301 2006-04-18  Derek Price  <derek@ximbiot.com>
5302             Paul Eggert  <eggert@cs.ucla.edu>
5303
5304         * modules/inttypes: New file.
5305         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
5306
5307 2006-04-18  Derek Price  <derek@ximbiot.com>
5308             Paul Eggert  <eggert@cs.ucla.edu>
5309
5310         * m4/_inttypes_h.m4, full-header-path.m4, include_next: New files.
5311
5312 2006-04-18  Derek Price  <derek@ximbiot.com>
5313             Paul Eggert  <eggert@cs.ucla.edu>
5314
5315         * lib/inttypes.h: New file.
5316         * lib/strtoimax.c: Assume <inttypes.h>.
5317
5318 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
5319
5320         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
5321         isn't mounted.  Problem reported by Kir Kolyshkin.
5322
5323 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5324
5325         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
5326         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
5327         Derek R. Price.
5328         * lib/regex.h (RE_DUP_MAX): Update comment to match current
5329         implementation.
5330
5331 2006-04-12  Eric Blake  <ebb9@byu.net>
5332
5333         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
5334         is now done automatically by the corresponding Autoconf macro.
5335
5336 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
5337
5338         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
5339         time_r.h.
5340
5341 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5342
5343         Merge regex changes from libc, removing some of our
5344         POSIX-conformance changes that were rejected and redoing them in a
5345         less-intrusive way.
5346
5347         * lib/regcomp.c (re_compile_internal, init_dfa):
5348         Length arg is now size_t, not Idx.  All uses changed.
5349         (peek_token): Forward decl now says internal_function.
5350         (__re_error_msgid, __re_error_msgid_idx):
5351         Now static rather than extern with attribute_hidden.
5352         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
5353         For some reason libc prefers K&R style defns for external functions.
5354         (regerror) [!defined _LIBC]: Likewise.
5355         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
5356         (seek_collating_symbol_entry, lookup_collation_sequence_value):
5357         (build_range_exp, build_collating_symbol):
5358         Use K&R-style defn.
5359         (re_compile_fastmap): Use '\0' to memset, not 0.
5360         (utf8_sb_map): Make the calculations more obvious.
5361         (init_dfa, parse_bracket_exp, build_charclass_op):
5362         Call calloc and cast result, as glibc does.
5363         (init_word_char, fetch_token, peek_token, peek_token_bracket):
5364         (build_range_exp, build_collating_symbol):
5365         Now internal functions.
5366
5367         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
5368
5369         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
5370         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
5371         Don't depend on VMS; depend on __VMS instead, for POSIX
5372         namespace cleanness.
5373         (regoff_t): Define to ssize_t, not long int.
5374
5375         Remove the REG_ macros named below.  Instead, make the old names
5376         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
5377         __USE_GNU_REGEX.
5378         (REG_BACKSLASH_ESCAPE_IN_LISTS):
5379         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
5380         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
5381         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
5382         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
5383         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
5384         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
5385         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
5386         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
5387         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
5388         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
5389         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
5390         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
5391         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
5392         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
5393         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
5394         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
5395         (REG_NREGS):
5396         Remove.  All uses replaced by the old RE_* names.
5397         (RE_BACKSLASH_ESCAPE_IN_LISTS):
5398         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
5399         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
5400         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
5401         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
5402         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
5403         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
5404         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
5405         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
5406         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
5407         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
5408         Don't bother having these macros be independent of each others'
5409         values, since they no longer exist in the POSIX name space.
5410
5411         Rename the following member names back to their old names,
5412         unless !__USE_GNU_REGEX.  All uses changed back.
5413         (buffer): Renamed from re_buffer.
5414         (allocated): Renamed from re_allocated.
5415         (used): Renamed from re_used.
5416         (syntax): Renamed from re_syntax.
5417         (fastmap): Renamed from re_fastmap.
5418         (translate): Renamed from re_translate.
5419         (can_be_null): Renamed from re_can_be_null.
5420         (regs_allocated): Renamed from re_regs_allocated.
5421         (fastmap_accurate): Renamed from re_fastmap_accurate.
5422         (no_sub): Renamed from re_no_sub.
5423         (not_bol): Renamed from re_not_bol.
5424         (not_eol): Renamed from re_not_eol.
5425         (newline_anchor): Renamed from re_newline_anchor.
5426         (num_regs): Renamed from rm_num_regs.
5427         (start): Renamed from rm_start.
5428         (end): Renamed from rm_end.
5429
5430         (free_state): Move up a bit.
5431
5432         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
5433         #define to be empty.
5434         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
5435         when that is what is intended.
5436         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
5437         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
5438         (MAX): New macro.
5439         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
5440         All uses changed back to re_malloc, etc.  It's now the caller's
5441         responsibility to check for overflow; all callers changed.
5442         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
5443         (re_x2nrealloc): Remove.
5444         (free_state): Remove decl.
5445
5446         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
5447         (re_set_registers, re_exec):
5448         Use K&R-style defn.
5449
5450         2006-01-31  Roland McGrath  <roland@redhat.com>
5451
5452         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
5453         Reported by Mike Frysinger <vapier@gentoo.org>.
5454
5455         2006-01-15  Andreas Jaeger  <aj@suse.de>
5456
5457         [BZ #1950]
5458         * lib/regex_internal.c (re_string_reconstruct): Adjust for
5459         build_wcs_upper_buffer change.
5460         (build_wcs_upper_buffer): Change return type.
5461
5462         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
5463
5464         * lib/regex_internal.h: Include <stdint.h> if available.
5465
5466         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
5467
5468         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
5469
5470         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
5471
5472         * lib/regcomp.c: Adjust for changed secondary hash function.
5473
5474         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
5475
5476         * lib/regex.h: Pretty printing.
5477         Clean up namespace a bit.
5478
5479         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
5480
5481         * lib/regexec.c (update_cur_sifted_state, check_arrival,
5482         check_arrival_add_next_nodes): Avoid using uninitialized variable.
5483
5484         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5485                     Ulrich Drepper  <drepper@redhat.com>
5486
5487         [BZ #1302]
5488         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
5489         changed.
5490         (bitset_word_t): Renamed from bitset_word.  All uses changed.
5491
5492         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
5493
5494         [BZ #281]
5495         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
5496         * lib/regcomp.c: Remove unnecessary uses of
5497         unsigned RE_TRANSLATE_TYPE.
5498         * lib/regex_internal.h: Likewise.
5499         * lib/regex_internal.c: Likewise.
5500         * lib/regexec.c: Likewise.
5501         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
5502
5503         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
5504
5505         * lib/regexec.c (find_recover_state): Remove unnecessary
5506         initialization.
5507         (transit_state_bkref): Make DFA a const pointer.
5508         (get_subexp): Likewise.
5509         (check_arrival): Likewise.
5510         (update_cur_sifted_state): Likewise.
5511         (re_search_internal): Likewise.
5512         (prune_impossible_nodes): Likewise.
5513         (acquire_init_state_context): Likewise.
5514         (proceed_next_node): Likewise.
5515         (set_regs): Likewise.
5516         (free_fail_stack_return): Likewise.
5517         (check_arrival_expand_ecl): Mark DFA parameter as const.
5518         (check_arrival_expand_ecl_sub): Likewise.
5519         (check_subexp_limits): Likewise.
5520         (sub_epsilon_src_nodes):  Likewise.
5521         (add_epsilon_src_nodes):  Likewise.
5522         (merge_state_array): Likewise.
5523         (update_regs): Likewise.
5524         (build_trtable): Likewise.
5525         (sift_states_backward): Mark MCTX parameter as const.
5526         (build_sifted_states): Likewise.
5527         (update_cur_sifted_state): Likewise.
5528         (sift_states_mkref): Likewise.
5529         (check_arrival_expand_ecl): Mark eclosure as const.
5530         (check_dst_limits_calc_pos_1): Likewise.
5531         * lib/regex_internal.h (re_match_context_t): Make dfa a const
5532         pointer.
5533
5534         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
5535
5536         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
5537         (transit_state_sb): Likewise.
5538         (transit_state_mb): Likewise.
5539         (sift_states_iter_mb): Likewise.
5540         (check_arrival_add_next_nodes): Likewise.
5541         (check_node_accept_bytes): Change first parameter to pointer-to-const.
5542         [_LIBC] (re_search_2_stub): Use mempcpy.
5543
5544         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
5545         mbrtowc for very simple UTF-8 case.
5546
5547         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
5548         a pointer-to-const.
5549         (re_acquire_state_context): Likewise.
5550         * lib/regex_internal.h: Adjust prototypes.
5551
5552         * lib/regex.c: Prevent using C++ compilers.
5553
5554         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
5555         (re_acquire_state_context): Likewise.
5556
5557 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5558
5559         * modules/regex (Depends-on): Add ssize_t.
5560
5561 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5562
5563         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
5564         translation table.
5565
5566 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5567
5568         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
5569
5570 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
5571             Bruno Haible  <bruno@clisp.org>
5572
5573         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
5574         <sys/types.h> and <inttypes.h>.
5575
5576 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5577
5578         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
5579         `__error_t_defined', so argp.h will not typedef the former.
5580
5581 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
5582
5583         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
5584         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
5585         glibc names.  Even if glibc is changed to conform to POSIX, the
5586         traditional names will be available anyway, since regex depends on
5587         the extensions module.  Also, fix a longstanding typo in the
5588         implementation of Spencer ERE test #75 from grep 2.3.  Problems
5589         reported by Emanuele Giaquinta.  Also, change sense of cached
5590         variable, so that the message makes sense.
5591
5592 2006-03-24  Simon Josefsson  <jas@extundo.com>
5593
5594         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
5595         including some doc fixes.
5596         (base64_encode_alloc): Fix +1 bug on allocation failures.
5597
5598 2006-03-24  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5599
5600         * lib/base64.c (base64_encode): Do not read past end of array with
5601         unsanitized input on systems with CHAR_BIT > 8.
5602
5603 2006-03-24  Eric Blake  <ebb9@byu.net>
5604
5605         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
5606
5607 2006-03-22  Karl Berry  <karl@gnu.org>
5608
5609         * config/srclist.txt (*setenv.[ch]): get from coreutils.
5610         * config/srclistvars.sh (COREUTILS): new var.
5611
5612 2006-03-17  Jim Meyering  <jim@meyering.net>
5613
5614         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
5615         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
5616
5617 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
5618
5619         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
5620         no longer needs it.  Instead, check that regoff_t is as least
5621         as wide as ptrdiff_t.
5622
5623         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
5624         so that our regex.h stays compatible with the installed regex.
5625         This is helpful for installers who configure --without-included-regex.
5626         Problem reported by Emanuele Giaquinta.
5627
5628 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
5629
5630         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
5631         Typedef to long int, not to off_, as POSIX will likely change
5632         in that direction.
5633
5634 2006-03-15  Eric Blake  <ebb9@byu.net>
5635
5636         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
5637
5638 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5639
5640         * lib/argp-help.c (validate_uparams): Fix typo
5641         * lib/argp-parse.c (argp_default_options): Consistently begin help
5642         messages with a lowercase letter.
5643
5644 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
5645
5646         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
5647         overrun buffers and shouldn't be used (much as gets shouldn't be
5648         used).
5649         * lib/time_r.c (asctime_r, ctime_r): Likewise.
5650
5651 2006-03-08  Simon Josefsson  <jas@extundo.com>
5652
5653         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
5654         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5655
5656 2006-03-08  Simon Josefsson  <jas@extundo.com>
5657
5658         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
5659         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5660
5661 2006-03-08  Simon Josefsson  <jas@extundo.com>
5662
5663         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
5664         signal that configure disabled the device.
5665
5666 2006-03-08  Simon Josefsson  <jas@extundo.com>
5667
5668         * build-aux/maint.mk: Fix refresh-po, to handle no translated
5669         languages.
5670
5671 2006-03-07  Simon Josefsson  <jas@extundo.com>
5672
5673         * modules/getopt (Depends-on): Add unistd.
5674
5675         * modules/unistd: New file.
5676
5677 2006-03-07  Simon Josefsson  <jas@extundo.com>
5678
5679         * modules/gc-random: New file.
5680
5681 2006-03-07  Simon Josefsson  <jas@extundo.com>
5682
5683         * m4/unistd_h.m4: New file.
5684
5685 2006-03-07  Simon Josefsson  <jas@extundo.com>
5686
5687         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
5688         test to be side-effect free by storing the result in the cache
5689         variable gl_cv_lib_readline, and moving the assignment of
5690         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
5691         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5692
5693 2006-03-07  Simon Josefsson  <jas@extundo.com>
5694
5695         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
5696         error on missing devices (the functions will return an error).
5697
5698         * m4/gc.m4: Move random stuff to gc-random.m4
5699
5700 2006-03-07  Simon Josefsson  <jas@extundo.com>
5701
5702         * lib/unistd_.h: New file.
5703
5704 2006-03-07  Simon Josefsson  <jas@extundo.com>
5705
5706         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
5707
5708 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5709
5710         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
5711         Problem reported by Juan Manuel Guerrero.
5712
5713 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5714
5715         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
5716         the unistd module.
5717         * lib/getlogin_r.c: Likewise.
5718         * lib/getlogin_r.h: Likewise.
5719         * lib/glob.c: Likewise.
5720         * lib/pagealign_alloc.c: Likewise.
5721         * lib/unistd_.h: Remove; no longer needed.
5722
5723 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5724
5725         * MODULES.html.sh (Support for systems lacking POSIX:2001):
5726         Add unistd.
5727         * modules/c-stack (Depends-on): Add unistd.
5728         * modules/getlogin_r: Likewise.
5729         * modules/glob: Likewise.
5730         * modules/pagealign_alloc: Likewise.
5731         * modules/unistd (Files): Remove lib/unistd_.h.
5732         (EXTRA_DIST): Remove.
5733         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
5734         need unistd_.h.
5735         (MOSTLYCLEANFILES): Remove unistd.h-t.
5736
5737 2006-03-03  Simon Josefsson  <jas@extundo.com>
5738
5739         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
5740
5741 2006-03-03  Simon Josefsson  <jas@extundo.com>
5742
5743         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
5744         libidn and bison.
5745
5746 2006-03-03  Simon Josefsson  <jas@extundo.com>
5747
5748         * build-aux/maint.mk: Add indent target.
5749
5750 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
5751
5752         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
5753         our replacement poll.h in any case, to avoid a differing
5754         declaration from a system header.  Seen on AIX.
5755
5756 2006-03-01  Simon Josefsson  <jas@extundo.com>
5757
5758         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
5759         <kasal@ucw.cz>.
5760
5761 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5762
5763         * modules/gettime (Depends-on): Add extensions module.
5764         * modules/nanosleep (Depends-on): Likewise.
5765         * modules/settime (Depends-on): Likewise.
5766
5767 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5768
5769         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
5770         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
5771         pedantically.
5772         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5773         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
5774
5775         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
5776         not "==".  Reported by Ralf Wildenhues.
5777
5778 2006-03-01  Karl Berry  <karl@gnu.org>
5779
5780         * doc/Copyright/request-*: new files, synced from gnuorg.
5781
5782 2006-03-01  Karl Berry  <karl@gnu.org>
5783
5784         * config/srclist.txt (Copyright/*): new entries.
5785
5786 2006-02-28  Simon Josefsson  <jas@extundo.com>
5787
5788         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
5789
5790 2006-02-27  Simon Josefsson  <jas@extundo.com>
5791
5792         * lib/base64.h: Indent #define's.  From Jim Meyering
5793         <jim@meyering.net>.
5794
5795 2006-02-27  Jim Meyering  <jim@meyering.net>
5796
5797         Revert the change of 2006-02-24, so these files can continue
5798         to be sync'd from gettext.
5799         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
5800         of `config.h'.
5801
5802 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
5803
5804         * modules/intprops: New file.
5805         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5806         Add intprops.
5807         * modules/getloadavg (Files): Remove lib/intprops.h.
5808         (Depends-on): Add intprops.
5809         * modules/human: Likewise.
5810         * modules/inttostr: Likewise.
5811         * modules/openat: Likewise.
5812         * modules/sig2str: Likewise.
5813         * modules/userspec: Likewise.
5814         * modules/utimecmp: Likewise.
5815         * modules/xnanosleep: Likewise.
5816         * modules/xstrtol: Likewise.
5817
5818 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
5819
5820         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
5821         * modules/lock-tests (TESTS): Use $(EXEEXT).
5822         * modules/tls-tests: Likewise.
5823         * modules/argp-tests: Likewise.
5824         (check_PROGRAMS): New var, replacing...
5825         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
5826
5827 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5828
5829         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
5830         `config.h'.
5831
5832 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5833
5834         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
5835
5836 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5837
5838         Sync from coreutils.
5839         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
5840         gl_CHDIR_SAFER.
5841
5842 2006-02-22  Jim Meyering  <jim@meyering.net>
5843
5844         Sync from coreutils.
5845         * m4/chdir-safer.m4: New file.
5846
5847 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5848
5849         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
5850         AT_FDCWD exceeds INT_MAX.
5851         * lib/openat.h (AT_FDCWD): Likewise.
5852
5853 2006-02-17  Eric Blake  <address@hidden>
5854
5855         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
5856
5857 2006-02-16  Simon Josefsson  <jas@extundo.com>
5858
5859         * modules/getaddrinfo (Depends-on): Add sys_socket.
5860
5861 2006-02-15  Simon Josefsson  <jas@extundo.com>
5862
5863         * build-aux/maint.mk: Add dsyntax-check rule.
5864
5865 2006-02-15  Eric Blake  <ebb9@byu.net>
5866
5867         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
5868         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
5869         'present but cannot compile' warnings on cygwin.
5870         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
5871         use ws2tcpip.h if sys/socket.h works.
5872         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
5873         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
5874
5875 2006-02-14  Simon Josefsson  <jas@extundo.com>
5876
5877         * modules/maintainer-makefile (Files): Rename.
5878
5879         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
5880         and (the local) Makefile.cfg to maint-cfg.mk.
5881
5882         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
5883         to the latter.
5884
5885         * modules/maintainer-makefile: New module.
5886
5887         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
5888         severaly stripped to make it possible to build it up from scratch
5889         with reliable tests.
5890
5891         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
5892         fixes to permit overriding the default actions when configure and
5893         makefile are not available.
5894
5895 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5896
5897         Sync from coreutils.
5898         * modules/lstat (Depends-on): Don't depend on xalloc.
5899         (License): Change from GPL to LGPL, since this is now simply a
5900         replacement for a libc function.
5901
5902 2006-02-14  Jim Meyering  <jim@meyering.net>
5903
5904         Sync from coreutils.
5905
5906         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
5907         failure on deficient systems, and simplify gnulib lgpl dependencies.
5908         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
5909         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
5910
5911         * lib/xalloc-die.c: Remove unused definition of N_.
5912
5913 2006-02-14  Jim Meyering  <jim@meyering.net>
5914
5915         Sync from coreutils.
5916         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
5917         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
5918         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
5919         double-quote uses of that variable, to accommodate the rare case in
5920         which getmntent is available in none of the libraries checked.  This
5921         happens at least on FreeBSD 5.0.
5922
5923 2006-02-13  Simon Josefsson  <jas@extundo.com>
5924
5925         * gnulib-tool (Usage): Fix --import, from
5926         karl@freefriends.org (Karl Berry).
5927
5928 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5929
5930         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
5931
5932 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
5933
5934         * lib/argp-namefrob.h: Restore changes accidentally lost during the
5935         "autoupdate" on 2005-12-12.
5936
5937 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5938
5939         * modules/closeout (Depends-on): Remove atexit.
5940
5941 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5942
5943         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
5944         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
5945
5946 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5947
5948         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
5949         __EXTENSIONS__ if this causes compilation to fail.  Problem
5950         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
5951         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
5952
5953 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
5954
5955         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
5956         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
5957         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
5958         All uses changed.
5959
5960 2006-01-26  Simon Josefsson  <jas@extundo.com>
5961
5962         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
5963         prototype is visible on mingw32.
5964
5965         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
5966         for mingw32.
5967
5968         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
5969         mingw32).
5970
5971 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
5972
5973         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
5974         attempt to open for write; this always fails, at least on POSIX
5975         hosts.  This reinstates the 2006-01-09 change, which was
5976         inadvertently removed.
5977
5978 2006-01-26  Bruno Haible  <bruno@clisp.org>
5979
5980         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
5981         Reported by Paul Eggert.
5982
5983 2006-01-26  Bruno Haible  <bruno@clisp.org>
5984             Paul Eggert  <eggert@cs.ucla.edu>
5985
5986         * lib/stdbool_.h (_Bool)
5987         [(! (defined __cplusplus || defined __BEOS__)
5988           && !defined __GNUC__
5989           && !(defined __HP_cc || defined __xlc__
5990                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
5991                || defined __sgi))]:
5992         #define to signed char in these cases too; this simplifies
5993         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
5994         etc., separately) and makes it more conservative.
5995
5996 2006-01-25  Simon Josefsson  <jas@extundo.com>
5997
5998         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
5999         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
6000         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
6001
6002 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6003
6004         * lib/argp-namefrob.h: Bugfix. Remove stray #
6005
6006 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
6007
6008         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
6009         so that we test the test.
6010         Check for yet another HP-UX cc bug involving *bool |= bool.
6011
6012 2006-01-25  Karl Berry  <karl@gnu.org>
6013
6014         * config/srclist.txt (vasnprintf.c): sync lost.
6015
6016 2006-01-25  Jim Meyering  <jim@meyering.net>
6017
6018         Sync from the stable (b5) branch of coreutils:
6019
6020         * lib/fts.c (fts_children): Don't let close() clobber errno from
6021         failed fchdir().
6022
6023         * lib/fts.c (fts_stat): When following a symlink-to-directory,
6024         don't necessarily interpret stat-fails+lstat-succeeds as indicating
6025         a dangling symlink.  That can also happen at least for ELOOP.
6026         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
6027         FYI, this bug predates the inclusion of fts.c in coreutils.
6028
6029         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
6030         in their own block, so pre-c99 compilers don't object.
6031
6032         Avoid the double-free (first in fts_read, second in fts_close) that
6033         would occur when an `active' directory is made inaccessible (e.g.,
6034         via chmod a-x) during a traversal.
6035         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
6036         before returning.  Reproduce this failure by
6037         mkdir -p a/b; cd a; chmod a-x . b
6038         Reported by Stavros Passas.
6039
6040 2006-01-25  Jim Meyering  <jim@meyering.net>
6041
6042         * lib/fileblocks.c: Remove more useless parentheses.
6043         * lib/readutmp.h: Likewise.
6044
6045 2006-01-25  Bruno Haible  <bruno@clisp.org>
6046
6047         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
6048         warnings.
6049         Reported by Paul Eggert.
6050
6051 2006-01-25  Bruno Haible  <bruno@clisp.org>
6052
6053         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
6054         rid of a trap command. For Solaris sh.
6055         Reported by Mark D. Baushke <mdb@gnu.org>.
6056
6057 2006-01-24  Simon Josefsson  <jas@extundo.com>
6058
6059         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
6060         Bruno.
6061
6062 2006-01-24  Karl Berry  <karl@gnu.org>
6063
6064         * config/srclist.txt (argp-namefrob.h): sync lost.
6065
6066 2006-01-24  Jim Meyering  <jim@meyering.net>
6067
6068         * modules/openat (Files): Add lib/intprops.h.
6069         From Mark D. Baushke.
6070
6071 2006-01-24  Jim Meyering  <jim@meyering.net>
6072
6073         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
6074         Reported by Mark D. Baushke.
6075
6076 2006-01-24  Jim Meyering  <jim@meyering.net>
6077
6078         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
6079
6080 2006-01-24  Bruno Haible  <bruno@clisp.org>
6081
6082         * modules/strnlen (Maintainer): Change from glibc to all.
6083
6084 2006-01-24  Bruno Haible  <bruno@clisp.org>
6085
6086         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
6087         Patch by Paul Eggert.
6088
6089 2006-01-24  Bruno Haible  <bruno@clisp.org>
6090
6091         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
6092         already has it.
6093         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
6094         2005-11-26.
6095
6096         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
6097         'signed char' to avoid problems with the built-in _Bool type.
6098         Reported by Paul Eggert on 2005-11-26.
6099
6100 2006-01-24  Bruno Haible  <bruno@clisp.org>
6101
6102         * gnulib-tool (func_import): Avoid constructing complicated sed
6103         expressions inside backquote.
6104         Report and solution by Mark D. Baushke <mdb@gnu.org>.
6105
6106 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
6107
6108         These changes imported from libc.
6109         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
6110         test and two separate function calls.
6111         * lib/strndup.c (__strndup): Add libc_hidden_def.
6112
6113 2006-01-23  Simon Josefsson  <jas@extundo.com>
6114
6115         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
6116         Remove the test_*_SOURCES variable: automake infers it by default.
6117         * modules/tls-tests: Likewise.
6118
6119 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6120
6121         Work around porting bugs reported by Dieter in
6122         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
6123         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
6124         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
6125         Include "getopt.h" first, to check interface.
6126         (getenv): Declare only if defined HAVE_DECL_GETENV &&
6127         !HAVE_DECL_GETENV.
6128         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
6129         (__strndup): Revert to K&R-style function dfns, the glibc style.
6130         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
6131         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
6132         Include strnlen.h first, to get prototype properly.
6133         (strnlen): Renamed from __strnlen.
6134         Remove weak alias.
6135
6136 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6137
6138         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
6139
6140 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6141
6142         * config/srclist.txt: Adjust to reflect glibc reorganization.
6143         This affects only comments.
6144
6145 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6146
6147          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
6148          Reported by Bruce Korb <bkorb@gnu.org>.
6149
6150 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6151
6152         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
6153         to pacify gcc -Wswitch-default.
6154
6155 2006-01-22  Bruno Haible  <bruno@clisp.org>
6156
6157         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
6158         temporary buffer for sprintf, take into account the precision also
6159         for 'd', 'i', 'u', 'o', 'x', 'X'.
6160
6161 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
6162
6163         * modules/argp-tests: New module
6164         * tests/test-argp.c: New file
6165         * tests/test-argp-2.sh: New file
6166
6167 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
6168
6169         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
6170         (__argp_base_name): Removed
6171         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
6172         typo.
6173         (__argp_base_name): Provide macro definition or extern declaration
6174         depending on the configuration
6175
6176 2006-01-20  Simon Josefsson  <jas@extundo.com>
6177
6178         * modules/inet_ntop (Depends-on): Depend on sys_socket.
6179
6180 2006-01-20  Simon Josefsson  <jas@extundo.com>
6181
6182         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
6183
6184 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
6185
6186         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
6187         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
6188         Suggested by Bruno Haible.
6189
6190 2006-01-20  Karl Berry  <karl@gnu.org>
6191
6192         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
6193         until changes propagate, I guess.
6194
6195 2006-01-19  Simon Josefsson  <jas@extundo.com>
6196
6197         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
6198
6199 2006-01-19  Simon Josefsson  <jas@extundo.com>
6200
6201         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
6202
6203 2006-01-19  Simon Josefsson  <jas@extundo.com>
6204
6205         * gnulib-tool: Set check_PROGRAMS.
6206
6207         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
6208         modules/des-tests, modules/gc-arcfour-tests,
6209         modules/gc-arctwo-tests, modules/gc-des-tests,
6210         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
6211         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
6212         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
6213         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
6214         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
6215         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
6216         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
6217         test_*_SOURCES.
6218
6219 2006-01-18  Simon Josefsson  <jas@extundo.com>
6220
6221         * modules/socklen (Depends-on): Depend on sys_socket.
6222
6223 2006-01-18  Simon Josefsson  <jas@extundo.com>
6224
6225         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
6226         modules/des-tests, modules/gc-arcfour-tests,
6227         modules/gc-arctwo-tests, modules/gc-des-tests,
6228         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
6229         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
6230         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
6231         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
6232         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
6233         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
6234         $(EXEEXT) to automake TESTS variable, for mingw32.
6235
6236 2006-01-17  Simon Josefsson  <jas@extundo.com>
6237
6238         * modules/socklen (Include): Need sys/socket.h.
6239
6240 2006-01-17  Bruno Haible  <bruno@clisp.org>
6241
6242         * modules/ssize_t (Include): Add <sys/types.h>.
6243
6244 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
6245
6246         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
6247         it's not portable and it doesn't work with cross-compiles.
6248         Problem reported by Bruno Haible.  Fix missing-$ typo in
6249         'test "gl_cv_ignore_unused_libraries" ...' that prevented
6250         -zignore from being used with Sun's C compiler.
6251
6252 2006-01-12  Simon Josefsson  <jas@extundo.com>
6253
6254         * lib/base64.c: Fix warning, reported by Bruno Haible
6255         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
6256
6257 2006-01-12  Bruno Haible  <bruno@clisp.org>
6258
6259         * modules/ldd: New file.
6260         * build-aux/ldd.sh.in: New file.
6261         * MODULES.html.sh (Support for building libraries and executables): Add
6262         ldd.
6263
6264 2006-01-12  Bruno Haible  <bruno@clisp.org>
6265
6266         * m4/ldd.m4: New file.
6267
6268 2006-01-12  Bruno Haible  <bruno@clisp.org>
6269
6270         * gnulib-tool (func_import, func_create_testdir): Don't go into an
6271         endless loop while replacing $auxdir with build-aux.
6272
6273 2006-01-11  Simon Josefsson  <jas@extundo.com>
6274
6275         * lib/stdint_.h (SIZE_MAX): Add missing (.
6276
6277 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
6278
6279         Sync from coreutils.
6280         * lib/md5.c: Fix commentary typos.
6281         (alignof, UNALIGNED_P): No need for a GCC-specific version.
6282         * lib/md5.h (__attribute__): Remove; unused.
6283         * lib/sha1.c: Fix commentary to match md5 better.
6284         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
6285         so that we don't need to worry about alignment.  All uses changed.
6286         This merges the 2005-10-28 md5 change into sha1.
6287
6288 2006-01-11  Jim Meyering  <jim@meyering.net>
6289
6290         Sync from coreutils.
6291         * lib/md5.c (OP): Fix spacing.
6292
6293 2006-01-11  Bruno Haible  <bruno@clisp.org>
6294
6295         Ensure automatic ordering between gl_LOCK and gl_ARGP.
6296         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
6297         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
6298
6299 2006-01-11  Bruno Haible  <bruno@clisp.org>
6300
6301         Ensure automatic ordering between gl_LOCK and gl_ARGP.
6302         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
6303         the "early" section as well.
6304
6305 2006-01-11  Bruno Haible  <bruno@clisp.org>
6306
6307         Avoid "ar: no archive members specified" error on MacOS X.
6308         * gnulib-tool (func_modules_add_dummy): New function.
6309         (func_import, func_create_testdir): Invoke it.
6310
6311 2006-01-11  Bruno Haible  <bruno@clisp.org>
6312
6313         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
6314         with $auxdir in AC_CONFIG_FILES statements.
6315
6316 2006-01-11  Bruno Haible  <bruno@clisp.org>
6317
6318         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6319         Initialize also noinst_HEADERS to empty.
6320
6321 2006-01-11  Bruno Haible  <bruno@clisp.org>
6322
6323         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
6324         variables.
6325         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
6326         autoreconf.
6327
6328 2006-01-11  Bruno Haible  <bruno@clisp.org>
6329
6330         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
6331         overridable by the user.
6332         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6333
6334 2006-01-10  Simon Josefsson  <jas@extundo.com>
6335
6336         * modules/sys_socket: New file.
6337
6338 2006-01-10  Simon Josefsson  <jas@extundo.com>
6339
6340         * m4/sys_socket_h.m4: New file.
6341
6342 2006-01-10  Simon Josefsson  <jas@extundo.com>
6343
6344         * lib/socket_.h: New file.
6345
6346 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6347
6348         * modules/readutmp (Maintainer): Add myself.
6349
6350 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6351
6352         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
6353         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
6354         People who are still concerned with buggy memcmp implementations
6355         can invoke gl_FUNC_MEMCMP themselves.
6356
6357 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6358
6359         * lib/regex_internal.h (BITSET_WORD_BITS):
6360         Work around a bug in 64-bit PGC (before version 6.1-2), where the
6361         preprocessor mishandles large unsigned values as if they were signed.
6362         Problem reported by Claudio Fontana in
6363         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
6364
6365 2006-01-10  Jim Meyering  <jim@meyering.net>
6366
6367         Avoid the double-free (first in fts_read, second in fts_close) that
6368         would occur when an `active' directory is made inaccessible (e.g.,
6369         via chmod a-x) during a traversal.
6370         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
6371         before returning.  Reproduce this failure by
6372         mkdir -p a/b; cd a; chmod a-x . b
6373         Reported by Stavros Passas.
6374
6375         Sync from coreutils.
6376         * lib/sha1.c: Tweak grammar in a comment.
6377
6378 2006-01-10  Jim Meyering  <jim@meyering.net>
6379
6380         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
6381         Patch by Joerg Sonnenberger.
6382
6383 2006-01-10  Bruno Haible  <bruno@clisp.org>
6384
6385         * modules/readutmp: Depend on module free.
6386         * modules/strtok_r: Depend on module restrict.
6387
6388 2006-01-10  Bruno Haible  <bruno@clisp.org>
6389
6390         * modules/gettext (configure.ac): Add an invocation of
6391         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
6392
6393 2006-01-10  Bruno Haible  <bruno@clisp.org>
6394
6395         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
6396         Reported by Werner Lemberg <wl@gnu.org>.
6397
6398 2006-01-10  Bruno Haible  <bruno@clisp.org>
6399
6400         * lib/localcharset.c: Update from GNU gettext.
6401
6402 2006-01-10  Bruno Haible  <bruno@clisp.org>
6403
6404         * lib/argp.h (__const): Remove macro. Use const instead.
6405         * lib/argp-fmtstream.h (__const): Likewise.
6406         * lib/glob_.h (__const): Remove macro.
6407         * lib/glob-libc.h: Use const instead of __const.
6408
6409 2006-01-10  Bruno Haible  <bruno@clisp.org>
6410
6411         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
6412         variable.
6413         Needed to avoid an automake error regarding the 'gettext' module.
6414
6415 2006-01-09  Simon Josefsson  <jas@extundo.com>
6416
6417         * modules/inet_ntop (Depends-on): Add restrict.
6418
6419 2006-01-09  Simon Josefsson  <jas@extundo.com>
6420
6421         * modules/gc-rijndael-tests (License): Put under LGPL.
6422
6423         * modules/gc-des-tests (License): Likewise.
6424
6425         * modules/gc-arcfour-tests (License): Likewise.
6426
6427         * modules/gc-arctwo-tests (License): Likewise.
6428
6429         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
6430
6431         * modules/gc-hmac-sha1-tests (Files): Likewise.
6432
6433         * modules/gc-hmac-md5-tests (License): Likewise.
6434
6435         * modules/gc-sha1-tests (License): Likewise.
6436
6437         * modules/gc-md5-tests (License): Likewise.
6438
6439         * modules/gc-md4-tests (License): Likewise.
6440
6441         * modules/gc-md2-tests (License): Likewise.
6442
6443         * modules/gc-tests (License): Likewise.
6444
6445         * modules/des-tests (License): Likewise.
6446
6447         * modules/md4-tests (License): Likewise.
6448
6449         * modules/md2-tests (License): Likewise.
6450
6451 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6452
6453         Sync from coreutils:
6454
6455         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
6456         * modules/lib-ignore: New file.
6457         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
6458         chdir-safer.m4, lchmod.m4.
6459         * modules/openat: Add mkdirat.c, openat-priv.h.
6460
6461 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6462
6463         Sync from coreutils.
6464         * m4/lib-ignore.m4: New file.
6465         * m4/lchmod.m4: New file.
6466
6467 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6468
6469         Sync from coreutils.
6470         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
6471         for write access: POSIX says that must fail.
6472         * lib/fts.c (diropen): Likewise.
6473         * lib/save-cwd.c (save_cwd): Likewise.
6474         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
6475         well, for minor improvements on hosts that lack O_DIRECTORY.
6476         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
6477         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
6478         Fall back on chown if open failed with EACCES.
6479
6480         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
6481         Report an error at compile-time if only a 1-second nominal clock
6482         resolution is found.
6483
6484         * lib/lchmod.h: New file.
6485         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
6486         (make_dir_parents): Use lchown rather than chown, and
6487         lchmod rather than chmod.
6488
6489         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
6490         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
6491         "proc" reported by n0dalus.
6492
6493         * lib/mountlist.c: Include <limits.h>.
6494         (dev_from_mount_options)
6495         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
6496         New function.  It no longer assumes "dev=" has the System V meaning
6497         on Linux (since it doesn't).  It also parses "dev=" more carefully.
6498         (read_file_system_list)
6499         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
6500         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
6501         dev= in that case.
6502
6503         * lib/posixtm.h (PDS_PRE_2000): New macro.
6504         * lib/posixtm.c (year): Arg is now syntax_bits rather than
6505         allow_century.  All usages changed.  Reject dates outside the range
6506         1969-1999 if PDS_PRE_2000 is used.
6507
6508 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6509
6510         Sync from coreutils.
6511         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
6512         (Time of day items): Mention the possibility of leap seconds.
6513         Problem reported by Dr. David Alan Gilbert.
6514
6515 2006-01-09  Jim Meyering  <jim@meyering.net>
6516
6517         Sync from coreutils.
6518
6519         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
6520
6521         * lib/chdir-safer.h, chdir-safer.c: New files.
6522
6523         * lib/modechange.c (mode_compile): Reject an invalid mode string
6524         that starts with an octal digit.  From Andreas Gruenbacher.
6525
6526         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
6527         and dup to open_safer and dup_safer, respectively.
6528         (openat_permissive): Fix typo in comment.
6529
6530         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
6531         "gettext.h"; either no longer needed or are guaranteed by openat.h.
6532         (_): Remove; no longer needed.
6533         (openat): Renamed from rpl_openat; no need for rpl_openat
6534         since openat.h renames openat for us.
6535         Replace most of the body with a call to openat_permissive,
6536         to avoid duplicate code.
6537         Port to (probably hypothetical) environments were mode_t is
6538         wider than int.
6539         (openat_permissive): Require mode arg, so that we can check
6540         types better.  Put it just after flags.  Change cwd failure
6541         indicator from pointer-to-bool to pointer-to-errno-value.
6542         All callers changed.
6543         Invoke openat_save_fail and/or openat_restore_fail if
6544         cwd_errno is null, so that openat can call us.
6545         (openat_permissive, fdopendir, fstatat, unlinkat):
6546         Simplify errno handling to avoid some duplicate code,
6547         as it's OK to set errno on success.
6548         * lib/openat.h: Revamp code so that function macros depend on
6549         __OPENAT_PREFIX only, not also on AT_FDCWD.
6550         (openat_ro): Remove.  Caller changed to use openat_permissive.
6551         (openat_permissive): Now a macro, if not a function.
6552         (openat_restore_fail, openat_save_fail): Now always functions,
6553         since mkdirat needs them even if __OPENAT_PREFIX is defined.
6554
6555         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
6556         and openat.c.
6557         * lib/mkdirat.c: Include openat-priv.h.
6558         Remove definitions of macros defined therein.
6559         * lib/openat.c: Likewise.
6560
6561         * lib/mkdirat.c (mkdirat): New file and function.
6562         * lib/openat.h (mkdirat): Declare.
6563
6564         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
6565
6566         * lib/openat.h (openat_permissive): Declare.
6567         (openat_ro): Define.
6568
6569         * lib/openat.c (EXPECTED_ERRNO): New macro.
6570         (openat_permissive): New function -- used in remove.c rewrite.
6571         (all functions): Set errno just before returning, only if there
6572         was an actual failure.
6573         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
6574
6575         Emulate openat-family functions using Linux's procfs, if possible.
6576         Idea and some code based on Ulrich Drepper's glibc changes.
6577
6578         * lib/openat.c: (BUILD_PROC_NAME): New macro.
6579         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
6580         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
6581         before falling back on save_cwd and restore_cwd.
6582         (fdopendir, fstatat, unlinkat): Likewise.
6583
6584         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
6585         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
6586
6587         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
6588         as second argument to va_arg.  Otherwise, some versions of gcc
6589         warn that `if this code is reached, the program will abort'.
6590
6591 2006-01-09  Jim Meyering  <jim@meyering.net>
6592
6593         Sync from coreutils.
6594         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
6595         Require openat-priv.h.
6596
6597 2006-01-09  Bruno Haible  <bruno@clisp.org>
6598
6599         * modules/strnlen (Include): Use strnlen.h.
6600
6601 2006-01-09  Bruno Haible  <bruno@clisp.org>
6602
6603         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
6604
6605 2006-01-09  Bruno Haible  <bruno@clisp.org>
6606
6607         * lib/sysexit_.h (EX_OK): New macro.
6608         Suggested by Martin Lambers <marlam@marlam.de>.
6609
6610 2006-01-09  Bruno Haible  <bruno@clisp.org>
6611
6612         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
6613         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
6614
6615 2006-01-09  Bruno Haible  <bruno@clisp.org>
6616
6617         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
6618         numbers.
6619
6620 2006-01-09  Bruno Haible  <bruno@clisp.org>
6621
6622         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
6623         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
6624         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
6625         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
6626
6627 2006-01-09  Bruno Haible  <bruno@clisp.org>
6628
6629         * build-aux/javacomp.sh.in: New file, moved from lib/.
6630         * modules/javacomp-script (Files): Update.
6631         (configure.ac): Add AC_CONFIG_FILES invocation.
6632         (EXTRA_DIST): Remove variable.
6633
6634         * build-aux/javaexec.sh.in: New file, moved from lib/.
6635         * modules/javaexec (Files): Update.
6636         (configure.ac): Add AC_CONFIG_FILES invocation.
6637         (EXTRA_DIST): Remove javaexec.sh.in.
6638
6639         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
6640         * modules/csharpcomp-script (Files): Update.
6641         (configure.ac): Add AC_CONFIG_FILES invocation.
6642         (EXTRA_DIST): Remove variable.
6643
6644         * build-aux/csharpexec.sh.in: New file, moved from lib/.
6645         * modules/csharpexec (Files): Update.
6646         (configure.ac): Add AC_CONFIG_FILES invocation.
6647         (EXTRA_DIST): Remove csharpexec.sh.in.
6648
6649 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6650
6651         Sync from coreutils.
6652
6653         Add POSIX ACL support
6654         * lib/acl.h (copy_acl, set_acl): Add declarations.
6655         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
6656         systems other than Linux.
6657         (chmod_or_fchmod): New function: use fchmod when possible,
6658         and chmod otherwise.
6659         (file_has_acl): Add a POSIX ACL implementation, with a
6660         Linux-specific subcase.
6661         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
6662         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
6663         acls are unsupported.
6664         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
6665         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
6666         are unsupported.
6667
6668 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6669
6670         Sync from coreutils.
6671         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
6672
6673 2006-01-07  Bruno Haible  <bruno@clisp.org>
6674
6675         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
6676         gl_EARLY.
6677
6678 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6679
6680         * lib/strftime.c (tzname): Don't declare if it is already #defined.
6681         Problem reported for Mingw by Mark Junker.
6682
6683 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6684
6685         * README: Gnulib normally doesn't generate a tarball.
6686
6687 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
6688
6689         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
6690         long int, not int, for nanosecond counts, so that people who are
6691         used to POSIX struct timespec won't be surprised.  Reported by Jim
6692         Meyering.
6693
6694 2005-12-28  Bruno Haible  <bruno@clisp.org>
6695
6696         * build-aux/config.rpath: Update from GNU gettext.
6697
6698 2005-12-16  Jim Meyering  <jim@meyering.net>
6699
6700         * modules/fprintftime: New module.
6701         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
6702
6703 2005-12-16  Jim Meyering  <jim@meyering.net>
6704
6705         * m4/fprintftime.m4: New file.
6706
6707 2005-12-16  Jim Meyering  <jim@meyering.net>
6708
6709         * lib/fprintftime.c, fprintftime.h: New files.
6710
6711 2005-12-15  Simon Josefsson  <jas@extundo.com>
6712
6713         * modules/socklen (configure.ac): Fix M4 macro name, to align with
6714         new m4/socklen.m4.
6715
6716 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6717
6718         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
6719         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
6720
6721 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6722
6723         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
6724         * lib/argp-help.c (fill_in_uparams): Check if the constructed
6725         struct uparams is valid. Fall back to the default values if it is
6726         not.
6727
6728 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6729
6730         * modules/argp (Files): Add argp-pin.c
6731         (Depends-on): dirname
6732         (lib_SOURCES): Add argp-pin.c
6733
6734 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6735
6736         * m4/argp.m4:  Check if program_invocation_name and
6737         program_invocation_short_name are declared and define appropriate
6738         macros if they are not.
6739
6740 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6741
6742         * lib/argp-help.c (__argp_base_name): New function
6743         (__argp_short_program_name): Rewrite using __argp_base_name
6744         * lib/argp-namefrob.h: Define program_invocation_name and
6745         program_invocation_short_name if requested
6746         (__argp_base_name): Add prototype
6747         * lib/argp-parse.c (argp_def): Use gettext wrappers
6748         (argp_default_parser): Use __argp_base_name
6749         * lib/argp-pin.c: New file. Defines program_invocation_name and
6750         program_invocation_short_name on systems that lack them.
6751
6752 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6753
6754         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
6755         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6756         porting problem reported by Georg Schwarz in
6757         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6758
6759 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6760
6761         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
6762         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6763         porting problem reported by Georg Schwarz in
6764         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6765
6766 2005-12-05  Bruno Haible  <bruno@clisp.org>
6767
6768         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
6769         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
6770         Reported by Mark Junker <mjscod@gmx.de>.
6771
6772 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6773
6774         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
6775         Use implementation from Albert Chin, with some
6776         comments/corrections by Stepan Kasal and myself.
6777
6778 2005-12-02  Bruno Haible  <bruno@clisp.org>
6779
6780         * gnulib-tool (func_import): Accept GPLed build tool modules when
6781         --lgpl is given.
6782         * modules/csharpcomp-script: New file.
6783         * modules/csharpcomp: Depend on it.
6784         * modules/javacomp-script: New file.
6785         * modules/javacomp: Depend on it.
6786         Suggested by Simon Josefsson.
6787
6788 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
6789
6790         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
6791         statement, to work around an HP-UX 10.20 compiler bug reported by
6792         Peter O'Gorman.
6793
6794 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6795
6796         * modules/savedir (Depends-on): Add openat.
6797
6798 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6799
6800         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
6801         (uintmax_t) [defined uintmax_t]: Do not declare.
6802         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
6803         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
6804         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
6805         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
6806         sake of portability to weird hosts that C allows (though we don't
6807         know of any practical examples).
6808
6809         * lib/savedir.h (fdsavedir): New decl.
6810         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
6811         contains most of the former guts of savedir.
6812         (savedir): Use savedirstream.
6813         Include "openat.h".
6814
6815 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6816
6817         * modules/obstack (Files): Add m4/ulonglong.m4.
6818         Problem reported by Davide Angelocola.
6819
6820 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
6821
6822         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
6823         coreutils no longer futzes with rounding modes.
6824
6825 2005-11-14  Jim Meyering  <jim@meyering.net>
6826
6827         * lib/mkstemp-safer.c: Include <config.h>, required for possible
6828         replacement of mkstemp.
6829
6830 2005-11-10  Simon Josefsson  <jas@extundo.com>
6831
6832         * lib/readline.c: Remove EOL.
6833
6834 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6835
6836         * modules/gethrxtime (Depends-on): Add gettime.
6837
6838 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6839
6840         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
6841         or gettimeofday; no longer needed.
6842
6843 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6844
6845         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
6846         time business.
6847         (gethrxtime) [! (HAVE_NANOUPTIME
6848         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
6849         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
6850         our own approximation.
6851
6852 2005-11-08  Eric Blake  <ebb9@byu.net>
6853
6854         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6855
6856 2005-11-08  Eric Blake  <ebb9@byu.net>
6857
6858         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6859
6860 2005-11-04  Bruno Haible  <bruno@clisp.org>
6861
6862         * gnulib-tool: Implement --update mode.
6863
6864 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6865
6866         Fix porting problem reported by Theodoros V. Kalamatianos.
6867         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
6868         Don't assume that futimes failing means we must fail.
6869
6870 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6871
6872         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
6873         variables to suggest the intended function of the PATH_MAX check.
6874
6875 2005-10-30  Kean Johnston  <jkj@sco.com>
6876
6877         Trivial changes to support SCO systems.
6878         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
6879         as PATH_MAX.
6880         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
6881         where __ptr is null when no I/O is pending.
6882
6883 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
6884
6885         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
6886         leave errno alone.  Problem reported by Dmitry V. Levin.
6887
6888 2005-10-28  Simon Josefsson  <jas@extundo.com>
6889
6890         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
6891         Test more.
6892
6893         * tests/test-gc-md2.c, tests/test-md2.c: New files.
6894
6895         * modules/md2, modules/md2-tests: New files.
6896
6897 2005-10-28  Simon Josefsson  <jas@extundo.com>
6898
6899         * m4/inet_ntop.m4: More tests.
6900
6901         * m4/gc-md2.m4, md2.m4: New file.
6902
6903 2005-10-28  Simon Josefsson  <jas@extundo.com>
6904
6905         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
6906         "restrict" keywords, as per POSIX.  Protect the function
6907         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
6908         Don't use K&R prototypes.  Check the sprintf return values.
6909         Re-define EAFNOSUPPORT if not present.  Indent.
6910
6911         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
6912         suggested by Bruno Haible <bruno@clisp.org>.
6913
6914         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
6915
6916         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
6917
6918         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
6919         libgcrypt).
6920
6921         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
6922
6923         * lib/md2.h, md2.c: New files.
6924
6925 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
6926
6927         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
6928         errno alone.  Problem reported by Frederic Jolliton.
6929
6930 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6931
6932         * modules/verify (License): Change from GPL to LGPL.  This is a
6933         tiny module and there are apparently near-equivalents that are
6934         under the BSD license.
6935
6936 2005-10-24  Simon Josefsson  <jas@extundo.com>
6937
6938         * modules/sha1: Relicense to LGPL.
6939
6940 2005-10-24  Simon Josefsson  <jas@extundo.com>
6941
6942         * lib/md4.h: Shrink buffer size, now that we changed the type.
6943
6944 2005-10-23  Simon Josefsson  <jas@extundo.com>
6945
6946         * gnulib-tool (func_import): Fix --tests-base.
6947
6948 2005-10-22  Simon Josefsson  <jas@extundo.com>
6949
6950         * modules/arcfour (Depends-on): Need stdint.
6951
6952 2005-10-22  Simon Josefsson  <jas@extundo.com>
6953
6954         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
6955         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
6956
6957 2005-10-22  Simon Josefsson  <jas@extundo.com>
6958
6959         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
6960         suggested by Bruno Haible <bruno@clisp.org>.
6961
6962 2005-10-22  Simon Josefsson  <jas@extundo.com>
6963
6964         * lib/crc.h: Include stddef.h, for size_t.
6965
6966 2005-10-22  Simon Josefsson  <jas@extundo.com>
6967
6968         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
6969         arcfour_context struct (simplify test vector testing in GNU
6970         Shishi).
6971
6972 2005-10-21  Simon Josefsson  <jas@extundo.com>
6973
6974         * modules/des, modules/des-tests: New files.
6975
6976         * modules/gc-des, modules/gc-des-tests: New files.
6977
6978         * tests/test-des.c, tests/test-gc-des.c: New file.
6979
6980 2005-10-21  Simon Josefsson  <jas@extundo.com>
6981
6982         * modules/arctwo, modules/arctwo-tests: New files.
6983
6984         * tests/test-arctwo.c: New file.
6985
6986         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
6987
6988         * tests/test-gc-arctwo.c: New file.
6989
6990 2005-10-21  Simon Josefsson  <jas@extundo.com>
6991
6992         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
6993         Bruno Haible <bruno@clisp.org>.
6994
6995         * m4/gc-des.m4: New file.
6996
6997 2005-10-21  Simon Josefsson  <jas@extundo.com>
6998
6999         * m4/arctwo.m4: New file.
7000
7001         * m4/gc-arctwo.m4: New file.
7002
7003 2005-10-21  Simon Josefsson  <jas@extundo.com>
7004
7005         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
7006         block.
7007
7008 2005-10-21  Simon Josefsson  <jas@extundo.com>
7009
7010         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
7011         <bruno@clisp.org>.
7012
7013         * lib/hmac-sha1.c (hmac_sha1): Likewise.
7014
7015         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
7016         Bruno Haible <bruno@clisp.org>.
7017
7018         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
7019         <bruno@clisp.org>.
7020
7021 2005-10-21  Simon Josefsson  <jas@extundo.com>
7022
7023         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
7024
7025 2005-10-21  Simon Josefsson  <jas@extundo.com>
7026
7027         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
7028
7029 2005-10-21  Simon Josefsson  <jas@extundo.com>
7030
7031         * lib/des.h, des.c: New files.
7032
7033         * lib/gc-gnulib.c: Support DES.c
7034
7035 2005-10-21  Simon Josefsson  <jas@extundo.com>
7036
7037         * lib/arctwo.h, arctwo.c: New files.
7038
7039         * lib/gc-gnulib.c: Support ARCTWO.
7040
7041 2005-10-21  Simon Josefsson  <jas@extundo.com>
7042
7043         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
7044         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7045
7046 2005-10-21  Simon Josefsson  <jas@extundo.com>
7047
7048         * gnulib-tool (func_import, func_create_testdir): Define automake
7049         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
7050         Makefile.am snippet),
7051         suggested by Bruno Haible <bruno@clisp.org>.
7052
7053         * modules/gc (Makefile.am): Use it.
7054
7055 2005-10-21  Bruno Haible  <bruno@clisp.org>
7056
7057         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
7058         patch.
7059
7060 2005-10-19  Simon Josefsson  <jas@extundo.com>
7061
7062         * tests/test-gc-rijndael.c: New file.
7063
7064         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
7065
7066 2005-10-19  Simon Josefsson  <jas@extundo.com>
7067
7068         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
7069         interface too.
7070
7071 2005-10-19  Simon Josefsson  <jas@extundo.com>
7072
7073         * tests/test-gc-arcfour.c: New file.
7074
7075         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
7076
7077 2005-10-19  Simon Josefsson  <jas@extundo.com>
7078
7079         * modules/gc-md4, modules/gc-md4-tests: New file.
7080
7081         * tests/test-gc-md4.c: New file.
7082
7083 2005-10-19  Simon Josefsson  <jas@extundo.com>
7084
7085         * m4/gc-md4.m4: New file.
7086
7087 2005-10-19  Simon Josefsson  <jas@extundo.com>
7088
7089         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
7090         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
7091         <kasal@ucw.cz>.
7092
7093 2005-10-19  Simon Josefsson  <jas@extundo.com>
7094
7095         * m4/gc-arcfour.m4: New file.
7096
7097         * m4/gc-rijndael.m4: New file.
7098
7099 2005-10-19  Simon Josefsson  <jas@extundo.com>
7100
7101         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
7102
7103 2005-10-19  Simon Josefsson  <jas@extundo.com>
7104
7105         * lib/gc-gnulib.c: Support ARCFOUR.
7106
7107 2005-10-19  Simon Josefsson  <jas@extundo.com>
7108
7109         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
7110         support.
7111
7112         * lib/gc.h: Add ECB enum type.
7113
7114         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
7115
7116 2005-10-18  Simon Josefsson  <jas@extundo.com>
7117
7118         * tests/test-md5.c: New file.
7119
7120         * modules/md5-tests: New file.
7121
7122 2005-10-18  Simon Josefsson  <jas@extundo.com>
7123
7124         * tests/test-md4.c: New file.
7125
7126         * modules/md4, modules/md4-tests: New files.
7127
7128 2005-10-18  Simon Josefsson  <jas@extundo.com>
7129
7130         * m4/md4.m4: New file.
7131
7132 2005-10-18  Simon Josefsson  <jas@extundo.com>
7133
7134         * lib/md4.h, md4.c: New files, based on md5.?.
7135
7136 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
7137
7138         * gnulib-tool (func_create_testdir): Omit the second check whether
7139         BUILT_SOURCES in nonempty.
7140
7141 2005-10-17  Simon Josefsson  <jas@extundo.com>
7142
7143         * tests/test-rijndael.c: New file.
7144
7145 2005-10-17  Simon Josefsson  <jas@extundo.com>
7146
7147         * modules/sha1: Depend on stdint instead of md5.
7148
7149         * modules/md5: Depend on stdint, remove uint32_t.
7150
7151 2005-10-17  Simon Josefsson  <jas@extundo.com>
7152
7153         * modules/gc-sha1-tests: New file.
7154
7155         * tests/test-gc-sha1.c: New file.
7156
7157 2005-10-17  Simon Josefsson  <jas@extundo.com>
7158
7159         * m4/md5.m4: Remove call to uint32_t.m4.
7160
7161 2005-10-17  Simon Josefsson  <jas@extundo.com>
7162
7163         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
7164
7165         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
7166         md5.h.
7167
7168         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
7169
7170         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
7171
7172 2005-10-17  Simon Josefsson  <jas@extundo.com>
7173
7174         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
7175
7176 2005-10-17  Simon Josefsson  <jas@extundo.com>
7177
7178         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
7179
7180 2005-10-17  Simon Josefsson  <jas@extundo.com>
7181
7182         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
7183
7184         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
7185
7186 2005-10-17  Bruno Haible  <bruno@clisp.org>
7187
7188         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
7189         that it can also be used in a test.
7190
7191 2005-10-16  Bruno Haible  <bruno@clisp.org>
7192
7193         * gnulib-tool (func_emit_tests_Makefile_am): Also define
7194         TESTS_ENVIRONMENT, so that individual tests can augment it.
7195
7196         * gnulib-tool (func_create_testdir): Use an intermediate target for
7197         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
7198         macros, like $(ALLOCA_H), which cannot be passed through the command
7199         line.
7200
7201 2005-10-15  Simon Josefsson  <jas@extundo.com>
7202
7203         * modules/rijndael-tests: New file.
7204
7205         * modules/rijndael: New file.
7206
7207 2005-10-15  Simon Josefsson  <jas@extundo.com>
7208
7209         * m4/rijndael.m4: New file.
7210
7211 2005-10-15  Simon Josefsson  <jas@extundo.com>
7212
7213         * lib/rijndael-api-fst.h, rijndael-api-fst.c: New files.
7214
7215         * lib/rijndael-alg-fst.h, rijndael-alg-fst.c: New files.
7216
7217 2005-10-14  Simon Josefsson  <jas@extundo.com>
7218
7219         * tests/test-arcfour.c: New file.
7220
7221         * modules/arcfour, modules/arcfour-tests: New files.
7222
7223 2005-10-14  Simon Josefsson  <jas@extundo.com>
7224
7225         * m4/arcfour.m4: New file.
7226
7227 2005-10-14  Simon Josefsson  <jas@extundo.com>
7228
7229         * lib/arcfour.h, arcfour.c: New files.
7230
7231 2005-10-14  Roland McGrath  <roland@redhat.com>
7232
7233         Import from libc.  [BZ #1331]
7234         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
7235         macro argument.
7236         Reported by Matej Vela <vela@debian.org>.
7237
7238 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7239
7240         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
7241         include <wchar.h>; no longer needed.
7242
7243 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7244
7245         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
7246
7247 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
7248         and  Ulrich Drepper  <drepper@redhat.com>
7249
7250         Import from libc.
7251         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
7252         instead of inline stream orientation test and two separate
7253         function calls.  Pay no attention to USE_IN_LIBIO.
7254
7255 2005-10-13  Simon Josefsson  <jas@extundo.com>
7256
7257         * modules/gc-hmac-md5-tests: New file.
7258
7259         * tests/test-gc-hmac-sha1.c: New file.
7260
7261         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
7262
7263         * modules/gc-hmac-md5-tests: New file.
7264
7265         * tests/test-gc-md5.c: New file.
7266
7267         * modules/gc-md5-tests: New file.
7268
7269 2005-10-13  Simon Josefsson  <jas@extundo.com>
7270
7271         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
7272         Move memory allocation outside of loop.
7273
7274 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
7275
7276         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
7277         intermediate directory is in a read-only file system.  Problem
7278         reported by Eric Blake.
7279
7280 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
7281
7282         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
7283
7284 2005-10-12  Simon Josefsson  <jas@extundo.com>
7285
7286         * tests/test-hmac-sha1.c: New file.
7287
7288         * modules/hmac-sha1-tests: New file.
7289
7290         * modules/hmac-sha1: New file.
7291
7292 2005-10-12  Simon Josefsson  <jas@extundo.com>
7293
7294         * modules/gc-sha1: New file.
7295
7296 2005-10-12  Simon Josefsson  <jas@extundo.com>
7297
7298         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
7299
7300         * tests/test-gc-pbkdf2-sha1.c: New file.
7301
7302 2005-10-12  Simon Josefsson  <jas@extundo.com>
7303
7304         * modules/gc-md5, modules/gc-hmac-md5: New files.
7305
7306         * modules/gc (Files): Remove md5, memxor and hmac files.
7307
7308 2005-10-12  Simon Josefsson  <jas@extundo.com>
7309
7310         * m4/gc-pbkdf2-sha1.m4: New file.
7311
7312         * m4/gc-hmac-sha1.m4: New file.
7313
7314         * m4/gc-sha1: New file.
7315
7316         * m4/hmac-sha1.m4: New file.
7317
7318 2005-10-12  Simon Josefsson  <jas@extundo.com>
7319
7320         * m4/gc-md5.m4, gc-hmac-md5: New files.
7321
7322         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
7323
7324 2005-10-12  Simon Josefsson  <jas@extundo.com>
7325
7326         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
7327         suggested by Bruno Haible <bruno@clisp.org>.
7328
7329 2005-10-12  Simon Josefsson  <jas@extundo.com>
7330
7331         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
7332
7333 2005-10-12  Simon Josefsson  <jas@extundo.com>
7334
7335         * lib/gc-pbkdf2-sha1.c: New file.
7336
7337         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
7338
7339 2005-10-12  Simon Josefsson  <jas@extundo.com>
7340
7341         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
7342
7343         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
7344
7345 2005-10-12  Simon Josefsson  <jas@extundo.com>
7346
7347         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
7348         GC_USE_HMAC_MD5, respectively.
7349
7350         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
7351         (gc_md5): Fix typo.
7352
7353         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
7354
7355         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
7356
7357         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
7358
7359 2005-10-12  Bruno Haible  <bruno@clisp.org>
7360
7361         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
7362         Reported by Stepan Kasal <kasal@ucw.cz>.
7363
7364 2005-10-11  Simon Josefsson  <jas@extundo.com>
7365
7366         * tests/test-crc.c: New file.
7367
7368         * modules/crc, modules/crc-tests: New files.
7369
7370 2005-10-11  Simon Josefsson  <jas@extundo.com>
7371
7372         * m4/crc.m4: New file.
7373
7374 2005-10-11  Simon Josefsson  <jas@extundo.com>
7375
7376         * lib/gc.h: Add gc_hash and gc_hash_buffer.
7377
7378         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
7379
7380         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
7381
7382 2005-10-11  Simon Josefsson  <jas@extundo.com>
7383
7384         * lib/crc.h, crc.c: New files.
7385
7386         * lib/gc.h (gc_hash_buffer): Add doc.
7387
7388 2005-10-11  Bruno Haible  <bruno@clisp.org>
7389
7390         * modules/c-strcasestr: New file.
7391         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
7392
7393 2005-10-11  Bruno Haible  <bruno@clisp.org>
7394
7395         * modules/c-strcase: New file.
7396         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
7397
7398 2005-10-11  Bruno Haible  <bruno@clisp.org>
7399
7400         * lib/strcasecmp.c: Include limits.h.
7401         (strcasecmp): Avoid integer overflow on exotic platforms.
7402         * lib/strncasecmp.c: Include limits.h.
7403         (strncasecmp): Avoid integer overflow on exotic platforms.
7404         Reported by Paul Eggert.
7405
7406 2005-10-11  Bruno Haible  <bruno@clisp.org>
7407
7408         * lib/c-strcasestr.h: New file, from GNU gettext.
7409         * lib/c-strcasestr.c: New file, from GNU gettext.
7410
7411 2005-10-11  Bruno Haible  <bruno@clisp.org>
7412
7413         * lib/c-strcase.h: New file, from GNU gettext.
7414         * lib/c-strcasecmp.c: New file, from GNU gettext.
7415         * lib/c-strncasecmp.c: New file, from GNU gettext.
7416
7417 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7418
7419         * modules/mempcpy (License): GPL -> LGPL.
7420         * modules/strchrnul (License): Likewise.
7421         * modules/sysexits (License): Likewise.
7422
7423 2005-10-08  Simon Josefsson  <jas@extundo.com>
7424
7425         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
7426
7427 2005-10-07  Simon Josefsson  <jas@extundo.com>
7428
7429         * m4/memxor.m4: Remove gl_C_RESTRICT call.
7430
7431 2005-10-06  Simon Josefsson  <jas@extundo.com>
7432
7433         * tests/test-hmac-md5.c: New file.
7434
7435         * modules/hmac-md5-tests: New file.
7436
7437         * modules/hmac-md5: New file.
7438
7439 2005-10-06  Simon Josefsson  <jas@extundo.com>
7440
7441         * m4/hmac-md5.m4: New file.
7442
7443         * m4/memxor.m4: Require gl_C_RESTRICT.
7444
7445 2005-10-06  Simon Josefsson  <jas@extundo.com>
7446
7447         * lib/memxor.c (memxor): Avoid casts and warnings.
7448
7449 2005-10-06  Simon Josefsson  <jas@extundo.com>
7450
7451         * lib/hmac-md5.c: New file.
7452
7453         * lib/hmac.h: New file.
7454
7455 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7456
7457         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
7458         promotes to int, not unsigned int, to catch the AIX 5.3
7459         compiler bug.
7460
7461 2005-10-05  Simon Josefsson  <jas@extundo.com>
7462
7463         * modules/memxor: New file.
7464
7465         * modules/iconv (Files): Move config.rpath to havelib, it is used
7466         there.
7467
7468         * modules/havelib (Files): Add config.rpath.
7469
7470 2005-10-05  Simon Josefsson  <jas@extundo.com>
7471
7472         * m4/memxor.m4: New file.
7473
7474 2005-10-05  Simon Josefsson  <jas@extundo.com>
7475
7476         * lib/memxor.c (memxor): Fix compiler error.
7477
7478         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
7479         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
7480
7481         * lib/memxor.h, memxor.c: New files.
7482
7483         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
7484         we assume all systems have it, suggested by Jim Meyering
7485         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
7486         any systems lack sys/socket.h; mingw32 is known to lack it, but we
7487         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
7488         same reasons.
7489
7490 2005-10-05  Simon Josefsson  <jas@extundo.com>
7491
7492         * config/srclist.txt: Add glibc bug 1423 for md5.h.
7493
7494 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7495
7496         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
7497         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
7498         needed, since the source code now assumes these .h files.
7499
7500 2005-10-05  Derek Price  <derek@ximbiot.com>
7501
7502         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
7503
7504 2005-10-05  Bruno Haible  <bruno@clisp.org>
7505
7506         * modules/stdint (License): Change to LGPL.
7507
7508 2005-10-04  Simon Josefsson  <jas@extundo.com>
7509
7510         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
7511         D. Baushke" <mdb@gnu.org>.
7512
7513 2005-10-04  Bruno Haible  <bruno@clisp.org>
7514
7515         * lib/verify.h (verify_true): Provide alternative definition for C++.
7516
7517 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
7518
7519         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
7520         (SSIZE_MAX): New macro, if not already defined.
7521         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
7522         than 2 GiB.
7523
7524 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7525
7526         Sync from coreutils.
7527         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
7528         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
7529         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
7530         ULLONG_MAX doesn't work with 2.7.2.1.
7531
7532 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7533
7534         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
7535         From Ben Pfaff.
7536
7537         * modules/exclude (Depends-on): Depend on verify.
7538         * modules/strtoimax (Depends-on): Likewise.
7539         * modules/utimecmp (Depends-on): Likewise.
7540
7541 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7542
7543         * lib/exclude.c: Include verify.h.
7544         (verify): Remove.  All callers changed to use verify.h's version.
7545         * lib/strtoimax.c: Likewise.
7546         * lib/utimecmp.c: Likewis.e
7547
7548         Sync from coreutils.
7549         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
7550         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
7551         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
7552         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
7553         bother returning ENOSYS if settimeofday or stime fails; just let
7554         them return whatever errno they want to return.
7555         * lib/utimens.c: Include unistd.h, for dup2.
7556         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
7557         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
7558
7559 2005-10-02  Jim Meyering  <jim@meyering.net>
7560
7561         Sync from coreutils.
7562         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
7563         from glibc-2.2.5 that fails for read-only files.
7564
7565 2005-10-02  Jim Meyering  <jim@meyering.net>
7566
7567         Sync from coreutils.
7568         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
7569         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
7570         `#if HAVE_CONFIG_H'.
7571         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
7572         Remove AT_FDCWD test.
7573         Do not consume the fd unless successful.
7574         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
7575         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
7576         block, so that we don't even try to compile it if settimeofday is
7577         available.  This works around a compilation failure on OSF1 V5.1,
7578         due to stime requiring a `long int*' while tv_sec is `int'.
7579
7580 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
7581
7582         Sync from coreutils.
7583         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
7584         against `yes', rather than just testing for nonempty.
7585
7586 2005-10-01  Simon Josefsson  <jas@extundo.com>
7587
7588         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
7589         and Darwin.
7590
7591         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
7592         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
7593         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
7594         freeaddrinfo and gai_strerror are declared by the POSIX headers.
7595         Check if struct addrinfo is declared.
7596
7597 2005-10-01  Simon Josefsson  <jas@extundo.com>
7598
7599         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
7600         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
7601         AI_* and EAI_* definitions.  Protect function declarations.
7602
7603 2005-10-01  Jim Meyering  <jim@meyering.net>
7604
7605         Sync from coreutils.
7606
7607         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
7608         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
7609         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
7610         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
7611         in the inet and nsl libraries.  Required on Solaris 5.7.
7612
7613 2005-10-01  Jim Meyering  <jim@meyering.net>
7614
7615         Sync from coreutils.
7616         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
7617         in the inet and nsl libraries.  Required on Solaris 5.7.
7618
7619 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
7620
7621         * lib/getdelim.c (getdelim): Remove unused variables.
7622
7623 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7624
7625         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
7626         so that the code works even with ancient cpp.  Portability problem
7627         with GCC 2.7.2.1 reported by Thomas M.Ott.
7628
7629 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7630
7631         * modules/regex (Depends-on): Add strcase.
7632
7633         * modules/gethostname (Licence): Change from GPL to LGPL, since
7634         gethostname.c is a trivial implementation of a standard library
7635         function.
7636         * modules/poll (License): Change from GPL to LGPL, since it's
7637         derived from LGPL code.
7638
7639 2005-09-27  Jim Meyering  <jim@meyering.net>
7640
7641         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
7642         HAVE_CONFIG_H.
7643
7644         * lib/intprops.h (signed_type_or_expr__): Define.
7645         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
7646         for unsigned types.
7647
7648 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7649
7650         * lib/verify.h (verify_expr): Remove, replacing with:
7651         (verify_true): New macro that returns true instead of void.
7652         (verify_type__): Remove.
7653         (verify): Use verify_true rather than verify_type__.
7654
7655 2005-09-26  Bruno Haible  <bruno@clisp.org>
7656
7657         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
7658         is necessary.
7659         (lib_SOURCES): Remove mbchar.c.
7660         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
7661         (Files): Add m4/mbrtowc.m4.
7662         * modules/mbiter: Likewise.
7663         * modules/mbuiter: Likewise.
7664
7665 2005-09-26  Bruno Haible  <bruno@clisp.org>
7666
7667         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
7668         compile mbchar.c if they are not both present.
7669         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
7670         * m4/mbiter.m4 (gl_MBITER): Likewise.
7671         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
7672         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
7673         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
7674
7675 2005-09-25  Jim Meyering  <jim@meyering.net>
7676
7677         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
7678         also uses socklen_t.
7679
7680 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
7681
7682         * lib/utimens.c (ENOSYS): Define if not already defined.
7683         (futimens): Support having a null PATH if the file descriptor
7684         is nonnegative.
7685
7686         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
7687         Remove.
7688         (__attribute): Define to empty unless GCC 3.1 or later.
7689         This works around a core dump on OpenBSD 3.4, which has GCC
7690         2.95.3, which dumps core when given __attribute__(()).  It also
7691         simplifies other tests, since we really don't want to bother with
7692         worrying about which ancient version of GCC supported what.
7693         Original problem reported by Yoann Vandoorselaere, with part of
7694         the fix suggested by Derek Price.
7695
7696 2005-09-24  Jim Meyering  <jim@meyering.net>
7697
7698         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
7699         so we can once again use a positive bitfield width of 1 -- now we
7700         don't have to explain why we were using a bitfield width of 2.
7701
7702 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7703
7704         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
7705         and similarly for the other external symbols.  Problem reported
7706         by James Gallager.
7707
7708         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
7709         bug reported by Jim Meyering.
7710
7711         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
7712         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
7713         not needed, since socklen is a prerequisite module.
7714
7715 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7716
7717         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
7718         Problem reported by Eric Blake.
7719         (getaddrinfo): Initialize se so that it's not garbage.
7720         Redo internal storage allocation so that it doesn't make unportable
7721         assumptions about alignment.
7722         Fix a memory leak.
7723
7724         * lib/utimens.c (futimens): Use futimesat if available.
7725         Prefer it to futimes since it doesn't have the futimes bug.
7726
7727         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
7728         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
7729         Instead, declare a function that returns a pointer to an array,
7730         and use verify_type__ to declare the size of the array.
7731         Problem and germ of a solution reported by Bruno Haible.
7732         (verify_type__): Use 2, not 1, for bitfield size, to avoid
7733         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
7734
7735 2005-09-23  Jim Meyering  <jim@meyering.net>
7736
7737         Sync from coreutils.
7738         Correct build failure (socklen_t not defined) on at least
7739         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
7740         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
7741
7742 2005-09-23  Jim Meyering  <jim@meyering.net>
7743
7744         * modules/getaddrinfo (Depends-on): Add socklen.
7745
7746 2005-09-23  Bruno Haible  <bruno@clisp.org>
7747
7748         * tests/test-verify.c: New file.
7749
7750 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7751
7752         Sync from coreutils.
7753
7754         * modules/argmatch (Depends-on): Add verify.
7755         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
7756         unistd-safer.
7757         * modules/save-cwd (Depends-on): Likewise.
7758
7759         * modules/openat (Files): Add lib/openat-die.c.
7760         (Depends-on): Remove error, exitfail.
7761         Add dirname.
7762
7763         * modules/verify: New file.
7764         * MODULES.html.sh (Diagnostics <assert.h>): New section,
7765         with "verify" module.
7766
7767 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7768
7769         Sync from coreutils.
7770
7771         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
7772         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
7773         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
7774         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
7775         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
7776         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
7777         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
7778         Don't bother checking for string.h, stdlib.h, unistd.h.
7779         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
7780         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
7781         module's job.
7782         * m4/jm-macros.m4 (gl_MACROS): Likewise.
7783         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
7784
7785         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
7786         (gl_GETDATE): Use it.
7787
7788         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
7789
7790 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7791
7792         Sync from coreutils.
7793
7794         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
7795         stat-time.h.
7796         * lib/argmatch.h: Include verify.h
7797         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
7798         (ARGMATCH_ASSERT): Remove; unused.
7799         * lib/canonicalize.c: Assume STDC_HEADERS.
7800         * lib/exclude.c: Include "strcase.h".
7801         * lib/regex_internal.h [!defined _LIBC]: Likewise.
7802         * lib/getusershell.c: Include stdio--.h rather than stdio.h
7803         and stdio-safer.h.
7804         (getusershell): Call fopen, not fopen_safer.
7805         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
7806         Do not include unistd-safer.h.
7807         (save_cwd): Don't call fd_safer; no longer needed
7808         now that we include fcntl--.h.
7809
7810         * lib/getdate.y (relative_time): New type.
7811         (RELATIVE_TIME_0): New constant.
7812         (parser_control): Use relative_time instead of doing it ourselves.
7813         (%union): Add new relative_time rel member.
7814         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
7815         Now typeless.
7816         (relunit, relunit_snumber): Now of type rel.
7817         (zone, rel, relunit, get_date): Adjust to above changes.
7818
7819         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
7820         Do not include unistd-safer.h.
7821         (getloadavg): Don't call fd_safer; no longer needed
7822         now that we include fcntl--.h.
7823
7824         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
7825         (make_dir_parents): Treat ENOSYS like EEXIST.
7826
7827         Improve quality of diagnostics on restore_cwd failure.
7828         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
7829         (make_dir_parents): Last arg is now int * (for errno), not bool *.
7830         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
7831         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
7832         each time through the loop.  Do not diagnose restore_cwd failure;
7833         that is the caller's job (and perhaps the caller does not care).
7834
7835         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
7836         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
7837         If the file already exists but is not a directory, don't bother
7838         to try to make its parents.
7839         Close potential file descriptor leak if we can't chdir("/") (!).
7840         Don't always return true if chdir($PWD) fails; return true only
7841         if the requested action was done successfully (except for the
7842         chdir($PWD)).
7843         Don't log final directory unless we actually made it.
7844         Refactor to avoid duplicate code to fix up permissions.
7845         Don't attempt to fix up parent permissions if chdir($PWD) fails.
7846
7847         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
7848         to make it a bit faster and (I hope) clearer.
7849         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
7850         Fix bug in formats like %2N.
7851
7852         * lib/verify.h: New file.
7853
7854 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7855
7856         Sync from coreutils.
7857         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
7858
7859 2005-09-22  Jim Meyering  <jim@meyering.net>
7860
7861         Sync from coreutils.
7862
7863         * m4/lstat.m4 (gl_FUNC_LSTAT):
7864         Use AC_LIBSOURCES to require lstat.c and lstat.h.
7865         Remove obsolete comment.
7866         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
7867         * m4/xstrtod.m4: Likewise.
7868
7869         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
7870
7871 2005-09-22  Jim Meyering  <jim@meyering.net>
7872
7873         Sync from coreutils.
7874
7875         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
7876
7877         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
7878         the .tm_year member, since otherwise gcc-4.0 would now warn about
7879         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
7880
7881         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
7882         order to avoid an unsuppressible warning from gcc on 64-bit systems.
7883
7884         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
7885         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
7886         when run in a time zone for which daylight savings time is in effect
7887         for the starting date.
7888
7889         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
7890         stop us from restricting permissions of just-created absolute-named
7891         directories.
7892         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
7893         to restore initial working directory.
7894         * lib/mkdir-p.c (make_dir_parents): New parameter:
7895         different_working_dir, to tell caller if/when we change the working
7896         directory and are unable to return to the initial one.
7897         * lib/mkdir-p.h (make_dir_parents): Update prototype.
7898         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
7899         `return false'.  This fixes a bug introduced on 2004-07-30.
7900
7901         * lib/openat.c (fdopendir): Be sure to close the supplied
7902         file descriptor before returning.  This makes our replacement
7903         implementation a little closer to Solaris's, where fdopendir
7904         ties the file descriptor to the returned DIR* pointer.
7905         * lib/openat.c (unlinkat): New function.
7906         * lib/openat.h (unlinkat): Add prototype.
7907         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
7908         (openat_restore_fail): Rename from openat_restore_die.
7909         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
7910
7911         Provide an alternative to exiting immediately upon save_cwd or
7912         restore_cwd failure.  Now, an application can arrange e.g.,
7913         to perform a longjump in that case.
7914         * lib/openat.c: Include dirname.h.
7915         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
7916         (rpl_openat, fdopendir, fstatat): Call openat_save_die
7917         and openat_restore_die rather than calling error directly.
7918         Don't include "error.h" or "exitfail.h"; they're no longer needed.
7919
7920         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
7921         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
7922         define.
7923
7924         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
7925         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
7926                             int utc, int nanoseconds);
7927         Background:
7928         date should not have to allocate a megabyte of virtual memory to
7929         handle a format argument like +%1048575T.  When implemented with
7930         strftime, it must allocate such a buffer, use strftime to fill it
7931         in, print it, then free it.
7932         With fprintftime, it simply prints everything and exits.
7933         With no need for memory allocation, that's one fewer way to fail.
7934         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
7935         optional field width, not before, so we accept %9:z, not %:9z.
7936         (my_strftime): Be sure to use L_('x') for literals.
7937
7938         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
7939         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
7940         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
7941         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
7942         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
7943         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
7944         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
7945         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
7946         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
7947         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
7948         * lib/xgethostname.c, lib/xreadlink.c:
7949         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
7950
7951         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
7952         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
7953         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
7954         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
7955         and don't include <sys/file.h>).
7956
7957 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
7958
7959         Sync from coreutils.
7960
7961         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
7962         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
7963         [!LDAV_DONE]: Avoid unused variable warning.
7964
7965 2005-09-21  Bruno Haible  <bruno@clisp.org>
7966
7967         * lib/unicodeio.h (unicode_to_mb): New declaration.
7968
7969 2005-09-20  Derek Price  <derek@ximbiot.com>
7970
7971         * lib/getaddrinfo.c: Don't include <netdb.h> included from
7972         getaddrinfo.h.
7973
7974 2005-09-20  Bruno Haible  <bruno@clisp.org>
7975
7976         * gnulib-tool: Remove trailing slashes from the values specified for
7977         --source-base, --m4-base, --tests-base, --aux-dir.
7978         Suggested by Simon Josefsson <jas@extundo.com>.
7979
7980 2005-09-20  Bruno Haible  <bruno@clisp.org>
7981
7982         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
7983         func_modules_to_filelist, func_import, func_create_testdir): Make all
7984         sorting results locale-independent, so that gnulib-cache.m4 doesn't
7985         change when gnulib-tool is invoked in a different locale.
7986
7987 2005-09-19  Simon Josefsson  <jas@extundo.com>
7988
7989         * m4/socklen.m4: Fix typo.
7990
7991 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7992
7993         Use a consistent style for including <config.h>.
7994         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
7995         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
7996         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
7997         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
7998         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
7999         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
8000         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
8001         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
8002         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
8003         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
8004         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
8005         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
8006         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
8007         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
8008         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
8009         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
8010         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
8011         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
8012         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
8013         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
8014         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
8015         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
8016         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
8017         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
8018         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
8019         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
8020         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
8021         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
8022         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
8023         lib/xstrtoumax.c, lib/yesno.c:
8024         Standardize inclusion of config.h.
8025         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
8026         lib/inttostr.h:  Removed inclusion of config.h from header files.
8027         * lib/inttostr.c:  Adjusted in-tree users.
8028         * lib/timespec.h: Remove superfluous warning to include config.h.
8029         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
8030         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
8031         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
8032         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
8033         config.h with HAVE_CONFIG_H.
8034
8035 2005-09-19  Jim Meyering  <jim@meyering.net>
8036
8037         * modules/pathmax (License): Change to LGPL.
8038
8039 2005-09-19  Derek Price  <derek@ximbiot.com>
8040
8041         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
8042
8043 2005-09-19  Bruno Haible  <bruno@clisp.org>
8044
8045         * gnulib-tool (import): Provide default for --tests-base.
8046
8047 2005-09-19  Bruno Haible  <bruno@clisp.org>
8048
8049         * doc/quote.texi: New file, extracted from gnulib.texi.
8050         * doc/ctime.texi: New file, extracted from gnulib.texi.
8051         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
8052         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
8053         * doc/gnulib.texi: Include them.
8054
8055 2005-09-18  Bruno Haible  <bruno@clisp.org>
8056
8057         Portability fix.
8058         * gnulib-tool (func_readlink): New function.
8059         (func_ln_if_changed): Use it.
8060
8061 2005-09-18  Bruno Haible  <bruno@clisp.org>
8062
8063         * gnulib-tool: Support --with-tests also with --import.
8064         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
8065         (func_import): Use variables $testsbase and $inctests. Emit a
8066         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
8067         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
8068         SUBDIRS += $testsdir.
8069         (func_create_testdir): Update.
8070
8071 2005-09-18  Bruno Haible  <bruno@clisp.org>
8072
8073         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
8074         instead of $dry_run.
8075         (func_cp_if_changed, func_mv_if_changed): Remove functions.
8076         (func_ln_if_changed): Don't handle dry-run here.
8077         (func_import): In dry-run mode, detect more precisely which actions
8078         would be performed, and don't use "...ing" verbs.
8079
8080 2005-09-18  Bruno Haible  <bruno@clisp.org>
8081
8082         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
8083         (func_import): Use join on two temporary files instead of three nested
8084         loops, in order to determine which files are new or old.
8085
8086 2005-09-18  Bruno Haible  <bruno@clisp.org>
8087
8088         * gnulib-tool (func_import): Comment out code that spits out the
8089         new files with --dry-run.
8090
8091 2005-09-18  Bruno Haible  <bruno@clisp.org>
8092
8093         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
8094
8095 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8096
8097         * lib/stat-time.h: New file.
8098         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
8099         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
8100         in a different way.
8101         (timespec_cmp): New function.
8102         * lib/utimecmp.c: Include stat-time.h.
8103         (SYSCALL_RESOLUTION): Depend on whether various struct stat
8104         members exist, not on the obsolescent ST_MTIM_NSEC.
8105         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
8106
8107 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8108
8109         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
8110
8111 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8112
8113         * MODULES.html.sh (File system functions): Add stat-time.
8114         * modules/stat-time: New file.
8115         * modules/timespec (Files): Remove m4/st_mtim.m4; this
8116         is now done in a different way, by the stat-time module.
8117         * modules/utimecmp (Depends-on): Add stat-time.
8118
8119 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8120
8121         * m4/st_mtim.m4: Remove.  Superseded by...
8122         * m4/stat-time.m4: New file.
8123         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
8124         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
8125
8126 2005-09-15  Derek Price  <derek@ximbiot.com>
8127
8128         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
8129
8130 2005-09-15  Derek Price  <derek@ximbiot.com>
8131
8132         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
8133         * lib/regex_internal.c: Ditto, using this...
8134         (__GNUC_PREREQ): ...new macro.
8135         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
8136         using...
8137         (__GNUC_PREREQ): ...this new macro.
8138
8139         * lib/strstr.h: Include string.h. Define strstr as a macro here.
8140
8141 2005-09-15  Derek Price  <derek@ximbiot.com>
8142             Paul Eggert  <eggert@cs.ucla.edu>
8143
8144         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
8145         changes, consolidating in...
8146         * lib/regex_internal.h: ...this file.
8147
8148 2005-09-13  Jim Meyering  <jim@meyering.net>
8149
8150         * lib/canon-host.c: Filter through gnu indent and reword comments
8151         slightly.
8152         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
8153
8154 2005-09-13  Derek Price  <derek@ximbiot.com>
8155
8156         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
8157         failure.
8158         Reported by Jim Meyering  <jim@meyering.net>.
8159
8160 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8161
8162         * lib/base64.c: Typo.
8163         (base64_encode): Put b64str in initialized data section.
8164
8165 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8166
8167         Merge glibc and coreutils changes into gnulib, plus a few
8168         extra fixes.
8169         * lib/md5.c: Use #error rather than a string.
8170         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
8171         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
8172         (__attribute__): Define to empty for non recent-GCC.
8173         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
8174         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
8175         Renamed from their non-__ counterparts, with new macros replacing
8176         them if not _LIBC.  Add __THROW attribute.
8177         (rol): Remove.
8178         (struct md5_ctx): Align buffer if using GCC.
8179         * lib/sha1.h (struct sha1_ctx): Likewise.
8180         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
8181         The old name was backwards.
8182         (NOTSWAP): Remove; not used.
8183         (rol): New macro, moved here from md5.h.
8184         (sha1_process_block): Remove a FIXME that doesn't make sense.
8185
8186 2005-09-12  Derek Price  <derek@ximbiot.com>
8187
8188         Return usable errors from canon-host.
8189         * lib/canon-host.h: New file.
8190         * lib/canon-host.c (canon_host): Wrap...
8191         (canon_host_r): ...this new function, which now relies exclusively on
8192         getaddrinfo.
8193         (ch_strerror): New function.
8194         (last_cherror): New global.
8195         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
8196         interface.
8197         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
8198         void *.
8199         (freeaddrinfo): Free ai->ai_canonname when set.
8200
8201 2005-09-12  Derek Price  <derek@ximbiot.com>
8202
8203         Make canon-host require getaddrinfo.
8204         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
8205         AC_LIBSOURCE canon-host.h.  Call...
8206         (gl_PREREQ_CANON_HOST): ...this new function, which requires
8207         gl_GETADDRINFO.
8208         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
8209
8210 2005-09-12  Derek Price  <derek@ximbiot.com>
8211
8212         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
8213         LGPL.
8214         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
8215
8216 2005-09-12  Derek Price  <derek@ximbiot.com>
8217
8218         * lib/gai_strerror.c: Include config.h when available.  Include
8219         getaddrinfo.h before other headers to test interface.
8220         Reported by Larry Jones <lawrence.jones@ugs.com>.
8221
8222 2005-09-12  Derek Price  <derek@ximbiot.com>
8223             Paul Eggert  <eggert@cs.ucla.edu>
8224
8225         * modules/glob (Files): Add glob-libc.h.
8226
8227 2005-09-12  Derek Price  <derek@ximbiot.com>
8228             Paul Eggert  <eggert@cs.ucla.edu>
8229
8230         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
8231         glob_.h, glob-libc.h.
8232         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
8233
8234 2005-09-12  Derek Price  <derek@ximbiot.com>
8235             Paul Eggert  <eggert@cs.ucla.edu>
8236
8237         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
8238         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
8239         protecting things that should be done only in gnulib contexts.
8240         * lib/glob_.h: New file, containing only the glob things needed for
8241         gnulib.
8242         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
8243         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
8244         (glob, globfree, glob_pattern_p): Now defined simply in terms of
8245         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
8246         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
8247         and to respect the namespace rules better.
8248
8249 2005-09-08  Simon Josefsson  <jas@extundo.com>
8250
8251         * modules/socklen: New file.
8252
8253 2005-09-08  Simon Josefsson  <jas@extundo.com>
8254
8255         * m4/socklen.m4: New file.
8256
8257 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8258
8259         * modules/utimens (Files): Add m4/utimbuf.m4, since
8260         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
8261         Reported by Sergey Poznyakoff.
8262
8263 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8264
8265         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
8266         definitions, since that's the preferred style in glibc.
8267         Fix a minor spacing issue, and update copyright notice to match
8268         glibc's.
8269
8270 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8271
8272         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
8273
8274 2005-09-06  Simon Josefsson  <jas@extundo.com>
8275
8276         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
8277         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
8278
8279 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8280
8281         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
8282         warning.
8283
8284 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8285
8286         * config/srclist.txt: Add glibc bug 1302.
8287
8288 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
8289
8290         Change bitset word type from unsigned int to unsigned long int,
8291         as this has better performance on typical 64-bit hosts.
8292         Port bitset code to hosts with unusual word sizes.
8293         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
8294         (build_collating_symbol):
8295         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
8296         argument is a bitset.  This is merely a style issue, but it makes
8297         it clearer that an entire array is expected.
8298         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
8299         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
8300         Port to the case where bitset_word is not the same as unsigned int.
8301         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
8302         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
8303         Likewise.
8304         * lib/regexec.c (check_dst_limits_calc_pos_1,
8305         check_subexp_matching_top):
8306         (build_trtable, group_nodes_into_DFAstates):
8307         Likewise.
8308         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
8309         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
8310         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
8311         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
8312         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
8313         * lib/regcomp.c (optimize_subexps, lower_subexp):
8314         Work even if bitset_word has holes in its bitwise representation.
8315         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
8316         * lib/regexec.c (check_dst_limits_calc_pos_1,
8317         check_subexp_matching_top):
8318         Likewise.
8319         * lib/regex_internal.c (re_string_reconstruct):
8320         Don't assume UCHAR_MAX == 255.
8321         * lib/regex_internal.h (bitset_set_all): Likewise.
8322         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
8323         All uses changed.
8324         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
8325         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
8326         All uses changed.
8327         (BITSET_WORD_MAX): New macro.
8328         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
8329         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
8330         (bitset_empty, bitset_copy):
8331         Prefer sizeof (bitset) to multiplying it out ourselves.
8332         (bitset_not_merge): Remove; unused.
8333         (bitset_contain): Return bool, not unsigned int with one bit on.
8334         All callers changed.
8335         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
8336         alignment than re_node_set; do this by defining a new internal
8337         type struct dests_alloc and using it to allocate memory.
8338
8339 2005-09-05  Bruno Haible  <bruno@clisp.org>
8340
8341         * gnulib-tool (func_import): Fix comparison in handling of symbolic
8342         links.
8343
8344 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
8345
8346         * modules/size_max (Makefile.am): Add size_max.h
8347
8348 2005-09-04  Derek Price  <derek@ximbiot.com>
8349
8350         * gnulib-tool (func_import): Fix reversed $symbolic logic.
8351
8352 2005-09-03  Simon Josefsson  <jas@extundo.com>
8353
8354         * gnulib-tool: Fix typo.
8355
8356 2005-09-03  Simon Josefsson  <jas@extundo.com>
8357
8358         * config/srclist.txt: Add glibc bug 1293.
8359
8360 2005-09-03  Derek Price  <derek@ximbiot.com>
8361
8362         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
8363         From Larry Jones <lawrence.jones@ugs.com>.
8364
8365 2005-09-02  Simon Josefsson  <jas@extundo.com>
8366
8367         * modules/socklen: New file.
8368
8369 2005-09-02  Simon Josefsson  <jas@extundo.com>
8370
8371         * modules/havelib: New module.
8372
8373         * modules/gettext, modules/iconv, modules/lock, modules/readline:
8374         Use havelib.
8375
8376 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
8377
8378         Check for arithmetic overflow when calculating sizes, to prevent
8379         some buffer-overflow issues.  These patches are conservative, in the
8380         sense that when I couldn't determine whether an overflow was possible,
8381         I inserted a run-time check.
8382         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
8383         macros.
8384         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
8385         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
8386         (re_xnrealloc, re_x2nrealloc): New inline functions.
8387         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
8388         parse_bracket_exp):
8389         (build_equiv_class, build_charclass): Check for arithmetic overflow
8390         in size expression calculations.
8391         * lib/regex_internal.c (re_string_realloc_buffers):
8392         (build_wcs_upper_buffer, re_node_set_add_intersect):
8393         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
8394         (re_dfa_add_node, register_state): Likewise.
8395         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
8396         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
8397         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
8398         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
8399
8400 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
8401
8402         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
8403         m4/ulonglong.m4.  Problem reported by Martin Lambers.
8404
8405 2005-09-02  Bruno Haible  <bruno@clisp.org>
8406
8407         Support for lib vs. lib64 distinction on biarch platforms.
8408         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
8409         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
8410         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
8411
8412 2005-09-02  Bruno Haible  <bruno@clisp.org>
8413
8414         * gnulib-tool (import): In the other first-use case, provide defaults
8415         as well.
8416
8417 2005-09-02  Bruno Haible  <bruno@clisp.org>
8418
8419         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
8420         patches not yet found in the latest gettext release.
8421
8422 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8423
8424         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
8425         to avoid a collision with bits/local_lim.h in glibc.
8426         All uses changed.  Problem reported by Dmitry V. Levin in
8427         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
8428
8429         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
8430         bugs in int versus size_t comparisons.
8431         (re_string_context_at): Fix bug where the code assumed that
8432         Idx is signed.
8433
8434         Use bool where appropriate.
8435         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
8436         All callers changed.
8437         (calc_eclosure_iter): Likewise, for ROOT arg.
8438         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
8439         (build_charclass_op): Likewise, for NON_MATCH arg.
8440         * lib/regex_internal.c (re_string_allocate, re_string_construct):
8441         (re_string_construct_common): Likewise, for ICASE arg.
8442         * lib/regexec.c (re_search_2_stub, re_search_stub):
8443         Likewise, for RET_LEN arg.
8444         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
8445         (set_regs): Likewise, for FL_BACKTRACK arg.
8446         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
8447         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
8448         (calc_eclosure_iter, parse_bracket_exp):
8449         Use bool for internal variables that are booleans.
8450         * lib/regexec.c (re_search_internal, check_matching,
8451         proceed_next_node):
8452         (set_regs, build_sifted_states, sift_states_bkref):
8453         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
8454         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
8455         (find_collation_sequence_value):
8456         Likewise.
8457         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
8458         (re_node_set_compare):
8459         Return bool, not int. All callers changed.
8460         * lib/regexec.c (check_halt_node_context, check_dst_limits):
8461         (build_trtable, check_node_accept): Likewise.
8462         * lib/regex_internal.h: Include stdbool.h.
8463
8464         Fix bugs uncovered when converting to bool.
8465         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
8466         failure instead of charging ahead blindly.
8467         * lib/regex_internal.c (register_state): Likewise.
8468         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
8469         for freeing internal storage.
8470         (group_nodes_into_DFA_states): Use unsigned int, not int, for
8471         bitset pieces used as boolean, to avoid undefined behavior
8472         on hosts that do int overflow checking.
8473
8474 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8475
8476         * config/srclist.txt: Add glibc bugs 1285-1287.
8477
8478 2005-09-01  Jim Meyering  <jim@meyering.net>
8479
8480         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
8481         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
8482         Require gl_STAT_MACROS, too.
8483
8484 2005-09-01  Bruno Haible  <bruno@clisp.org>
8485
8486         * gnulib-tool (import): In the first-use case, provide defaults.
8487
8488 2005-09-01  Bruno Haible  <bruno@clisp.org>
8489
8490         * gnulib-tool (func_import): Remove the .tmp files.
8491
8492 2005-09-01  Bruno Haible  <bruno@clisp.org>
8493
8494         * gnulib-tool (func_import): Fix handling of symbolic links.
8495
8496 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
8499         old glibc regex code mishandles strings longer than 2**31 bytes.
8500         This patch fixes this when the regex code is used in gnulib
8501         (i.e., outside glibc).
8502
8503         This patch should not affect the use of the regex code inside
8504         glibc.  No doubt this problem also needs to be handled for glibc
8505         as well, but the result will be an incompatible change to the
8506         glibc ABI, and the old ABI will have to be supported too.  That
8507         can be the the subject for another patch.
8508
8509         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
8510         governing whether the rest of this patch is active.  By default,
8511         the macro is disabled and the patch has no effect.
8512         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
8513         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
8514         (struct re_pattern_buffer, re_search, re_search_2, re_match):
8515         (re_match_2, re_set_registers): Use the new types.
8516         * lib/regex_internal.h (Idx, re_hashval_t): New types.
8517         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
8518         New macros.
8519         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
8520         (re_string_context_at, bin_tree_t, re_dfastate_t):
8521         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
8522         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
8523         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
8524         (re_string_char_size_at, re_string_wchar_at):
8525         (re_string_elem_size_at):
8526         Use the new types and macros to port to 64-bit hosts.
8527         Use unsigned types for internal values, so that the code
8528         mostly works even for arrays larger than SSIZE_MAX.
8529         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
8530         (search_duplicated_node, calc_eclosure_iter, fetch_number):
8531         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
8532         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
8533         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
8534         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
8535         (calc_inveclosure, parse_dup_op, build_range_exp):
8536         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
8537         (fetch_number, create_token_tree, mark_opt_subexp):
8538         Likewise.
8539         * lib/regex_internal.c (re_string_construct_common,
8540         create_ci_newstate):
8541         (create_cd_newstate, re_string_allocate, re_string_construct):
8542         (re_string_realloc_buffers, build_wcs_upper_buffer):
8543         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
8544         (re_string_reconstruct, re_string_peek_byte_case):
8545         (re_string_fetch_byte_case, re_string_context_at):
8546         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
8547         (re_node_set_init_copy, re_node_set_add_intersect):
8548         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8549         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8550         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
8551         (re_acquire_state, re_acquire_state_context, register_state):
8552         Likewise.
8553         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
8554         search_cur_bkref_entry):
8555         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
8556         (re_search_internal, re_search_2_stub, re_search_stub)
8557         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
8558         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
8559         (update_cur_sifted_state, check_dst_limits):
8560         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
8561         (check_subexp_limits, sift_states_bkref, merge_state_array):
8562         (check_subexp_matching_top, get_subexp, get_subexp_sub):
8563         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
8564         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
8565         (expand_bkref_cache, check_node_accept_bytes):
8566         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
8567         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
8568         (acquire_init_state_context, check_halt_node_context):
8569         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
8570         (sift_states_backward, clean_state_log_if_needed):
8571         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
8572         (find_recover_state, transit_state_sb, transit_state_mb):
8573         (transit_state_bkref, build_trtable, match_ctx_clean):
8574         Likewise.
8575         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
8576         to work around an assumption that REG_MISSING is negative.
8577
8578         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
8579         (seek_collating_symbol_entry) [defined _LIBC]:
8580         (lookup_collation_sequence_value) [defined _LIBC]:
8581         (build_range_exp, build_collating_symbol) [defined _LIBC]:
8582         Use prototypes rather than old-style function definitions.
8583         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
8584         (transit_state_sb) [0]:
8585         (find_collation_sequence_value) [defined _LIBC]: Likewise.
8586
8587         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
8588         rm_eo.
8589
8590         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
8591         (optimize_subexps, lower_subexp):
8592         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
8593         since the signed shift might overflow.  Use 1u<<31 instead.
8594         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
8595         Likewise.
8596         * lib/regexec.c (check_dst_limits_calc_pos_1,
8597         check_subexp_matching_top): Likewise.
8598
8599         * lib/regcomp.c (optimize_subexps, lower_subexp):
8600         Use CHAR_BIT rather than 8, for clarity.
8601         * lib/regexec.c (check_dst_limits_calc_pos_1):
8602         (check_subexp_matching_top): Likewise.
8603         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
8604         have to worry about portability issues when shifting it left.
8605         Remove no-longer-needed test for table_size > 0.
8606         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
8607         in a word, as the resulting behavior is undefined.
8608         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
8609         in one case, a <= should have been an <, and in another case the
8610         whole test was missing.
8611         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
8612         the standard name CHAR_BIT.
8613         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
8614         this is not true on one's complement and signed-magnitude hosts.
8615
8616         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
8617         next_last_offset.
8618         (struct re_dfa_t): Remove unused member states_alloc.
8619         * lib/regcomp.c (init_dfa): Don't initialize unused members.
8620
8621 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8622
8623         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
8624         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
8625         and large-file glibc and in 32-bit large-file Solaris.
8626
8627 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8628
8629         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
8630         lengths fit in regoff_t; this isn't true if regoff_t is the same
8631         width as size_t.
8632         * lib/regex.c (re_search_internal): 5th arg is LAST_START
8633         (= START + RANGE) instead of RANGE.  This avoids overflow
8634         problems when regoff_t is the same width as size_t.
8635         All callers changed.
8636         (re_search_2_stub): Check for overflow when adding the
8637         sizes of the two strings.
8638         (re_search_stub): Check for overflow when adding START
8639         to RANGE; if it occurs, substitute the extreme value.
8640
8641 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8642
8643         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
8644
8645 2005-08-31  Jim Meyering  <jim@meyering.net>
8646
8647         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
8648         a pointer-to-const.
8649         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
8650         (register_state): Likewise.
8651         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
8652         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
8653         (group_nodes_into_DFAstates): Likewise.
8654
8655 2005-08-31  Jim Meyering  <jim@meyering.net>
8656
8657         * check-module: Add a FIXME comment.
8658
8659 2005-08-31  Eric Blake  <ebb9@byu.net>
8660
8661         * modules/unistd-safer (Files): Add unistd--.h.
8662         * modules/stdio-safer (Files): Add stdio--.h.
8663
8664 2005-08-31  Derek Price  <derek@ximbiot.com>
8665
8666         * lib/getdelim.c (getdelim): Return EOF on EOF.
8667         Reported by Larry Jones <lawrence.jones@ugs.com>.
8668
8669 2005-08-31  Bruno Haible  <bruno@clisp.org>
8670
8671         Avoid unnecessary diffs in the generated lib/Makefile.am.
8672         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
8673         the generated files.
8674         (func_import): Don't set cmd.
8675
8676 2005-08-31  Bruno Haible  <bruno@clisp.org>
8677
8678         * lib/strstr.c: Include <stddef.h>, for NULL.
8679         * lib/strcasestr.c: Likewise.
8680         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8681
8682 2005-08-31  Bruno Haible  <bruno@clisp.org>
8683
8684         * gnulib-tool: New option --macro-prefix.
8685         (func_import): Use macro_prefix.
8686         (import): Handle option --macro-prefix.
8687
8688 2005-08-31  Bruno Haible  <bruno@clisp.org>
8689
8690         * gnulib-tool (import): Rename most ac_* variables to cached_*.
8691         Also use new variables cached_lgpl, cached_libtool.
8692
8693 2005-08-31  Bruno Haible  <bruno@clisp.org>
8694
8695         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
8696         always instantiating them.
8697
8698 2005-08-31  Bruno Haible  <bruno@clisp.org>
8699
8700         * gnulib-tool (func_import): Read the previous cached settings
8701         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
8702         earlier added by gnulib but are now dropped. Warn when a gnulib file
8703         overwrites a non-gnulib file.
8704
8705 2005-08-31  Bruno Haible  <bruno@clisp.org>
8706
8707         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
8708         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
8709         projects that don't keep autogenerated files in CVS. Put into
8710         actioncmd only the specified modules, not the transitive closure.
8711
8712 2005-08-31  Bruno Haible  <bruno@clisp.org>
8713
8714         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
8715         Create directories that shall be filled.
8716         (import): Don't look for gl_* macros in configure.ac. Recurse across
8717         all directories containing a gnulib-cache.m4 files, if meaningful.
8718
8719 2005-08-31  Bruno Haible  <bruno@clisp.org>
8720
8721         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
8722         (import): Set seen_libtool when we see gl_LIBTOOL.
8723
8724 2005-08-31  Bruno Haible  <bruno@clisp.org>
8725
8726         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
8727         declaration macro definitions from generated gnulib.m4.
8728
8729 2005-08-30  "Oskar Liljeblad" <oskar@osk.mine.nu>
8730
8731         * lib/iconvme.h: Add prototype for iconv_alloc.
8732
8733 2005-08-29  Simon Josefsson  <jas@extundo.com>
8734
8735         * lib/iconvme.c: Fix errno.
8736
8737 2005-08-29  Bruno Haible  <bruno@clisp.org>
8738
8739         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
8740         that it works when the directory contains spaces.
8741
8742 2005-08-29  Bruno Haible  <bruno@clisp.org>
8743
8744         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
8745
8746 2005-08-29  Bruno Haible  <bruno@clisp.org>
8747
8748         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
8749         Emit more advice.
8750
8751 2005-08-29  Bruno Haible  <bruno@clisp.org>
8752         and Stepan Kasal  <kasal@ucw.cz>
8753
8754         * check-module: If more parameters are given, check each of them
8755         separately; add more exceptions, as noted by Jim Meyering.
8756         (check_module): New procedure.
8757         (%exempt_header): Now contains all exceptions.
8758
8759 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
8760
8761         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
8762
8763 2005-08-29  "Oskar Liljeblad" <oskar@osk.mine.nu>
8764
8765         * lib/iconvme.c: Split iconv_string into iconv_alloc.
8766
8767 2005-08-28  Bruno Haible  <bruno@clisp.org>
8768
8769         * m4/gnulib-tool.m4: New file.
8770
8771 2005-08-27  Jim Meyering  <jim@meyering.net>
8772
8773         * modules/unistd-safer (Files): Add pipe-safer.c.
8774         * modules/fcntl-safer (Files): Add creat-safer.c.
8775
8776 2005-08-27  Jim Meyering  <jim@meyering.net>
8777
8778         * m4/stdlib-safer.m4: New file.  From coreutils.
8779         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
8780         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
8781         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
8782         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
8783         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
8784
8785 2005-08-27  Jim Meyering  <jim@meyering.net>
8786
8787         * lib/fopen-safer.c: Merge minor changes from coreutils.
8788         * lib/dup-safer.c: Likewise.
8789         * lib/fd-safer.c: Likewise.
8790
8791         Merge from coreutils.
8792         * lib/stdio--.h: New file.
8793         * lib/stdlib--.h: New file.
8794         * lib/mkstemp-safer.c: New file.
8795
8796         GNU tar needs these.
8797         * lib/pipe-safer.c: New file.
8798         * lib/creat-safer.c: New file.
8799         * lib/fcntl--.h (creat): Define to creat_safer.
8800         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
8801         * lib/unistd--.h (pipe): Define to pipe_safer.
8802         * lib/unistd-safer.h: Declare pipe_safer.
8803
8804 2005-08-26  Simon Josefsson  <jas@extundo.com>
8805
8806         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
8807         Haible <bruno@clisp.org>.
8808
8809 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
8810
8811         * lib/regex_internal.h: Remove all references to
8812         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
8813         or better.
8814         (bitset_not, bitset_merge, bitset_not_merge):
8815         (bitset_mask, re_string_allocate, re_string_construct):
8816         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
8817         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
8818         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
8819         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
8820         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8821         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8822         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
8823         (re_acquire_state_context):
8824         Remove unnecessary forward decls.
8825         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
8826         Put __attribute at function definition,
8827         now that the function decl has been removed.
8828         * lib/regex_internal.c (re_string_peek_byte_case):
8829         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
8830         Likewise.
8831
8832 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
8833
8834         * m4/regex.m4: Add AC_PREREQ(2.50).
8835         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
8836
8837 2005-08-25  Simon Josefsson  <jas@extundo.com>
8838
8839         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
8840         __fsetlocking.
8841
8842 2005-08-25  Simon Josefsson  <jas@extundo.com>
8843
8844         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
8845         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
8846         GLIBC specific code.
8847
8848 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8849
8850         Make regex safe for g++.  This fixes one real bug (an "err"
8851         that should have been "*err").  g++ problem reported by
8852         Sam Steingold.
8853         * lib/regex_internal.h (re_calloc): New macro, consistent with
8854         re_malloc etc.  All callers of calloc changed to use re_calloc.
8855         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
8856         not int.  All callers changed.
8857         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
8858         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
8859         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
8860         (find_recover_state): Change "err" to "*err"; this fixes what
8861         appears to be a real bug.
8862         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
8863         versus int.
8864
8865 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8866
8867         * modules/regex (Depends-on): Add malloc, since the code
8868         assumes that !malloc(0) means failure.
8869
8870 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
8873
8874         alloca modernization/simplification for regex.
8875         * lib/regex.c: Remove portability cruft for alloca.  This no longer
8876         needs to be at the start of the file, and can be moved into
8877         regex_internal.h and simplified.
8878         * lib/regex_internal.h: Include <alloca.h>.
8879         (__libc_use_alloca) [!defined _LIBC]: New macro.
8880         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
8881         now works outside glibc.
8882
8883 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8884
8885         * config/srclist.txt: Add glibc bugs 1241, 1245.
8886
8887 2005-08-25  Jim Meyering  <jim@meyering.net>
8888
8889         * lib/open-safer.c: Include <config.h>.
8890         Otherwise, we'd lose LARGEFILE support in any file using
8891         e.g. "fcntl--.h"
8892
8893 2005-08-25  Bruno Haible  <bruno@clisp.org>
8894
8895         * m4/minmax.m4: Require autoconf 2.52.
8896         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
8897         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
8898         alternatives of translit over the alphabet.
8899         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
8900
8901 2005-08-24  Simon Josefsson  <jas@extundo.com>
8902
8903         * tests/test-getpass.c: New file.
8904
8905 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8906
8907         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
8908         for GNU regex features.
8909
8910 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8911
8912         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
8913         * lib/regex.h (regerror): Likewise.
8914
8915         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
8916         requires this.  (The code never needed it.)
8917
8918         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
8919         All uses of recently-renamed identifiers changed to use the new,
8920         POSIX-compliant names.  The code will build and run just fine
8921         without these changes, but it's better to eat our own dog food
8922         and use the standard-conforming names.
8923
8924         * lib/regex.h: Fix a multitude of POSIX name space violations.
8925         These changes have an effect only for programs that define
8926         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
8927         do not change anything for programs compiled in the normal way.
8928         Also, there is no effect on the ABI.
8929
8930         (_REGEX_SOURCE): New macro.
8931         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
8932         defined and _GNU_SOURCE is not; this fixes a name space violation.
8933
8934         Rename the following macros to obey POSIX requirements.
8935         The old names are still visible as macros if _REGEX_SOURCE is defined.
8936         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
8937         RE_BACKSLASH_ESCAPE_IN_LISTS.
8938         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
8939         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
8940         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
8941         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
8942         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
8943         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
8944         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
8945         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
8946         (REG_INTERVALS): renamed from RE_INTERVALS.
8947         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
8948         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
8949         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
8950         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
8951         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
8952         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
8953         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
8954         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
8955         RE_UNMATCHED_RIGHT_PAREN_ORD.
8956         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
8957         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
8958         (REG_DEBUG): renamed from RE_DEBUG.
8959         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
8960         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
8961         unusual, since we can't clash with the POSIX REG_ICASE.
8962         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
8963         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
8964         (REG_NO_SUB): renamed from RE_NO_SUB.
8965         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
8966         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
8967         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
8968         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
8969         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
8970         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
8971         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
8972         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
8973         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
8974         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
8975         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
8976         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
8977         RE_SYNTAX_POSIX_MINIMAL_BASIC.
8978         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
8979         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
8980         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
8981         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
8982         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
8983         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
8984         (REG_FIXED): Renamed from REGS_FIXED.
8985         (REG_NREGS): Renamed from RE_NREGS.
8986
8987         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
8988         of other REG_* macros, since POSIX says the user is allowed to
8989         #undef these macros selectively.
8990
8991         (reg_errcode_t): Update comment stating what other tables need
8992         to be consistent.
8993
8994         Rename the following enum values to obey POSIX requirements.
8995         The old names are still visible as macros.
8996         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
8997         is not defined, since GNU is supposed to be a superset of POSIX as
8998         much as possible, and since we want reg_errcode_t to be a signed
8999         type for implementation consistency.
9000         (_REG_NOERROR): Renamed from REG_NOERROR.
9001         (_REG_NOMATCH): Renamed from REG_NOMATCH.
9002         (_REG_BADPAT): Renamed from REG_BADPAT.
9003         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
9004         (_REG_ECTYPE): Renamed from REG_ECTYPE.
9005         (_REG_EESCAPE): Renamed from REG_EESCAPE.
9006         (_REG_ESUBREG): Renamed from REG_ESUBREG.
9007         (_REG_EBRACK): Renamed from REG_EBRACK.
9008         (_REG_EPAREN): Renamed from REG_EPAREN.
9009         (_REG_EBRACE): Renamed from REG_EBRACE.
9010         (_REG_BADBR): Renamed from REG_BADBR.
9011         (_REG_ERANGE): Renamed from REG_ERANGE.
9012         (_REG_ESPACE): Renamed from REG_ESPACE.
9013         (_REG_BADRPT): Renamed from REG_BADRPT.
9014         (_REG_EEND): Renamed from REG_EEND.
9015         (_REG_ESIZE): Renamed from REG_ESIZE.
9016         (_REG_ERPAREN): Renamed from REG_ERPAREN.
9017         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
9018         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
9019         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
9020         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
9021
9022         (_REG_RE_NAME, _REG_RM_NAME): New macros.
9023         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
9024         changed.  But support the old name if the new one is not defined
9025         and if _REGEX_SOURCE.
9026
9027         Change the following member names in struct re_pattern_buffer.
9028         The old names are still supported if !_REGEX_SOURCE.
9029         The new names are always supported, regardless of _REGEX_SOURCE.
9030         (re_buffer): Renamed from buffer.
9031         (re_allocated): Renamed from allocated.
9032         (re_used): Renamed from used.
9033         (re_syntax): Renamed from syntax.
9034         (re_fastmap): Renamed from fastmap.
9035         (re_translate): Renamed from translate.
9036         (re_can_be_null): Renamed from can_be_null.
9037         (re_regs_allocated): Renamed from regs_allocated.
9038         (re_fastmap_accurate): Renamed from fastmap_accurate.
9039         (re_no_sub): Renamed from no_sub.
9040         (re_not_bol): Renamed from not_bol.
9041         (re_not_eol): Renamed from not_eol.
9042         (re_newline_anchor): Renamed from newline_anchor.
9043
9044         Change the following member names in struct re_registers.
9045         The old names are still supported if !_REGEX_SOURCE.
9046         The new names are always supported, regardless of _REGEX_SOURCE.
9047         (rm_num_regs): Renamed from num_regs.
9048         (rm_start): Renamed from start.
9049         (rm_end): Renamed from end.
9050
9051         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
9052         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
9053         Prepend __ to parameter names.
9054
9055         Undo yesterday's changes.
9056
9057 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9058
9059         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
9060         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
9061         lib/regex.c.
9062
9063 2005-08-24  Jim Meyering  <jim@meyering.net>
9064
9065         Sync from coreutils.
9066         * m4/fcntl-safer.m4: New file.
9067
9068         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
9069         and object files for this module.
9070
9071 2005-08-24  Jim Meyering  <jim@meyering.net>
9072
9073         Sync from coreutils.
9074         * lib/fcntl--.h, fcntl-safer.h, open-safer.c: New files.
9075
9076 2005-08-24  Jim Meyering  <jim@meyering.net>
9077
9078         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
9079         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
9080
9081 2005-08-24  Jim Meyering  <jim@meyering.net>
9082
9083         * modules/fcntl-safer: New module.
9084         * modules/fts (Depends-on): Add fcntl-safer.
9085         * MODULES.html.sh (File descriptor based Input/Output):
9086         Add fcntl-safer.
9087
9088 2005-08-24  Bruno Haible  <bruno@clisp.org>
9089
9090         Support for unit test modules.
9091         * modules/README: Mention tests modules.
9092         * modules/TEMPLATE-TESTS: New file.
9093         * gnulib-tool: New options --extract-tests-module, --with-tests and
9094         --tests-base (unused for the moment).
9095         (testsbase, inctests): New variables.
9096         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
9097         (func_verify_module): Exclude TEMPLATE-TESTS.
9098         (func_verify_nontests_module, func_verify_tests_module): New functions.
9099         (func_get_dependencies): Add implicit dependency for tests modules.
9100         (func_get_tests_module): New function.
9101         (func_modules_transitive_closure): When --with-tests was specified,
9102         include the unit tests as well, unless explicitly avoided.
9103         (func_emit_lib_Makefile_am): Ignore the tests modules here.
9104         (func_emit_tests_Makefile_am): New function.
9105         (func_create_testdir): When --with-tests was specified, emit a
9106         tests/ directory.
9107         * MODULES.html.sh (Future developments): Update.
9108
9109 2005-08-24  Bruno Haible  <bruno@clisp.org>
9110
9111         * modules/tls-tests: New file.
9112         * tests/test-tls.c: New file, from GNU gettext.
9113
9114 2005-08-24  Bruno Haible  <bruno@clisp.org>
9115
9116         * modules/lock-tests: New file.
9117         * tests/test-lock.c: New file, from GNU gettext.
9118
9119 2005-08-24  Bruno Haible  <bruno@clisp.org>
9120
9121         * lib/lock.h: Add multiple inclusion guard.
9122         * lib/tls.h: Add multiple inclusion guard.
9123
9124 2005-08-24  Bruno Haible  <bruno@clisp.org>
9125
9126         * gnulib-tool: Add support for the --aux-dir option to
9127         --create-testdir, --create-megatestdir, --test, --megatest.
9128         (func_create_testdir, func_create_megatestdir): Optionally emit a
9129         AC_CONFIG_AUX_DIR directive.
9130         (create-testdir, create-megatestdir, test, megatest): Provide a
9131         default value for $auxdir.
9132
9133 2005-08-24  Bruno Haible  <bruno@clisp.org>
9134
9135         * gnulib-tool (import): Use compound statement instead of subshell
9136         where possible.
9137
9138 2005-08-24  Bruno Haible  <bruno@clisp.org>
9139
9140         * gnulib-tool (import): Change --aux-dir default to "build-aux".
9141
9142 2005-08-24  Bruno Haible  <bruno@clisp.org>
9143
9144         * gnulib-tool (func_version): Update.
9145
9146 2005-08-24  Bruno Haible  <bruno@clisp.org>
9147
9148         * gnulib-tool (func_import, func_create_testdir,
9149         func_create_megatestdir): Quote all autoconf macro arguments.
9150
9151 2005-08-24  Bruno Haible  <bruno@clisp.org>
9152
9153         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
9154         option --force, because --force causes the aclocal.m4 of each
9155         subdirectory to be newer than the corresponding config.h.in.
9156
9157 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9158
9159         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
9160         All contents moved to gl_REGEX.
9161         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
9162         assume that it does.
9163
9164 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9165
9166         * lib/regex.h (REG_NOSYS)
9167         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
9168         Define, since POSIX requires it as of 2001.
9169         (_REG_ENOSYS)
9170         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
9171         New private symbol, used to keep the enum signed in all cases.
9172         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
9173         Youngman in
9174         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
9175
9176         * lib/regex_internal.c (re_string_skip_chars, register_state):
9177         (calc_state_hash):
9178         Remove forward decls; no longer needed now that we use prototypes.
9179         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
9180         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
9181         (clean_state_log_if_needed): Likewise.
9182
9183 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9184
9185         * config/srclist.txt: Add glibc bugs 1231-1233.
9186
9187 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9188
9189         Fix problems reported by Sam Steingold in
9190         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
9191         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
9192         assumed that reg_errcode_t is a signed type, which is not
9193         necessarily true if _XOPEN_SOURCE is not defined.
9194         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
9195         since some compilers warn about it otherwise.
9196
9197 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
9200         (init_word_char, create_initial_state, duplicate_node_closure):
9201         (fetch_token, peek_token_bracket, build_range_exp):
9202         (build_collating_symbol): Remove forward decls; no longer needed
9203         now that we use prototypes.
9204
9205         * lib/regcomp.c:
9206         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
9207         (re_compile_fastmap_iter, regcomp, regerror, regfree):
9208         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
9209         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
9210         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
9211         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
9212         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
9213         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
9214         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
9215         (build_range_exp, build_collating_symbol, parse_bracket_exp):
9216         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
9217         (build_charclass, build_charclass_op, fetch_number, create_tree):
9218         (create_token_tree, mark_opt_subexp, duplicate_tree):
9219         Use prototypes rather than old-style definitions.
9220
9221         * lib/regex_internal.c:
9222         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
9223         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
9224         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9225         (re_string_reconstruct, re_string_peek_byte_case):
9226         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
9227         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9228         (re_node_set_init_copy, re_node_set_add_intersect):
9229         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9230         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9231         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9232         (re_acquire_state, re_acquire_state_context, register_state):
9233         (create_ci_newstate, create_cd_newstate, free_state):
9234         Likewise.
9235         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
9236         re_search_2):
9237         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
9238         (re_search_internal, prune_impossible_nodes):
9239         (acquire_init_state_context, check_matching, static):
9240         (check_halt_node_context, check_halt_state_context, proceed_next_node):
9241         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
9242         (update_regs, sift_states_backward, build_sifted_states):
9243         (clean_state_log_if_needed, merge_state_array):
9244         (update_cur_sifted_state, add_epsilon_src_nodes):
9245         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
9246         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
9247         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
9248         (find_recover_state, check_subexp_matching_top, transit_state_mb):
9249         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
9250         (check_arrival, check_arrival_add_next_nodes):
9251         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9252         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9253         (check_node_accept_bytes, check_node_accept, extend_buffers):
9254         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
9255         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
9256         (sift_ctx_init):
9257         Likewise.
9258
9259         * lib/regex_internal.h:
9260         (re_string_allocate, re_string_construct, re_string_reconstruct):
9261         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
9262         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
9263         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
9264         (re_string_context_at, re_string_peek_byte_case):
9265         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
9266         is defined, since we now use prototypes always.
9267
9268         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
9269         C89 or better.  All uses removed.
9270
9271 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9272
9273         * config/srclist.txt: Add glibc bugs 1220-1227.
9274
9275 2005-08-20  Jim Meyering  <jim@meyering.net>
9276
9277         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
9278         of unused local, dfa.
9279
9280 2005-08-20  Bruno Haible  <bruno@clisp.org>
9281
9282         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
9283
9284 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9285
9286         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
9287         (re_node_set_insert_last, re_dfa_add_node):
9288         Rename local variables to avoid GCC shadowing warnings.
9289
9290 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9291
9292         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
9293         [defined lint]: Suppress bogus uninitialized-variable warnings.
9294
9295         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
9296         and let the caller return REG_ESPACE if out of space.  This
9297         removes an uninitialied-variable warning with GCC 4.0.1, and also
9298         avoids taking the address of a local variable.  All callers
9299         changed.
9300
9301 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9302
9303         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
9304         $LIBCSRC/posix/regexec.c.
9305         Add glibc bug 1217 for regcomp.c.
9306
9307 2005-08-19  Jim Meyering  <jim@meyering.net>
9308
9309         * lib/regexec.c (proceed_next_node): Redo local variables to
9310         avoid GCC shadowing warnings.
9311
9312 2005-08-18  Bruno Haible  <bruno@clisp.org>
9313
9314         * lib/strstr.c (strstr): Fix return value in multibyte case.
9315         * lib/strcasestr.c (strcasestr): Likewise.
9316
9317 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9318
9319         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
9320
9321 2005-08-17  Jim Meyering  <jim@meyering.net>
9322
9323         Make the %s format (seconds since the epoch) work for a negative
9324         number and when used with a zero-padded field width, e.g. %015s.
9325
9326         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
9327         label so that it precedes the code to set `digits'.  Otherwise,
9328         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
9329         print `00-22'.  Now, it prints `-0022', as it should.
9330
9331 2005-08-17  Bruno Haible  <bruno@clisp.org>
9332
9333         * modules/strstr (Files): Add m4/mbrtowc.m4.
9334         (Depends-on): Add mbuiter.
9335
9336 2005-08-17  Bruno Haible  <bruno@clisp.org>
9337
9338         * modules/strcasestr: New file.
9339         * MODULES.html.sh (String handling, based on ANSI C 89): Add
9340         strcasestr.
9341
9342 2005-08-17  Bruno Haible  <bruno@clisp.org>
9343
9344         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
9345
9346 2005-08-17  Bruno Haible  <bruno@clisp.org>
9347
9348         * modules/mbuiter: New file.
9349         * MODULES.html.sh (Extended multibyte and wide character utilities):
9350         Add mbuiter.
9351
9352 2005-08-17  Bruno Haible  <bruno@clisp.org>
9353
9354         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
9355         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
9356
9357 2005-08-17  Bruno Haible  <bruno@clisp.org>
9358
9359         * m4/strcasestr.m4: New file.
9360
9361 2005-08-17  Bruno Haible  <bruno@clisp.org>
9362
9363         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
9364         * lib/strstr.c: Completely rewritten, with multibyte locale support.
9365
9366 2005-08-17  Bruno Haible  <bruno@clisp.org>
9367
9368         * lib/strcasestr.h: New file.
9369         * lib/strcasestr.c: New file.
9370
9371 2005-08-17  Bruno Haible  <bruno@clisp.org>
9372
9373         * lib/strcasecmp.c: Use mbuiter.h.
9374
9375 2005-08-17  Bruno Haible  <bruno@clisp.org>
9376
9377         * lib/mbuiter.h: New file.
9378
9379 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9380
9381         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
9382         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
9383         and gl_GETOPT are both invoked via different paths (as happens
9384         with GNU tar CVS because it uses both argp and getopt), the former
9385         wins.
9386
9387 2005-08-16  Bruno Haible  <bruno@clisp.org>
9388
9389         * modules/tls: New file.
9390         * MODULES.html.sh (Multithreading): Add tls.
9391
9392 2005-08-16  Bruno Haible  <bruno@clisp.org>
9393
9394         * modules/strnlen1: New file.
9395         * MODULES.html.sh (String handling): Add strnlen1.
9396
9397 2005-08-16  Bruno Haible  <bruno@clisp.org>
9398
9399         * modules/strcase (Files): Add m4/mbrtowc.m4.
9400         (Depends-on): Add strnlen1, mbchar.
9401
9402 2005-08-16  Bruno Haible  <bruno@clisp.org>
9403
9404         * modules/mbiter: New file.
9405         * MODULES.html.sh (Extended multibyte and wide character utilities):
9406         Add mbiter.
9407
9408 2005-08-16  Bruno Haible  <bruno@clisp.org>
9409
9410         * modules/mbfile: New file.
9411         * MODULES.html.sh (Extended multibyte and wide character utilities):
9412         Add mbfile.
9413
9414 2005-08-16  Bruno Haible  <bruno@clisp.org>
9415
9416         * modules/mbchar: New file.
9417         * MODULES.html.sh (Extended multibyte and wide character utilities):
9418         New section.
9419
9420 2005-08-16  Bruno Haible  <bruno@clisp.org>
9421
9422         * m4/tls.m4: New file, from GNU gettext.
9423
9424 2005-08-16  Bruno Haible  <bruno@clisp.org>
9425
9426         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
9427         always.
9428         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
9429
9430 2005-08-16  Bruno Haible  <bruno@clisp.org>
9431
9432         * m4/mbiter.m4: New file.
9433
9434 2005-08-16  Bruno Haible  <bruno@clisp.org>
9435
9436         * m4/mbfile.m4: New file.
9437
9438 2005-08-16  Bruno Haible  <bruno@clisp.org>
9439
9440         * m4/mbchar.m4: New file.
9441
9442 2005-08-16  Bruno Haible  <bruno@clisp.org>
9443
9444         * lib/tls.h: New file, from GNU gettext.
9445         * lib/tls.c: New file, from GNU gettext.
9446
9447 2005-08-16  Bruno Haible  <bruno@clisp.org>
9448
9449         * lib/strnlen1.h: New file.
9450         * lib/strnlen1.c: New file.
9451
9452 2005-08-16  Bruno Haible  <bruno@clisp.org>
9453
9454         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
9455         (mbi_init): Update.
9456         (mbi_avail, mbi_advance): Let the iteration end before the terminating
9457         NUL byte, not after it.
9458
9459 2005-08-16  Bruno Haible  <bruno@clisp.org>
9460
9461         * lib/strcase.h (strcasecmp): Add note in comments.
9462         * lib/strncasecmp.c: Use code from strcasecmp.c.
9463         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
9464         (strcasecmp): Work correctly in multibyte locales.
9465
9466 2005-08-16  Bruno Haible  <bruno@clisp.org>
9467
9468         * lib/mbiter.h: New file.
9469
9470 2005-08-16  Bruno Haible  <bruno@clisp.org>
9471
9472         * lib/mbfile.h: New file.
9473
9474 2005-08-16  Bruno Haible  <bruno@clisp.org>
9475
9476         * lib/mbchar.h: New file.
9477         * lib/mbchar.c: New file.
9478
9479 2005-08-16  Bruno Haible  <bruno@clisp.org>
9480
9481         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
9482         the valid ones. Makes the comparison operations transitive:
9483         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
9484         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
9485
9486 2005-08-15  Simon Josefsson  <jas@extundo.com>
9487
9488         * modules/ssize_t (License): Change to 'unlimited'.
9489
9490         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
9491
9492 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9493
9494         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
9495         Add comments for each pending glibc patch.
9496
9497 2005-08-15  Bruno Haible  <bruno@clisp.org>
9498
9499         * lib/regex.h (__restrict_arr): Don't define to __restrict if
9500         __cplusplus is defined.
9501
9502 2005-08-14  Jim Meyering  <jim@meyering.net>
9503
9504         Sync from coreutils.
9505
9506         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
9507         Use the hash-table-based cycle-detection code not just when
9508         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
9509         Reported by James Youngman in
9510         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
9511         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
9512         FTS_TIGHT_CYCLE_CHECK.
9513         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
9514         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
9515         once again.
9516         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
9517         * lib/fts.c (fd_safer): Remove decl.
9518         Include fcntl--.h rather than unistd-safer.h
9519         (fts_safe_changedir): Don't call fd_safer; no longer needed
9520         now that we include fcntl--.h.
9521
9522 2005-08-12  Simon Josefsson  <jas@extundo.com>
9523
9524         * modules/getndelim2: Use ssize_t module.
9525         * modules/getnline: Likewise.
9526         * modules/safe-read: Likewise.
9527         * modules/xreadlink: Likewise.
9528
9529         * modules/ssize_t: New file.
9530
9531 2005-08-12  Simon Josefsson  <jas@extundo.com>
9532
9533         * m4/readline.m4: Look for termcap, curses or ncurses if required.
9534
9535 2005-08-12  Simon Josefsson  <jas@extundo.com>
9536
9537         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9538         ssize_t.
9539
9540 2005-08-12  Simon Josefsson  <jas@extundo.com>
9541
9542         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
9543         readline, getdelim and check_version.
9544         (Support for systems lacking ISO C 99: Sizes of integer types):
9545         Add size_max.
9546
9547 2005-08-12  Bruno Haible  <bruno@clisp.org>
9548
9549         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
9550
9551 2005-08-11  Simon Josefsson  <jas@extundo.com>
9552
9553         * modules/readline: New file.
9554
9555         * modules/strnlen (Files): Add strnlen.h.
9556
9557 2005-08-11  Simon Josefsson  <jas@extundo.com>
9558
9559         * m4/readline.m4: New file.
9560
9561 2005-08-11  Simon Josefsson  <jas@extundo.com>
9562
9563         * lib/readline.h, readline.c: New file.
9564
9565 2005-08-11  Simon Josefsson  <jas@extundo.com>
9566
9567         * doc/gnulib.texi (Initial import, Finishing touches): Mention
9568         gl_AVOID.
9569
9570 2005-08-11  Bruno Haible  <bruno@clisp.org>
9571
9572         * lib/strnlen.h (strnlen): Change parameter name to match comment.
9573
9574 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
9575
9576         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
9577
9578 2005-08-10  Simon Josefsson  <jas@extundo.com>
9579
9580         * tests/test-iconvme.c: New file.
9581
9582 2005-08-10  Simon Josefsson  <jas@extundo.com>
9583
9584         * m4/strnlen.m4: New file.
9585
9586         * m4/strndup.m4: Don't check for strnlen declaration, done in
9587         strnlen.m4.
9588
9589 2005-08-10  Simon Josefsson  <jas@extundo.com>
9590
9591         * lib/strndup.c: Use strnlen.h.
9592
9593         * lib/strnlen.h: New file.
9594
9595 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
9596
9597         * README: Typos.
9598
9599 2005-08-02  Simon Josefsson  <jas@extundo.com>
9600
9601         * modules/readline: New file.
9602
9603 2005-08-02  Simon Josefsson  <jas@extundo.com>
9604
9605         * modules/getdelim: New file.
9606
9607         * modules/getline: Rewrite, don't use getndelim2.
9608
9609 2005-08-02  Simon Josefsson  <jas@extundo.com>
9610
9611         * m4/getline.m4: Separate out getdelim stuff into separate module.
9612
9613         * m4/getdelim.m4: New file.
9614
9615 2005-08-02  Simon Josefsson  <jas@extundo.com>
9616
9617         * lib/getline.h, getline.c: Rewrite.
9618
9619         * lib/getdelim.h, getdelim.c: New files, ported from glibc.
9620
9621 2005-07-31  Bruno Haible  <bruno@clisp.org>
9622
9623         * lib/lock.h (gl_lock_initializer): New macro.
9624         (gl_lock_define_initialized): Use it.
9625         (gl_rwlock_initializer): New macro.
9626         (gl_rwlock_define_initialized): Use it.
9627         (gl_recursive_lock_initializer): New macro.
9628         (gl_recursive_lock_define_initialized): Use it.
9629
9630 2005-07-30  Karl Berry  <karl@gnu.org>
9631
9632         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
9633         Report from Ben Pfaff, regarding getopt.
9634
9635 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
9636
9637         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
9638         normal way.
9639         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
9640         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
9641         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
9642         (gl_GETOPT): Use the new macros.  Most of the implementation
9643         is moved to the new macros.  This is for programs like Emacs
9644         that don't want all the functionality of gl_GETOPT.
9645
9646 2005-07-26  Bruno Haible  <bruno@clisp.org>
9647
9648         * m4/lock.m4: Update from GNU gettext.
9649
9650 2005-07-26  Bruno Haible  <bruno@clisp.org>
9651
9652         * lib/lock.h: Update from GNU gettext.
9653         * lib/lock.c: Update from GNU gettext.
9654
9655 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9656
9657         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
9658         obsolescent AC_TRY_RUN.  Include the default includes files, for
9659         'exit'.
9660
9661 2005-07-24  Bruno Haible  <bruno@clisp.org>
9662
9663         * modules/visibility: New file.
9664         * MODULES.html.sh (Misc): Add visibility.
9665
9666 2005-07-24  Bruno Haible  <bruno@clisp.org>
9667
9668         * m4/visibility.m4: New file.
9669
9670 2005-07-24  Bruno Haible  <bruno@clisp.org>
9671
9672         * doc/visibility.texi: New file.
9673
9674 2005-07-22  Bruno Haible  <bruno@clisp.org>
9675
9676         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
9677         $(ALLOCA_H), redundant through BUILT_SOURCES.
9678         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
9679         redundant through BUILT_SOURCES.
9680         * modules/byteswap (Makefile.am): Remove explicit dependency on
9681         $(BYTESWAP_H), redundant through BUILT_SOURCES.
9682         * modules/fnmatch (Makefile.am): Remove explicit dependency on
9683         $(FNMATCH_H), redundant through BUILT_SOURCES.
9684         * modules/getopt (Makefile.am): Remove explicit dependency on
9685         $(GETOPT_H), redundant through BUILT_SOURCES.
9686         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
9687         redundant through BUILT_SOURCES.
9688         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
9689         redundant through BUILT_SOURCES.
9690         * modules/stdbool (Makefile.am): Remove explicit dependency on
9691         $(STDBOOL_H), redundant through BUILT_SOURCES.
9692         * modules/stdint (Makefile.am): Remove explicit dependency on
9693         $(STDINT_H), redundant through BUILT_SOURCES.
9694         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
9695         Remove explicit dependency on $(SYSEXITS_H).
9696         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
9697
9698 2005-07-18  Simon Josefsson  <jas@extundo.com>
9699
9700         * lib/check-version.c (check_version): Accept identical versions too.
9701
9702 2005-07-18  Bruno Haible  <bruno@clisp.org>
9703
9704         * modules/lock: New file.
9705         * MODULES.html.sh (Multithreading): New section.
9706
9707 2005-07-18  Bruno Haible  <bruno@clisp.org>
9708
9709         * m4/lock.m4: New file, from GNU gettext.
9710
9711 2005-07-18  Bruno Haible  <bruno@clisp.org>
9712
9713         * lib/lock.h: New file, from GNU gettext.
9714         * lib/lock.c: New file, from GNU gettext.
9715
9716 2005-07-18  Bruno Haible  <bruno@clisp.org>
9717
9718         * lib/lock.h (gl_once_t): New type.
9719         (gl_once_define, gl_once): New macros.
9720         * lib/lock.c (fresh_once): New variable.
9721         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
9722         functions.
9723
9724 2005-07-16  Simon Josefsson  <jas@extundo.com>
9725
9726         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
9727         workaround, suggested by Bruno.
9728
9729 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9730
9731         * modules/xalloc (Depends-on): Add xalloc-die.
9732         * modules/xvasprintf (Depends-on): Add xalloc-die.
9733
9734 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9735
9736         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
9737         with a minor change.
9738
9739 2005-07-15  Bruno Haible  <bruno@clisp.org>
9740
9741         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
9742         When using lib/poll.c, define poll as rpl_poll.
9743
9744 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
9745
9746         * modules/argp (Depends-on): Remove unlocked-io.
9747
9748 2005-07-14  Derek Price  <derek@ximbiot.com>
9749
9750         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
9751         for glob symlink bug.
9752
9753 2005-07-14  Bruno Haible  <bruno@clisp.org>
9754
9755         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
9756         Instead, test for *_unlocked function declarations directly.
9757
9758 2005-07-11  Simon Josefsson  <jas@extundo.com>
9759
9760         * modules/size_max: New file.
9761
9762         * modules/xsize: Depend on size_max module for size_max.m4.
9763
9764 2005-07-11  Simon Josefsson  <jas@extundo.com>
9765
9766         * lib/size_max.h: New file.
9767
9768 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
9769
9770         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
9771         copyright symbol and the year.
9772         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
9773         (version_etc_va): Use parameterized copyright notice.
9774         Reword to conform to the current GNU coding standards.
9775
9776 2005-07-11  Karl Berry  <karl@gnu.org>
9777
9778         * doc/gnulib.texi (Quoting): new node.
9779         (Initial import): more info, from Patrice.
9780
9781 2005-07-11  Bruno Haible  <bruno@clisp.org>
9782
9783         * gnulib-tool (func_usage): Document option --avoid.
9784         (Command line options): Handle --avoid.
9785         (func_acceptable): New function.
9786         (func_modules_transitive_closure): Use it.
9787
9788 2005-07-11  Bruno Haible  <bruno@clisp.org>
9789
9790         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
9791         Reported by Jim Meyering.
9792
9793 2005-07-10  Bruno Haible  <bruno@clisp.org>
9794
9795         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
9796         Needed when size_t is smaller than 'unsigned int'.
9797         Reported by Paul Eggert.
9798
9799 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9800
9801         * modules/argp (Depends-on): Add unlocked-io
9802
9803 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9804
9805         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
9806         block of defines.
9807
9808 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9809
9810         * config/srclist.txt: Comment out regcomp.c, since we have a porting
9811         fix now.
9812
9813 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
9814         and Paul Eggert  <eggert@cs.ucla.edu>
9815
9816         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
9817         in wint_t, not wchar_t.  Remove now-unnecessary cast.
9818
9819 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9820
9821         * modules/regex (Files): Add lib/regex_internal.c,
9822         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
9823         (Depends-on): Add extensions.
9824         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
9825
9826 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9827
9828         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
9829         pathconf.
9830         * m4/same.m4 (gl_SAME): Likewise.
9831         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
9832
9833         * m4/regex.m4: Adjust to new libc regex implementation.
9834         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
9835         all the .c and .h parts of (the new) regex.
9836         Quote the m4 stuff better.
9837         Check for RE_ICASE bug of old gnulib.
9838         Check for REG_STARTEND of recent libc.
9839         Rename local variables from jm_* to gl_*.
9840         Quote operand of "test -f".
9841         Say "recent enough" version of libc, not "version 2".
9842         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
9843         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
9844         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
9845         Remove check for btowc, isascii.
9846         Require AM_LANGINFO_CODESET.
9847
9848 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9849
9850         * lib/regex.c, regex.h: Sync from libc.
9851         * lib/regcomp.c, regexec_internal.c, regex_internal.h, regexec.c:
9852         New files, synced from libc, except that regex_internal.h
9853         currently has a small porting fix.
9854
9855 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9856
9857         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
9858         regex_internal.c, regexec.c.
9859         Add regex_internal.h too, but as a comment, since the libc version
9860         is currently broken in gnulib mode.
9861
9862 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9863
9864         Support programs like Emacs that use gnulib but not gettext.
9865         * MODULES.html.sh (Internationalization functions): Add gettext-h.
9866         * modules/gettext-h: New file.
9867         * modules/gettext (Files): Remove lib/gettext.h.
9868         (Depends-on): Add gettext-h.
9869         (Makefile.am): Remove lib_SOURCES.
9870         * modules/argmatch, modules/c-stack, modules/closeout:
9871         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
9872         * modules/execute, modules/file-type, modules/getaddrinfo:
9873         * modules/getopt, modules/human, modules/javacomp:
9874         * modules/javaexec, modules/mkdir-p, modules/obstack:
9875         * modules/openat, modules/pagealign_alloc, modules/pipe:
9876         * modules/quotearg, modules/regex, modules/rpmatch:
9877         * modules/unicodeio, modules/userspec, modules/version-etc:
9878         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
9879         * modules/xsetenv:
9880         Depend on gettext-h, not gettext.
9881
9882 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9883
9884         * gnulib-tool (func_import): Add support for 'public domain' license.
9885         * modules/alloca, modules/atexit, modules/memmove:
9886         Now public domain, not GPL.
9887         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
9888         * modules/realloc, modules/strerror, modules/strtod:
9889         Now LGPL, not GPL.
9890
9891 2005-07-05  Bruno Haible  <bruno@clisp.org>
9892
9893         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
9894         autoconf CVS. Needed for mingw.
9895
9896 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9897
9898         Remove the dependency of the strftime module on the tzset module.
9899         * modules/strftime (Depends-on): Remove dependency on tzset.
9900
9901 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9902
9903         Remove the dependency of the strftime module on the tzset module.
9904         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
9905         gl_FUNC_TZSET_CLOBBER.
9906
9907 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9908
9909         Remove the dependency of the strftime module on the tzset module.
9910         * lib/strftime.c (my_strftime)
9911         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
9912         Copy the input structure, to work around some of the bug with
9913         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
9914         Solaris releases, you should also use the tzset module, but we won't
9915         require it as a dependency any more since we don't want LGPLed code
9916         to depend on GPLed code.
9917
9918 2005-07-02  Jim Meyering  <jim@meyering.net>
9919
9920         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
9921         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
9922         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
9923         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
9924
9925 2005-07-02  Jim Meyering  <jim@meyering.net>
9926
9927         * lib/backupfile.c (backup_args): Change a `0' to NULL.
9928
9929 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
9932         declares only 'struct timespec;' (!).
9933
9934 2005-07-01  Jim Meyering  <jim@meyering.net>
9935
9936         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
9937         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
9938         * lib/save-cwd.c, tempname.c:
9939         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9940         and don't include <sys/file.h>).
9941
9942 2005-06-29  Jim Meyering  <jim@meyering.net>
9943
9944         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
9945         type name.  Use the variable name instead.
9946         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
9947         Likewise.
9948
9949 2005-06-28  Simon Josefsson  <jas@extundo.com>
9950
9951         * modules/check-version (Files): Add check-version.m4.
9952
9953 2005-06-28  Simon Josefsson  <jas@extundo.com>
9954
9955         * m4/check-version.m4: New file, suggested by Jim Meyering
9956         <jim@meyering.net>.
9957
9958 2005-06-28  Simon Josefsson  <jas@extundo.com>
9959
9960         * lib/check-version.h, check-version.c: New files.
9961
9962 2005-06-28  Simon Josefsson  <jas@extundo.com>
9963
9964         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
9965         collision with global variable.  Better indentation.  Don't
9966         increment buffer pointer beyond buffer end.  Based on comments
9967         from Paul Eggert <eggert@cs.ucla.edu>.
9968
9969         * lib/base64.h: Indent.
9970
9971 2005-06-28  Simon Josefsson  <jas@extundo.com>
9972
9973         * doc/gnulib.texi (Library version handling): New section.
9974
9975 2005-06-28  Jim Meyering  <jim@meyering.net>
9976
9977         * check-module (find_included_lib_files): Hard-code another
9978         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
9979         but modules/fts-lgpl (correctly) does not list those files.
9980
9981         * modules/canonicalize (Files): Add lib/pathmax.h.
9982
9983 2005-06-25  Simon Josefsson  <jas@extundo.com>
9984
9985         * modules/check-version: New file.
9986
9987 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9988
9989         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
9990         initializer of struct addrinfo, as an indication that we don't
9991         care how many members the structure has.
9992
9993 2005-06-24  Derek Price  <derek@ximbiot.com>
9994         and Bruno Haible  <bruno@clisp.org>
9995
9996         Remove stat module & update lstat.
9997         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
9998         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9999         * m4/stat.m4: Remove this file.
10000
10001 2005-06-24  Derek Price  <derek@ximbiot.com>
10002         and Bruno Haible  <bruno@clisp.org>
10003
10004         Remove stat module & update lstat.
10005         * lib/stat.c: Remove this file...
10006         (slash_aware_lstat): ...moving this content and its support...
10007         * lib/lstat.c (rpl_lstat): ...into here.
10008         * lib/lstat.h: New file.
10009
10010 2005-06-24  Derek Price  <derek@ximbiot.com>
10011         and Bruno Haible  <bruno@clisp.org>
10012
10013         Remove stat module & update lstat.
10014         * config/srclist.txt (libc sources): Remove stat.
10015
10016 2005-06-24  Derek Price  <derek@ximbiot.com>
10017         and Bruno Haible  <bruno@clisp.org>
10018
10019         Remove stat module & update lstat.
10020         * MODULES.html.sh (stat): Remove.
10021         * MODULES.html: Regenerated.
10022         * modules/lstat (Description): Correct function name.
10023         (Files): Add "lstat.h".
10024         (Depends-on): Remove stat, add xalloc, stat-macros.
10025         * modules/stat: Remove this file.
10026         (Include): Add "lstat.h", remove <sys/stat.h>.
10027
10028 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10029
10030         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
10031         (ranged_convert): Don't save conversion in a temporary struct.
10032         This causes a warning with GCC 4.0.0, and anyway in the typical
10033         case it's not worth the extra 100 bytes or so of code.
10034         (ranged_convert, __mktime_internal): When calling a function via a
10035         pointer P, use P () rather than (*P) (), as we now assume C89 or
10036         better.
10037
10038 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10039
10040         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
10041         "who -r" failed to give output.  Problem reported by Tim Waugh.
10042
10043         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
10044         (xcalloc): Use it to avoid needless tests.
10045         Problem reported by Jim Meyering.
10046
10047 2005-06-20  Derek Price  <derek@ximbiot.com>
10048
10049         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
10050         unnecessary for Autoconfs > 2.59c.
10051
10052 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10053
10054         * lib/argp.h (__option_is_short): Check upper limit of
10055         __key. Isprint() requires its argument to have the value
10056         of an unsigned char or EOF.
10057
10058 2005-06-16  Jim Meyering  <jim@meyering.net>
10059
10060         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
10061         when either N or S is zero.
10062
10063 2005-06-16  Derek Price  <derek@ximbiot.com>
10064
10065         * m4/bison.m4: Declare YACC & YFLAGS precious.
10066
10067 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
10068
10069         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
10070         multibyte string or pattern, fall back on unibyte matching.
10071         Problem reported by James Youngman.
10072
10073 2005-06-08  Bruno Haible  <bruno@clisp.org>
10074
10075         * modules/csharpcomp: New file.
10076         * MODULES.html.sh (C#): Add csharpcomp.
10077
10078 2005-06-08  Bruno Haible  <bruno@clisp.org>
10079
10080         * m4/csharpcomp.m4: New file, from GNU gettext.
10081
10082 2005-06-08  Bruno Haible  <bruno@clisp.org>
10083
10084         * lib/csharpcomp.h: New file, from GNU gettext.
10085         * lib/csharpcomp.c: New file, from GNU gettext.
10086         * lib/csharpcomp.sh.in: New file, from GNU gettext.
10087
10088 2005-06-08  Bruno Haible  <bruno@clisp.org>
10089
10090         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
10091         warning on mingw.
10092
10093 2005-06-07  Derek Price  <derek@ximbiot.com>
10094
10095         Sync from CVS.
10096         * lib/glob_.h: Indent nested #ifdef.
10097
10098 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10099
10100         Sync from coreutils.
10101         Use "file name" when talking about file names, instead of "filename"
10102         or "path", as per the GNU coding standards.
10103         * lib/mkdir-p.c: Renamed from makepath.c.
10104         (make_dir_parents): Renamed from make_path.  All callers changed.
10105         * lib/mkdir-p.h: Likewise.  All includers changed.
10106         * lib/filenamecat.c: Renamed from path-concat.c.
10107         (file_name_concat): Renamed from path_concat.  All callers changed.
10108         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
10109         * lib/filenamecat.h: Likewise.  All includers changed.
10110         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
10111         in comments or local variable names.
10112         * lib/basename.c: Likewise.
10113         * lib/canonicalize.c, canonicalize.h: Likewise.
10114         * lib/dirname.c, dirname.h: Likewise.
10115         * lib/euidaccess.c: Likewise.
10116         * lib/exclude.c: Likewise
10117         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
10118         * lib/fsusage.c, fsuage.h: Likewise.
10119         * lib/fts.c, fts_.h: Likewise.
10120         * lib/getcwd.c: Likewise.
10121         * lib/getloadavg.c: Likewise.
10122         * lib/mkstemp.c: Likewise.
10123         * lib/mountlist.c, mountlist.h: Likewise.
10124         * lib/openat.c, openat.h: Likewise.
10125         * lib/readlink-stub.c: Likewise.
10126         * lib/readutmp.c, readutmp.h: Likewise.
10127         * lib/rename.c: Likewise.
10128         * lib/rmdir.c: Likewise.
10129         * lib/same.c: Likewise.
10130         * lib/savedir.c: Likewise.
10131         * lib/stripslash.c: Likewise.
10132         * lib/tempname.c: Likewise.
10133         * lib/xreadlink.c: Likewise.
10134         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
10135         All uses changed.
10136         * lib/exclude.h: Likewise.
10137
10138         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
10139         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10140         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
10141         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10142         * lib/pathmax.h: Include <limits.h> unconditionally, since other
10143         files have been getting away with it for years (MORE/BSD 4.3
10144         is extinct now).
10145         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
10146         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10147
10148         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
10149         Define to 256, not 255, as per modern POSIX.
10150
10151 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10152
10153         Sync from coreutils.
10154         Use "file name" when talking about file names, instead of "filename"
10155         or "path", as per the GNU coding standards.
10156         * MODULES.html.sh: mkdir-p renamed from makepath.
10157         filenamecat renamed from path-concat.
10158         * modules/filenamecat: Renamed from modules/path-concat.
10159         (Files): filenamecat.h and filenamecat.c renamed from
10160         path-concat.h and path-concat.c.
10161         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
10162         (Include): filenamecat.h, not path-concat.h.
10163         * modules/mkdir-p: Renamed from modules/makepath.
10164         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
10165         makepath.c.
10166         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
10167         (Include): mkdir-p.h, not makepath.h.
10168
10169 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10170
10171         Sync from coreutils.
10172         * m4/mkdir-p.m4: Renamed from makepath.m4.
10173         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
10174         Rename files from makepath.c to mkdir-p.c, and from
10175         makepath.h to mkdir-p.h.
10176         * m4/filenamecat.m4: Renamed from path-concat.m4.
10177         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
10178         Rename files from path-concat.c to filenamecat.c,
10179         and from path-concat.h to filenamecat.h.
10180         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
10181         "file name" in local variables or comments.
10182         * m4/rename.m4: Likewise.
10183
10184 2005-06-01  Bruno Haible  <bruno@clisp.org>
10185
10186         * modules/csharpexec: New file.
10187         * MODULES.html.sh (C#): New section.
10188
10189 2005-06-01  Bruno Haible  <bruno@clisp.org>
10190
10191         * m4/csharp.m4: New file, from GNU gettext.
10192         * m4/csharpexec.m4: New file, from GNU gettext.
10193
10194 2005-06-01  Bruno Haible  <bruno@clisp.org>
10195
10196         * lib/csharpexec.h: New file, from GNU gettext.
10197         * lib/csharpexec.c: New file, from GNU gettext.
10198         * lib/csharpexec.sh.in: New file, from GNU gettext.
10199
10200 2005-05-31  Derek Price  <derek@ximbiot.com>
10201             Paul Eggert  <eggert@cs.ucla.edu>
10202
10203         Sync from cvs.
10204         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
10205
10206 2005-05-31  Derek Price  <derek@ximbiot.com>
10207             Paul Eggert  <eggert@cs.ucla.edu>
10208
10209         Sync from cvs.
10210         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
10211
10212 2005-05-29  Derek Price  <derek@ximbiot.com>
10213
10214         * config/srclist.txt (glob_.h, glob.c): Add these files.
10215
10216 2005-05-29  Derek Price  <derek@ximbiot.com>
10217
10218         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
10219         * modules/glob: New file.
10220         * modules/getlogin_r: Add link to POSIX spec in description.
10221
10222 2005-05-29  Derek Price  <derek@ximbiot.com>
10223             Paul Eggert  <eggert@cs.ucla.edu>
10224
10225         * m4/glob.m4: New file.
10226
10227 2005-05-29  Derek Price  <derek@ximbiot.com>
10228             Paul Eggert  <eggert@cs.ucla.edu>
10229
10230         * lib/glob_.h, glob.c: New files.
10231
10232 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10233
10234         * modules/fts (Files): Remove m4/inttypes-pri.m4.
10235         * modules/fts-lgpl (Depends-on): Remove gettext.
10236
10237 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10238
10239         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
10240         and don't require gt_INTTYPES_PRI.
10241
10242 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10243
10244         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
10245
10246         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
10247         the configuration hassle isn't worth it.
10248         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
10249         (LONGEST_MODIFIER, PRIuMAX): Remove.
10250
10251 2005-05-27  Bruno Haible  <bruno@clisp.org>
10252
10253         * lib/getlogin_r.h: Remove second include of <stddef.h>.
10254
10255 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
10256
10257         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
10258         _POSIX_PTHREAD_SEMANTICS for Solaris.
10259
10260 2005-05-25  Derek Price  <derek@ximbiot.com>
10261
10262         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
10263
10264 2005-05-25  Derek Price  <derek@ximbiot.com>
10265             Paul Eggert  <eggert@cs.ucla.edu>
10266
10267         * modules/getlogin_r: New files.
10268
10269 2005-05-25  Derek Price  <derek@ximbiot.com>
10270             Paul Eggert  <eggert@cs.ucla.edu>
10271
10272         * m4/getlogin_r.m4: New files.
10273
10274 2005-05-25  Derek Price  <derek@ximbiot.com>
10275             Paul Eggert  <eggert@cs.ucla.edu>
10276
10277         * lib/getlogin_r.c, getlogin_r.h: New files.
10278
10279 2005-05-25  Bruno Haible  <bruno@clisp.org>
10280             Derek Price  <derek@ximbiot.com>
10281
10282         * lib/getlogin_r.h: Simplify API documentation.
10283
10284 2005-05-23  Derek Price  <derek@ximbiot.com>
10285
10286         * modules/minmax (Files): Add m4/minmax.m4.
10287         (configure.ac): Add gl_MINMAX.
10288
10289 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10290
10291         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
10292         so that unistd-safer.h (GPL'ed code) need not be included.
10293
10294 2005-05-22  Bruno Haible  <bruno@clisp.org>
10295
10296         * m4/minmax.m4: New file.
10297         Based on a patch by Derek Price <derek@ximbiot.com>.
10298
10299 2005-05-22  Bruno Haible  <bruno@clisp.org>
10300
10301         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
10302         (INT64_MIN): Fix definition.
10303         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
10304
10305         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
10306         NEED_SIGNED_INT_TYPES.
10307
10308         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
10309         HAVE_SYSTEM_INTTYPES.
10310
10311 2005-05-22  Bruno Haible  <bruno@clisp.org>
10312
10313         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
10314         Also include <sys/param.h> if it defines MIN, MAX.
10315         Based on a patch by Derek Price <derek@ximbiot.com>.
10316
10317 2005-05-21  Jim Meyering  <jim@meyering.net>
10318
10319         * modules/fts (Files): Add m4/inttypes-pri.m4.
10320         (Depends-on): Add lstat and remove gettext.  Alphabetize.
10321
10322 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10323
10324         New fts module.
10325         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
10326         (setup_dir, free_dir): New functions.
10327         (enter_dir, leave_dir): Define trivial
10328         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
10329         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
10330         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
10331         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
10332         Move to fts-cycle.c.
10333         (fts_open): Use setup_dir.
10334         (fts_close): Use free_dir.
10335         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
10336         This adds a label and some gotos, but the alternatives were messier.
10337         Check for memory allocation failure when entering a dir.
10338         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
10339         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
10340         (FTS): New member fts_cycle, that is a union that contains the
10341         old active_dir_ht and cycle_state.  All uses changed to mention
10342         fts_cycle.ht and fts_cycle.state.
10343         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
10344         fts.c, with the following changes:
10345         (setup_dir, free_dir): New functions.
10346         (enter_dir): Now returns bool.  Return true if successful, false
10347         if memory exhausted.  All callers changed.
10348         Do not bother partly cleaning up on
10349         memory allocation failure; that is free_dir's job.
10350         However, free ad if hash_insert fails, to avoid memory leak.
10351         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
10352         fts->fts_options to see which union member to use.
10353
10354 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10355
10356         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
10357         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
10358
10359 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10360
10361         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
10362
10363 2005-05-20  Jim Meyering  <jim@meyering.net>
10364
10365         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
10366         Now a macro, to pacify GCC.
10367
10368 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
10369
10370         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
10371         of -1.
10372
10373 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
10374
10375         * lib/chown.c (rpl_chown): Return -1 on failure.
10376
10377 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
10380         Don't check for stddef.h.
10381         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
10382         don't use its results.
10383         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
10384         since we include them unconditionally.  Don't require
10385         AM_STDBOOL_H, since stdbool is a prerequisite.
10386         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
10387         since we assume C89 or better.
10388         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
10389         as we don't use their results.
10390         Don't check for fchdir, memmove, memset, strrchr, as we use
10391         them unconditionally.
10392         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
10393         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
10394
10395 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10396
10397         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
10398         Include <stddef.h> unconditionally, since we assume C89 now.
10399         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
10400         * lib/fts.c: Include fts_.h first, to check interface.
10401         Do not include intprops.h; no longer needed.
10402         Include cycle-check.h and hash.h, since fts_.h no longer does.
10403         Remove unnecessary casts of closedir to void.
10404         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
10405         decide whether to decrement nlinks.
10406         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
10407         (FTS): Use struct hash_table * instead of Hash_table, so that
10408         we no longer need to include hash.h here.
10409
10410 2005-05-18  Jim Meyering  <jim@meyering.net>
10411
10412         * modules/dirfd (License): Change to LGPL.  Most of the code
10413         is already in the public domain.
10414
10415 2005-05-18  Jim Meyering  <jim@meyering.net>
10416
10417         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
10418         Reported by Yoann Vandoorselaere.
10419
10420 2005-05-17  Jim Meyering  <jim@meyering.net>
10421
10422         * m4/fts.m4: New file, from coreutils.
10423
10424 2005-05-17  Jim Meyering  <jim@meyering.net>
10425
10426         * lib/fts.c, fts_.h: New files, from coreutils.
10427
10428 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10429
10430         Sync from coreutils.
10431         * m4/unlinkdir.m4: New file.
10432
10433 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10434
10435         Sync from coreutils.
10436         * lib/unlinkdir.c, unlinkdir.h: New files.
10437         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
10438         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
10439         White space changes only.
10440         * lib/makepath.c (make_path): Port to hosts where leading "//" is
10441         special.
10442         * lib/yesno.c: Include getline.h, not ctype.h.
10443         (yesno): Don't remove leading white space; POSIX doesn't allow it.
10444         Use getline to remove arbitrary restriction on response length.
10445
10446 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10447
10448         * config/srclist-update: Spell out "Street" in FSF postal
10449         mail address; this is the style the FSF seems to prefer.
10450
10451         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
10452         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
10453         this updates FSF postal mail address.
10454
10455         Sync from coreutils.
10456         * modules/unlinkdir: New file.
10457         * modules/yesno (Depends-on): Add getline.
10458         * MODULES.html.sh (File system functions): Add unlinkdir.
10459
10460 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10461
10462         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
10463         lib/strsep.h:
10464         Change the initial comment to refer to GPL, not LGPL.
10465         gnulib-tool will change it to LGPL as needed.
10466
10467         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
10468         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
10469         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
10470         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
10471         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
10472         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
10473         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
10474         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
10475         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
10476         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
10477         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
10478         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
10479         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
10480         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
10481         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
10482         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
10483         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
10484         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
10485         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
10486         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
10487         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
10488         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
10489         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
10490         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
10491         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
10492         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
10493         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
10494         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
10495         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
10496         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
10497         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
10498         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
10499         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
10500         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
10501         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
10502         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
10503         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
10504         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
10505         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
10506         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
10507         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
10508         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
10509         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
10510         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
10511         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
10512         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
10513         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
10514         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
10515         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
10516         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
10517         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
10518         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
10519         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
10520         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
10521         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
10522         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
10523         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
10524         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
10525         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
10526         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
10527         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
10528         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
10529         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
10530         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
10531         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
10532         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
10533         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
10534         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
10535         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
10536         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
10537         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
10538         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
10539         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
10540         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
10541         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
10542         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
10543         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
10544         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
10545         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
10546         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
10547         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
10548         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
10549         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
10550         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
10551         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
10552         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
10553         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
10554         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
10555         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
10556         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
10557         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
10558         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
10559         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
10560         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
10561         lib/yesno.c, lib/yesno.h:
10562         Update FSF postal mail address.
10563
10564 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10565
10566         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
10567         tests/test-memmem.c, tests/test-stpncpy.c:
10568         Update FSF postal mail address.
10569
10570 2005-05-13  Bruno Haible  <bruno@clisp.org>
10571
10572         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
10573         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
10574         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
10575         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
10576         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
10577         Add support for 64-bit integers in the MSVC compiler.
10578
10579 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10580
10581         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
10582
10583 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
10584
10585         * gnulib-tool (func_import): Sort and uniquify recommended includes.
10586
10587 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
10588
10589         * doc/getdate.texi (General date syntax): Don't say that date
10590         date --iso-8601=ns generates acceptable dates; it doesn't yet.
10591         Problem reported by Nic Ferrier.
10592
10593 2005-05-10  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10594
10595         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
10596         specified in ai_socktype. Fix invalid ai_protocol
10597         check. ai_protocol is usually set to 0 or depending on
10598         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
10599         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
10600         ai_socktype / ai_protocol in the returned addrinfo structure.
10601
10602 2005-05-10  Simon Josefsson  <jas@extundo.com>
10603
10604         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
10605         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10606
10607 2005-05-10  Karl Berry  <karl@gnu.org>
10608
10609         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
10610         (from http://www.gnu.org/licenses).
10611         * doc/COPYING.LIB: also rename to COPYING.LESSER.
10612         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
10613         fdl.texi suffices.
10614
10615 2005-05-10  Karl Berry  <karl@gnu.org>
10616
10617         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
10618         (COPYING.DOC): remove.
10619
10620         * config/srclist-update: new FSF address.
10621
10622 2005-05-10  Derek Price  <derek@ximbiot.com>
10623
10624         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
10625         possible.
10626
10627 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10628             Bruno Haible  <bruno@clisp.org>
10629
10630         * modules/inet_ntop: New file.
10631         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10632         inet_ntop.
10633
10634 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10635             Bruno Haible  <bruno@clisp.org>
10636
10637         * m4/inet_ntop.m4: New file.
10638
10639 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10640             Bruno Haible  <bruno@clisp.org>
10641
10642         * lib/inet_ntop.h: New file.
10643         * lib/inet_ntop.c: New file, from glibc with modifications.
10644
10645 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
10646
10647         * modules/time_r (License): Change to LGPL.
10648         * modules/extensions (License): Change to LGPL.  Actually,
10649         the license is more permissive than that, but currently gnulib-tool
10650         doesn't know how to handle more-permissive licenses.
10651
10652         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
10653         Problem reported by Dave Love.
10654
10655 2005-05-08  Jim Meyering  <jim@meyering.net>
10656
10657         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
10658         blank.
10659
10660 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
10661
10662         * modules/argmatch (Depends-on): Add stdbool.
10663         * modules/backupfile (Depends-on): Likewise.
10664         * modules/chdir-long (Depends-on): Likewise.
10665         * modules/closeout (Depends-on): Likewise.
10666         * modules/cycle-check (Depends-on): Likewise.
10667         * modules/dirname (Depends-on): Likewise.
10668         * modules/fnmatch (Depends-on): Likewise.
10669         * modules/fsusage (Depends-on): Likewise.
10670         * modules/fwriteerror (Depends-on): Likewise.
10671         * modules/getcwd (Depends-on): Likewise.
10672         * modules/getloadavg (Depends-on): Likewise.
10673         * modules/hard-locale (Depends-on): Likewise.
10674         * modules/makepath (Depends-on): Likewise.
10675         * modules/mountlist (Depends-on): Likewise.
10676         * modules/nanosleep (Depends-on): Likewise.
10677         * modules/posixtm (Depends-on): Likewise.
10678         * modules/quotearg (Depends-on): Likewise.
10679         * modules/readtokens (Depends-on): Likewise.
10680         * modules/readtokens0 (Depends-on): Likewise.
10681         * modules/readutmp (Depends-on): Likewise.
10682         * modules/save-cwd (Depends-on): Likewise.
10683         * modules/strftime (Depends-on): Likewise.
10684         * modules/userspec (Depends-on): Likewise.
10685         * modules/utimecmp (Depends-on): Likewise.
10686         * modules/xgetcwd (Depends-on): Likewise.
10687         * modules/xnanosleep (Depends-on): Likewise.
10688         * modules/xstrtod (Depends-on): Likewise.
10689         * modules/yesno (Depends-on): Likewise.
10690
10691 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
10692
10693         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
10694         needless checks.
10695
10696 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10697
10698         Merge from coreutils.  Among other things,
10699         add bulletproofing for cases where stdin, stdout, or stderr are closed.
10700         * lib/fd-safer.c: New file.
10701         * lib/fcntl-safer.h, open-safer.c: Remove.
10702         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
10703         * lib/dup-safer.c: Include unistd-safer.h first.
10704         Don't include errno.h.
10705         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
10706         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
10707         * lib/file-type.c: Rely on file-type.h change.
10708         * lib/getloadavg.c: Include unistd-safer.h.
10709         (getloadavg): Use safer open.
10710         * lib/getusershell.c: Include "stdio-safer.h".
10711         (getusershell): Use safer fopen.
10712         * lib/long-options.c (long_options): Use NULL rather than 0.
10713         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
10714         'free'.
10715         * lib/modechange.c: Likewise.
10716         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
10717         (MODE_DONE): New constant.
10718         (struct mode_change): Remove 'next' member.
10719         (make_node_op_equals): New function; like the old one of the
10720         same name, except it allocates an array.
10721         (mode_compile, mode_create_from_ref): Use it.
10722         (mode_compile): Allocate result as an array, not a linked list.
10723         Parse octal string ourself, so that we catch mistakes like "+0".
10724         (mode_adjust): Arg is an array, not a linked list.
10725         * lib/modechange.c: Include stat-macros.h, xalloc.h.
10726         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
10727         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
10728         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
10729         Remove.  This is now stat-macros.h's job.
10730         (talloc): Remove.  All callers replaced by xalloc, so that
10731         our invokers don't have to worry about reporting memory failures.
10732         (make_node_op_equals): Remove.
10733         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10734         New constants.
10735         (struct mode_change): Moved here from modechange.h.
10736         (mode_append_entry): Remove.
10737         (mode_compile): Remove MASKED_OPS arg, since it encouraged
10738         apps to have incorrect behavior.  Use simpler algorithm for head
10739         and tail.  Don't futz with umask; that's now the job of mode_adjust.
10740         Detect more invalid usages rather than having somewhat-random behavior.
10741         Don't insert an "a=" action, as that leads to incorrect behavior.
10742         (mode_compile, mode_create_from_ref): Return NULL on error instead
10743         of an enum, since now there's only one way to have an error.  All
10744         callers changed.
10745         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
10746         at the correct time.  Simplify calculation of "+u" and its ilk.
10747         Don't mishandle "+X".
10748         (mode_free): Remove "register" and localize decls.
10749         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10750         (struct mode_change): Move to modechange.c; callers don't
10751         need to see this stuff.
10752         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
10753         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
10754         (mode_change, mode_adjust): Reflect the new signatures noted above.
10755         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
10756         that might redefine system include files.
10757         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
10758         (my_usleep): Use NULL rather than (void *) 0.
10759         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
10760         Use siginterrupt to specify that system calls should be interrupted.
10761         (rpl_nanosleep): Move initialization of suspended closer to call of
10762         my_usleep.
10763         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
10764         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
10765         (desirable_utmp_entry): New function.
10766         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
10767         using x2nrealloc, to simplify logic.
10768         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
10769         size calculation.  Do not assume utmp file is a regular file.
10770         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
10771         (READ_UTMP_CHECK_PIDS): New constant.
10772         * lib/save-cwd.c: Include unistd-safer.h.
10773         (save_cwd): Use fd_safer.
10774         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
10775         [!_LIBC] Include "stat-macros.h" instead.
10776         * lib/unistd-safer.h (fd_safer): New decl.
10777
10778 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10779
10780         * modules/getloadavg (Depends-on): Add unistd-safer.
10781         * modules/getusershell (Depends-on): Add stdio-safer.
10782         * modules/lstat (Depends-on): Remove xalloc.
10783         * modules/mkstemp (Depends-on): Add stat-macros.
10784         * modules/modechange (Depends-on): Remove xstrtol.
10785         Add stat-macros, xalloc.
10786         * modules/save-cwd (Depends-on): Add unistd-safer.
10787         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
10788         * modules/unistd-safer (Files): Add lib/fd-safer.c
10789         (Makefile.am): Remove lib_SOURCES.
10790
10791         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
10792         Remove fcntl-safer; unistd-safer supersedes it.
10793
10794 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10795
10796         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
10797         AC_HEADER_STAT.
10798         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
10799         (gl_PREREQ_CHOWN): Remove.
10800         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
10801         it.  Don't require AC_HEADER_STAT.
10802         (gl_PREREQ_LSTAT): Remove.
10803         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
10804         Don't require AC_HEADER_STAT.
10805         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
10806         (gl_PREREQ_RMDIR): Remove.
10807         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
10808         mention stat-macros.h or AC_HEADER_STAT, since we'll make
10809         the stat-macros module a prerequisite.
10810         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
10811         * m4/filemode.m4 (gl_FILEMODE): Likewise.
10812         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
10813         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
10814         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
10815         variable names.
10816         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
10817         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
10818         variable prefixes.
10819         * m4/fcntl-safer.m4: Remove.
10820         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
10821         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
10822         Invoke gl_PREREQ_FD_SAFER.
10823         (gl_PREREQ_FD_SAFER): New macro.
10824         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
10825         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
10826         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
10827         Remove duplicate call to AC_LIBOBJ(readutmp).
10828         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
10829
10830         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
10831         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
10832
10833 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10834
10835         * MODULES.html.sh (Misc): Add byteswap.
10836
10837 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10838
10839         * modules/getcwd (Depends-on): Add extensions.
10840         * modules/openat (Depends-on): Likewise.
10841
10842 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10843
10844         * modules/byteswap: New file.
10845
10846 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10847
10848         * m4/byteswap.m4: New file.
10849
10850 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10851
10852         * lib/byteswap_.h: New file.
10853
10854 2005-04-25  Karl Berry  <karl@gnu.org>
10855
10856         * m4/gettext.m4: Update from GNU gettext 0.14.4.
10857
10858 2005-04-25  Albert Chin  <china@thewrittenword.com>
10859
10860         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
10861         Toolkit C bug.
10862
10863 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
10864
10865         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
10866         (func_ln_if_changed) Remove forcibly for no error message
10867         in case file does not exist.
10868
10869 2005-04-19  Simon Josefsson  <jas@extundo.com>
10870
10871         * gnulib-tool (Options): Make --symlink mean --symbolic.
10872
10873 2005-04-18  Oskar Liljeblad <oskar@osk.mine.nu>
10874
10875         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
10876
10877 2005-04-16  Simon Josefsson  <jas@extundo.com>
10878
10879         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
10880
10881 2005-04-15  Simon Josefsson  <jas@extundo.com>
10882
10883         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
10884
10885 2005-04-15  Simon Josefsson  <jas@extundo.com>
10886
10887         * gnulib-tool: Rename --symlink to --symbolic.
10888
10889 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
10890
10891         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
10892         symbolic links to files instead of copying/moving.  Add --aux-dir,
10893         specifying directory relative --dir where auxiliary build tools
10894         are placed.
10895
10896 2005-04-14  Bruno Haible  <bruno@clisp.org>
10897
10898         * modules/allocsa (License): Change to LGPL.
10899         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10900
10901 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10902
10903         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
10904         that "UTC +1 second" continues to work.  Problem reported
10905         by Dmitry V. Levin.
10906         (relunit_snumber): New rule.
10907         (relunit): Use it.
10908
10909 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10910
10911         * lib/getdate.y (universal_time_zone_table): New constant.
10912         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
10913         universal_time_zone_table.
10914         (lookup_zone): Prefer universal_time_zone_table to
10915         local_time_zone_table, so that "GMT" time stamps are allowed in
10916         London during the summer.  Problem reported by Ian Abbott.
10917
10918 2005-04-12  Jim Meyering  <jim@meyering.net>
10919
10920         * lib/human.c (humblock): Set *options even when returning due to
10921         xstrtoumax conversion failure.  Thanks to a used-uninitialized
10922         warning from gcc-4.
10923
10924 2005-04-09  Jim Meyering  <jim@meyering.net>
10925
10926         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
10927         -Wuninitialized: initialize tm0.tm_year.
10928
10929 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10930
10931         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
10932         count, since there's no maximum.  All uses changed.
10933         Add member dsts_seen.
10934         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
10935         not being INT_MAX.
10936         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
10937         Use pc_rels_seen to decide whther a date is absolute.
10938
10939         * lib/getdate.y (number): Don't overwrite year.
10940         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
10941         check.
10942
10943 2005-04-02  Simon Josefsson  <jas@extundo.com>
10944
10945         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
10946         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
10947
10948 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
10949
10950         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
10951         where no absolute path name can be longer than PATH_MAX.
10952
10953 2005-03-27  Jim Meyering  <jim@meyering.net>
10954
10955         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
10956
10957 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
10958
10959         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
10960         "one's complement" -> "ones' complement" in comment, as per Knuth.
10961         "value of type" -> "type or expression" in comment.
10962         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
10963
10964 2005-03-26  Jim Meyering  <jim@meyering.net>
10965
10966         Comment nits.
10967         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
10968         Correct typos: s/or/of/.
10969
10970 2005-03-26  Jim Meyering  <jim@meyering.net>
10971
10972         * modules/check-include-files: Move to ../ and rename to...
10973         * check-module: ...this.
10974
10975 2005-03-25  Jim Meyering  <jim@meyering.net>
10976
10977         * modules/xvasprintf (Files): Add xalloc.h.
10978
10979 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
10980
10981         * modules/gettext (Files): config/config.rpath ->
10982         build-aux/config.rpath
10983         * modules/iconv (Files): Likewise.
10984         Problem reported by Oskar Liljeblad.
10985
10986 2005-03-23  Jim Meyering  <jim@meyering.net>
10987
10988         * modules/check-include-files: New script to check for
10989         missing dependencies, multiple includes, etc.
10990
10991         * modules/c-strtold (Depends-on): Add xalloc.
10992         * modules/c-strtod (Depends-on): Add xalloc.
10993         * modules/hash (Depends-on): Add xalloc.
10994         (Files): Remove lib/xalloc.h.
10995
10996         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
10997         * modules/userspec (Files): Add lib/inttostr.h.
10998
10999 2005-03-23  Jim Meyering  <jim@meyering.net>
11000
11001         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
11002
11003 2005-03-22  Jim Meyering  <jim@meyering.net>
11004
11005         * modules/stat-macros: New module.
11006         * modules/canonicalize, modules/euidaccess, modules/file-type,
11007         * modules/filemode, modules/lchown, modules/makepath,
11008         * modules/rmdir, modules/stat: Depend on new stat-macros module
11009         rather than listing lib/stat-macros.h manually.
11010         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
11011
11012 2005-03-22  Jim Meyering  <jim@meyering.net>
11013
11014         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
11015
11016 2005-03-22  Bruno Haible  <bruno@clisp.org>
11017
11018         * config/srclist.txt: Replace target directory 'config' with
11019         'build-aux'.
11020         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
11021         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
11022         ../build-aux/.
11023
11024 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
11025
11026         * modules/chdir-long (Depends-on): Add mempcpy.
11027
11028         * modules/acl, modules/backupfile, modules/c-strtod,
11029         modules/c-strtold, modules/canon-host, modules/canonicalize,
11030         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
11031         modules/exclude, modules/exitfail, modules/file-type,
11032         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
11033         modules/getdate, modules/getline, modules/getpagesize,
11034         modules/getpass, modules/getugroups, modules/group-member,
11035         modules/hard-locale, modules/hash, modules/human, modules/idcache,
11036         modules/inttostr, modules/long-options, modules/makepath,
11037         modules/md5, modules/memcasecmp, modules/memcoll,
11038         modules/modechange, modules/mountlist, modules/path-concat,
11039         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
11040         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
11041         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
11042         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
11043         modules/strftime, modules/strndup, modules/strverscmp,
11044         modules/timespec, modules/unlocked-io, modules/userspec,
11045         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
11046         modules/yesno:
11047         Remove lib_SOURCES line from Makefile.am section, as this is now
11048         done automatically by the corresponding Autoconf macro.
11049
11050 2005-03-21  Jim Meyering  <jim@meyering.net>
11051
11052         Changes imported from coreutils.
11053
11054         * lib/cycle-check.c: Don't include xalloc.h.
11055
11056         * lib/path-concat.c: Don't include assert.h.
11057         (path_concat): Remove assertion that would have triggered
11058         for ABASE starting with more than one slash.
11059         Reported by Andreas Schwab.
11060
11061         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
11062         properly when ABASE is an absolute file name.
11063         Correct the description of this function.
11064         Include <assert.h>.
11065         Add an assertion and a test driver.
11066         This fixes a bug introduced on 2004-07-02.
11067         Andreas Schwab reported the resulting failure of cp --parents:
11068         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
11069
11070 2005-03-21  Jim Meyering  <jim@meyering.net>
11071
11072         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
11073         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
11074
11075 2005-03-21  Jim Meyering  <jim@meyering.net>
11076         and  Paul Eggert  <eggert@cs.ucla.edu>
11077
11078         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
11079         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
11080         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
11081         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
11082         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
11083         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
11084         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
11085         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
11086         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
11087         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
11088         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
11089         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
11090         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
11091         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
11092         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
11093         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
11094         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
11095         for these modules.
11096
11097 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11098
11099         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
11100         (which shouldn't happen), generate nothing instead of returning 0
11101         immediately, so that nstrftime (NULL, ...) doesn't return 0.
11102
11103 2005-03-16  Bruno Haible  <bruno@clisp.org>
11104
11105         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
11106         HAVE_LONGLONG_64BIT.
11107
11108 2005-03-16  Bruno Haible  <bruno@clisp.org>
11109
11110         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
11111         HAVE_LONGLONG_64BIT.
11112
11113 2005-03-16  Bruno Haible  <bruno@clisp.org>
11114
11115         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
11116         HAVE_LONGLONG_64BIT.
11117
11118 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11119
11120         * lib/strftime.c (my_strftime): Prepend space to format so that we can
11121         reliably distinguish strftime failure from empty output on POSIX
11122         hosts.
11123
11124 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11125
11126         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
11127         (iconv_string): Don't guess a size-zero buffer, as that might cause
11128         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
11129         result would be 'too large', where 'too large' is (heuristically)
11130         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
11131         overflow concerns.  This will prevent some unwanted malloc failures
11132         when the inputs are very large.
11133
11134 2005-03-15  Karl Berry  <karl@gnu.org>
11135
11136         * config/srclist.txt (config.rpath): from gettext.
11137         * config/config.rpath: update.
11138
11139 2005-03-15  Bruno Haible  <bruno@clisp.org>
11140
11141         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
11142         to 'negate'.
11143
11144         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
11145         variable.
11146
11147         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
11148         results.
11149
11150 2005-03-14  Simon Josefsson  <jas@extundo.com>
11151
11152         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
11153         <fx@gnu.org>.
11154
11155 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
11156
11157         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
11158         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
11159         intprops.h.
11160         * lib/strtol.c: Likewise.
11161
11162 2005-03-14  Jim Meyering  <jim@meyering.net>
11163
11164         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
11165         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
11166         to be nonzero so that we (and caller) can detect the difference
11167         between a valid zero-length expansion and an error return, even
11168         when the underlying strftime fails before writing anything into
11169         that location.
11170
11171 2005-03-14  Bruno Haible  <bruno@clisp.org>
11172
11173         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
11174         Update from GNU gettext 0.14.3.
11175
11176 2005-03-10  Jim Meyering  <jim@meyering.net>
11177
11178         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
11179
11180 2005-03-10  Jim Meyering  <jim@meyering.net>
11181
11182         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
11183         so that this module works on systems without fchdir.
11184
11185 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
11186
11187         Factor int-properties macros into a single file, except for
11188         glibc-related files.
11189         * lib/intprops.h: New file.
11190         * lib/getloadavg.c: Include it instead of limits.h.
11191         (INT_STRLEN_BOUND): Remove.
11192         * lib/human.c: Include intprops.h.
11193         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
11194         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
11195         302/1000.
11196         * lib/inttostr.h: Include intprops.h instead of limits.h.
11197         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
11198         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
11199         for consistency with intprops.h.
11200         (time_t_is_integer, twos_complement_arithmetic): Use them.
11201         * lib/sig2str.h: Include <signal.h>, intprops.h.
11202         (INT_STRLEN_BOUND): Remove.
11203         * lib/strftime.c (TYPE_SIGNED): Remove.
11204         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
11205         * lib/strtol.c: Adjust comments to match intprops.h.
11206         * lib/userspec.c: Include intprops.h.
11207         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
11208         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
11209         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
11210         instead of rolling our own expressions.
11211         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
11212
11213         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
11214         instead of int.
11215         (my_strftime): Do not mishandle years close to INT_MAX, by doing
11216         the right thing even if adding 1900 would overflow.  Similarly
11217         for tm_mon + 1 and tm_yday + 1.
11218         Make %Y always equivalent to %C%y, and similarly for %G and %g.
11219         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
11220         (DO_SIGNED_NUMBER): New macro.
11221         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
11222
11223 2005-03-07  Bruno Haible  <bruno@clisp.org>
11224
11225         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
11226
11227 2005-03-07  Bruno Haible  <bruno@clisp.org>
11228
11229         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
11230
11231 2005-03-04  Derek R. Price  <derek@ximbiot.com>
11232
11233         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
11234         (func_import): Only replace files via --import when they have actually
11235         changed.
11236
11237 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11238
11239         * m4/mmap-anon.m4: New file.
11240         * m4/pagealign_alloc.m4: New file.
11241
11242 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11243             Bruno Haible  <bruno@clisp.org>
11244
11245         * modules/pagealign_alloc: New file.
11246         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
11247
11248 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11249             Bruno Haible  <bruno@clisp.org>
11250
11251         * lib/pagealign_alloc.h: New file.
11252         * lib/pagealign_alloc.c: New file.
11253
11254 2005-03-03  Bruno Haible  <bruno@clisp.org>
11255
11256         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
11257         Use an all-permissive copyright notice, recommended by RMS.
11258
11259 2005-03-02  Bruno Haible  <bruno@clisp.org>
11260
11261         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
11262         of AIX, the replacement has to be done only after <string.h> is
11263         included, therefore not in config.h. stpncpy.h does the replacement,
11264         and stpncpy.c uses it.
11265
11266 2005-03-02  Bruno Haible  <bruno@clisp.org>
11267
11268         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
11269         stpncpy.c uses it.
11270
11271 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11272
11273         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
11274         The workaround isn't strictly needed for POSIX conformance, and
11275         it's too much of a pain to configure and maintain.  We'll ask
11276         people to fix their kernels instead.
11277         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
11278         (NANOSLEEP_BUG_WORKAROUND): Remove.
11279         (xnanosleep): Remove the workaround.
11280
11281 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11282
11283         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
11284         Reported by Derek Price.
11285         (Include): Add "timespec.h".
11286
11287         * modules/xnanosleep (Depends-on): Remove gethrxtime.
11288
11289 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11290
11291         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
11292         to detect nanosleep bug.
11293
11294 2005-03-01  Bruno Haible  <bruno@clisp.org>
11295
11296         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
11297
11298 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11299
11300         * modules/gethrxtime: New file.
11301         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
11302         (Depends-on): Add gethrxtime.
11303         (configure.ac): Add gl_XNANOSLEEP.
11304         (Makefile.am): Remove lib_SOURCES line.
11305
11306 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11307
11308         * m4/gethrxtime.m4, xnanosleep.m4: New files.
11309         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
11310
11311 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11312
11313         * lib/gethrxtime.h, gethrxtime.c, xtime.h: New files.
11314         * lib/timespec.h (gettime): Return void, since it always
11315         succeeds now.  All uses changed.
11316         * lib/gettime.c (gettime) Likewise.
11317         [HAVE_NANOTIME]: Prefer nanotime.
11318         Assume gettimeofday succeeds, as POSIX requires.
11319         Assime time () succeeds, since other code already does.
11320         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
11321         (timespec_subtract): Remove.
11322         (NANOSLEEP_BUG_WORKAROUND): New constant.
11323         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
11324         things considerably.  Use it only on GNU/Linux hosts, since the
11325         workaround shouldn't be needed elsewhere.
11326
11327 2005-02-24  Bruno Haible  <bruno@clisp.org>
11328
11329         * modules/gettext (Files): Add m4/glibc2.m4.
11330
11331 2005-02-24  Bruno Haible  <bruno@clisp.org>
11332
11333         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
11334         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
11335         * m4/progtest.m4:
11336         Update from GNU gettext 0.14.2.
11337         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
11338
11339 2005-02-24  Bruno Haible  <bruno@clisp.org>
11340
11341         * lib/localcharset.c: Update from GNU gettext 0.14.2.
11342         * lib/config.charset: Update from GNU gettext 0.14.2.
11343
11344 2005-02-24  Bruno Haible  <bruno@clisp.org>
11345
11346         * lib/gettext.h: Update from GNU gettext 0.14.2.
11347
11348 2005-02-23  Simon Josefsson  <jas@extundo.com>
11349
11350         * m4/iconvme.m4: New file.
11351
11352 2005-02-23  Jim Meyering  <jim@meyering.net>
11353
11354         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
11355         change.
11356         Thanks to Bruno Haible for catching it.
11357
11358 2005-02-22  Simon Josefsson  <jas@extundo.com>
11359
11360         * modules/iconvme: New file.
11361
11362         * MODULES.html.sh: Add iconvme.
11363
11364 2005-02-22  Simon Josefsson  <jas@extundo.com>
11365
11366         * lib/iconvme.h, iconvme.c: New files, from libc.
11367
11368 2005-02-22  Simon Josefsson  <jas@extundo.com>
11369
11370         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
11371
11372 2005-02-22  Jim Meyering  <jim@meyering.net>
11373
11374         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
11375         s/ifndef/ifdef/.
11376
11377 2005-02-20  Neil Conway  <neilc@samurai.com>
11378
11379         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
11380         returned by OSX/Darwin if the specified buffer is not large
11381         enough for the hostname.
11382
11383 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11384
11385         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
11386         pass it to _help, otherwise the latter coredumps trying to
11387         dereference state.root_argp.
11388
11389 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11390
11391         * modules/chdir-long (Depends-on): Add memrchr.
11392         * modules/memrchr (Files): Add lib/memrchr.h.
11393         (Include): "memrchr.h".
11394
11395 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11396
11397         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
11398
11399 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11400
11401         * lib/memrchr.h: New file.
11402         * lib/chdir-long.c: Include it.
11403         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
11404         Don't bother including stddef.h.
11405
11406 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
11407
11408         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
11409         inclusion.
11410         Include <sys/types.h>, for dev_t.
11411         (ME_DUMMY, ME_REMOTE): Move from here....
11412         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
11413         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
11414         Dmitry V. Levin.
11415         Include mountlist.h first, to test the interface.
11416
11417 2005-01-29  Bruno Haible  <bruno@clisp.org>
11418
11419         * lib/progname.c (program_name): Initialize.
11420         Needed when linking statically on MacOS X.
11421
11422 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11423
11424         Sync from coreutils.
11425         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
11426         (Depends-on): Add c-strtod.
11427         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
11428
11429 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11430
11431         Sync from coreutils.
11432         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
11433
11434         Remove files that are specific to coreutils.
11435         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
11436
11437 2005-01-28  Bruno Haible  <bruno@clisp.org>
11438
11439         * modules/javacomp: New file.
11440         * MODULES.html.sh (Java): Add javacomp.
11441
11442 2005-01-28  Bruno Haible  <bruno@clisp.org>
11443
11444         * m4/javacomp.m4: New file, from GNU gettext.
11445
11446 2005-01-28  Bruno Haible  <bruno@clisp.org>
11447
11448         * lib/javacomp.sh.in: New file, from GNU gettext.
11449         * lib/javacomp.h: New file, from GNU gettext.
11450         * lib/javacomp.c: New file, from GNU gettext.
11451
11452 2005-01-26  Simon Josefsson  <jas@extundo.com>
11453
11454         * lib/gai_strerror.c: Use GPL in header.
11455
11456 2005-01-26  Bruno Haible  <bruno@clisp.org>
11457
11458         * modules/javaexec: New file.
11459         * MODULES.html.sh (Java): Add javaexec.
11460
11461 2005-01-26  Bruno Haible  <bruno@clisp.org>
11462
11463         * m4/javaexec.m4: New file, from GNU gettext.
11464
11465 2005-01-26  Bruno Haible  <bruno@clisp.org>
11466
11467         * lib/javaexec.sh.in: New file, from GNU gettext.
11468         * lib/javaexec.h: New file, from GNU gettext.
11469         * lib/javaexec.c: New file, from GNU gettext.
11470
11471 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11472
11473         * modules/lchown (Depends-on): Remove lchown.h
11474
11475 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11476
11477         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
11478         must be defined if the header file was not found, in order
11479         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
11480
11481 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11482
11483         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
11484         initializers for struct pentry_state.
11485         (__argp_error): Check return value of __asprintf
11486         (__argp_failure): Translate error message
11487
11488         * lib/argp-parse.c: Removed braces around the expansion of N_()
11489
11490 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11491
11492         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
11493         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
11494         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
11495         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
11496         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
11497         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
11498         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
11499         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
11500         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
11501         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
11502         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
11503         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
11504         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
11505         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
11506         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
11507         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
11508         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
11509         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
11510         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
11511         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
11512         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
11513         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
11514         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
11515         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
11516         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
11517         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
11518         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
11519         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
11520         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
11521         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
11522         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
11523         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
11524         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
11525         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
11526         xstrtol.m4, xstrtoumax.m4, yesno.m4:
11527         Use an all-permissive copyright notice, recommended by RMS.
11528
11529 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
11530
11531         * modules/chdir-long (Depends-on): Remove mempcpy.
11532
11533 2005-01-21  Jim Meyering  <jim@meyering.net>
11534
11535         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
11536         same value as for Solaris 9.
11537
11538         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
11539         component length.  This included changing the parameter to be
11540         of type `char *' rather than `char const *'.
11541         * lib/chdir-long.h (chdir_long): Update prototype.
11542
11543         * lib/openat.c (fdopendir, fstatat): New functions.
11544         * lib/openat.h: Include headers required for use of DIR and struct
11545         stat.
11546         [AT_SYMLINK_NOFOLLOW]: Define.
11547         (fdopendir, fstatat): Add prototypes.
11548
11549 2005-01-21  Bruno Haible  <bruno@clisp.org>
11550
11551         * modules/classpath: New file.
11552         * MODULES.html.sh (Java): Add classpath.
11553
11554 2005-01-21  Bruno Haible  <bruno@clisp.org>
11555
11556         * lib/classpath.h: New file, from GNU gettext.
11557         * lib/classpath.c: New file, from GNU gettext.
11558
11559 2005-01-20  Simon Josefsson  <jas@extundo.com>
11560
11561         * modules/version-etc-fsf: New file.
11562
11563 2005-01-20  Simon Josefsson  <jas@extundo.com>
11564
11565         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
11566         * lib/version-etc.c: Remove version_etc_copyright.
11567         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
11568         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
11569
11570 2005-01-20  Simon Josefsson  <jas@extundo.com>
11571
11572         * lib/base64.h (isbase64): Add.
11573
11574         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
11575         using a unsigned prototype, don't inline.
11576         (base64_decode): Use it.
11577
11578 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11579
11580         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
11581         it.
11582
11583 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11584
11585         * lib/save-cwd.c (save_cwd): Remove code to support the case
11586         where fchdir is missing or flaky.
11587
11588 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11589
11590         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
11591
11592 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
11593
11594         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
11595         AC_LIBSOURCES now does this.
11596         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
11597         with new ullong_max module.
11598
11599 2005-01-19  Bruno Haible  <bruno@clisp.org>
11600
11601         * modules/sh-quote: New file.
11602         * MODULES.html.sh (Executing programs): Add sh-quote.
11603
11604 2005-01-19  Bruno Haible  <bruno@clisp.org>
11605
11606         * lib/sh-quote.h: New file, from GNU gettext.
11607         * lib/sh-quote.c: New file, from GNU gettext.
11608
11609 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11610
11611         Merge from coreutils.
11612         * m4/ullong_max.m4: New file.
11613         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
11614         (gl_MACROS): Assume localeconv exists.
11615
11616 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11617
11618         Merge changes from coreutils, as described below in several
11619         changelogs dated today.
11620
11621         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
11622         (O_DIRECTORY): Remove; not needed here, since "." must be
11623         a directory.  All uses removed.
11624         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
11625         universal on Suns, and we also need to test for IRIX.
11626         Revamp code to use 'if' rather than '#if'.
11627         Avoid unnecessary comparison of cwd->desc to 0.
11628
11629         * lib/utimens.c (futimens): Robustify the previous patch, by checking
11630         for known valid error numbers rather than observed invalid ones.
11631
11632 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11633
11634         * modules/ullong_max: New file.
11635
11636         * modules/chdir-long, modules/openat: New files.
11637         * modules/save-cwd (Depends-on): Depend on chdir-long.
11638         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
11639
11640 2005-01-18  Jim Meyering  <jim@meyering.net>
11641
11642         Merge from coreutils.
11643         * m4/chdir-long.m4, openat.m4: New files.
11644         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
11645         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
11646         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
11647         is sane and DOES follow symlinks.  Besides, testing 20 different
11648         systems found no broken chown implementations.
11649         Prompted by a change in rsync's copy of this macro.
11650         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
11651
11652         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
11653
11654         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
11655         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
11656         NULL-means-set-to-current-time semantics.
11657         Remove temporary file immediately, rather than waiting
11658         for configure's at-exit trap code to do it.
11659
11660 2005-01-18  Jim Meyering  <jim@meyering.net>
11661
11662         * lib/version-etc.c (version_etc_copyright): Update copyright date.
11663
11664         * lib/utimens.c (futimens): Account for the fact that futimes
11665         can also fail with errno == ENOSYS or errno == ENOENT.
11666         Patch from Dmitry V. Levin.
11667
11668         Change the name of the robust chdir function from chdir to chdir_long.
11669         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
11670         (restore_cwd): Use chdir_long, not chdir.
11671         * lib/chdir-long.c: Renamed from chdir.c.
11672         * lib/chdir-long.h: Renamed from chdir.h.
11673         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
11674         Hurd.
11675
11676 2005-01-18  Bruno Haible  <bruno@clisp.org>
11677
11678         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
11679         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
11680         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
11681         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
11682         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
11683         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
11684         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
11685         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
11686         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
11687         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
11688         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
11689         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
11690         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
11691         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
11692         Use an all-permissive copyright notice, recommended by RMS.
11693
11694 2005-01-18  Bob Proulx  <bob@proulx.com>
11695
11696         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
11697         simplify offsetof() macro construct to avoid compile failure with
11698         native HP-UX 11.0 ANSI C compiler.
11699
11700 2005-01-17  Bruno Haible  <bruno@clisp.org>
11701
11702         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
11703         redundant because stpncpy.m4 takes care of it.
11704
11705 2005-01-17  Bruno Haible  <bruno@clisp.org>
11706
11707         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
11708
11709 2005-01-17  Bruno Haible  <bruno@clisp.org>
11710
11711         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
11712         used.
11713
11714 2005-01-17  Bruno Haible  <bruno@clisp.org>
11715
11716         * lib/fwriteerror.h (fwriteerror): Change specification to include
11717         fclose.
11718         * lib/fwriteerror.c: Include <stdbool.h>.
11719         (fwriteerror): At the end, close the file stream. Record whether
11720         stdout was already closed.
11721
11722 2005-01-17  Bruno Haible  <bruno@clisp.org>
11723
11724         * lib/execute.c (environ): Declare if needed.
11725         * lib/pipe.c (environ): Likewise.
11726         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
11727
11728 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11729
11730         * modules/argp: Depend on vsnprintf
11731
11732 2005-01-10  Jim Meyering  <jim@meyering.net>
11733
11734         * modules/closeout (Depends-on): Add atexit.
11735
11736 2005-01-06  Bruno Haible  <bruno@clisp.org>
11737
11738         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
11739
11740 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11741
11742         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
11743         definitions to be after all include files, to avoid collisions.
11744         Problem reported by Bob Proulx.
11745
11746 2005-01-04  Jim Meyering  <jim@meyering.net>
11747
11748         Changes imported from coreutils.
11749         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
11750         as the mkstemp template, use a temporary directory and an
11751         8.3-friendly template to avoid trouble on systems like DJGPP.
11752         Reported by Juan M. Guerrero via Stepan Kasal.
11753         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
11754         close. Remove the temporary directory right away, rather than waiting
11755         for configure's at-exit trap code to do it.
11756         Suggestion from Stepan Kasal.
11757
11758 2005-01-01  Simon Josefsson  <jas@extundo.com>
11759
11760         * gnulib-tool: Print #include directives when --import'ing.
11761
11762 2004-12-28  Simon Josefsson  <jas@extundo.com>
11763
11764         * tests/test-base64.c: Include required header files.  Remove
11765         unused variables.
11766
11767 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11768
11769         * modules/error (Depends-on): Remove gettext.
11770
11771 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11772
11773         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
11774         not needed.  This removes a dependency on the gettext module.
11775         [defined _LIBC]: Do not include <libintl.h>; not needed.
11776
11777 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11778
11779         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
11780         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
11781
11782 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11783
11784         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
11785         HAVE_DECL_STRTOLD.
11786
11787 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11788
11789         * modules/getdate (Depends-on): Remove alloca-opt.
11790
11791 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
11794
11795 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11796
11797         * lib/argp-parse.c: Include <stddef.h>.
11798         (alignof, alignto): New macros.
11799         (parser_init): Don't assume that void * is aligned sufficiently
11800         for struct option.
11801
11802         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
11803         need to extend the stack.
11804         (YYINITDEPTH): New macro, so that the initial stack isn't overly
11805         large.
11806
11807 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11808
11809         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
11810
11811 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11812
11813         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
11814         (2004-10-24) change.  Apparently this was a false alarm.
11815
11816         * modules/getdate: Depend on alloca-opt, not alloca.
11817
11818 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11819
11820         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
11821         Remove now-obsolete comment about AIX.
11822         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
11823         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
11824         (YYMAXDEPTH): New macro.
11825
11826 2004-12-18  Simon Josefsson  <jas@extundo.com>
11827
11828         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
11829
11830 2004-12-18  Bruno Haible  <bruno@clisp.org>
11831
11832         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
11833
11834 2004-12-18  Bruno Haible  <bruno@clisp.org>
11835
11836         * lib/fatal-signal.c (fatal_signals): Make non-const.
11837         (init_fatal_signals): New function.
11838         (uninstall_handlers, install_handlers): Ignore signals that were set to
11839         SIG_IGN.
11840         (at_fatal_signal): Call init_fatal_signals.
11841         (init_fatal_signal_set): Likewise. Ignore signals that were set to
11842         SIG_IGN.
11843         Reported by Paul Eggert.
11844
11845 2004-12-18  Bruno Haible  <bruno@clisp.org>
11846
11847         * doc/alloca.texi: New file.
11848         * doc/alloca-opt.texi: New file.
11849
11850 2004-12-17  Jim Meyering  <jim@meyering.net>
11851
11852         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
11853         Otherwise, install-sh could exit with improper exit status when
11854         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
11855
11856 2004-12-16  Simon Josefsson  <jas@extundo.com>
11857
11858         * tests/test-base64.c: Add license.
11859
11860 2004-12-15  Stepan Kasal  <address@hidden>
11861
11862         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
11863
11864 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
11865
11866         * modules/getcwd (Files): Add m4/d-ino.m4.
11867         Suggested by Mark D. Baushke.
11868
11869 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         * lib/getdate.y (textint): New member "negative".
11872         (time_zone_hhmm): New function.
11873         Expect 14 shift-reduce conflicts, not 13.
11874         (o_colon_minutes): New rule.
11875         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
11876         (yylex): Set the "negative" member of signed numbers.
11877
11878 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11879
11880         * doc/getdate.texi (Time of day items, Time zone items):
11881         Describe new formats +00:00, UTC+00:00.
11882
11883 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11884
11885         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
11886         spurious "-l"s.  Problem reported by Stepan Kasal.
11887
11888 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
11889
11890         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
11891         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
11892
11893 2004-12-04  Simon Josefsson  <jas@extundo.com>
11894
11895         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
11896         Vandoorselaere <yoann@prelude-ids.org>.
11897
11898 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11899
11900         Changes imported from coreutils.
11901         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
11902         exist.
11903         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
11904
11905 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11906
11907         Changes imported from coreutils.
11908         * lib/hard-locale.c: Assume <locale.h> exists.
11909         Include "strdup.h".
11910         (GLIBC_VERSION): New macro.
11911         (hard_locale): Assume setlocale exists.
11912         Rewrite to avoid #ifdef.
11913         Use strdup rather than malloc + strcpy.
11914         * lib/human.c: Assume <locale.h> exists.
11915         (human_readable): Assume localeconv exists.
11916
11917 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11918
11919         * modules/hard-locale (Depends-on): Add strdup.
11920
11921 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
11922
11923         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
11924         convert T2, not T.  (Imported from libc.)
11925
11926 2004-11-30  Simon Josefsson  <jas@extundo.com>
11927
11928         * modules/restrict (License): Change to LGPL.
11929
11930 2004-11-30  Simon Josefsson  <jas@extundo.com>
11931
11932         * m4/restrict.m4: Add copyright and copying conditions.
11933
11934 2004-11-30  Simon Josefsson  <jas@extundo.com>
11935
11936         * m4/base64.m4: New file.
11937
11938 2004-11-30  Simon Josefsson  <jas@extundo.com>
11939
11940         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
11941         base64.
11942
11943         * tests/test-base64.c: New file.
11944
11945         * modules/base64: New file.
11946
11947 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11948
11949         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
11950         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
11951
11952         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
11953
11954 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11955
11956         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
11957         (__getcwd.c): Don't restore errno; glibc doesn't.
11958         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
11959         first, falling back to our code only if its results look suspicious.
11960         Ensure that the resulting buffer is only as large as necessary.
11961
11962         * lib/readutmp.c: Include readutmp.h first.
11963         Include <errno.h>, since readutmp.h no longer does that.
11964         * lib/readutmp.h: Don't include <errno.h>,
11965         <sys/param.h>, <time.h>; not needed to establish interface.
11966         (errno): Remove decl.
11967         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
11968         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
11969         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
11970
11971 2004-11-28  Simon Josefsson  <jas@extundo.com>
11972
11973         * lib/base64.h, base64.c: New file.
11974
11975 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11976
11977         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
11978
11979 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11980
11981         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
11982         (Depends-on): Remove pathmax, same.  Add mempcpy.
11983         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
11984         (Makefile.am): Append getcwd.h to lib_SOURCES.
11985         (Include): Add getcwd.h.
11986         (Maintainer): Change from Jim Meyering to "all, glibc",
11987         since getdate now uses intended-for-glibc code.
11988         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
11989         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
11990
11991 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
11994         HP's ANSI C compiler.
11995         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
11996         Declaring int functions causes warnings on some modern systems and
11997         shouldn't be needed to compile on ancient ones.
11998         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
11999         defined.
12000
12001         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
12002         with the following changes.
12003         (__set_errno): Parenthesize properly.
12004         Include <stdbool.h>.
12005         (MIN, MAX, MATCHING_INO): New macros.
12006         (__getcwd): Define with prototype, not K&R form.
12007         Use heuristics to allocate default buffer on stack if possible.
12008         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
12009         behavior, and to avoid the PATH_MAX limit when computing
12010         ../../../../...
12011         Use MATCHING_INO to compare inode number to file.
12012         Check for arithmetic overflow in size calculations.
12013         Fix bug in reallocation of dot array that caused getcwd to fail
12014         on directories nested deeper than 75.
12015         Be more careful about saving errno on error.
12016         Do not use realloc; use only free+malloc, as this is a bit
12017         more flexible and avoids a needless copy operation.
12018         Do not inspect st_dev and st_ino for symbolic links; POSIX
12019         doesn't specify the latter.
12020         Check for closedir errors.
12021         Avoid needless casts.
12022         Use "#ifdef weak_alias" around weak_alias, to be like other
12023         glibc code.
12024         The following changes to getcwd.c have effect only when used in
12025         gnulib; they have no effect inside glibc proper.
12026         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
12027         as alloca isn't used.
12028         (alloca, __alloca): Likewise.
12029         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
12030         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
12031         unconditionally, as gnulib assumes C89 or better.
12032         Do not include <sys/param.h>.
12033         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
12034         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
12035         better.
12036         (NULL) [!defined NULL]: Remove; we assume C89 or better.
12037         Include <dirent.h> in a way that is compatible with modern Autoconf.
12038         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
12039         New macros, if not already defined.
12040         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
12041         Use "_LIBC", not "defined _LIBC", for consistency.
12042         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
12043         a mempcpy module.
12044         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
12045         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
12046         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
12047         credit only to Jim Meyering and adjust the copyright dates.
12048         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
12049         <stdlib.h>, <unistd.h>, "pathmax.h".
12050         Instead, include "xgetcwd.h" (first) and "getcwd.h".
12051         (INITIAL_BUFFER_SIZE): Remove.
12052         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
12053
12054 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12055
12056         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
12057         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
12058         Use the _ONCE methods, for efficiency.
12059         Check for fcntl.h.  In test program, include <errno.h>
12060         and <fcntl.h> if available.  Remove old K&R cruft from
12061         test program.  Check for common errors in GNU/Linux,
12062         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
12063         don't do AC_LIBOBJ, as that's getcwd.m4's job.
12064         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
12065         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
12066         name accordingly.
12067         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
12068         accommodate new getcwd.c.
12069         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
12070         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
12071         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
12072         that's all we need now.
12073
12074 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12075
12076         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
12077         argp-parse.c depends on getopt internals, that means we should
12078         always use our getopt, to be on the safe side.
12079         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
12080         order not to spoil the result of an eventual previous invocation
12081         of gl_GETOPT_SUBSTITUTE.
12082
12083 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12084
12085         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
12086         redefinition warnings. To avoid them, include the defines
12087         in `#if !defined __need_getopt ... #endif'. The only place
12088         where __getopt_argv_const is used is in definitions
12089         of getopt_long and getopt_long_only below, which are as well
12090         protected by `#ifndef __need_getopt'.
12091         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
12092         __need_getopt after including <stdio.h> and <unistd.h> These
12093         headers might have defined it.
12094
12095 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12096
12097         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
12098
12099 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12100
12101         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
12102         (futimens): New function, which uses futimes if available.
12103         (futimens, utimens): Support timespec==NULL, with same semantics
12104         as utime and utimens.
12105         * lib/utimens.h (futimens): New decl.
12106
12107 2004-11-23  Jim Meyering  <jim@meyering.net>
12108
12109         * lib/getopt_.h: Remove trailing blanks.
12110
12111 2004-11-23  Jim Meyering  <jim@meyering.net>
12112
12113         * lib/__fpending.c: Add comment.
12114
12115 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
12116
12117         * modules/canonicalize (Depends-on): Add xreadlink.
12118         Problem reported by James Youngman.
12119
12120 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12121
12122         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
12123         New macros.
12124         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
12125         optopt): Use them instead of invoking ## directly; otherwise, the
12126         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
12127
12128 2004-11-19  Bruno Haible  <bruno@clisp.org>
12129
12130         * lib/strtok_r.c: Move comments from here...
12131         * lib/strtok_r.h: ... to here.
12132
12133 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12134
12135         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
12136         implementations that mishandle size_t overflow.
12137
12138 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12139
12140         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
12141         might fail.  Problem reported by Yoann Vandoorselaere.
12142         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
12143         implementations that mishandle size_t overflow.
12144
12145 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12146
12147         * modules/canon-host (Depends-on): Add strdup.
12148
12149 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12150
12151         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
12152
12153 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12154
12155         * lib/canon-host.c: Include "strdup.h".
12156         (canon_host): Use getaddrinfo if available, so that IPv6 works.
12157         Use strdup instead of malloc/strcpy to duplicate strings.
12158
12159         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
12160         (human_space_before_unit): New constant.
12161         * lib/human.c (human_readable): Support it.
12162
12163         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
12164         (xgetcwd): Set errno correctly when failing.
12165         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
12166         the failure is actually due to a PATH_MAX problem.
12167
12168         Further getopt changes to make it more likely that glibc will
12169         buy the changes back.
12170         * lib/getopt.c (POSIXLY_CORRECT): New constant.
12171         (getopt): Use it, so to preserve glibc semantic
12172         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
12173         when compiling for libc.
12174         * lib/getopt_.h (__getopt_argv_const): Bring it back.
12175         (getopt_long, getopt_long_only): Use it.
12176
12177         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
12178         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
12179         (getopt): Argv is now char * const *, as per standard.
12180         (_getopt_internal_r, _getopt_internal): Argv is now char **,
12181         not char *__getopt_argv_const *.
12182         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
12183         _getopt_long_only_r): Likewise.
12184         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
12185         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
12186         _getopt_long_r, _getopt_long_only_r): Likewise.
12187         * lib/getopt_.h (__getopt_argv_const): Remove.
12188         (getopt): Argv is now char * const *, as per standard.
12189
12190         * lib/getdate.y (tORDINAL): New token.
12191         (day, relunit): Allow it for relative times.
12192         (relative_time_table): Use tORDINAL for ordinals.
12193
12194 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
12197         Document that "second" isn't allowed as an ordinal number.
12198
12199 2004-11-16  Jim Meyering  <jim@meyering.net>
12200
12201         * modules/closeout (Depends-on): Add fpending.
12202
12203 2004-11-15  Jim Meyering  <jim@meyering.net>
12204
12205         * lib/closeout.c: Include "__fpending.h" once again.
12206         Include <stdbool.h>.
12207         (close_stdout): Don't fail just because stdout was closed initially,
12208         since some programs don't write to stdout in the normal course of
12209         operation (other than --version and --help), and we don't want this
12210         function to make e.g. `touch file >&-' fail.
12211         But do fail if it was closed and someone has tried to write to it.
12212         E.g., `printf foo >&-' must fail.
12213
12214 2004-11-13  Jim Meyering  <jim@meyering.net>
12215
12216         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
12217
12218 2004-11-12  Simon Josefsson  <jas@extundo.com>
12219
12220         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
12221         small doc fix is still pending.
12222
12223 2004-11-11  Simon Josefsson  <jas@extundo.com>
12224
12225         * modules/strtok_r: New file.
12226
12227         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12228         strtok_r.
12229
12230 2004-11-11  Simon Josefsson  <jas@extundo.com>
12231
12232         * m4/strtok_r.m4: New file.
12233
12234         * m4/getopt.m4: Replace opterr.
12235
12236 2004-11-11  Simon Josefsson  <jas@extundo.com>
12237
12238         * lib/strtok_r.h, strtok_r.c: New file.
12239
12240 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
12243         of replacing opterr, getopt, etc.  This should handle the
12244         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
12245
12246 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
12247
12248         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
12249         we can stop lying to compilers about the constness of argv when we
12250         are compiled outside glibc.
12251         (getopt, getopt_long, getopt_long_only): Use it.
12252         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
12253         _getopt_internal, getopt): Likewise.
12254         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
12255         _getopt_long_only_r): Likewise.
12256         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
12257         _getopt_long_r, _getopt_long_only_r): Likewise.
12258
12259         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
12260         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
12261         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
12262         the other external symbols.
12263         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
12264         declaration, since the above renaming now works around collisions.
12265
12266 2004-11-11  Jim Meyering  <jim@meyering.net>
12267
12268         * lib/linebreak.c: Remove trailing blanks.
12269         * lib/alloca_.h: Likewise.
12270         * lib/acosl.c: Likewise.
12271         * lib/euidaccess.c: Likewise.
12272         * lib/allocsa.h: Likewise.
12273
12274 2004-11-10  Simon Josefsson  <jas@extundo.com>
12275
12276         * m4/getaddrinfo.m4: New file.
12277
12278 2004-11-10  Simon Josefsson  <jas@extundo.com>
12279
12280         * lib/getaddrinfo.h, getaddrinfo.c: New files.
12281
12282 2004-11-10  Simon Josefsson  <jas@extundo.com>
12283
12284         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12285         getaddrinfo.
12286
12287         * modules/getaddrinfo: New file.
12288
12289 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12290
12291         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
12292
12293 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12294
12295         * lib/mktime.c (SHR): New macro, which is a portable
12296         substitute for >> that should work even on Crays.
12297         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
12298         Problem reported by Mark D. Baushke in
12299         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
12300         * lib/getdate.y (SHR): Likewise.
12301         (tm_diff): Use it.
12302         * lib/strftime.c (SHR): Likewise.
12303         (tm_diff): Use it.
12304         * lib/quotearg.c (struct quoting_options): Use unsigned int for
12305         quote_these_too, so that right shifts are well defined.  All uses
12306         changed.
12307
12308 2004-11-10  Jim Meyering  <jim@meyering.net>
12309
12310         Ensure that no close failure goes unreported.
12311         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
12312         return early when it seems there's nothing to flush.
12313         Don't include __fpending.h.
12314
12315 2004-11-10  Jim Meyering  <jim@meyering.net>
12316
12317         * modules/closeout (Depends-on): Remove fpending.
12318
12319 2004-11-10  Jim Meyering  <jim@meyering.net>
12320
12321         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
12322
12323 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12324
12325         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
12326         gl_FUNC_STRFTIME.
12327         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
12328         and AC_REQUIRE when possible, to avoid duplicate checks.
12329         Check for <wchar.h>.
12330
12331 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12332
12333         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
12334
12335 2004-11-09  Bruno Haible  <bruno@clisp.org>
12336
12337         * m4/sockpfaf.m4: New file.
12338
12339 2004-11-05  Bruno Haible  <bruno@clisp.org>
12340
12341         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
12342         Reported by Mark D. Baushke <mdb@cvshome.org>.
12343
12344 2004-11-04  Bruno Haible  <bruno@clisp.org>
12345
12346         2004-09-11  Bruno Haible  <bruno@clisp.org>
12347                 * allocsa.valgrind: New file.
12348         2004-02-06  Bruno Haible  <bruno@clisp.org>
12349                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
12350                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
12351                 Reported by Christopher Seip <chris.seip@hp.com>.
12352
12353 2004-11-04  Bruno Haible  <bruno@clisp.org>
12354
12355         * modules/allocsa (Files): Add lib/allocsa.valgrind.
12356         (Makefile.am): Distribute it.
12357
12358 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
12359
12360         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
12361         with errno == ERANGE if the buffer is too small.
12362         Problem reported by Mark D. Baushke.
12363
12364 2004-11-03  Albert Chin <china@thewrittenword.com>
12365             Paul Eggert  <eggert@cs.ucla.edu>
12366
12367         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
12368         equivalent, substitute $ac_type for equivalent type rather than
12369         blindly using uint32_t *always* which won't work if uint32_t is not
12370         available.  Define _UINT32_T to work around typedef of uint32_t if
12371         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
12372         2.5.1.
12373
12374 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12375
12376         * m4/jm-macros.m4: Sync from coreutils.
12377         (gl_MACROS): Check for mbrlen, for pathchk.
12378         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
12379
12380 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12381
12382         * lib/xreadlink.c (MAXSIZE): New macro.
12383         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
12384         size does not exceed MAXSIZE.  Avoid cast.
12385         As suggested by Mark D. Baushke in
12386         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
12387         if readlink fails with buffer size just under MAXSIZE, try again
12388         with MAXSIZE.
12389
12390 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12391
12392         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
12393
12394 2004-11-02  Derek R. Price  <derek@ximbiot.com>
12395         and  Paul Eggert  <eggert@cs.ucla.edu>
12396
12397         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
12398         (get_date): Overparenthesize to avoid GCC warning.
12399
12400 2004-11-02  Bruno Haible  <bruno@clisp.org>
12401
12402         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
12403         returns void.
12404
12405 2004-11-02  Bruno Haible  <bruno@clisp.org>
12406
12407         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
12408         function returns void.
12409
12410 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12411
12412         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
12413         fflush_unlocked, flockfile, funlockfile, funlockfile,
12414         fputs_unlocked, putc_unlocked.
12415
12416 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12417
12418         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
12419         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
12420         already declared.
12421
12422 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12423
12424         * modules/getdate (Files): Add doc/getdate.texi.
12425         (Depends-on): Add setenv, xalloc.
12426
12427 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12428
12429         * lib/getdate.y: Add support for TZ="foo" within a date string.
12430         Fix some bugs near time_t boundaries.  Reject dates with
12431         out-of-range components, e.g., "Sept 31".
12432         Include <stdlib.h>, "setenv.h", "xalloc.h".
12433         (ISDIGIT_LOCALE): Remove; unused.
12434         Note that the TZ and time functions used here are not reentrant.
12435         (mktime_ok, get_tz): New functions.
12436         (TZBUFSIZE): New constant.
12437         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
12438         This requires that we sometimes generate our own TZ="XXX..." setting.
12439
12440 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12441
12442         * doc/getdate.texi: New file, from coreutils with modifications for
12443         the new TZ parsing.
12444
12445 2004-10-27  Derek R. Price  <derek@ximbiot.com>
12446
12447         * lib/mktime.c (not_equal_tm): Remove redundant check.
12448
12449 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12450
12451         * modules/regex (lib_SOURCES): Add regex.c.
12452         Reported by James Youngman in
12453         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
12454
12455 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12456
12457         * lib/getdate.y: Use Bison 1.875 features, and some minor
12458         code cleanups.  This change does not affect semantics.
12459         Don't include <stdlib.h>; no longer needed.
12460         Don't include unlocked-io.h; only the "#if TEST" code uses
12461         stdio, and performance isn't crucial there.
12462         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
12463         Bison 1.875 features as described below.
12464         All uses of "PC." replaced by "pc->".
12465         (YYSTYPE): Add a forward declaration.
12466         (yylex, yyerror): Use full prototypes in forward decls.
12467         Use "%pure-parser" rather than obsolescent "%pure_parser".
12468         Use %parse-param and %lex-param instead of obsolescent
12469         YYPARSE_PARAM and YYLEX_PARAM.
12470         (meridian_table, month_and_day_table, time_units_table,
12471         relative_time_table, time_zone_table, military_table,
12472         lookup_zone, lookup_word, get_date):
12473         Use NULL instead of 0 where appropriate.
12474         (to_hour): Avoid abort (), to avoid a dependency on
12475         stdlib.h.
12476         (yyerror, yylex): Now accepts parser_control * arg.
12477         (main) [TEST]: Use '\0' rather than 0 for char.
12478
12479 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
12482
12483 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12484
12485         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
12486         It's now the caller's responsibility to handle the case where
12487         !HAVE_GETPAGESIZE && !defined getpagesize.
12488
12489         * lib/mktime.c (leapyear): Arg is long int, not int.
12490
12491 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
12492
12493         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
12494
12495 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12496
12497         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
12498         missing.  Problem reported by James Youngman.
12499
12500 2004-10-16  Simon Josefsson  <jas@extundo.com>
12501
12502         * gnulib-tool: Fix comments.  Fix parse problem.
12503         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
12504
12505 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
12506
12507         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
12508         implementation of getopt_long.  Problem reported by Alexander Taler in:
12509         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
12510
12511 2004-10-15  Bruno Haible  <bruno@clisp.org>
12512
12513         * gnulib-tool: Untabify. Initialize supplied_libname.
12514         (func_usage): More homogenous output.
12515         (func_modules_transitive_closure, func_modules_to_filelist,
12516         func_emit_lib_Makefile_am): New functions.
12517         (func_import): New function, extracted from big case statement. Use
12518         func_get_license, func_modules_transitive_closure,
12519         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
12520         opt_lgpl. Don't use test -a, as it's not portable.
12521         (func_create_testdir): Use func_modules_transitive_closure,
12522         func_modules_to_filelist, func_emit_lib_Makefile_am.
12523
12524 2004-10-15  Bruno Haible  <bruno@clisp.org>
12525
12526         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
12527
12528 2004-10-15  Bruno Haible  <bruno@clisp.org>
12529
12530         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
12531         the portions belonging to each module.
12532         Suggested by Derek Robert Price <derek@ximbiot.com>.
12533
12534 2004-10-12  Simon Josefsson  <jas@extundo.com>
12535
12536         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
12537         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
12538         to real functions.
12539
12540 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12541
12542         * modules/vsnprintf: New file.
12543
12544 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12545
12546         * m4/vsnprintf.m4: New file.
12547
12548 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12549
12550         * lib/vsnprintf.h: New file.
12551         * lib/vsnprintf.c: New file.
12552
12553 2004-10-11  Bruno Haible  <bruno@clisp.org>
12554
12555         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
12556         vsnprintf.
12557
12558 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12559
12560         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
12561
12562 2004-10-07  Bruno Haible  <bruno@clisp.org>
12563
12564         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
12565         fits into the provided buffer.
12566
12567 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * lib/diacrit.c, diacrit.h: Add GPL notice.
12570
12571         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
12572         notice.
12573         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
12574         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
12575         This avoids a potential constant-folding bug.
12576
12577 2004-10-05  Bruno Haible  <bruno@clisp.org>
12578
12579         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
12580         for the declaration of strsep.
12581
12582 2004-10-05  Bruno Haible  <bruno@clisp.org>
12583
12584         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
12585
12586 2004-10-04  Simon Josefsson  <jas@extundo.com>
12587
12588         * modules/memmem: New file.
12589         * tests/test-memmem.c: New file.
12590         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
12591
12592 2004-10-04  Simon Josefsson  <jas@extundo.com>
12593
12594         * m4/memmem.m4: New file.
12595
12596 2004-10-04  Simon Josefsson  <jas@extundo.com>
12597
12598         * lib/memmem.h: New file.
12599         * lib/memmem.c: New file, taken from glibc.
12600
12601 2004-10-04  Simon Josefsson  <jas@extundo.com>
12602
12603         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
12604         '#ifdef USE_UNLOCKED_IO'.
12605
12606 2004-10-04  Simon Josefsson  <jas@extundo.com>
12607
12608         * config/srclist.txt: Add memmem from glibc.
12609
12610 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
12613
12614         * modules/argmatch, modules/argp, modules/closeout, modules/error,
12615         modules/exclude, modules/getdate, modules/getline,
12616         modules/getndelim2, modules/getpass, modules/getpass-gnu,
12617         modules/getusershell, modules/linebuffer, modules/md5,
12618         modules/mountlist, modules/posixtm, modules/readtokens,
12619         modules/readutmp, modules/regex, modules/sha1,
12620         modules/version-etc, modules/yesno:
12621         Remove dependency on unlocked-io.
12622
12623 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12624
12625         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
12626
12627         * m4/unlocked-io.m4: Add copyright notice.
12628         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
12629
12630 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12631
12632         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
12633         * lib/xmalloc.c (xmemdup): Likewise.
12634         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
12635         XFREE): Remove these long-obsolescent macros.
12636         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
12637         * lib/xstrdup.c: Remove.
12638
12639         * lib/regex.c (re_comp): Cast gettext return value to char *,
12640         Problem reported by Martin Neitzel via Mark D. Baushke.
12641
12642 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12643
12644         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
12645         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
12646         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
12647         regex.c, sha1.c, version-etc.c, yesno.c:
12648         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
12649         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
12650         the includer's responsibility.
12651
12652         Sync from coreutils.
12653
12654         * lib/modechange.c (mode_compile): Don't decrement a pointer that
12655         points to the start of a string, as the C Standard says the
12656         resulting behavior is undefined.
12657
12658         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
12659         simple -> simple_backups, numbered_existing ->
12660         numbered_existing_backups, numbered -> numbered_backups
12661         to avoid shadowing problems.  All uses changed.
12662         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
12663         * lib/backupfile.c (check_extension, numbered_backup):
12664         Rename locals to avoid shadowing 'basename'.
12665         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
12666         once.
12667
12668         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
12669         * lib/.cvsignore: Add getopt.h.
12670
12671 2004-10-04  Bruno Haible  <bruno@clisp.org>
12672
12673         * modules/README: New file.
12674         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
12675         not a module.
12676
12677 2004-10-02  Jim Meyering  <jim@meyering.net>
12678
12679         * lib/dirfd.h, getpagesize.h: Add copyright notice.
12680
12681 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12682
12683         * modules/strsep: New file.
12684
12685 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12686
12687         * m4/strsep.m4: New file.
12688
12689 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12690
12691         * lib/strsep.h: New file.
12692         * lib/strsep.c: New file.
12693
12694 2004-10-01  Simon Josefsson  <jas@extundo.com>
12695
12696         * lib/snprintf.c (snprintf): Handle size==0.
12697
12698 2004-10-01  Simon Josefsson  <jas@extundo.com>
12699             Bruno Haible  <bruno@clisp.org>
12700
12701         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
12702         (snprintf): Declare 'args'.
12703
12704 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
12705
12706         * lib/snprintf.c: Remove comments as to why each header is needed.
12707
12708 2004-10-01  Bruno Haible  <bruno@clisp.org>
12709
12710         * MODULES.html.sh: Add strsep.
12711
12712 2004-09-30  Simon Josefsson  <jas@extundo.com>
12713
12714         * modules/snprintf: New file.
12715
12716 2004-09-30  Simon Josefsson  <jas@extundo.com>
12717
12718         * m4/snprintf.m4: New file.
12719
12720 2004-09-30  Simon Josefsson  <jas@extundo.com>
12721
12722         * lib/snprintf.h, snprintf.c: New files.
12723
12724 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12725
12726         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
12727         (hol_entry_help): Never translate an empty string.
12728         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
12729         * lib/argp.h (OPTION_NO_TRANS): New option.
12730
12731 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12732
12733         * modules/argp (Maintainer): Replace Simon Josefsson
12734         by Sergey Poznyakoff.
12735
12736 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12737
12738         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
12739         changes merged back into glibc.
12740
12741 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12742
12743         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
12744
12745 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12746
12747         * lib/xvasprintf.c: Include xalloc.h.
12748         (xvasprintf): Use xalloc_die, not xmalloc_die.
12749
12750 2004-09-29  Bruno Haible  <bruno@clisp.org>
12751
12752         * modules/alloca-opt: New file, derived from modules/alloca.
12753         * modules/allocsa: Depend on alloca-opt instead of alloca.
12754         * modules/setenv: Likewise.
12755         * modules/vasnprintf: Likewise.
12756         * MODULES.html.sh: Add alloca-opt.
12757
12758 2004-09-28  Simon Josefsson  <jas@extundo.com>
12759
12760         * gnulib-tool: New parameter --lgpl, to asseert that modules are
12761         LGPL, and to replace license template from GPL to LGPL.
12762
12763 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12764
12765         * modules/dummy: Change license to LGPL.
12766
12767 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12768
12769         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
12770
12771 2004-09-24  Simon Josefsson  <jas@extundo.com>
12772
12773         * modules/minmax (License): Change from GPL to LGPL.
12774
12775 2004-09-23  Simon Josefsson  <jas@extundo.com>
12776
12777         * gnulib-tool (--import): Typo.
12778
12779 2004-09-23  Simon Josefsson  <jas@extundo.com>
12780
12781         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
12782
12783 2004-09-22  Bruno Haible  <bruno@clisp.org>
12784
12785         * modules/*: Add 'License' field.
12786         * gnulib-tool: Accept --extract-license option.
12787         (func_get_license): New function.
12788
12789 2004-09-21  Bruno Haible  <bruno@clisp.org>
12790
12791         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
12792         Reported by Simon Josefsson.
12793
12794 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12795
12796         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
12797         gl_AC_TYPE_LONG_LONG.
12798
12799 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12800
12801         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
12802
12803 2004-09-18  Simon Josefsson  <jas@extundo.com>
12804         and  Paul Eggert  <eggert@cs.ucla.edu>
12805
12806         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
12807         calls with autoreconf.  Define GL_LIB.
12808
12809 2004-09-14  Karl Berry  <karl@gnu.org>
12810
12811         * config/srclist.txt: unsync setenv.c, sigh.
12812
12813 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12814
12815         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
12816         Problem reported by Bruno Haible in:
12817         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
12818
12819 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         * config/srclist.txt: Comment out argp-pvh.c.
12822
12823 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
12824
12825         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
12826         in case some system header has #define'd it.  Problem reported by
12827         Soeren D. Schulze in
12828         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
12829
12830 2004-09-09  Karl Berry  <karl@gnu.org>
12831
12832         * regex.[ch]: delete from the root.  These were supposed to be
12833                 synced with emacs cvs, but this has not happened for about
12834                 a year, and anyway nothing else uses emacs regex.[ch].
12835                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
12836                 lib/regex[.ch] is untouched.
12837
12838 2004-09-09  Bruno Haible  <bruno@clisp.org>
12839
12840         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
12841
12842 2004-09-09  Bruno Haible  <bruno@clisp.org>
12843
12844         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
12845         modifications.
12846         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
12847
12848 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12849
12850         * modules/xvasprintf: New file.
12851         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
12852
12853 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12854
12855         * lib/xvasprintf.h: New file.
12856         * lib/xvasprintf.c: New file.
12857         * lib/xasprintf.c: New file.
12858
12859 2004-09-08  Bruno Haible  <bruno@clisp.org>
12860
12861         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
12862
12863 2004-09-08  Bruno Haible  <bruno@clisp.org>
12864
12865         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
12866         length is > INT_MAX.
12867         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
12868         more.
12869
12870 2004-09-08  Bruno Haible  <bruno@clisp.org>
12871
12872         * lib/stdint_.h: New file, taken from GNU clisp.
12873
12874 2004-09-08  Bruno Haible  <bruno@clisp.org>
12875             Oskar Liljeblad  <oskar@osk.mine.nu>
12876
12877         * modules/stdint: New file.
12878         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
12879
12880 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12881
12882         Import from coreutils.
12883         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
12884         strings on unbounded length.  alloca's performance benefits aren't
12885         that important here.
12886         (V_STRDUP): Remove.
12887         (parse_with_separator): New function, with most of the internals
12888         of the old parse_user_spec.  Allow user to omit both user and group,
12889         for compatibility with FreeBSD.
12890         Clone only the user name, not the entire spec.
12891         Do not set *uid, *gid unless entirely successful.
12892         Avoid memory leak in some failing cases.
12893         Fix regression for USER.GROUP reported by Dmitry V. Levin in
12894         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
12895         (parse_user_spec): Rewrite to use parse_with_separator.
12896
12897 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         * modules/userspec: Don't depend on alloca.
12900
12901 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12902
12903         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
12904
12905 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12906
12907         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
12908         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
12909         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
12910
12911 2004-08-16  Simon Josefsson  <jas@extundo.com>
12912
12913         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
12914         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
12915         Add --dry-run for --import.
12916         Let user provided command line parameters override configure.ac
12917         settings.
12918
12919 2004-08-12  Simon Josefsson  <jas@extundo.com>
12920
12921         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
12922         as discussed with Paul Eggert in threads rooted at
12923         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
12924         and
12925         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
12926         Before, the test was empty, and relied on ELIDE_CODE in source
12927         code.)
12928         (gl_PREREQ_GETOPT): New macro.
12929         (gl_GETOPT): Use them.
12930
12931 2004-08-12  Simon Josefsson  <jas@extundo.com>
12932
12933         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
12934         * lib/getopt_.h: Renamed from getopt.h.
12935
12936 2004-08-12  Simon Josefsson  <jas@extundo.com>
12937
12938         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
12939         Change default library name from libfoo to libgnu.
12940         Now, if you have a configure.ac that says:
12941                 gl_SOURCE_BASE(gl)
12942                 gl_M4_BASE(gl/m4)
12943                 gl_MODULES(error getopt etcetera)
12944                 gl_INIT
12945         you can import all you need by running:
12946                 ../gnulib/gnulib-tool --import
12947
12948         * modules/getopt (Files): Rename getopt.h to getopt_.h.
12949         (Makefile.am): Rewrite, use logic from argz.
12950         (Include): Use <getopt.h> instead of "getopt.h".
12951
12952 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12953
12954         * modules/argp (Files): Add m4/unlocked-io.m4.
12955         (Depends-on): Add extensions.
12956
12957 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12958
12959         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
12960         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
12961         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
12962         Check for program_invocation_name, program_invocation_short_name,
12963         flockfile, funlockfile, features.h, _getopt_long_only_r.
12964
12965 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12966
12967         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
12968         its complicated substitute.
12969         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
12970         and program_invocation_name.
12971         (__argp_basename) [!_LIBC]: Remove; the only use was
12972         replaced by its body.
12973         (__argp_short_program_name): Change condition from
12974         !defined __argp_short_program_name to
12975         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
12976         to match argp-namefrob.h.
12977         (__argp_failure): Don't assume strerror_r returns char *.
12978         * lib/argp-parse.c (N_): Define unconditionally.
12979         (argp_default_options): Fill out initializers with 0 to avoid
12980         gcc warnings.
12981
12982 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12983
12984         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
12985         getopt1.c.
12986
12987 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12988
12989         Merge from coreutils.
12990
12991         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
12992
12993         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
12994         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
12995
12996 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12997
12998         Merge from coreutils.
12999
13000         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
13001         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
13002         for Reliant Unix 5.43.
13003
13004         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
13005         (union fooround): Use uintmax_t, not long int.
13006         The rest is a merge from libc:
13007         [defined _LIBC]: Include <shlib-compat.h>.
13008         (_obstack) [defined _LIBC]: Remove after 2.3.4.
13009
13010         * lib/settime.c (settime): Recode to avoid warning with
13011         Sun Forte C 6U2.
13012
13013         * lib/strverscmp.c: Convert to UTF-8.
13014
13015 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13016
13017         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13018         m4/uintmax_t.m4.
13019
13020 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13021
13022         * modules/xalloc-die: New file.
13023         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
13024
13025         * modules/md5 (Files): Add m4/uint32_t.m4.
13026         * modules/sha1: Renamed from modules/sha.
13027         (Files):
13028         Rename lib/sha.h to lib/sha1.h.
13029         Rename lib/sha.c to lib/sha1.c.
13030         Rename m4/sha.m4 to m4/sha1.m4.
13031         (lib_SOURCES): Likewise.
13032         (configure.ac): Rename gl_SHA to gl_SHA1.
13033         (Include): sha.h -> sha1.h.
13034
13035 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13036
13037         * m4/uint32_t.m4, uintptr_t.m4: New files.
13038         * m4/sha1.m4: Renamed from sha.m4.
13039         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
13040
13041 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13042
13043         * lib/obstack.h (obstack_empty_p):
13044         Don't assume that chunk->contents is suitably aligned.
13045         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
13046         Likewise. Problem reported by Benno in
13047         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
13048
13049         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
13050         readable.  This could be improved further but it'd take some work.
13051
13052 2004-08-08  Simon Josefsson  <jas@extundo.com>
13053
13054         * modules/xgethostname (Depends-on): Remove exit and error (not
13055         used).
13056
13057         * modules/getpass-gnu: Add getpass.h.
13058         (Depends-on): Add stdbool.
13059         * modules/getpass: Add getpass.h.
13060
13061 2004-08-08  Simon Josefsson  <jas@extundo.com>
13062
13063         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
13064         Check getpass declaration.
13065
13066 2004-08-08  Simon Josefsson  <jas@extundo.com>
13067
13068         * lib/xgethostname.c: Don't include error.h (not used).
13069
13070         * lib/getpass.h: Add.
13071         * lib/getpass.c: Include getpass.h first.
13072
13073 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
13074
13075         * lib/xalloc-die.c: New files.
13076         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
13077         All uses removed.
13078         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
13079         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
13080         xalloc-die.c.
13081         (_, N_, xalloc_die): Move to xalloc-die.c.
13082         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
13083         so that we needn't mess with xalloc_msg_memory_exhausted.
13084
13085         * lib/sha1.h: Renamed from sha.h.
13086         (SHA1_H): Renamed from _SHA_H.
13087         (sha1_ctx): Renamed from sha_ctx.
13088         (sha1_init_ctx): Renamed from sha_init_ctx.
13089         (sha1_process_block): Renamed from sha_process_block.
13090         (sha1_process_bytes): Renamed from sha_process_bytes.
13091         (sha1_finish_ctx): Renamed from sha_finish_ctx.
13092         (sha1_read_ctx): Renamed from sha_read_ctx.
13093         (sha1_stream): Renamed from sha_stream.
13094         (sha1_buffer): Renamed from sha_buffer.
13095         * lib/sha1.c: Likewise; renamed from sha.c.
13096         Do not include <sys/types.h>.
13097         Include <stddef.h> rather than <stdlib.h>.
13098
13099 2004-08-08  Bruno Haible  <bruno@clisp.org>
13100
13101         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
13102         FILESYSTEM_PREFIX_LEN.
13103         * lib/progreloc.c: Likewise.
13104         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
13105
13106 2004-08-06  Simon Josefsson  <jas@extundo.com>
13107
13108         * modules/progname (Depends-on): Don't depend on stdbool.
13109
13110 2004-08-06  Simon Josefsson  <jas@extundo.com>
13111
13112         * modules/getsubopt: New file.
13113         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13114         getsubopt.
13115
13116 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13117
13118         More merge from coreutils.
13119
13120         * m4/utimens.m4, utimecmp.m4: New files.
13121         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
13122         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
13123         prereq.m4, sha.m4: Import changes from coreutils.
13124
13125 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13126
13127         More merge from coreutils.
13128         * modules/raise, modules/readtokens0, modules/utimens,
13129         modules/utimecmp, module/xnanosleep: New files.
13130         * modules/strftime: Add lib/strftime.h.
13131         Change include from <time.h> to "strftime.h".
13132         * modules/yesno: Add lib/yesno.h.
13133         * modules/backupfile: Remove lib/addext.c.
13134         * modules/euidaccess: Add stat-macros.h.
13135         * modules/canonicalize, modules/euidaccess,
13136         modules/filemode, modules/lchown, modules/makepath,
13137         modules/rmdir, modules/stat: Likewise.
13138
13139 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13140
13141         Merge from tar.
13142         * lib/argp-help.c (make_hol, hol_append): Don't assume that
13143         SIZE_MAX is a valid preprocessor constant.
13144         (__argp_basename): Change from "#ifndef _LIBC"
13145         to "#ifndef __argp_short_program_name", so that
13146         we don't compile these functions for tar.
13147
13148         More merges from coreutils.
13149         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h,
13150         lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c,
13151         lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
13152         * lib/addext.c: Remove; no longer needed.
13153         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
13154         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
13155         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
13156         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
13157         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
13158         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
13159         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
13160         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
13161         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
13162         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13163         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
13164         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
13165         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
13166         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
13167         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
13168         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
13169         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
13170         Import changes from coreutils.
13171
13172 2004-08-05  Simon Josefsson  <jas@extundo.com>
13173
13174         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
13175
13176 2004-08-05  Simon Josefsson  <jas@extundo.com>
13177
13178         * m4/getsubopt.m4: New file.
13179
13180 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13181
13182         Merge from coreutils.
13183
13184         * m4/c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
13185         New files.
13186
13187         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
13188         FILESYSTEM_PREFIX_LEN ->
13189         FILE_SYSTEM_PREFIX_LEN.
13190         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
13191         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
13192         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
13193         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
13194
13195         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
13196         prerequisite modules now handle the DOS stuff.
13197         Don't check for unistd.h.
13198
13199 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13200
13201         Merge from coreutils.
13202
13203         * lib/.gdb-history: Remove; this doesn't belong here.
13204
13205         * lib/c-strtod.c, c-strtod.h, c-strtold.c, cycle-check.c,
13206         cycle-check.h, dev-ino.h, canonicalize.h, canonicalize.c,
13207         fcntl-safer.h, fcntl-safer.c, getcwd.c: New files.
13208
13209         * lib/dirname.h: Include <stdbool.h>.
13210         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
13211         for consistency with POSIX terminology.  All uses changed.
13212         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
13213         (strip_trailing_slashes): Use bool for booleans.
13214         * lib/stripslash.c (strip_trailing_slashes): Likewise.
13215
13216         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
13217         sometimes returns a positive errno value even when it succeeds.
13218         (print_errno_message) [!LIBC]: Fall back on strerror if
13219         __strerror_r fails.
13220
13221         * lib/path-concat.c (mempcpy): Don't define if a system header defines
13222         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
13223         (longest_relative_suffix): New function.
13224         (path_concat): Use it.  Assume first argument is not NULL.
13225         Port to DOS.  Omit redundant separators.
13226         Report an error instead of returning NULL.
13227         Use mempcpy instead of memcpy.
13228         (xpath_concat): Remove: not declared or used.
13229
13230         * lib/same.h: Include <stdbool.h>
13231         (same_name): Return bool, not int.
13232         * lib/same.c (same_name): Likewise.
13233         (errno): Don't declare; we assume C89 or better now.
13234
13235         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
13236         if not already defined.
13237
13238         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
13239         * lib/dup-safer.c (errno): Likewise.
13240
13241 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13242
13243         Merge from coreutils.
13244         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
13245         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
13246         * modules/path-concat: Don't depend on strdup.
13247
13248 2004-08-03  Simon Josefsson  <jas@extundo.com>
13249
13250         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
13251         * lib/progname.h: Don't include stdbool.h.
13252
13253 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13254
13255         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
13256         * MODULES.html.sh (func_all_modules): Remove fatal.
13257
13258 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13259
13260         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
13261
13262 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13263
13264         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
13265         working.
13266
13267 2004-08-02  Simon Josefsson  <jas@extundo.com>
13268
13269         * lib/getsubopt.h: New file, with comments from Bruno Haible.
13270         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
13271         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
13272
13273 2004-08-01  Simon Josefsson  <jas@extundo.com>
13274
13275         * lib/xgetdomainname.c: Include stdlib.h, for free().
13276
13277 2004-07-19  Bruno Haible  <bruno@clisp.org>
13278
13279         * MODULES.html.sh (func_all_modules): Add dummy.
13280
13281 2004-07-16  Simon Josefsson  <jas@extundo.com>
13282
13283         * modules/dummy: New file.
13284
13285 2004-07-16  Simon Josefsson  <jas@extundo.com>
13286
13287         * lib/dummy.c: New file.
13288
13289 2004-07-16  Bruno Haible  <bruno@clisp.org>
13290
13291         * lib/backupfile.h: Add extern "C" for C++.
13292         * lib/closeout.h: Likewise.
13293         * lib/copy-file.h: Likewise.
13294         * lib/findprog.h: Likewise.
13295         * lib/full-write.h: Likewise.
13296         * lib/pathname.h: Likewise.
13297         * lib/progname.h: Likewise.
13298         * lib/stpcpy.h: Likewise.
13299         * lib/stpncpy.h: Likewise.
13300         * lib/strcase.h: Likewise.
13301         * lib/strstr.h: Likewise.
13302         * lib/xalloc.h: Likewise.
13303
13304         * lib/mbswidth.h: Add extern "C" for C++.
13305         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
13306
13307 2004-07-13  Robert Millan  <robertmh@gnu.org>
13308
13309         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
13310
13311 2004-07-09  Simon Josefsson  <jas@extundo.com>
13312
13313         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
13314         failed without this.)
13315
13316 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13317
13318         * modules/chown (Files): Add lib/fchown-stub.c, since
13319         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
13320
13321 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13322
13323         * lib/fchown-stub.c: New file.
13324
13325 2004-06-24  Jim Meyering  <jim@meyering.net>
13326
13327         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
13328
13329 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13330
13331         * modules/argz: Omit "#include".
13332
13333         * MODULES.html.sh (func_all_modules): Add calloc, to match
13334         2004-06-01 addition of calloc module.
13335
13336 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13337
13338         * m4/argz.m4: New file, which is autoupdated from libtool.
13339
13340 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13341
13342         * lib/argz.c, argz_.h: New files, which are autoupdated from libtool.
13343
13344 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         * config/srclist-update: Don't insist on "USA." before the
13347         close-comment, as libtool omits the period and puts the */ on a
13348         separate line.
13349         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
13350         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
13351
13352 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
13353
13354         * modules/argz: New file.
13355         * MODULES.html.sh (func_all_modules): Add argz.
13356
13357 2004-06-12  Jim Meyering  <jim@meyering.net>
13358         and  Paul Eggert  <eggert@cs.ucla.edu>
13359
13360         * modules/hash (Files): Add lib/xalloc.h.
13361         * modules/pipe (Depends-on): Add wait-process.
13362         * modules/stat (Depends-on): Add xalloc.
13363         * modules/userspec (Files): Add lib/userspec.h.
13364         * modules/xstrto
13365
13366         Upgrade from gettext-0.13.
13367         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
13368         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
13369         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
13370
13371 2004-06-10  Jim Meyering  <jim@meyering.net>
13372
13373         * lib/calloc.c: New file.
13374
13375 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
13376
13377         * lib/getdate.y (yylex): Allow space between sign and number.
13378         Problem reported by Dan Jacobson.
13379
13380 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         Merge from coreutils CVS.
13383
13384         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
13385         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
13386         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
13387         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
13388         xstrtol.m4: Fix copyright date and/or serial number.
13389
13390         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
13391         See if we need an fchown replacement.
13392         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
13393         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
13394         and use the replacement function if we detect either defect.
13395
13396         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
13397         gl_UTIMECMP.
13398
13399 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13400         and  Jim Meyering  <jim@meyering.net>
13401
13402         Merge from coreutils CVS.
13403
13404         * lib/stat-macros.h: New file, with contents from file-type.h
13405         and coreutils' system.h.
13406         * lib/file-type.c: Include "stat-macros.h".
13407         * lib/file-type.h (file_type): Move all macro definitions to new file,
13408         stat-macros.h.
13409
13410         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
13411         Wrap old code with this conditional.
13412         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
13413         function that does not dereference symlinks.
13414         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
13415
13416         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
13417         dependency problems.
13418         (xreadlink): Accept new arg SIZE, for efficiency.
13419         All decls and uses changed.
13420         * lib/xreadlink.h: Include <stddef.h>, for size_t.
13421
13422         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
13423         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
13424
13425         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
13426         sysexits.h.
13427
13428 2004-06-01  Jim Meyering  <jim@meyering.net>
13429
13430         * m4/calloc.m4: New file.
13431
13432 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
13433
13434         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
13435         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
13436         Also, fix a typo in a diagnostic.
13437
13438 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
13439
13440         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
13441         or AC_FUNC_REALLOC.
13442
13443 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
13444
13445         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
13446         macros to be defined.
13447         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
13448         the allocator returns NULL because the requested size is zero.
13449
13450 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13451
13452         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
13453         var.  Add comment explaining why libc still defines it.  This
13454         merges the following patch from glibc:
13455         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
13456
13457 2004-05-20  Andreas Schwab  <schwab@suse.de>
13458
13459         * m4/free.m4: Replace free if it not known to work, not the other
13460         way round.
13461
13462 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13463
13464         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
13465         present in glibc since revision 1.1 of this file.
13466         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
13467         obstack_alignment_mask, obstack_alloc, obstack_base,
13468         obstack_blank, obstack_blank_fast, obstack_chunk_size,
13469         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
13470         obstack_grow0, obstack_init, obstack_int_grow,
13471         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
13472         obstack_next_free, obstack_object_size, obstack_ptr_grow,
13473         obstack_ptr_grow_fast, obstack_room): Remove declarations of
13474         nonexistent functions.
13475
13476 2004-05-18  Karl Berry  <karl@gnu.org>
13477
13478         * config/srclist.txt: break link for vasnprintf.c.
13479
13480 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13481
13482         Port obstack to the AS/400, where pointers are 16 bytes wide and
13483         you cannot cast an integer to a valid pointer.  This patch is
13484         currently waiting to be integrated into glibc; see
13485         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
13486
13487         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
13488         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
13489         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
13490         (struct obstack): temp member is now a union of a pointer and
13491         an integer, instead of an integer.  All integer uses changed.
13492         This does not affect the physical layout of struct obstack,
13493         except on hosts (like the AS/400) where the size or alignment of
13494         void * is greater than that of ptrdiff_t.
13495         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
13496         __STDC__)]: Store temporary in pointer member of union, not
13497         integer member.
13498         * lib/obstack.c: Include <stddef.h>, for offsetof.
13499         (struct fooalign): Remove; it doesn't need a name.
13500         (union fooround): Change double to long double, and add void *.
13501         (DEFAULT_ALIGNMENT): Use offsetof to compute.
13502         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
13503         not a macro.  Hence the values are always int; so remove all
13504         casts-to-int in uses.
13505
13506 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
13509         we can get this patch merged into glibc.
13510
13511 2004-05-17  Derek R. Price  <derek@ximbiot.com>
13512             Paul Eggert  <eggert@cs.ucla.edu>
13513
13514         * m4/argp: Depend on alloca.
13515
13516 2004-05-17  Derek R. Price  <derek@ximbiot.com>
13517             Paul Eggert  <eggert@cs.ucla.edu>
13518
13519         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
13520         freecoding.
13521
13522 2004-05-17  Bruno Haible  <bruno@clisp.org>
13523
13524         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
13525         precision that consists of a '.' followed by an empty digit string.
13526         Patch by Tor Lillqvist <tml@iki.fi>.
13527
13528 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13529
13530         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
13531         for backward compatibility with older code.  We need our own
13532         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
13533         it under some other name, and our alloca.h will define it.
13534
13535 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13536             Derek Price  <derek@ximbiot.com>
13537
13538         * lib/alloca.c: Include <alloca.h>, to get our interface.
13539         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
13540         include <alloca.h> first.  Use C89 prototype for alloca; this
13541         requires including <stddef.h> for size_t.  Use extern "C" if C++.
13542         Use #elif for simplicity, since we can assume C89 now.
13543         Don't try to source the system alloca.h since it will not be found
13544         and to prevent recursively including its replacement.
13545         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
13546         * lib/regex.c: Likewise.
13547
13548 2004-05-16  Derek Price  <derek@ximbiot.com>
13549             Paul Eggert  <eggert@cs.ucla.edu>
13550
13551         getline cleanup.  This changes the getndelim2 API: both order of
13552         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
13553         no delimiter).
13554
13555         * lib/getline.c: Don't include stddef.h or stdio.h, since our
13556         interface does that.
13557         (getline): Always use getdelim, so that we don't have two
13558         copies of this code.
13559         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
13560         if available.
13561         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
13562         (GETNDELIM2_MAXIMUM): New macro.
13563         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
13564         instead of the old practice of delim2==0.  All callers changed.
13565         Return -1 on overflow, instead of returning junk.
13566         Do not set *linesize unless allocation succeeds.
13567         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
13568         that we include sys/types.h.
13569         * lib/getnline.h: Likewise.
13570         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
13571         (getndelim2): Reorder arguments.
13572         * lib/getnline.c (getnline, getndelim):
13573         Don't discard the NMAX argument.
13574         (getnline): Invoke getndelim, to avoid code duplication.
13575         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
13576         of (size_t) -1 by callers of the getnline family.
13577
13578 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13579
13580         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
13581         Check for gettimeofday.
13582         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
13583         Check for settimeofday, stime.
13584
13585 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13586
13587         * lib/nanosleep.c (suspended): Change its type from int to
13588         sig_atomic_t volatile.
13589         (first_call): Make it private to rpl_nanosleep, and have it
13590         be zero initially as that's a bit faster.
13591         (my_usleep): Round up fractional times instead of truncating them,
13592         as this is the usual meaning for 'sleep'.
13593
13594         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
13595         doesn't work.
13596         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
13597         (ENOSYS): Define if not defined.
13598         (settime): Fall back on stime if it exists and settimeofday fails.
13599         But don't bother with fallbacks if a method fails with errno == EPERM.
13600
13601 2004-05-11  Jim Meyering  <jim@meyering.net>
13602
13603         Prior to this change, the save_cwd caller required read access to the
13604         current directory on most systems (ones with the fchdir function).
13605
13606         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
13607         fails, try write-only, and finally, resort to using xgetcwd.
13608
13609 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13610
13611         * lib/obstack.c, obstack.h: Import changes from libc.
13612
13613 2004-04-28  Bruno Haible  <bruno@clisp.org>
13614
13615         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
13616         also implicitly appends .exe to executables.
13617         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
13618         accepts Windows pathnames.
13619         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
13620         Treat Cygwin like Windows, since it now accepts Windows pathnames.
13621         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
13622         Treat Cygwin like Windows, since it now accepts Windows pathnames.
13623         Reported by Derek Robert Price <derek@ximbiot.com>.
13624
13625 2004-04-21  Karl Berry  <karl@gnu.org>
13626
13627         * config/srclist.txt (localcharset.c): break sync.
13628
13629 2004-04-20  Paul Eggert  <eggert@twinsun.com>
13630
13631         * m4/host-os.m4: Add a copyright notice.
13632
13633 2004-04-20  Jim Meyering  <jim@meyering.net>
13634
13635         Change UTILS_ to gl_ in AC_DEFINE'd names.
13636         Change utils_- and jm_-prefixed variables, too.
13637         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
13638         UTILS_FUNC_MKDIR_TRAILING_SLASH.
13639         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
13640
13641         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
13642         Don't emit trailing blanks.
13643         Also rename jm_-prefixed variables to have gl_ prefix.
13644
13645         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
13646         Also rename jm_-prefixed variables to have gl_ prefix.
13647
13648         * m4/jm-macros.m4: Reflect the renamings.
13649         * m4/prereq.m4: Likewise.
13650
13651 2004-04-20  Jim Meyering  <jim@meyering.net>
13652
13653         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
13654         memory.
13655
13656 2004-04-20  Jim Meyering  <jim@meyering.net>
13657             Bruno Haible  <bruno@clisp.org>
13658
13659         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
13660         memory when realloc fails.
13661
13662 2004-04-19  Jim Meyering  <jim@meyering.net>
13663
13664         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
13665         now that readutmp.c may call `free (0)'.
13666
13667 2004-04-19  Bruno Haible  <bruno@clisp.org>
13668
13669         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
13670         * m4/inttypes_h.m4: Likewise.
13671         * m4/stdint_h.m4: Likewise.
13672         * m4/intmax_t.m4: Likewise.
13673         * m4/uintmax_t.m4: Likewise.
13674
13675 2004-04-18  Jim Meyering  <jim@meyering.net>
13676
13677         * m4/prereq.m4: Don't forbid jm_ prefix.
13678
13679         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
13680         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
13681         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
13682         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
13683         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
13684         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
13685         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
13686         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
13687         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
13688         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
13689         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
13690         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
13691         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
13692         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
13693         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
13694         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
13695         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
13696         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
13697         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
13698
13699 2004-04-18  Jim Meyering  <jim@meyering.net>
13700
13701         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
13702         failure, don't leak memory and do call END_UTMP_ENT.
13703
13704 2004-04-16  Jim Meyering  <jim@meyering.net>
13705
13706         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
13707         coreutils' stat program.
13708         (gl_PREREQ): Don't require jm_PREREQ_STAT.
13709
13710 2004-04-11  Paul Eggert  <eggert@twinsun.com>
13711
13712         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
13713         C89.
13714         (CHAR_BIT): Remove, since we assume C89.
13715         Include <stdint.h> if available, as per current Autoconf CVS advice.
13716
13717 2004-03-31  Jim Meyering  <jim@meyering.net>
13718
13719         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
13720         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
13721         * m4/xalloc.m4: Likewise.
13722
13723 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13724
13725         Merge from coreutils.
13726
13727         * m4/inttostr.m4: New file.
13728         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
13729         Require AM_STDBOOL_H and gl_TIMESPEC instead.
13730         Require gl_CLOCK_TIME.
13731         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
13732
13733 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13734
13735         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
13736         not bool, to be more consistent with Unix conventions.
13737         Suggested by Bruno Haible.
13738
13739         Merge from coreutils.
13740
13741         * lib/imaxtostr.c, inttostr.c, inttostr.h, offtostr.c, umaxtostr.c:
13742         New files.
13743
13744         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
13745         the usual <time.h> dance.
13746         (get_date): Change signature to support fractional time stamps.
13747         All callers changed.
13748         * lib/getdate.y: Include "getdate.h" first, as we can now
13749         assume C89 and don't need to worry about 'const'.
13750         Similarly, include "unlocked-io.h" near start, not in middle.
13751         Include <limits.h>.
13752         (textint.value): Use long int rather than int.
13753         (textint.digits): Use size_t rather than int.
13754         (BILLION, LOG10_BILLION): New constants.
13755         (parser_control): New member rel_ns.  Members day_ordinal,
13756         time_zone, month, day, hour, minutes, rel_year, rel_month,
13757         rel_day, rel_hour, rel_minutes, rel_seconds
13758         are now long int, not int.  Member seconds is now struct timespec,
13759         not int.  New member timespec_seen.  Members dates_seen, days_seen,
13760         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
13761         not int.
13762         (%union.intval): Now long int, not int.
13763         New member timespec.
13764         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
13765         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
13766         (spec): Now is a timespec or an item list.
13767         (timespec, items): New nonterminals.
13768         (time, rel, relunit, number, get_date):
13769         Add support for fractional seconds.
13770         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
13771         (gmtime, localtime, mktime): Remove decls; not needed with C89.
13772         (to_hour): First arg is now long int, not int.
13773         (to_year): Returns long int, not int.
13774         Don't treat year -70 like 70.
13775         (tm_diff): Returns long int, not int.
13776         (lookup_word): Use bool instead of int when appropriate.
13777         (yylex): Use size_t for count, not int.
13778         Detect overflow when parsing large integer constants.
13779         Add support for fractions.
13780         (get_date): Make pointers 'const' if possible.
13781         Use more-portable code to detect integer overflow.
13782         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
13783         Don't use ctime; it's not reliable if the year has >4 digits.
13784
13785         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
13786         This is for compatibility with BSD.
13787
13788         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
13789         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
13790         From coreutils' system.h.
13791
13792         * lib/userspec.c: Don't include "posixver.h".
13793         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
13794         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
13795         compatible extension.  Simplify code by removing a boolean int
13796         that was always nonzero if a string was nonnull.
13797
13798 2004-03-30  Jim Meyering  <jim@meyering.net>
13799
13800         Merge from coreutils.
13801
13802         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
13803         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
13804         on some systems one must include <grp.h> before it.
13805         Reported by Christian Krackowizer.
13806
13807 2004-03-30  Jim Meyering  <jim@meyering.net>
13808
13809         Merge from coreutils.
13810
13811         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
13812
13813         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
13814         an empty input stream.
13815
13816         * lib/readtokens.c: Include <stdbool.h>.
13817         (readtoken): Use `size_t' rather than int/long.
13818         All callers adjusted.
13819         Use `bool' rather than `int' where appropriate.
13820         Use memset rather than an explicit loop.
13821         Use x2nrealloc rather than xrealloc.
13822         Allow the use of `\0' as a delimiter.
13823         (readtokens): Likewise.
13824         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
13825
13826 2004-03-30  Jim Meyering  <jim@meyering.net>
13827
13828         * m4/realloc.m4: Remove file, since now it does no more than
13829         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
13830         the `configure.ac' section of module/realloc.
13831         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
13832
13833 2004-03-30  Bruno Haible  <bruno@clisp.org>
13834
13835         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
13836         nonnull.
13837
13838 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13839
13840         Merge changes to getloadavg.c from coreutils and Emacs.
13841
13842         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
13843         Define to an expression, not to the empty string.
13844         Include cloexec.h and xalloc.h.
13845         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
13846         Use set_cloexec_flag rather than rolling our own.
13847         * lib/cloexec.c, cloexec.h: New files.
13848
13849 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13850
13851         * m4/cloexec.m4: New file.
13852
13853 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13854
13855         * lib/getopt.h: Sync with libc CVS.
13856
13857 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13858             Bruno Haible  <bruno@clisp.org>
13859
13860         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
13861         mbswidth.
13862
13863 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13864             Bruno Haible  <bruno@clisp.org>
13865
13866         * lib/mbswidth.h: Include <wchar.h> only if
13867         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
13868         <wchar.h>.
13869         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
13870
13871 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13872
13873         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
13874         Sync with libc CVS.
13875         * lib/getopt_int.h: New file, also synced from libc.
13876
13877 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13878
13879         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
13880         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
13881         Bring back getopt.c, getopt.h, getopt1.c.
13882
13883 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13884
13885         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
13886         All uses changed.  Check for sa_sigaction member; this fixes
13887         a bug first reported by Jason Andrade in
13888         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13889
13890 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13891
13892         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
13893         '#if' expressions.  Unlike the code it replaces, it does not
13894         depend on (defined _SC_PAGESIZE).  However, it does depend on
13895         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
13896         first reported by Jason Andrade in
13897         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13898
13899 2004-02-25  Simon Josefsson  <jas@extundo.com>
13900
13901         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
13902
13903 2004-02-25  Simon Josefsson  <jas@extundo.com>
13904
13905         * lib/strdup.h: New file.
13906         * lib/strdup.c: Include it.
13907         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
13908         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
13909
13910 2004-02-23  Karl Berry  <karl@gnu.org>
13911
13912         * doc/maintain.texi, standards.texi, make-stds.texi: new files
13913         (from fencepost.gnu.org:/gd/gnuorg).
13914
13915 2004-02-23  Karl Berry  <karl@gnu.org>
13916
13917         * config/srclistvars.sh (GNUORG) [karl]: redefine.
13918         * config/srclist.txt: add maintain/standards documents.
13919
13920 2004-02-18  Bruno Haible  <bruno@clisp.org>
13921
13922         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
13923         Reported by Derek Robert Price <derek@ximbiot.com>.
13924
13925 2004-02-16  Karl Berry  <karl@gnu.org>
13926
13927         * config/mkinstalldirs, install-sh: update from automake.
13928
13929 2004-02-06  Karl Berry  <karl@gnu.org>
13930
13931         * m4/po.m4: update from gettext 0.14.1.
13932
13933 2004-02-06  Karl Berry  <karl@gnu.org>
13934
13935         * lib/config.charset: update from gettext 0.14.1.
13936
13937 2004-02-05  Paul Eggert  <eggert@twinsun.com>
13938
13939         Add comments and code, prompted by suggestions from Bruno Haible
13940         for sh-quote.
13941         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
13942         describing the enum quoting_style values.
13943         * lib/quotearg.c (quotearg_alloc): New function.
13944         (quotearg_buffer_restyled): Treat lone { and } as special.
13945         Treat = as special.  Work around bug with older shells
13946         that "see" a '\' that is really the 2nd byte of a multibyte char.
13947         Quote empty string with shell_quoting_style.
13948
13949 2004-02-03  Bruno Haible  <bruno@clisp.org>
13950
13951         * m4/pipe.m4: New file, from GNU gettext.
13952
13953 2004-02-03  Bruno Haible  <bruno@clisp.org>
13954
13955         * lib/pipe.h: New file, from GNU gettext.
13956         * lib/pipe.c: New file, from GNU gettext.
13957
13958 2004-01-27  Bruno Haible  <bruno@clisp.org>
13959
13960         * m4/execute.m4: New file, from GNU gettext.
13961
13962 2004-01-27  Bruno Haible  <bruno@clisp.org>
13963
13964         * lib/execute.h: New file, from GNU gettext.
13965         * lib/execute.c: New file, from GNU gettext.
13966         * lib/w32spawn.h: New file, from GNU gettext.
13967
13968 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13969
13970         Merge from diffutils.
13971
13972         * lib/file-type.c (file_type): Add typed memory objects.
13973         * lib/file-type.h (S_TYPEISTMO): New macro.
13974
13975         * lib/c-stack.h (c_stack_action): Remove argv argument.
13976         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
13977         (die): Don't calculate message unless segv_action returns.
13978         (get_stack_location, min_address_from_argv, max_address_from_argv,
13979         volatile stack_base, volatile_stack_size): Remove.
13980         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
13981         that every segmentation violation is a stack overflow.  (Ouch!)
13982         See Debian bug 136249 (still outstanding) for more info about why
13983         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
13984
13985 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13986
13987         Exit-status fix from coreutils.
13988
13989         Use exit_failure consistently in place of EXIT_FAILURE,
13990         so that program exit statuses are consistent on failure.
13991
13992         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
13993         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
13994         * lib/argmatch.h: Comment fix to match the above.
13995         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
13996         Now a macro referring to exit_failure, instead of a separate
13997         variable.  Include "exitfail.h" to get it.
13998         * lib/xstrtol.h: Include "exitfail.h".
13999         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
14000
14001         * lib/long-options.c (parse_long_options): Use prototype
14002         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
14003         for clarity.
14004
14005 2004-01-21  Jim Meyering  <jim@meyering.net>
14006
14007         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
14008         so as not to conflict with a different-sized __mktime_internal
14009         function in GNU libc.
14010         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
14011         Problem building statically-linked `ls' reported by Michael Brunnbauer.
14012
14013 2004-01-20  Karl Berry  <karl@gnu.org>
14014
14015         * config/config.guess: update from config.
14016
14017         * config/srclistvars.sh: GNUWWWLICENSES for karl.
14018
14019 2004-01-20  Bruno Haible  <bruno@clisp.org>
14020
14021         Safer stack allocation.
14022         * lib/setenv.c: Include allocsa.h.
14023         (alloca): Remove fallback definition.
14024         (freea): Remove macro.
14025         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
14026         instead of freea.
14027
14028 2004-01-20  Bruno Haible  <bruno@clisp.org>
14029
14030         * m4/eealloc.m4: New file, from GNU gettext.
14031
14032 2004-01-20  Bruno Haible  <bruno@clisp.org>
14033
14034         * m4/allocsa.m4: New file, from GNU gettext.
14035
14036 2004-01-20  Bruno Haible  <bruno@clisp.org>
14037
14038         * lib/xallocsa.h: New file, from GNU gettext.
14039         * lib/xallocsa.c: New file, from GNU gettext.
14040
14041 2004-01-20  Bruno Haible  <bruno@clisp.org>
14042
14043         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
14044
14045 2004-01-20  Bruno Haible  <bruno@clisp.org>
14046
14047         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
14048         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
14049         specially.
14050
14051 2004-01-20  Bruno Haible  <bruno@clisp.org>
14052
14053         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
14054         patch.
14055
14056 2004-01-20  Bruno Haible  <bruno@clisp.org>
14057
14058         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
14059
14060 2004-01-20  Bruno Haible  <bruno@clisp.org>
14061
14062         * lib/eealloc.h: New file.
14063
14064 2004-01-20  Bruno Haible  <bruno@clisp.org>
14065
14066         * lib/binary-io.h: Avoid warnings on Cygwin.
14067
14068 2004-01-20  Bruno Haible  <bruno@clisp.org>
14069
14070         * lib/allocsa.h: New file, from GNU gettext.
14071         * lib/allocsa.c: New file, from GNU gettext.
14072
14073 2004-01-18  Karl Berry  <karl@gnu.org>
14074
14075         * doc/gpl.texi, lgpl.texi: new files.
14076
14077 2004-01-18  Karl Berry  <karl@gnu.org>
14078
14079         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
14080         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
14081
14082 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14083
14084         Merge from coreutils.
14085
14086         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
14087         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
14088         (gl_DEFAULT_POSIX2_VERSION): Move
14089         the documentation from 'configure' into 'config.hin',
14090         so that 'configure --help' isn't burdened by it and
14091         we don't have to worry about its formatting there.
14092         Reword the documentation so that it's more succinct
14093         and can be run together into a single paragraph.
14094         * m4/same.m4 (gl_SAME): Check for pathconf.
14095
14096 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14097
14098         Merge from coreutils.
14099
14100         * lib/posixver.c: Include posixver.h.
14101
14102         * lib/same.c: Include <stdbool.h>, <limits.h>.
14103         (_POSIX_NAME_MAX): Define if not defined.
14104         (MIN): New macro.
14105         (same_name): If file names are silently truncated, report
14106         that the file names are the same if they are the same after
14107         the silent truncation.
14108
14109         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
14110         conversion function.
14111         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
14112         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
14113         longer needed.
14114
14115 2004-01-15  Jim Meyering  <jim@meyering.net>
14116
14117         Merge from coreutils.
14118
14119         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
14120         if no library is required.
14121         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
14122         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
14123         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
14124         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
14125         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
14126         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
14127         value, $ac_cv_search_crypt, if it's "none required".
14128         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
14129         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
14130         not gl_FUNC_GETLOADAVG.
14131         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
14132         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
14133
14134 2004-01-15  Jim Meyering  <jim@meyering.net>
14135
14136         Merge from coreutils.
14137
14138         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
14139         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
14140         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
14141
14142         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
14143         optional configure-time default.
14144
14145         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14146
14147         * lib/xreadlink.c (xreadlink): Correct outdated comment.
14148
14149 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
14150
14151         Merge from coreutils.
14152
14153         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
14154         value, $ac_cv_search_nanosleep, if it's "none required".
14155
14156 2004-01-14  Paul Eggert  <eggert@twinsun.com>
14157
14158         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
14159         with like-named macro in fnmatch.c.
14160         (EXT): Use an internal constant instead.
14161
14162         Merge fnmatch patches from glibc.
14163         * lib/fnmatch.c (mbsinit): Remove define.
14164         Add libc_hidden_ver (__fnmatch, fnmatch).
14165         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
14166         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
14167
14168 2004-01-14  Karl Berry  <karl@gnu.org>
14169
14170         * config/install-sh: update from automake.
14171
14172 2004-01-13  Karl Berry  <karl@gnu.org>
14173
14174         * config/install-sh: update from automake.
14175
14176 2004-01-09  Karl Berry  <karl@gnu.org>
14177
14178         * config/install-sh: update from automake.
14179
14180 2004-01-05  Karl Berry  <karl@gnu.org>
14181
14182         * config/config.{sub,guess}: update from config.
14183
14184 2003-12-31  Karl Berry  <karl@gnu.org>
14185
14186         * config/depcomp: update from automake.
14187
14188 2003-12-14  Karl Berry  <karl@gnu.org>
14189
14190         * lib/config.charset: update from gettext-runtime.
14191
14192 2003-12-03  Paul Eggert  <eggert@twinsun.com>
14193
14194         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
14195         Bug reported by Alfred M. Szmidt.
14196
14197 2003-12-03  Bruno Haible  <bruno@clisp.org>
14198
14199         * m4/gettext.m4: Upgrade from gettext-0.13.
14200         * m4/po.m4: Upgrade from gettext-0.13.
14201         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
14202         * m4/intmax.m4: New file, from gettext-0.13.
14203         * m4/printf-posix.m4: New file, from gettext-0.13.
14204
14205 2003-11-29  Karl Berry  <karl@gnu.org>
14206
14207         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
14208
14209 2003-11-25  Paul Eggert  <eggert@twinsun.com>
14210             Bruno Haible  <bruno@clisp.org>
14211
14212         * lib/printf-parse.h: Don't include sys/types.h.
14213         (ARG_NONE): New macro.
14214         (char_directive): Change type of *arg_index fields to size_t.
14215         * lib/printf-parse.c: Don't include sys/types.h.
14216         (SSIZE_MAX): Remove macro.
14217         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
14218         Remove unnecessary overflow check.
14219         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
14220         fields.
14221
14222 2003-11-25  Bruno Haible  <bruno@clisp.org>
14223
14224         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
14225
14226 2003-11-25  Bruno Haible  <bruno@clisp.org>
14227
14228         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
14229         gt_TYPE_SSIZE_T.
14230
14231 2003-11-24  Paul Eggert  <eggert@twinsun.com>
14232
14233         * modules/alloca: Remove dependency on xalloc.
14234
14235 2003-11-24  Paul Eggert  <eggert@twinsun.com>
14236
14237         * lib/alloca.c: Remove dependency on xalloc module.
14238         (xalloc_die): Remove.
14239         (memory_full) [!defined emacs]: New macro.
14240         [!defined emacs]: Don't include xalloc.h.
14241         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
14242         address arithmetic overflows.  Change datatypes a bit to avoid
14243         unnecessary casts.
14244
14245 2003-11-22  Jim Meyering  <jim@meyering.net>
14246
14247         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
14248         s/size/size_t/.
14249
14250 2003-11-21  Karl Berry  <karl@gnu.org>
14251
14252         * config/config.{sub,guess}: update from config.
14253
14254 2003-11-18  Karl Berry  <karl@gnu.org>
14255
14256         * config/config.{sub,guess}: update from config.
14257
14258         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
14259
14260 2003-11-17  Paul Eggert  <eggert@twinsun.com>
14261
14262         * README: Mention that S+T cannot overflow if S is the size of
14263         an existing object and T is sufficiently small.
14264
14265 2003-11-17  Jim Meyering  <jim@meyering.net>
14266
14267         On systems without utime and without a utimes function capable of
14268         dealing with a NULL struct utimbuf* argument, this utime replacement
14269         could -- in unusual circumstances -- leak a file descriptor.
14270         * lib/utime.c: Include <unistd.h> and <errno.h>.
14271         (utime_null): Be sure to close `fd' and to preserve errno.
14272         Reported by Geoff Collyer via Arnold Robbins.
14273
14274 2003-11-17  Bruno Haible  <bruno@clisp.org>
14275
14276         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
14277         (Depends-on): Add xsize.
14278
14279 2003-11-17  Bruno Haible  <bruno@clisp.org>
14280
14281         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
14282
14283 2003-11-17  Bruno Haible  <bruno@clisp.org>
14284
14285         * lib/vasnprintf.c (alloca): Remove fallback definition.
14286         (freea): Remove definition.
14287         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
14288         Reported by Paul Eggert.
14289
14290 2003-11-16  Paul Eggert  <eggert@twinsun.com>
14291             Bruno Haible  <bruno@clisp.org>
14292
14293         Protect against address arithmetic overflow.
14294         * lib/printf-args.h: Include stddef.h.
14295         (arguments): Change type of field 'count' to size_t.
14296         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
14297         'unsigned int' where appropriate.
14298         * lib/printf-parse.h: Include sys/types.h.
14299         (char_directive): Change type of *arg_index fields to ssize_t.
14300         (char_directives): Change type of fields 'count', max_*_length to
14301         size_t.
14302         * lib/printf-parse.c: Include sys/types.h and xsize.h.
14303         (SSIZE_MAX): Define fallback value.
14304         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
14305         instead of 'int' where appropriate. Check a_allocated, d_allocated
14306         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
14307         * lib/vasnprintf.c: Include xsize.h.
14308         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
14309         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
14310         overflow. Avoid wraparound when converting a width or precision from
14311         decimal to binary.
14312
14313 2003-11-16  Bruno Haible  <bruno@clisp.org>
14314
14315         Update from GNU gettext.
14316         * lib/printf-parse.c: Generalize to it can be compiled for wide
14317         strings.
14318         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
14319         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
14320         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
14321         SNPRINTF): New macros.
14322         Don't include <alloca.h> if the file is used inside libintl.
14323         (local_wcslen): New function, for Solaris 2.5.1.
14324         (VASNPRINTF): Use it instead of wcslen.
14325
14326 2003-11-16  Bruno Haible  <bruno@clisp.org>
14327
14328         * lib/xsize.h (xmax): New function.
14329         (xsum, xsum3, xsum4): Declare as "pure" functions.
14330
14331 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14332
14333         * modules/xalloc (Files): Undo latest change, since xalloc.h
14334         no longer needs SIZE_MAX or PTRDIFF_MAX.
14335
14336 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14337
14338         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
14339         gl_PTRDIFF_MAX.
14340
14341 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14342
14343         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
14344         "return", to pacify some unknown compiler.  Problem reported
14345         by Joerg Schilling.
14346
14347 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14348
14349         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
14350         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
14351         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
14352         heuristic is just as accurate as far as we know, and it removes a
14353         dependency on size_max.m4 and ptrdiff_max.m4.
14354
14355 2003-11-11  Bruno Haible  <bruno@clisp.org>
14356
14357         * modules/xsize (Files): Add m4/size_max.m4.
14358         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
14359
14360 2003-11-11  Bruno Haible  <bruno@clisp.org>
14361
14362         * m4/size_max.m4: New file.
14363         * m4/ptrdiff_max.m4: New file.
14364         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
14365         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
14366         (gl_XALLOC): Invoke it.
14367
14368 2003-11-11  Bruno Haible  <bruno@clisp.org>
14369
14370         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
14371         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
14372         defined.
14373
14374 2003-11-10  Paul Eggert  <eggert@twinsun.com>
14375
14376         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
14377         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
14378         rejected some allocations of exactly SIZE_MAX - 2 bytes.
14379         From Bruno Haible.
14380         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
14381         not (size_t) -1, since it's defined here.
14382
14383 2003-11-09  Karl Berry  <karl@gnu.org>
14384
14385         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
14386
14387 2003-11-06  Paul Eggert  <eggert@twinsun.com>
14388
14389         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
14390         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
14391         Reject sizes of exactly SIZE_MAX bytes.
14392         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
14393         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
14394
14395 2003-11-05  Bruno Haible  <bruno@clisp.org>
14396
14397         * lib/xsize.h: Include limits.h, to avoid a possible collision with
14398         SIZE_MAX defined in <limits.h> on Solaris.
14399
14400 2003-11-04  Jim Meyering  <jim@meyering.net>
14401
14402         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
14403         variable names, rather than @VAR@.
14404         * modules/poll: Likewise.
14405
14406 2003-11-04  Bruno Haible  <bruno@clisp.org>
14407
14408         * modules/xsize: New file.
14409         * modules/linebreak: Depend on xsize.
14410         * MODULES.html.sh (func_all_modules): Add xsize.
14411
14412 2003-11-04  Bruno Haible  <bruno@clisp.org>
14413
14414         * m4/xsize.m4: New file.
14415
14416 2003-11-04  Bruno Haible  <bruno@clisp.org>
14417
14418         * lib/xsize.h: New file.
14419         * lib/linebreak.c: Include xsize.h.
14420         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
14421         argument for overflow.
14422         Suggested by Paul Eggert.
14423
14424 2003-11-03  Karl Berry  <karl@gnu.org>
14425
14426         * config/config.{guess,sub}: update from config.
14427
14428 2003-11-03  Jim Meyering  <jim@meyering.net>
14429
14430         * modules/userspec (lib_SOURCES): Add userspec.h.
14431         (Include): Add "userspec.h".
14432         Improve description.
14433
14434 2003-11-03  Jim Meyering  <jim@meyering.net>
14435
14436         * lib/userspec.c: Include "userspec.h".
14437         * lib/userspec.h: New file.
14438
14439 2003-11-03  Bruno Haible  <bruno@clisp.org>
14440
14441         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
14442
14443 2003-11-03  Bruno Haible  <bruno@clisp.org>
14444
14445         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
14446         available, to avoid (extremely rare) race condition.
14447         Suggested by Paul Eggert.
14448
14449 2003-11-02  Karl Berry  <karl@gnu.org>
14450
14451         * config/srclist.txt (vasprintf.c): sync broken, sigh.
14452
14453 2003-10-31  Paul Eggert  <eggert@twinsun.com>
14454
14455         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
14456         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
14457         (read_filesystem_list): Set and use me_type_malloced.
14458         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
14459         whatever the type happens to be), for brevity and consistency.
14460         Check for size calculation overflow on Alphas running OSF/1.
14461
14462 2003-10-31  Jim Meyering  <jim@meyering.net>
14463
14464         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
14465
14466         * lib/linebuffer.c: Include <string.h> for declaration of memset.
14467
14468 2003-10-30  Paul Eggert  <eggert@twinsun.com>
14469             Bruno Haible  <bruno@clisp.org>
14470
14471         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
14472         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
14473
14474 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
14475
14476         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
14477         netbsd*-gnu*.  Suggested by Robert Millan.
14478
14479 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14480
14481         * modules/group-member: Depend on stdbool.
14482
14483 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14484
14485         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
14486
14487 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14488
14489         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
14490         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
14491         after the 'gnu' in these cases.  This fixes some bugs in the
14492         previous change, and is based on suggestions by Robert Millan.
14493
14494 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14495
14496         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
14497         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
14498         no longer needed.
14499         * lib/quotearg.c (quotearg_n_options): Use it.
14500         * lib/group-member.c: Include <stdbool.h>.
14501         (free_group_info): Arg is now const *; don't free arg.
14502         (get_group_info): Now returns bool and accepts struct group_info *,
14503         rather than returning a malloc'ed struct group_info *.
14504         All uses changed.  Check for overflow in internal size calculation.
14505
14506         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
14507         rather than xmalloc/xrealloc.
14508         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
14509         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
14510         conformance bug: the old code used a pointer after freeing the
14511         storage that it addressed.
14512         * lib/hash.c (hash_initialize): Simplify the code by using
14513         xalloc_oversized rather than doing it by hand.
14514         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
14515         the buffer preserved.  Use free and xmalloc instead.
14516         * lib/quotearg.c (quotearg_n_options): Likewise.
14517         Use a simpler test for size overflow.  Don't use xalloc_oversized
14518         because unsigned int might be wider than size_t (!); this suggests
14519         that we should switch from unsigned int to size_t for slot numbers.
14520
14521 2003-10-28  Paul Eggert  <eggert@twinsun.com>
14522
14523         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
14524         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
14525         NetBSD kernels.  Requested by Richard Stallman.
14526
14527 2003-10-27  Paul Eggert  <eggert@twinsun.com>
14528
14529         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
14530         to allocate the returned structure.  Do not allocate a subarray,
14531         as x2nrealloc will do that.
14532         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
14533         instead of xnrealloc.
14534         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
14535
14536 2003-10-27  Bruno Haible  <bruno@clisp.org>
14537
14538         * lib/stdbool_.h: Better support for BeOS.
14539
14540 2003-10-26  Paul Eggert  <eggert@twinsun.com>
14541
14542         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
14543         now uses inline.
14544
14545 2003-10-26  Paul Eggert  <eggert@twinsun.com>
14546
14547         * lib/xalloc.h (xalloc_oversized): New static inline function, for
14548         callers that want to do their own size-overflow checking.  Include
14549         <stdbool.h>, since xalloc_oversized returns bool.
14550         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
14551         to use xalloc_oversized.
14552
14553         Add two functions x2realloc, x2nrealloc, for programs that grow
14554         arrays dynamically by doubling their sizes.
14555         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
14556         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
14557         New functions.
14558
14559         Port to C99 semantics for 'inline' of external functions.
14560         Bug reported by Bruno Haible.
14561         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
14562         with the old contents of xnmalloc.
14563         (xnmalloc, xmalloc): Use it.
14564         (xnrealloc_inline): New static inline function,
14565         with the old contents of xnrealloc.
14566         (xnrealloc, xrealloc): Use it.
14567
14568         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
14569         that.
14570
14571 2003-10-26  Karl Berry  <karl@gnu.org>
14572
14573         * config/srclist.txt (COPYING.DOC): no longer available from
14574         /gd/gnuorg; don't know where the ultimate source is.
14575
14576 2003-10-25  Paul Eggert  <eggert@twinsun.com>
14577
14578         Fix several address-calculation bugs in the hash modules,
14579         plus some minor code cleanup.
14580
14581         * lib/hash.h: Include <stdbool.h>, for bool.
14582         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
14583         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
14584         hash_get_n_entries, hash_get_max_bucket_length,
14585         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
14586         hash_rehash): Use size_t rather than unsigned.
14587         * lib/hash.c (struct hash_table, hash_get_n_buckets,
14588         hash_get_n_buckets_used, hash_get_n_entries,
14589         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
14590         hash_get_entries, hash_do_for_each, hash_string, is_prime,
14591         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
14592         Likewise.
14593         (SIZE_MAX): Define if not defined.
14594         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
14595         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
14596         hash_print):
14597         Use const * when possible.
14598         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
14599         (check_tuning): Fix bug: if tuning parameters were very close to
14600         0 or 1, rounding errors could have caused subscript violations.
14601         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
14602         (hash_initialize): Add 'fail:' label
14603         to free table and return NULL, and use it to simplify code.
14604         Use calloc rather than clearing the storage ourself.
14605         (hash_initialize, hash_rehash): Check for arithmetic overflow in
14606         buffer size calculations.
14607         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
14608         Include <stddef.h>, for size_t.
14609         * lib/hash-pjw.c (hash_pjw): Likewise.
14610         Switch to method described by Bruno Haible.
14611         Include <limits.h>, for CHAR_BIT.
14612         (SIZE_BITS): New macro.
14613
14614 2003-10-23  Paul Eggert  <eggert@twinsun.com>
14615
14616         * m4/getline.m4 (AM_FUNC_GETLINE):
14617         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
14618         hosts.  Problem reported by Derek Robert Price in
14619         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
14620         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
14621         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
14622
14623 2003-10-21  Paul Eggert  <eggert@twinsun.com>
14624
14625         * lib/getndelim2.c (getndelim2): When size calculation overflows,
14626         ceiling the allocation at NMAX bytes rather than silently
14627         discarding input bytes before NMAX is reached.  This makes
14628         a difference only if NMAX exceeds SIZE_MAX / 2.
14629
14630         * lib/obstack.c: Merge from glibc.
14631         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
14632         Add libc_hidden_def (_obstack_newchunk).
14633         (_obstack_free) [! defined _LIBC]: Remove.
14634         [defined _LIBC]: Make a strong alias from obstack_free, rather than
14635         a clone of the function body.
14636         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
14637         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
14638
14639         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
14640         glibc.
14641         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
14642         arg to memcpy.
14643
14644         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
14645         (obstack_ptr_grow_fast, obstack_int_grow_fast):
14646         Don't use lvalue casts, as GCC plans to remove support for them
14647         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
14648         was also present in the non-GCC version, indicating that this
14649         code had always been buggy and had never been widely used.
14650         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
14651         Use the fast variant of each macro, rather than copying the
14652         definiens of the fast variant; that way, we'll be more likely to
14653         catch future bugs in the fast variants.
14654
14655 2003-10-20  Bruno Haible  <bruno@clisp.org>
14656
14657         * modules/wait-process: New file.
14658         * MODULES.html.sh (func_all_modules): Add wait-process.
14659
14660 2003-10-20  Bruno Haible  <bruno@clisp.org>
14661
14662         * m4/wait-process.m4: New file.
14663
14664 2003-10-20  Bruno Haible  <bruno@clisp.org>
14665
14666         * lib/wait-process.h: New file, from GNU gettext.
14667         * lib/wait-process.c: New file, from GNU gettext.
14668
14669 2003-10-19  Jim Meyering  <jim@meyering.net>
14670
14671         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
14672         HPUX 10.20.
14673
14674 2003-10-18  Karl Berry  <karl@gnu.org>
14675
14676         * config/config.guess: update from config.
14677
14678 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14679
14680         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
14681         (getgroups): First arg is int, not size_t.
14682         Don't let 'free' mangle errno.
14683
14684 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14685
14686         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
14687
14688 2003-10-16  Karl Berry  <karl@gnu.org>
14689
14690         * config/config.{guess,sub}: update from config.
14691
14692 2003-10-16  Jim Meyering  <jim@meyering.net>
14693
14694         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
14695         memcpy.
14696
14697 2003-10-15  Paul Eggert  <eggert@twinsun.com>
14698
14699         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
14700         (SIZE_MAX): Remove.
14701         (new_exclude, add_exclude_file): Initial size no longer needs to
14702         be a power of 2.
14703         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
14704         our own address arithmetic overflow checking.
14705
14706         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
14707         (fnmatch): Do not alloca more than 2000 wide characters;
14708         instead, use malloc for large buffers.
14709         Check for address arithmetic overflow, and return -1
14710         with errno set to ENOMEM in that case.
14711         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
14712         (NEW_PATTERN): Do not alloca more than 8000 bytes;
14713         instead, return -1.  Check for address arithmetic overflow.
14714
14715 2003-10-14  Paul Eggert  <eggert@twinsun.com>
14716
14717         Handle invalid suffixes and overflow independently, so that
14718         callers can treat them independently as needed.  Fix some bugs in
14719         suffix handling, e.g., "100k@" was not diagnosed as an invalid
14720         suffix for a human-readable blocksize.  The major caller-visible
14721         change is the addition of a new
14722         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
14723         that both overflow and suffix chars were found.
14724
14725         * lib/human.c (humblock): Don't check separately for invalid suffix
14726         char; that is xstrtoumax's job (now that its bug is fixed).
14727         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
14728         INTMAX_MAX]: New macros.
14729         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
14730         TYPE_MAXIMUM): New macros.
14731         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
14732         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
14733         if overflow occurs, as it's what __strtol does and it's more useful
14734         in practice.
14735         (__xstrtol): If __strtol reports some error other than ERANGE,
14736         reflect it to the caller as LONGINT_INVALID.  If it reports
14737         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
14738         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
14739         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
14740         value.
14741         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
14742         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
14743         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
14744         [defined UINTMAX_MAX]: New macros.
14745
14746 2003-10-14  Bruno Haible  <bruno@clisp.org>
14747
14748         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
14749
14750 2003-10-14  Bruno Haible  <bruno@clisp.org>
14751
14752         * m4/sig_atomic_t: New file, from GNU gettext.
14753         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
14754
14755 2003-10-14  Bruno Haible  <bruno@clisp.org>
14756
14757         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
14758         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
14759         Also use volatile where needed.
14760
14761 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14762
14763         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
14764         Change maintainer from Bruno Haible to 'all'.
14765
14766 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14767
14768         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
14769
14770 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14771
14772         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
14773         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
14774         and define in terms of the other primitives.
14775         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
14776         (SIZE_MAX): Define if not already defined.
14777         (array_size_overflow): New function.
14778         (xalloc_die): Abort instead of exiting if 'error' returns.
14779         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
14780         (xmalloc, xrealloc): Use them.
14781         (xcalloc): Check for address arithmetic overflow.
14782         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
14783         a bit faster than strcpy.
14784
14785 2003-10-10  Simon Josefsson  <jas@extundo.com>
14786
14787         * modules/argp (Depends-on): Add restrict and strcase.
14788
14789 2003-10-10  Simon Josefsson  <jas@extundo.com>
14790
14791         * m4/argp.m4: Add AC_C_INLINE.
14792
14793 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14794
14795         Merge getpass from libc, plus a few fixes.
14796
14797         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
14798         Include <stdbool.h>.
14799         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
14800         __fsetlocking to empty.
14801         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
14802         do include <bits/libc-lock.h>.
14803         Do not include <fcntl.h>; not needed.
14804         [_LIBC]: Include <wchar.h>.
14805         (NOTCANCEL_MODE): New macro.
14806         (flockfile, funlockfile) [_LIBC]: New macros.
14807         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
14808         [!_LIBC]: New macros.
14809         (call_fclose): New function.
14810         (getpass): Use it.  Save tty stream separately; this simplifies the
14811         code and makes it more reliable if stdin happens to equal stdout.
14812         Invoke __fsetlocking on tty.
14813         Handle thread cancellation if needed.
14814         Namespace cleanup (use __tcgetattr, __getline).
14815         Use bool for Booleans.
14816         [USE_IN_LIBIO]: Handle wide streams.
14817         [!_LIBC]: Unconditionally do the fseek, since we don't know what
14818         stream might go where.
14819
14820         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
14821         doesn't have to include <stdio.h> before us.
14822         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
14823         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
14824         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
14825         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
14826         if not declared, so that we can use getpass.c code from libc without
14827         rewriting it.
14828         (flockfile, ftrylockfile, funlockfile): New macros.
14829
14830 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14831
14832         * modules/getpass: Depend on stdbool.
14833
14834 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14835
14836         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
14837
14838 2003-10-07  Karl Berry  <karl@gnu.org>
14839
14840         * config/config.{guess,sub}: update from config.
14841
14842 2003-10-06  Jim Meyering  <jim@meyering.net>
14843             Bruno Haible  <bruno@clisp.org>
14844
14845         This lets translators provide better translations for the
14846         "Written by ..." part of --version output.
14847         * lib/version-etc.h: Include stdarg.h.
14848         (version_etc_copyright): Declare as readonly.
14849         (version_etc): Make this function variadic with a NULL-terminated list
14850         of author name strings.
14851         (version_etc_va): New declaration.
14852         * lib/version-etc.c: Include stdarg.h, stdlib.h.
14853         (version_etc_copyright): Declare as readonly.
14854         (version_etc_va): New function. Provide a different translatable string
14855         for each possible number of authors < 10. Abbreviate when there are 10
14856         authors or more.
14857         (version_etc): Make this function variadic. Call version_etc_va.
14858         Suggestion from Gary V. Vaughan.
14859
14860         * lib/long-options.h (parse_long_options): Change prototype: the
14861         authors string is moved to the end and becomes variadic.
14862         * lib/long-options.c: Include stdarg.h.
14863         (parse_long_options): Make this function variadic, too.
14864         Call version_etc_va, not version_etc.
14865
14866 2003-10-06  Bruno Haible  <bruno@clisp.org>
14867
14868         * modules/version-etc-2: Remove file.
14869         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
14870
14871 2003-10-06  Bruno Haible  <bruno@clisp.org>
14872
14873         * modules/fatal-signal: New file.
14874         * MODULES.html.sh (func_all_modules): Add fatal-signal.
14875
14876 2003-10-06  Bruno Haible  <bruno@clisp.org>
14877
14878         * m4/fatal-signal.m4: New file.
14879         * m4/signalblocking.m4: New file, from GNU gettext.
14880
14881 2003-10-06  Bruno Haible  <bruno@clisp.org>
14882
14883         * lib/version-etc-2.h: Remove file.
14884         * lib/version-etc-2.c: Remove file.
14885
14886 2003-10-06  Bruno Haible  <bruno@clisp.org>
14887
14888         * lib/fatal-signal.h: New file, from GNU gettext.
14889         * lib/fatal-signal.c: New file, from GNU gettext.
14890
14891 2003-10-05  Paul Eggert  <eggert@twinsun.com>
14892
14893         * README: Rework advice for preventing empty .o files.
14894         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
14895         not <sys/types.h>.
14896
14897 2003-10-04  Karl Berry  <karl@gnu.org>
14898
14899         * lib/argp*: update from libc.
14900
14901 2003-10-04  Karl Berry  <karl@gnu.org>
14902
14903         * config/config.{guess,sub}: update from config.
14904
14905 2003-10-02  Bruno Haible  <bruno@clisp.org>
14906
14907         * modules/lchown (Include): Add lchown.h.
14908         * modules/time_r (Include): Use "..." syntax.
14909         * modules/xgetdomainname (Include): Add xgetdomainname.h.
14910
14911 2003-10-01  Simon Josefsson  <jas@extundo.com>
14912
14913         * MODULES.html.sh (func_all_modules): Move gethostname from section
14914         'based on' to section 'lacking' POSIX:2001.
14915
14916 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
14917
14918         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
14919         to output mode on the same stream.
14920
14921 2003-09-29  Paul Eggert  <eggert@twinsun.com>
14922
14923         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
14924         Fix arg typo in previous patch.
14925
14926 2003-09-28  Jim Meyering  <jim@meyering.net>
14927
14928         * lib/error.c: Correct cpp indentation.
14929
14930 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14931
14932         * modules/free: New file.
14933
14934 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14935
14936         * m4/free.m4: New file.
14937
14938 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14939
14940         * lib/minmax.h (MIN, MAX)
14941         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
14942         Omit the special code that used __typeof__, since we worry that
14943         it could be more trouble than it's worth.  See:
14944         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
14945         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
14946
14947         * lib/free.c: New file.
14948
14949 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
14950
14951         Trivial fixes to Makefile.am parts of module listings.
14952         * modules/strstr: Append strstr.h to lib_SOURCES.
14953         * modules/strcase: Likewise, for strcase.h.
14954
14955 2003-09-27  Karl Berry  <karl@gnu.org>
14956
14957         * config/mkinstalldirs: update from automake.
14958
14959 2003-09-26  Paul Eggert  <eggert@twinsun.com>
14960
14961         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
14962         (error_tail): Do not loop, reallocating temporary buffer, since
14963         the output cannot contain more wide characters than the input
14964         contains bytes, the size must be big enough already.  This avoids
14965         one potential size overflow calculation.  Check for size overflow
14966         when calculating temporary buffer size.  Free temporary buffer
14967         when done, if it was allocated with malloc; this plugs a memory
14968         leak.  Remove casts from void * to pointers, that are no longer
14969         needed now that we're assuming C89 or better.
14970
14971         Merge error changes from glibc.
14972
14973         * lib/error.c, error.h: Update copyright notice header to match glibc.
14974         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
14975         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
14976         Disable cancellation while printing error.
14977         * lib/error.h: Prepend __ to parameter names.
14978
14979 2003-09-26  Jim Meyering  <jim@meyering.net>
14980
14981         * lib/error.c (error_tail): Move some declarations
14982         into inner scope where the local variables are used.
14983
14984 2003-09-26  Bruno Haible  <bruno@clisp.org>
14985
14986         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
14987         stpncpy().
14988         Don't define stpncpy through config.h; it's now done through stpncpy.h.
14989
14990 2003-09-26  Bruno Haible  <bruno@clisp.org>
14991
14992         * lib/stpncpy.h (gnu_stpncpy): New declaration.
14993         (stpncpy): Define as alias for gnu_stpncpy.
14994         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
14995
14996 2003-09-25  Simon Josefsson  <jas@extundo.com>
14997
14998         * lib/xgetdomainname.h: New file.
14999         * lib/xgetdomainname.c: New file.
15000
15001 2003-09-25  Simon Josefsson  <jas@extundo.com>
15002             Bruno Haible  <bruno@clisp.org>
15003
15004         * modules/getdomainname: New file.
15005         * modules/xgetdomainname: New file.
15006         * MODULES.html.sh (func_all_modules): Add getdomainname,
15007         xgetdomainname.
15008
15009 2003-09-25  Simon Josefsson  <jas@extundo.com>
15010             Bruno Haible  <bruno@clisp.org>
15011
15012         * m4/getdomainname.m4: New file.
15013
15014 2003-09-25  Simon Josefsson  <jas@extundo.com>
15015             Bruno Haible  <bruno@clisp.org>
15016
15017         * lib/getdomainname.h: New file.
15018         * lib/getdomainname.c: New file.
15019
15020 2003-09-25  Karl Berry  <karl@gnu.org>
15021
15022         * lib/argp-fmtstream.c, argp-help.c: update from libc.
15023
15024 2003-09-25  Karl Berry  <karl@gnu.org>
15025
15026         * config/install-sh: update from automake.
15027
15028 2003-09-25  Bruno Haible  <bruno@clisp.org>
15029
15030         * modules/version-etc-2: New file, from modules/version-etc with
15031         modifications.
15032         * MODULES.html.sh (func_all_modules): Add version-etc-2.
15033
15034 2003-09-25  Bruno Haible  <bruno@clisp.org>
15035
15036         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
15037         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
15038
15039 2003-09-24  Simon Josefsson  <jas@extundo.com>
15040
15041         * modules/xgethostname: Add xgethostname.h.
15042
15043 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15044
15045         * lib/linebuffer.c (freebuffer): Don't free the argument, just
15046         the buffer associated with the argument.  Bug reported by
15047         Simon Josefsson.
15048
15049 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15050
15051         * README: Document assumptions that 'int' is at least 32 bits
15052         wide, that integer arithmetic is 2's complement without overflow,
15053         that there are no holes in integer values, that adding sizes of
15054         two nonoverlapping objects can't overflow, and that all-bits-zero
15055         yields scalar zero.  Fix spelling and capitalization typos.
15056
15057 2003-09-19  Karl Berry  <karl@gnu.org>
15058
15059         * lib/argp.h: update from libc.
15060
15061 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15062
15063         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
15064         to avoid spurious warnings like "AC_RUN_IFELSE was called before
15065         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
15066
15067 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15068
15069         * gnulib-tool: Use "test -h", not "test -L", for portability
15070         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
15071         (tags_regexp): Remove, since \| doesn't conform to POSIX.
15072         (sed_extract_prog): Issue s commands one-by-one, rather than
15073         using \| in one s command.
15074
15075 2003-09-16  Paul Eggert  <eggert@twinsun.com>
15076
15077         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
15078         input error, instead of returning NULL the next time we are called
15079         (and therefore losing track of errno).
15080
15081 2003-09-16  Bruno Haible  <bruno@clisp.org>
15082
15083         * gnulib-tool (func_create_testdir): Warn about duplicated
15084         dependencies.
15085
15086 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15087
15088         * modules/argmatch, modules/fatal, modules/obstack,
15089         modules/xalloc, modules/xgethostname: Sort dependencies by
15090         importance, not alphabetically.
15091
15092 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15093
15094         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
15095         fails, so that the caller gets the proper errno.
15096
15097         * lib/readutmp.c (read_utmp): Likewise.
15098         Check for fstat error.  Close stream and free storage
15099         when failing.
15100
15101 2003-09-14  Karl Berry  <karl@gnu.org>
15102
15103         * config/srclist.txt (strdup.c): disable for c89 changes.
15104
15105 2003-09-14  Jim Meyering  <jim@meyering.net>
15106
15107         * lib/getloadavg.c: Correct cpp indentation.
15108         * lib/strdup.c: Likewise.
15109         * lib/vasnprintf.c: Likewise.
15110
15111 2003-09-14  Bruno Haible  <bruno@clisp.org>
15112
15113         * modules/fwriteerror: New file.
15114         * MODULES.html.sh (func_all_modules): Add fwriteerror.
15115
15116 2003-09-14  Bruno Haible  <bruno@clisp.org>
15117
15118         * lib/fwriteerror.h: New file.
15119         * lib/fwriteerror.c: New file.
15120
15121 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15122
15123         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
15124         modules/xgethostname, modules/xalloc: Depend on exit.
15125
15126 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15127
15128         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
15129
15130         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
15131         and AC_MINIX, too, so that their extensions are available.
15132
15133         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
15134         This macro has been superseded by gl_BACKUPFILE.
15135
15136         More patches to assume C89 or better.
15137
15138         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
15139
15140         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
15141         unconditionally.
15142         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
15143         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
15144         Include <string.h>, <stdlib.h> unconditionally.
15145         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
15146         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
15147         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
15148         headers or for string.h.
15149         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
15150         or strtoul.
15151
15152         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
15153         headers.
15154         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
15155         * m4/userspec.m4 (gl_USERSPEC): Likewise.
15156         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
15157         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
15158         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15159         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
15160         memcpy, memset.
15161         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
15162         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
15163         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
15164         strtol.
15165         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
15166         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
15167         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
15168         strtoul.
15169
15170 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15171
15172         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
15173         * lib/obstack.c [!defined _LIBC]: Likewise.
15174         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
15175         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
15176         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
15177
15178         More changes to assume C89 or better.
15179
15180         * lib/error.c (error_tail): Assume vprintf.
15181
15182         * lib/argmatch.c (getenv): Remove decl.
15183         * lib/progreloc.c (get_full_program_name): Define via prototype.
15184         * lib/setenv.c (clearenv): Likewise.
15185         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
15186         needed.
15187         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
15188         (malloc, memcpy): Remove decls.
15189         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
15190         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
15191         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
15192         (memcpy): Remove macro.
15193         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
15194         (__P): Remove.  All uses removed.
15195         (PTR): Remove.  All uses changed to void *.
15196         (CHAR_BIT, NULL): Remove.
15197         (spaces, zeros, memset_space, memset_zero)
15198         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
15199         Remove.
15200         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
15201         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
15202         Define with prototype.
15203         Remove now-unnecessary prototype decl.
15204         (extra_args_spec): Assume ANSI C.  All uses changed.
15205         (extra_args_spec_iso): Remove.
15206         (my_strftime, emacs_strftimeu): Define via prototype.
15207         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
15208         unconditionally.
15209         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
15210         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
15211         (strtoul, strtol): Remove decls.
15212         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
15213         LONG_MAX): Remove.
15214         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
15215         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
15216         (LOCALE_PARAM_PROTO): New macro.
15217         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
15218         (INTERNAL (strtol), strtol): Define with a prototype.
15219         (PARAMS): Remove.  All uses removed.
15220         * lib/tempname.c: Include <string.h> unconditionally.
15221         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
15222         * lib/xgethostname.c (main): Define with a prototype.
15223         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
15224         Include <stdlib.h> unconditionally.
15225         (calloc, malloc, realloc, free): Remove decls.
15226         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
15227         Include <stdlib.h> unconditionally.  Sort include file names.
15228         (strtod): Remove.
15229         (xstrtod): Define with a prototype.
15230         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
15231         (strtol, strtoul): Remove decls.
15232
15233 2003-09-11  Paul Eggert  <eggert@twinsun.com>
15234
15235         More patches to assume C89 or better.
15236         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
15237         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
15238         string.h, memchr, STDC_HEADERS.
15239
15240 2003-09-11  Paul Eggert  <eggert@twinsun.com>
15241
15242         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
15243         Include <stdlib.h>, <string.h> unconditionally.
15244         Remove now-unnecessary cast to char *.
15245         * lib/strnlen.c: Include <string.h> unconditionally.
15246         * lib/yesno.c (yesno): Define with a prototype.
15247
15248 2003-09-11  Bruno Haible  <bruno@clisp.org>
15249
15250         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
15251
15252 2003-09-10  Jim Meyering  <jim@meyering.net>
15253
15254         * lib/error.c: Correct indentation of cpp directives.
15255
15256 2003-09-10  Bruno Haible  <bruno@clisp.org>
15257
15258         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
15259         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
15260         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
15261         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
15262         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
15263         <stdlib.h> and <string.h> checks.
15264         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
15265         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
15266
15267 2003-09-10  Bruno Haible  <bruno@clisp.org>
15268
15269         * lib/strcspn.c: Include <string.h> unconditionally.
15270         * lib/strpbrk.c: Include <string.h> unconditionally.
15271         * lib/strstr.c: Include <string.h> unconditionally.
15272         * lib/unicodeio.c: Include <string.h> unconditionally.
15273         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
15274         * lib/unsetenv.c: Likewise.
15275         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
15276         * lib/yesno.c: Include <stdlib.h> unconditionally.
15277         (rpmatch): Add prototype.
15278
15279 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15280
15281         More patches to assume C89 or better.
15282         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
15283         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
15284         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
15285         or for string.h.
15286         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
15287         stdlib.h.
15288         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
15289         C headers.
15290         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
15291         string.h.
15292         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
15293         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
15294         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
15295         or for string.h.
15296         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
15297         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
15298         C headers.
15299         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
15300         memcpy.
15301         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
15302         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
15303         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
15304         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
15305         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
15306         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
15307         string.h, free.
15308         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
15309         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
15310         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
15311         C headers, or for string.h.
15312         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
15313         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
15314         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
15315         headers, memory.h, stdlib.h, string.h, strings.h.
15316         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
15317         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
15318         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
15319         strchr.
15320         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
15321         headers, memory.h, string.h.
15322         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
15323         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
15324         free.
15325         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
15326         headers.
15327         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
15328         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
15329         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
15330         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
15331         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
15332
15333 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15334
15335         More K&R removal.
15336
15337         * lib/acosl.c (main): Use a prototype.
15338         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
15339         tanl.c: Likewise.
15340
15341         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
15342
15343         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
15344         (getopt, etopt_long, getopt_long_only, _getopt_internal)
15345         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
15346         with a prototype.
15347         * lib/getopt.c (const): Remove macro.
15348         Include <string.h> unconditionally.
15349         (my_index): Remove; all uses changed to strchr.
15350         (strlen): Remove decl.
15351         (exchange): Remove forward decl; no longer needed.
15352         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
15353         Define with prototype.
15354         * lib/getopt1.c (const): Remove macro.
15355         (getopt_long, getopt_long_only, main): Define with prototype.
15356
15357         * lib/getugroups.c: Include <string.h> unconditionally.
15358
15359         * lib/getusershell.c: Include <stdlib.h> unconditionally.
15360         (getusershell, setusershell, endusershell, readname, main):
15361         Define with prototypes.
15362
15363         * lib/group-member.c: Include group-member.h first.
15364         Include <stdlib.h> unconditionally.
15365
15366         * lib/hard-locale.c: Include hard-locale.h first.
15367         Include <stdlib.h>, <string.h> unconditionally.
15368
15369         * lib/hash.c (free, malloc): Remove decls.
15370         Include <stdlib.h> unconditionally.
15371
15372         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
15373         (getenv): Do not declare.
15374
15375         * lib/idcache.c: Include <string.h> unconditionally.
15376
15377         * lib/long-options.c: Include long-options.h first, to test interface.
15378         Include <stdlib.h> unconditionally.
15379
15380         * lib/makepath.c: Include makepath.h first, to test interface.
15381         Include <stdlib.h> and <string.h> unconditionally.
15382
15383         * lib/linebuffer.c: Include <stdlib.h>.
15384         (free): Remove decl.
15385
15386         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
15387         stddef.h. rpl_malloc returns void *, not char *.
15388         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
15389         prototype.
15390
15391         * lib/md5.h: Include <limits.h> unconditionally.
15392         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
15393         (__P): Remove; all uses removed.
15394         * lib/md5.c: Include "md5.h" first.
15395         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
15396         md5_buffer, md5_process_bytes, md5_process_block):
15397         Define with prototypes.
15398         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
15399         * lib/sha.c: Include "sha.h" first.
15400         Include <stdlib.h>, <string.h> unconditionally.
15401
15402         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
15403         * lib/memcmp.c (__ptr_t): Likewise.
15404         * lib/memrchr.c (__ptr_t): Likewise.
15405         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
15406         Include <string.h> unconditionally.
15407         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
15408         * lib/memchr.c: Include <stdlib.h> unconditionally.
15409         * lib/memchr.c (LONG_MAX): Remove.
15410         * lib/memrchr.c (LONG_MAX): Likewise.
15411         * lib/memchr.c (__memchr): Define via a prototype.
15412         * lib/memrchr.c (__memrchr): Likewise.
15413         * lib/memcmp.c (__P): Remove, and remove all uses.
15414         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
15415         Remove forward decls; no longer needed.
15416         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
15417         Use types required by C89 in prototype.
15418
15419         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
15420         * lib/savedir.c: Likewise.
15421         * lib/mkdir.c (free): Remove decl.
15422         * lib/rmdir.c (rmdir): Define with a prototype.
15423         * lib/savedir.c: Include savedir.h first, to test interface.
15424
15425         * lib/mktime.c (STDC_HEADERS): Remove.
15426         Include <stdlib.h>, <string.h> unconditionally.
15427
15428         * lib/modechange.c: Include <stdlib.h> unconditionally.
15429         (malloc): Remove decl.
15430
15431         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
15432         (free): Remove decl.
15433
15434         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
15435         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
15436         (This type really should be intptr_t, but that's a C99ism.)
15437         (_obstack_memcpy): Remove: all uses changed to memcpy.
15438         Include <string.h> unconditionally.
15439         (struct obstack): Assume __STDC__ for types of members
15440         chunkfun, freefun, extra_arg.
15441         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
15442         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
15443         obstack_begin, obstack_specify_allocation,
15444         obstack_specify_allocation_with_arg, obstack_chunkfun,
15445         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
15446         Remove unprototyped decls and the macros that use them.
15447         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
15448         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
15449         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
15450         (defined __STDC__ && __STDC__)]:
15451         Remove nonprototyped code.
15452         Include <stdlib.h> unconditionally.
15453         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
15454         _obstack_allocated_p, _obstack_free, obstack_free,
15455         _obstack_memory_used, print_and_abort):
15456         Define using prototypes.
15457         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
15458         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
15459         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
15460         obstack_next_free, obstack_object_size, obstack_room) [0]:
15461         Remove unused, unprototyped code.
15462
15463         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
15464
15465         * lib/physmem.c (physmem_total, physmem_available, main): Define
15466         with prototypes.
15467
15468         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
15469         (main): Define with a prototype.
15470
15471         * lib/posixver.c (getenv): Remove decl.
15472
15473         * lib/putenv.c (malloc): Returns void *, not char *.
15474         Include <string.h> unconditionally.
15475         (strchr, memcpy, NULL): Do not define.
15476
15477         * lib/readtokens.c: Include readtokens.h first, to test interface.
15478         Include <stdlib.h>, <string.h> unconditionally.
15479         (init_tokenbuffer): Define with a prototype.
15480
15481         * lib/regex.c (PARAMS): Remove.  All uses removed.
15482         All uses of _RE_ARGS removed, too.
15483         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15484         unconditionally.
15485         (bzero): Assume memset exists.
15486         (memcmp, memcpy, NULL): Remove.
15487         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
15488         char, or assignments to local vars of type signed char.
15489         (init_syntax_once, PREFIX(extract_number_and_incr),
15490         PREFIX(print_partial_compiled_pattern),
15491         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
15492         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
15493         PREFIX(regex_grow_registers), PREFIX(regex_compile),
15494         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
15495         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
15496         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
15497         wcs_compile_range, byte_compile_range, truncate_wchar,
15498         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
15499         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
15500         count_mbs_length, wcs_re_match_2_internal,
15501         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
15502         PREFIX(alt_match_null_string_p),
15503         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
15504         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
15505         regfree, PREFIX(extract_number)): Define with prototype.  Remove
15506         now-unnecessary declaration, if any.
15507         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
15508         regcomp, regexec):
15509         Remove now-unnecessary casts among pointer types.
15510         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
15511
15512         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
15513         (free): Remove decl.
15514
15515         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
15516
15517         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
15518         (free): Remove decl.
15519
15520         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
15521         * lib/xgetcwd.c: Likewise.
15522
15523         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
15524         (free): Remove decl.
15525
15526         * lib/strchrnul.c (strchrnul): Define with a prototype.
15527         Fix bug: c_in was not converted to char before searching.
15528
15529         The following changes are not K&R related:
15530
15531         * lib/group-member.h: Include <sys/types.h>, so that this file is
15532         self-contained.
15533         * lib/makepath.h: Likewise.
15534
15535         * lib/getusershell.c (readname, default_index, line_size, readname):
15536         Use size_t, not int, for sizes.
15537         (readname): If the size overflows, report an error instead of
15538         looping forever.
15539
15540 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15541
15542         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
15543         libc.
15544
15545 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15546
15547         * README: New section: portability guidelines.
15548
15549 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
15550
15551         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
15552         C89 spec.
15553
15554 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
15555
15556         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
15557
15558 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15559
15560         Assume C89 or better; remove K&R cruft.
15561         A few of these changes were first proposed by Derek Robert Price
15562         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
15563
15564         * lib/addext.c: Include <string.h> unconditionally.
15565         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
15566         Don't declare getenv or malloc.
15567
15568         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
15569         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
15570         (NULL): Remove.
15571         (find_stack_direction, alloca): Use prototypes.
15572
15573         * lib/atexit.c (atexit): Define using a prototype.
15574
15575         * lib/basename.c, dirname.c, stripslash.c:
15576         Include <string.h> unconditionally.
15577
15578         * lib/bcopy.c: Include <stddef.h>.
15579         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
15580
15581         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
15582
15583         * lib/error.h (error, error_at_line, error_print_progname)
15584         [! (defined (__STDC__) && __STDC__)]: Remove decls.
15585         * lib/error.c: Include error.h first, to check interface.
15586         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
15587         (VA_START): Remove; all uses changeed to va_start.
15588         (exit, strerror): Remove decls.
15589         (error_print_progname): Prototype uncondionally.
15590         Don't include <errno.h>; no longer needed.
15591         (private_strerror): Remove.
15592         (error_tail): Always define.
15593         (error, error_at_line): Assume C89 or better; always use prototypes.
15594         * lib/fatal.c: Include "fatal.h" first, to test interface.
15595         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
15596         (VA_START): Remove; all uses changed to va_start.
15597         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
15598         this case.
15599         (exit): Remove decl.
15600         (fatal): Prototype unconditionally.  Assume va_start works.
15601         Abort at end, to pacify gcc.
15602
15603         * lib/euidaccess.c (main): Define with a prototype.
15604
15605         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
15606
15607         * lib/exitfail.c: Include <stdlib.h> unconditionally.
15608
15609         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
15610         prototypes.
15611         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
15612         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
15613         (getenv): Remove decl.
15614         (fnmatch): Define using a prototype.
15615         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
15616         (FCT): Define using a prototype.
15617
15618         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
15619
15620         * lib/gethostname.c: Include <stddef.h>.
15621         (gethostname): Define with prototype.  Length is size_t, not int.
15622
15623 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15624
15625         Assume C89 or better; remove K&R cruft.
15626         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
15627         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
15628         string.h, getenv, malloc.
15629         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
15630         headers.
15631         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
15632         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
15633         do not check for strerror.
15634         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
15635         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
15636         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
15637         do not check for doprnt or vprintf.
15638         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
15639         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
15640
15641 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15642
15643         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
15644         getversion.c should have been removed then, but was accidentally
15645         preserved.
15646
15647         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
15648         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
15649
15650 2003-09-08  Karl Berry  <karl@gnu.org>
15651
15652         * config/config.sub, config.guess, srclistvars.sh: update from savannah
15653                 config, forget about prep.
15654
15655         * config/depcomp, missing: update from automake.
15656
15657 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15658
15659         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
15660         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15661
15662 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15663
15664         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
15665         copy_tm_result.  Bug reported by Simon Josefsson in
15666         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15667
15668 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15669
15670         * m4/time_r.m4: New file.
15671         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
15672         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
15673         is. Check for timegm declaration.
15674         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
15675         Do not check for gmtime_r.
15676         Replace mktime if __mktime_internal does not exist and if mktime
15677         hasn't been replaced already.
15678
15679 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15680
15681         * lib/time_r.c, time_r.h: New files.
15682
15683         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
15684         __localtime_r.
15685         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
15686         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
15687
15688         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
15689         __gmtime_r.
15690         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
15691         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
15692         Include <time_r.h>.
15693
15694         * lib/timegm.c: Switch to glibc implementation, with the following
15695         changes:
15696         [defined HAVE_CONFIG_H]: Include <config.h>.
15697         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
15698         (__mktime_internal) [!defined _LIBC]: New decl.
15699         (__gmtime_r) [!defined _LIBC]: New macro and function.
15700         (timegm): Use a prototype, since gnulib assumes C89.
15701         Do not bother declaring tmp to be const, as it's not really usefu.
15702         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
15703         (timegm): Declare only if HAVE_DECL_TIMEGM.
15704
15705 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15706
15707         * MODULES.html.sh (func_all_modules): Add time_r.
15708         * modules/time_r: New file.
15709         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
15710         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
15711
15712 2003-09-03  Paul Eggert  <eggert@twinsun.com>
15713
15714         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
15715         Bug reported by Lute Kamstra in
15716         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
15717
15718         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
15719         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
15720         course with correspondingly smaller numbers for tomorrow and
15721         yesterday.  From Tadayoshi Funaba.  Originally installed into
15722         sh-utils on 1999-08-07, but the patch got lost (I guess during the
15723         coreutils merge?).
15724
15725 2003-08-31  Simon Josefsson  <jas@extundo.com>
15726
15727         * modules/timegm: New file.
15728         * MODULES.html.sh (func_all_modules): Add timegm.
15729
15730 2003-08-31  Simon Josefsson  <jas@extundo.com>
15731
15732         * m4/timegm.m4: New file.
15733
15734 2003-08-31  Simon Josefsson  <jas@extundo.com>
15735
15736         * lib/timegm.h: New file.
15737         * lib/timegm.c: New file.  Based on
15738         wget-1.8.2/src/http.c:mktime_from_utc.
15739
15740 2003-08-31  Karl Berry  <karl@gnu.org>
15741
15742         * lib/argp.h: update from libc.
15743
15744 2003-08-28  Bruno Haible  <bruno@clisp.org>
15745
15746         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
15747         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
15748         followed by '#define fnmatch fnmatch_posix' gives an error.
15749
15750 2003-08-28  Bruno Haible  <bruno@clisp.org>
15751
15752         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
15753         warning on QNX, which defines O_BINARY to 000000.
15754
15755 2003-08-27  Jim Meyering  <jim@meyering.net>
15756
15757         * m4/mkstemp.m4: Require that the system mkstemp be able to create
15758         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
15759         would fail after 32.  Reported by Danny Levinson.  Details here:
15760         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
15761
15762 2003-08-24  Bruno Haible  <bruno@clisp.org>
15763
15764         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
15765         MSVC7 <stdio.h> is included later.
15766
15767 2003-08-22  Simon Josefsson  <jas@extundo.com>
15768
15769         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
15770
15771 2003-08-20  Karl Berry  <karl@gnu.org>
15772
15773         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
15774
15775 2003-08-20  Bruno Haible  <bruno@clisp.org>
15776
15777         * modules/progname: New file.
15778         * MODULES.html.sh (func_all_modules): Add progname.
15779
15780 2003-08-20  Bruno Haible  <bruno@clisp.org>
15781
15782         * lib/progname.h: New file, from GNU gettext.
15783         * lib/progname.c: New file, from GNU gettext.
15784         * lib/progreloc.c: New file, from GNU gettext.
15785
15786 2003-08-19  Jim Meyering  <jim@meyering.net>
15787
15788         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
15789         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
15790
15791 2003-08-19  Bruno Haible  <bruno@clisp.org>
15792
15793         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
15794         more.
15795
15796 2003-08-19  Bruno Haible  <bruno@clisp.org>
15797
15798         * lib/xstrdup.c: Assume <string.h> exists.
15799
15800 2003-08-18  Paul Eggert  <eggert@twinsun.com>
15801
15802         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
15803         in makefile rules.
15804
15805 2003-08-18  Jim Meyering  <jim@meyering.net>
15806
15807         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
15808         * m4/lib-ld.m4: Likewise.
15809
15810 2003-08-18  Jim Meyering  <jim@meyering.net>
15811
15812         * lib/setenv.h: Indent nested cpp directive.
15813         * lib/vasnprintf.c: Remove trailing blanks.
15814
15815 2003-08-17  Simon Josefsson  <jas@extundo.com>
15816
15817         * modules/xstrndup: New file.
15818         * MODULES.html.sh (func_all_modules): Add xstrndup.
15819
15820 2003-08-17  Simon Josefsson  <jas@extundo.com>
15821
15822         * modules/argp: Fix autoconf macro name. Add more dependencies.
15823
15824 2003-08-17  Simon Josefsson  <jas@extundo.com>
15825
15826         * m4/xstrndup.m4: New file.
15827
15828 2003-08-17  Simon Josefsson  <jas@extundo.com>
15829
15830         * m4/argp.m4: New file.
15831
15832 2003-08-17  Simon Josefsson  <jas@extundo.com>
15833             Bruno Haible  <bruno@clisp.org>
15834
15835         * lib/xstrndup.h: New file.
15836         * lib/xstrndup.c: New file.
15837
15838 2003-08-17  Bruno Haible  <bruno@clisp.org>
15839
15840         * modules/strndup (Files, Include): Add lib/strndup.h.
15841
15842 2003-08-17  Bruno Haible  <bruno@clisp.org>
15843
15844         * modules/euidaccess (Files): Add lib/euidaccess.h.
15845
15846 2003-08-17  Bruno Haible  <bruno@clisp.org>
15847
15848         * lib/strndup.h: New file.
15849
15850 2003-08-17  Bruno Haible  <bruno@clisp.org>
15851
15852         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
15853         like AC_GNU_SOURCE.
15854         * modules/extensions (configure.ac): Comment out the invocation of
15855         gl_USE_SYSTEM_EXTENSIONS.
15856
15857 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15858
15859         Merges from coreutils, etc.
15860         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
15861         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
15862         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
15863         fixing a typo.
15864         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
15865         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
15866
15867 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15868
15869         Document merge from coreutils.
15870         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
15871         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
15872         * modules/utime: Add m4/utimes-null.m4.
15873
15874 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15875
15876         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
15877         space, undoing this 2003-08-12 change:
15878         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15879
15880 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15881
15882         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
15883         strtoul.c from libc, undoing this 2003-08-12 change:
15884         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15885
15886 2003-08-16  Jim Meyering  <jim@meyering.net>
15887
15888         Merges from coreutils.
15889         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
15890         prefix.  Adjust cache variables similarly.  Create 500 rather than
15891         just 300 files, to exercise bug on Darwin6.5, too.
15892         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
15893         $missing_dir.
15894         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
15895         AM_SYS_POSIX_TERMIOS.
15896         Reported by mkc@mathdogs.com.
15897         Also change use of $am_cv_sys_posix_termios
15898         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
15899         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
15900         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
15901         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
15902         in /proc/mounts until it finds one with matching device number.  This
15903         is unnecessary when the FILE argument *is* a mount point.  No stat call
15904         is necessary in that case.  So, disable the statvfs-testing code on
15905         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
15906         as RedHat bug# 84846.
15907         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15908         to 1MB, so as not to render systems with no stack size limit (e.g.,
15909         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15910         Include <unistd.h>.  On some systems,
15911         it is required for the definition of _SC_PAGESIZE.
15912
15913 2003-08-16  Jim Meyering  <jim@meyering.net>
15914
15915         Merge from coreutils.
15916         * lib/xstrtoimax.c: #else #if -> #elif.
15917         * lib/xstrtoumax.c: Likewise.
15918
15919 2003-08-16  Jim Meyering  <jim@meyering.net>
15920
15921         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
15922         * m4/utimes.m4: Removed.
15923         * m4/utimes-null.m4: Renamed from utimes.m4.
15924
15925         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15926         to 1MB, so as not to render systems with no stack size limit (e.g.,
15927         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15928         Include <unistd.h>.  On some systems,
15929         it is required for the definition of _SC_PAGESIZE.
15930
15931 2003-08-16  Jim Meyering  <jim@meyering.net>
15932         and Paul Eggert  <eggert@cs.ucla.edu>
15933
15934         Merges from coreutils, etc.
15935
15936         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
15937         using the latest version from cvs.  This avoids problems with #line
15938         directives using a vendor (Sun) compiler.
15939         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
15940         Don't set GETGROUPS_LIB here; now it's
15941         done via getgroups.m4's wrapper function.
15942         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
15943         rather than just in sh-util/configure.in, so that the
15944         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
15945         same.
15946         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
15947         AC_FUNC_GETLOADAVG where to find getloadavg.c.
15948         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
15949         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
15950         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
15951         Remove code that is now done by the newly-required macros.
15952         Append $(EXEEXT) to DF_PROG.
15953         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
15954         Do not invoke or require the following here,
15955         since prereq.m4 or some gnulib .m4 now does this for us:
15956         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
15957         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
15958         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
15959         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
15960         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
15961         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
15962         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
15963         AC_FUNC_OBSTACK.
15964         Do not replace the following functions, as this is now the job
15965         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
15966         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
15967         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
15968         atexit getpass, strdup, getpagesize.
15969         Replace 'raise'.
15970         Do not check for the following functions, as this is now the job
15971         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
15972         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
15973         setregid.
15974         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
15975         Check for sys/sysctl.h.
15976         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
15977         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
15978         of checking for ssize_t ourselves.
15979
15980         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
15981         Require every macro that gnulib/modules/* suggests for us.
15982         (jm_PREREQ_ADDEXT): New macro.
15983         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
15984         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
15985
15986         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
15987         (gl_PHYSMEM): Use it.
15988         Also check for `table' function.
15989         Check for new headers and functions.
15990         Add check for sys/sysmp.h.
15991         With suggestions from Kaveh Ghazi.
15992         Ignore headers that are present but cannot be compiled.  This
15993         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
15994         C 5.4.
15995
15996 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15997
15998         Document merge from coreutils.
15999         * modules/userspec: Depend on posixver.
16000         * modules/strftime: Depend on tzset.
16001
16002 2003-08-15  Paul Eggert  <eggert@twinsun.com>
16003
16004         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
16005         rather than tab, after '#' in shell-script copyright notices.
16006         Suggested by Bruno Haible.
16007
16008 2003-08-15  Paul Eggert  <eggert@twinsun.com>
16009
16010         * config/srclist-update: Use three spaces, rather than tab, after '#'
16011         in shell-script copyright notices.  Suggested by Bruno Haible.
16012         Remove unnecessary parenthesization in regular expression.
16013
16014 2003-08-15  Jim Meyering  <jim@meyering.net>
16015
16016         Merge from coreutils.
16017         * lib/xgethostname.c: Include <stdlib.h>.
16018         (xghostname): Don't exit for anything other than memory-related
16019         failure; just return NULL.
16020         * lib/userspec.c: Include "posixver.h".
16021         (parse_user_spec): Accept `.' as a separator only
16022         in pre-POSIX-200112 mode.
16023         * lib/strtoimax.c: Use #elif rather than #else #if.
16024         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
16025         Remove function, now that we can rely on a working tzset function.
16026         [!_LIBC]: Ensure that the required autoconf test has been run.
16027         [!defined _NL_CURRENT && HAVE_STRFTIME]:
16028         Use underlying_strftime for %r.
16029         * lib/sha.c: Merge in some clean-up and optimization changes from
16030         glibc.
16031         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
16032         Ensure that it is a multiple of 64.
16033         Rearrange loop exit tests so as to avoid performing an
16034         additional fread after encountering an error or EOF.
16035         * lib/realloc.c: Update copyright date.
16036
16037 2003-08-15  Jim Meyering  <jim@meyering.net>
16038         and Paul Eggert  <eggert@twinsun.com>
16039
16040         Merge from coreutils.
16041         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
16042         member but strut utmpx does not.  Needed for AIX 4.3.3.
16043         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
16044
16045 2003-08-15  Jim Meyering  <jim@meyering.net>
16046         and Paul Eggert  <eggert@cs.ucla.edu>
16047
16048         Merges from coreutils, etc.
16049         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
16050         Require gl_FUNC_TZSET_CLOBBER.
16051         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
16052         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
16053         members.
16054
16055 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16056
16057         Help the merge from coreutils.
16058         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
16059         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
16060         * m4/tzset.m4: Use it too.
16061
16062 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16063
16064         * modules/tzset: New file.
16065
16066 2003-08-14  Jim Meyering  <jim@meyering.net>
16067
16068         Merges from coreutils.
16069         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
16070         variable names, rather than @FNMATCH_H@.
16071         * modules/alloca: Likewise for $(ALLOCA_H).
16072
16073         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
16074         the three copies of the literal target, `fnmatch.h'.
16075         * modules/alloca (alloca.h): Likewise.
16076
16077 2003-08-14  Jim Meyering  <jim@meyering.net>
16078
16079         Merge from coreutils.
16080         * m4/tzset.m4: New file.
16081         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
16082         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
16083         otherwise, AIX 5.1 systems would end up using the latter.
16084         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
16085         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
16086         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
16087         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
16088
16089 2003-08-14  Jim Meyering  <jim@meyering.net>
16090
16091         Merge from coreutils.
16092         * lib/obstack.h: Whitespace changes.
16093         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
16094         and xcalloc return values.
16095         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
16096         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
16097         hang on OSF/1 5.1 for DIR on both local and remote file systems.
16098         Reported by (and fix confirmed by) Nelson H. F. Beebe.
16099         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
16100         error from mntctl.
16101         Use mntctl's return value to drive the entry-processing loop, since
16102         we can't rely on the value of the vmt_length member in the last
16103         entry.  On some systems doing so could result in exhausting
16104         virtual memory.  Based in part on a patch from Mike Jetzer.
16105
16106 2003-08-14  Jim Meyering  <jim@meyering.net>
16107         and Paul Eggert  <eggert@twinsun.com>
16108
16109         Merges from coreutils, plus other fixes.
16110         * lib/physmem.c: Merge in portability changes from gcc/libiberty
16111         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
16112         for credits and details.  Thanks to Kaveh Ghazi for helping
16113         to keep these files in sync.
16114         (ARRAY_SIZE): Define it.
16115         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
16116         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
16117         (memcasecmp): Don't assume size_t fits in unsigned int.
16118         Remove casts and duplicate code.
16119         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
16120         (memcpy): Remove definition.
16121         Merge in some clean-up and optimization changes from glibc.
16122         [BLOCKSIZE]: Move definition to top of file.
16123         Ensure that it is a multiple of 64.
16124         Rearrange loop exit tests so as to avoid performing an
16125         additional fread after encountering an error or EOF.
16126         * lib/md5.h (md5_uintptr): Define.
16127         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
16128         return to the initial working directory.  Preserve errno
16129         for caller.
16130         * lib/idcache.c: Include "xalloc.h".
16131         (xmalloc, xrealloc): Remove decls.
16132         (getuser): Remove casts no longer required in C89.
16133         * lib/human.c: Include stdio.h, for sprintf.
16134         * lib/group-member.c: Include "xalloc.h".
16135         (xmalloc, xrealloc): Remove decls.
16136         (get_group_info): Remove casts no longer required in C89.
16137         * lib/getusershell.c (readname): Remove casts no longer required in
16138         C89.
16139         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
16140         * lib/getline.c: Whitespace fix, from coreutils.
16141
16142 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16143
16144         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
16145         Check for isascii.
16146
16147         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
16148         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
16149         Undo previous (whitespace-only) change.
16150
16151 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16152
16153         * lib/exclude.c: Include <ctype.h>
16154         (IN_CTYPE_DOMAIN): New macro.
16155         (is_space): New fn.
16156         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
16157         and empty lines.
16158
16159         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
16160         Undo previous (whitespace-only) change.
16161
16162 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16163
16164         * config/srclist-update: Change update back to the old behavior,
16165         leaving whitespace alone.  Use one 'sed' command rather than a
16166         pipeline.
16167         (fixlicense): Now a variable, not a function.
16168         (remove_trailing_blanks): Remove.
16169         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
16170         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
16171         Undo previous (whitespace-only) change.
16172
16173 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16174
16175         Merge from coreutils.
16176         * modules/euidaccess: Add lib_SOURCES, include for new
16177         file euidaccess.h
16178
16179 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16180
16181         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
16182         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
16183         Normalize leading white space and remove trailing white space.
16184
16185         Merge from coreutils
16186         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
16187
16188         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
16189         0.12.1.  These files are now being upgraded automatically by
16190         ../config/srclist-update.
16191
16192 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16193
16194         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
16195         Normalize leading white space and remove trailing white space.
16196         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
16197         notice, as per ../config/srclist-update.
16198
16199         Merge from coreutils.
16200         * lib/euidaccess.h: New file.
16201         * lib/euidaccess.c: Include it.
16202         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
16203         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
16204         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
16205
16206 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16207
16208         * config/srclist-update: Add copyright notice.
16209         (remove_id_lines, remove_trailing_blanks): New constants.
16210         (fixfile): Use them to normalize spacing a bit in copied files.
16211         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
16212         Normalize leading white space and remove trailing white space.
16213
16214         * config/texinfo.tex: Sync with texinfo.
16215
16216         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
16217         strtoul.c from libc, to merge coreutils whitespace changes.
16218
16219         * config/srclist.txt: Get the following m4 files from gettext:
16220         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
16221         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
16222         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
16223         wint_t.m4.
16224
16225 2003-08-12  Karl Berry  <karl@gnu.org>
16226
16227         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
16228         been made.
16229
16230 2003-08-11  Paul Eggert  <eggert@twinsun.com>
16231
16232         * modules/gnu-source, m4/gnu-source.m4:
16233         Remove; we're assuming Autoconf 2.54 or later now.
16234         Suggested by Bruno Haible.
16235         * MODULES.html.sh (func_all_modules): Remove gnu-source.
16236
16237 2003-08-11  Bruno Haible  <bruno@clisp.org>
16238
16239         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
16240
16241 2003-08-11  Bruno Haible  <bruno@clisp.org>
16242
16243         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
16244         (vasnprintf): Use it instead of wcslen.
16245
16246 2003-08-11  Bruno Haible  <bruno@clisp.org>
16247
16248         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
16249         value to ensure that _Bool promotes to int. Use #define for _Bool when
16250         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
16251
16252 2003-08-10  Karl Berry  <karl@gnu.org>
16253
16254         * lib/regex.h: update from libc (whitespace fix).
16255
16256 2003-08-09  Paul Eggert  <eggert@twinsun.com>
16257
16258         Merge some files from coreutils.  These changes were
16259         originally made by Jim Meyering.
16260         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
16261         many older Unixes require this.
16262         * lib/alloca.c (alloca): Remove cast to argument of free;
16263         no longer needed in C89.
16264         * lib/alloca_.h, regex.h: Fix white space to match
16265         what GNU indent does.
16266
16267 2003-08-09  Paul Eggert  <eggert@twinsun.com>
16268
16269         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
16270         apparently Emacs's Unicode mode got confused before my 2003-08-05
16271         checkin.
16272
16273 2003-08-08  Paul Eggert  <eggert@twinsun.com>
16274
16275         * m4/extensions.m4: New file.
16276         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
16277         Require gl_USE_SYSTEM_EXTENSIONS.
16278         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
16279         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
16280
16281 2003-08-08  Paul Eggert  <eggert@twinsun.com>
16282
16283         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
16284         * modules/extensions, modules/gnu-source: New files.
16285         * modules/timespec, modules/unlocked-io: Depend on extensions.
16286
16287 2003-08-07 Paul Eggert  <eggert@twinsun.com>
16288
16289         * modules/restrict: New file.
16290         * MODULES.html.sh (func_all_modules): Add restrict.
16291         * modules/regex: Depend on restrict.
16292
16293 2003-08-07  Paul Eggert  <eggert@twinsun.com>
16294
16295         * m4/restrict.m4: New file.
16296         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
16297
16298 2003-08-07  Bruno Haible  <bruno@clisp.org>
16299
16300         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
16301         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
16302
16303 2003-08-07  Bruno Haible  <bruno@clisp.org>
16304
16305         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
16306         makes the module 'getndelim2' compatible with the module 'getline'.
16307
16308 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16309
16310         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
16311         byte with "\201" to avoid glitches when editing that source file
16312         with multi-gnome-terminal.
16313
16314 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16315
16316         * lib/bumpalloc.h: Remove.
16317
16318 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16319
16320         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
16321         * modules/bumpalloc: Remove.
16322
16323 2003-08-04  Paul Eggert  <eggert@twinsun.com>
16324
16325         * lib/getloadavg.c: Change copyright notice and spacing to conform to
16326         GNU coding style.
16327
16328         Merge from coreutils.
16329         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
16330         1. From glibc.
16331         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
16332         from Karl Berry, implemented by Jim Meyering.
16333         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
16334         from Dmitry V. Levin.
16335         Remove anachronistic cast of xrealloc.
16336         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
16337         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
16338         type. Otherwise, it wouldn't compile with at least /bin/cc on
16339         ymp-cray-unicos9.0.2.X.
16340         Combine two mostly-identical uses of alloca into one.
16341         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
16342
16343 2003-08-04  Dave Love <d.love@dl.ac.uk>
16344
16345         [From Emacs.]
16346
16347         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
16348         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
16349         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
16350         obsolete NLIST_NAME_UNION.
16351         [__GNU__]: Undef BSD and FSCALE.
16352         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
16353
16354 2003-08-03  Paul Eggert  <eggert@twinsun.com>
16355
16356         * lib/stdbool_.h (_Bool): Make it signed char, instead of
16357         an enum type, so that it's guaranteed to promote to int.  See:
16358         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
16359
16360 2003-08-03  Karl Berry  <karl@gnu.org>
16361
16362         * config/depcomp: update from automake.
16363
16364 2003-07-31  Paul Eggert  <eggert@twinsun.com>
16365
16366         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
16367         (strerror): Don't assume that a printable int fits in 14 bytes.
16368
16369 2003-07-31  Bruno Haible  <bruno@clisp.org>
16370
16371         * modules/getpass-gnu: New file.
16372         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
16373
16374 2003-07-31  Bruno Haible  <bruno@clisp.org>
16375
16376         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
16377
16378 2003-07-24  Karl Berry  <karl@gnu.org>
16379
16380         * config/missing: update from automake.
16381
16382 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
16383             Bruno Haible  <bruno@clisp.org>
16384
16385         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
16386         * lib/getline.c (getline, getdelim): Likewise.
16387         Remove _GNU_SOURCE define; now it's defined in config.h through
16388         m4/getline.m4.
16389
16390 2003-07-23  Karl Berry  <karl@gnu.org>
16391
16392         * config/config.sub: update from prep.
16393
16394 2003-07-22  Paul Eggert  <eggert@twinsun.com>
16395
16396         * modules/xalloc (Depends-on): Add exitfail.
16397         * modules/xmemcoll: Likewise.
16398
16399 2003-07-22  Paul Eggert  <eggert@twinsun.com>
16400
16401         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
16402         over-parenthesization in macros.
16403
16404         Sync with coreutils.
16405
16406         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
16407         required by C99.
16408
16409         Use `exit_failure' for xalloc and xmemcoll instead of their own
16410         private exit-failure variables.
16411         * lib/xalloc.h (xalloc_exit_failure): Remove.
16412         * lib/xmalloc.c: Likewise.  Include exitfail.h.
16413         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
16414         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
16415         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
16416         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
16417
16418 2003-07-20  Jim Meyering  <jim@meyering.net>
16419
16420         * modules/closeout (Depends-on): Add exitfail.
16421         Suggestion from Bruno Haible.
16422
16423 2003-07-19  Karl Berry  <karl@gnu.org>
16424
16425         * config/config.sub: update from prep.
16426
16427 2003-07-18  Paul Eggert  <eggert@twinsun.com>
16428
16429         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
16430         Remove.
16431         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
16432         to test that it can stand by itself.  Include "exitfail.h".
16433         Clients should set exit_failure instead.
16434         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
16435
16436 2003-07-18  Bruno Haible  <bruno@clisp.org>
16437
16438         * modules/getndelim2: New file.
16439         * modules/getline: Share files with module getndelim2.
16440         * modules/getnline: Depend on getndelim2 instead of sharing files with
16441         it. Add getnline.c to lib_SOURCES.
16442         * MODULES.html.sh (func_all_modules): Add getndelim2.
16443
16444 2003-07-18  Bruno Haible  <bruno@clisp.org>
16445
16446         * m4/getndelim2.m4: New file.
16447         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
16448         invoke gl_PREREQ_GETNDELIM2.
16449         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
16450         gl_PREREQ_GETNDELIM2.
16451         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
16452         gl_GETNDELIM2.
16453
16454 2003-07-18  Bruno Haible  <bruno@clisp.org>
16455
16456         * lib/getndelim2.h: New file.
16457         * lib/getndelim2.c: Make into a module of its own. Include config.h,
16458         getndelim2.h.
16459         (getndelim2): Make non-static. Change return type to ssize_t.
16460         * lib/getline.h: Change argument names.
16461         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
16462         * lib/getnline.c: Include getndelim2.h.
16463
16464 2003-07-18  Andreas Schwab  <schwab@suse.de>
16465
16466         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
16467
16468 2003-07-17  Karl Berry  <karl@gnu.org>
16469
16470         * config/config.sub: update from prep.
16471
16472 2003-07-17  Bruno Haible  <bruno@clisp.org>
16473
16474         * modules/getnline: New file.
16475         * modules/getline: Add lib/getndelim2.c to source file list.
16476         * MODULES.html.sh (func_all_modules): Add getnline.
16477
16478 2003-07-17  Bruno Haible  <bruno@clisp.org>
16479
16480         * m4/getnline.m4: New file.
16481
16482 2003-07-17  Bruno Haible  <bruno@clisp.org>
16483
16484         * m4/Makefile.am.in: Remove file.
16485         * m4/Makefile.am: Remove file.
16486         * m4/Makefile.in: Remove file.
16487
16488 2003-07-17  Bruno Haible  <bruno@clisp.org>
16489
16490         * lib/getnline.h: New file.
16491         * lib/getnline.c: New file.
16492         * lib/getndelim2.c: New file, extracted from getline.c.
16493         (getndelim2): Renamed from getdelim2, with added nmax argument.
16494         * lib/getline.c: Include getndelim2.c.
16495         (getdelim2): Moved out to getndelim2.c.
16496         (getline, getdelim): Update.
16497
16498 2003-07-17  Bruno Haible  <bruno@clisp.org>
16499
16500         * lib/Makefile.am: Remove file.
16501         * lib/Makefile.in: Remove file.
16502
16503 2003-07-17  Bruno Haible  <bruno@clisp.org>
16504
16505         * configure.in: Remove file.
16506         * Makefile.in: Remove file.
16507
16508 2003-07-17  Bruno Haible  <bruno@clisp.org>
16509
16510         * MODULES.html.sh: Put the </BODY> right before </HTML>.
16511
16512 2003-07-16  Karl Berry  <karl@gnu.org>
16513
16514         * config/srclist-update: was running fixlicense twice, which caused
16515                 texinfo.tex to be nullified for some reason.  Simplify,
16516                 $gplsrc is no longer needed as far as I can see?
16517
16518 2003-07-16  Jim Meyering  <jim@meyering.net>
16519
16520         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
16521
16522 2003-07-15  Paul Eggert  <eggert@twinsun.com>
16523
16524         * config/srclist.txt: Get the following files from gettext-runtime/intl
16525         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
16526         ref-del.sin.  From Bruno Haible.
16527         * config/srclist-update (fixfile): Change grep pattern again, since the
16528         previous fix didn't work (there was another trailing $).  Use
16529         '[$]' to escape the $s.
16530
16531 2003-07-15  Karl Berry  <karl@gnu.org>
16532
16533         * lib/vasnprintf.c: update from gettext.
16534
16535 2003-07-15  Karl Berry  <karl@gnu.org>
16536
16537         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
16538         gets expanded when surrounded by '$'.
16539
16540 2003-07-15  Jim Meyering  <jim@meyering.net>
16541
16542         * modules/save-cwd: Don't depend on error.  From Derek Price.
16543
16544 2003-07-15  Jim Meyering  <jim@meyering.net>
16545
16546         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
16547
16548 2003-07-14  Simon Josefsson  <jas@extundo.com>
16549
16550         * modules/mempcpy: New file.
16551         * MODULES.html.sh (func_all_modules): Add mempcpy.
16552
16553 2003-07-14  Simon Josefsson  <jas@extundo.com>
16554
16555         * m4/mempcpy.m4: New file.
16556
16557 2003-07-14  Simon Josefsson  <jas@extundo.com>
16558
16559         * lib/mempcpy.h: New file.
16560         * lib/mempcpy.c: New file.
16561
16562 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16563
16564         * modules/getdate, modules/posixtm: Depend on mktime.
16565
16566 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16567
16568         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
16569         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
16570         unicodeio.c, unicodeio.h, unlocked-io.h:
16571         Switch from LGPL to GPL.
16572
16573 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16574
16575         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
16576         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
16577         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
16578         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
16579         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
16580         updated automatically by ../config/srclist-update.  This changes
16581         their license from LPGL to GPL.
16582
16583 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16584
16585         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
16586         assumed to refer to the root of the most recent stable gettext version.
16587         * config/srclistvars.sh: Add defaults for eggert.
16588         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
16589         Match "This program" as well as "The program".  This is needed
16590         for gettext.
16591
16592 2003-07-14  Jim Meyering  <jim@meyering.net>
16593
16594         Don't emit diagnostics.  Let callers do that.
16595         * lib/save-cwd.c: Don't include "error.h".
16596         (save_cwd): Don't call error.  Ensure that errno is valid
16597         when returning nonzero.
16598
16599         * lib/save-cwd.h (restore_cwd): Update prototype.
16600         * lib/save-cwd.c (restore_cwd): Remove two parameters.
16601         Simplify.  Don't call error upon failure.  Let callers do that.
16602         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
16603         when auditing is enabled.  But don't bother updating the #if.
16604
16605 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
16606
16607         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
16608         it breaks C++ compilation.
16609         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
16610
16611 2003-07-10  Simon Josefsson  <jas@extundo.com>
16612
16613         * modules/strchrnul (Makefile.am): Add strchrnul.h.
16614
16615 2003-07-10  Jim Meyering  <jim@meyering.net>
16616
16617         * m4/clock_time.m4: Remove trailing blank.
16618         * m4/intmax_t.m4: Likewise.
16619
16620 2003-07-10  Jim Meyering  <jim@meyering.net>
16621
16622         * lib/vasnprintf.c: Remove trailing blanks.
16623         Make cpp indentation consistent.
16624
16625 2003-07-09  Paul Eggert  <eggert@twinsun.com>
16626
16627         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
16628         posixver.c, strftime.c, strnlen.c, strverscmp.c:
16629         Switch from LGPL to GPL.
16630
16631 2003-07-09  Paul Eggert  <eggert@twinsun.com>
16632
16633         * config/srclist.txt: Sort sublists.  Add
16634         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
16635         that differ from gnulib for one reason or another; we'd like this list
16636         to be smaller but for now let's document what we have.
16637
16638 2003-07-08  Paul Eggert  <eggert@twinsun.com>
16639
16640         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
16641         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
16642         and sweeter "eval x=$x".
16643         * config/srclist.txt: Get lib/argp* from glibc.
16644
16645 2003-07-07  Paul Eggert  <eggert@twinsun.com>
16646
16647         * lib/mktime.c: Fix some boundary cases and remove need for floating
16648         point.
16649
16650         Issue a compile-time diagnostic if time_t is floating point, or if
16651         two's complement arithmetic is not in effect, or if arithmetic
16652         right shift does not propagate the sign.  These assumptions were
16653         all in the original code but they weren't checked.
16654
16655         (TIME_T_MIDPOINT, verify): New macros.
16656         (__isleap): Remove; it has integer overflow problems.
16657         (leapyear): New function, without those problems.
16658         (ydhms_tm_diff): Remove; splitting into two parts.
16659         (ydhms_diff): New function, containing the arithmetic part of
16660         the old ydhms_tm_diff function.  Issue a compile-time
16661         diagnostic if we are not using C99 integer division.
16662         Avoid casts when possible.
16663         (guess_time_tm): New function, containing the checking part of
16664         the old ydhms_tm_diff function.  Return the new value, rather than
16665         the difference between it and the old.  Accept a new argument T
16666         so that *T specifies the old value.  Check for overflow in the result.
16667
16668         (__mktime_internal): Use a time_t offset, not a long int offset.
16669         This undoes the 2003-06-04 change, which is no longer needed now
16670         that we have better overflow checking.
16671         (localtime_offset): Likewise.
16672
16673         (__mktime_internal): Avoid harmful overflow on hosts where time_t
16674         and long are 64-bit but int is only 32-bit.
16675         (ydhms_diff): Use long int to store year1 and yday1.
16676         Issue a compile-time diagnostic if long int is not wide enough.
16677
16678         (__mktime_internal): Use long int to store adjusted year and yday.
16679         Use plain C rather than preprocessor commands, if that doesn't
16680         affect efficiency.
16681         Check for overflow (and try to repair) after each probe
16682         rather than checking only at the very end.  This avoids some bugs
16683         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
16684         does not equal GMT offset at maximum time).
16685         Use integer to check for overflow rather than floating point; this
16686         is more portable to non-IEEE hosts, and is a tad faster.
16687         When we detect that we are oscillating between two values,
16688         don't check whether tm_isdst has the requested value, since
16689         we already know the answer.  When tm_isdst has the wrong value,
16690         use a different heuristic to find the right one, based on the
16691         extreme values actually observed in practice in tz2003a,
16692         rather than the (overly optimistic) "previous 3 calendar quarters".
16693
16694         (not_equal_tm, print_tm, check_result): Use "const T" rather than
16695         "T const" to accommodate glibc style.
16696         (check_result): Use less-confusing report format.  "long" -> "long int.
16697         (main): Likewise.
16698         Don't loop if the iteration overflows time_t.
16699         Allow a negative step in the iteration.
16700
16701 2003-07-06  Karl Berry  <karl@gnu.org>
16702
16703         * config/depcomp: update from automake.
16704         * config/config.sub: update from prep.
16705
16706 2003-07-03  Karl Berry  <karl@gnu.org>
16707
16708         * config/config.guess: update from prep.
16709
16710 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16711
16712         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
16713         xreadlink.c now includes it unconditionally.
16714
16715 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16716
16717         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
16718         having it depend on HAVE_SYS_TYPES_H.
16719
16720 2003-07-01  Bruno Haible  <bruno@clisp.org>
16721
16722         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
16723         <sys/types.h> should be sufficient.
16724         Reported by Paul Eggert.
16725
16726 2003-06-26  Karl Berry  <karl@gnu.org>
16727
16728         * config/depcomp: update from automake.
16729
16730 2003-06-26  Bruno Haible  <bruno@clisp.org>
16731
16732         * modules/human: Depend on module stdbool.
16733
16734 2003-06-25  Bruno Haible  <bruno@clisp.org>
16735
16736         * modules/readlink: New file.
16737         * modules/xreadlink: Depend on it.
16738         * MODULES.html.sh (func_all_modules): Add readlink.
16739
16740 2003-06-25  Bruno Haible  <bruno@clisp.org>
16741
16742         * m4/readlink.m4: New file.
16743
16744 2003-06-25  Bruno Haible  <bruno@clisp.org>
16745
16746         * lib/readlink.c: New file.
16747
16748 2003-06-22  Karl Berry  <karl@gnu.org>
16749
16750         * config/srclist.txt: update mkinstalldirs from automake.
16751         * config/mkinstalldirs: update.
16752
16753 2003-06-22  Bruno Haible  <bruno@clisp.org>
16754
16755         Portability to mingw32.
16756         * m4/ssize_t.m4: New file, from GNU gettext.
16757         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
16758         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
16759
16760 2003-06-22  Bruno Haible  <bruno@clisp.org>
16761
16762         * modules/safe-read: Add m4/ssize_t.m4.
16763         * modules/xreadlink: Add m4/ssize_t.m4.
16764
16765 2003-06-20  Bruno Haible  <bruno@clisp.org>
16766
16767         Assume C89, so PARAMS isn't needed.
16768         * lib/unicodeio.h (PARAMS): Remove.
16769         * lib/unicodeio.c: Don't use PARAMS.
16770
16771 2003-06-18  Karl Berry  <karl@gnu.org>
16772
16773         * config/config.{guess,sub}: update from prep.
16774
16775 2003-06-18  Jim Meyering  <jim@meyering.net>
16776
16777         Merge changes from coreutils.
16778         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
16779         Remove explicit declarations of xmalloc and realloc.
16780         Include xalloc.h.
16781         (read_utmp): Remove anachronistic cast of xmalloc.
16782
16783 2003-06-17  Paul Eggert  <eggert@twinsun.com>
16784
16785         Assume C89, so PARAMS isn't needed.
16786         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
16787         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
16788         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
16789         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
16790         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
16791         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
16792         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
16793         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
16794         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
16795         lib/xstrtod.h, lib/xstrtol.h: Likewise.
16796         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
16797         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
16798         no longer needed. Anyway, config.h should always be included before any
16799         other file.
16800
16801 2003-06-11  Simon Josefsson  <jas@extundo.com>
16802
16803         * modules/sysexits: New file.
16804         * MODULES.html.sh (func_all_modules): Add sysexits.
16805
16806 2003-06-11  Simon Josefsson  <jas@extundo.com>
16807
16808         * lib/sysexit_.h: New file.
16809
16810 2003-06-11  Derek Price  <derek@ximbiot.com>
16811
16812         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
16813         necessary.
16814
16815 2003-06-11  Bruno Haible  <bruno@clisp.org>
16816
16817         * m4/sysexits.m4: New file.
16818
16819 2003-06-10  Simon Josefsson <jas@extundo.com>
16820
16821         * lib/argp.h: New file, from glibc.
16822         * lib/argp-ba.c: New file, from glibc.
16823         * lib/argp-eexst.c: New file, from glibc.
16824         * lib/argp-fmtstream.c: New file, from glibc.
16825         * lib/argp-fmtstream.h: New file, from glibc.
16826         * lib/argp-fs-xinl.c: New file, from glibc.
16827         * lib/argp-help.c: New file, from glibc.
16828         * lib/argp-namefrob.h: New file, from glibc.
16829         * lib/argp-parse.c: New file, from glibc.
16830         * lib/argp-pv.c: New file, from glibc.
16831         * lib/argp-pvh.c: New file, from glibc.
16832         * lib/argp-xinl.c: New file, from glibc.
16833
16834 2003-06-10  Simon Josefsson  <jas@extundo.com>
16835
16836         * modules/strchrnul: New file.
16837
16838 2003-06-10  Simon Josefsson  <jas@extundo.com>
16839
16840         * modules/argp: New file.
16841
16842 2003-06-10  Simon Josefsson  <jas@extundo.com>
16843
16844         * m4/strchrnul.m4: New file.
16845
16846 2003-06-10  Simon Josefsson  <jas@extundo.com>
16847
16848         * lib/strchrnul.h: New file.
16849         * lib/strchrnul.c: New file.
16850
16851 2003-06-10  Bruno Haible  <bruno@clisp.org>
16852
16853         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
16854
16855 2003-06-07  Karl Berry  <karl@gnu.org>
16856
16857         * config/config.{guess,sub}: update from prep.
16858
16859 2003-06-07  Jim Meyering  <jim@meyering.net>
16860
16861         * modules/strtod: Use $(...) notation, not @...@ for
16862         AC_REPLACE'd variables.
16863         * modules/localcharset: Likewise.
16864
16865 2003-06-07  Jim Meyering  <jim@meyering.net>
16866
16867         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
16868         in place of my name in the copyright comment.
16869         Remove definition and uses of __P.
16870
16871         From coreutils.
16872         * lib/stat.c: Don't declare xmalloc explicitly.
16873         Instead, include "xalloc.h".
16874         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
16875         xrealloc, and xcalloc return values.
16876         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
16877         Improve comment.
16878         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
16879
16880 2003-06-07  Bruno Haible  <bruno@clisp.org>
16881
16882         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
16883         avoid AC_CONFIG_LINKS.
16884         * modules/fnmatch (Makefile.am): Use explicit creation rule for
16885         fnmatch.h, to avoid AC_CONFIG_LINKS.
16886         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
16887
16888 2003-06-07  Bruno Haible  <bruno@clisp.org>
16889
16890         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
16891         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
16892         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16893         directory.
16894         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
16895         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16896         directory.
16897
16898 2003-06-06  Jim Meyering  <jim@meyering.net>
16899
16900         Merge from coreutils.
16901         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
16902         Consolidate declarations and initializations of *_base* locals.
16903
16904         Merge from coreutils.
16905         This avoids a core dump on systems without GNU putenv,
16906         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
16907         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
16908         (unsetenv): New static function, from GNU libc.
16909         (rpl_putenv): Use it.
16910
16911         * lib/modechange.c: Remove trailing blanks.
16912
16913         Merge from coreutils.
16914         * lib/fsusage.c: Remove declaration of statfs.
16915         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
16916
16917         * lib/posixtm.c: Include <stdbool.h> unconditionally.
16918
16919 2003-06-06  Jim Meyering  <jim@meyering.net>
16920
16921         * lib/stdbool_.h: Renamed from stdbool.h.in.
16922
16923 2003-06-06  Jim Meyering  <jim@meyering.net>
16924             Bruno Haible  <bruno@clisp.org>
16925
16926         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
16927         Adjust Makefile.am snippet not to redirect directly to target.
16928         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
16929
16930 2003-06-05  Paul Eggert  <eggert@twinsun.com>
16931
16932         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
16933         mismatch, look in future quarters as well as past.  This fixes a
16934         bug when processing fall-backwards gaps immediately after a long
16935         period of daylight-saving time.
16936
16937         * lib/mktime.c: Assume freestanding C89 or better.
16938         (HAVE_LIMITS_H): Remove.  Assume it's 1.
16939         (__P): Remove; not used.
16940         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
16941         (mktime, not_equal_tm, print_tm, check_result,
16942         main): Use prototypes.  Use const * where appropriate.
16943         (main): Fix typo in testing code that uncovered by above changes.
16944         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
16945
16946 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16947
16948         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
16949         locale.h, localeconv.  This merges changes from coreutils.
16950
16951         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
16952         It can be removed after the next Autoconf is released.
16953         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
16954         needed.
16955
16956 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16957
16958         * lib/mktime.c: Fix Debian bug 177940
16959         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
16960         (localtime_offset): Now long int, not time_t, because we want it
16961         to be guaranteed to be signed.  All uses changed.
16962         (__mktime_internal): If overflow would occur when adding offset,
16963         don't add it.
16964
16965         Merge 'human' changes from coreutils.  Rewrite to support
16966         locale-specific notations like thousands separators.
16967         * lib/human.c: Simplify authorship notice.
16968         Include human.h immediately after config.h.
16969         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
16970         <limits.h>: Do not include, since human.h does.
16971         (SIZE_MAX, UINTMAX_MAX): New macros.
16972         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
16973         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
16974         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
16975         (power_letter): Renamed from suffixes.
16976         (generate_suffix_backwards): Remove.
16977         (adjust_value): Now takes int style (because of human.h changes)
16978         and long double value (for greater precision on some platforms).
16979         (group_number): New function.
16980         (human_readable): Use it.  Use integer options, not enum.
16981         Put the options before the sizes in the arg list.
16982         Support all the new options.
16983         The old human_readable function has been removed;
16984         use inttostr.h instead.
16985         (human_readable, default_block_size, humblock):
16986         Use uintmax_t, not int, for block sizes.
16987         (human_readable_inexact, block_size_types): Remove.
16988         (block_size_opts): New constant.
16989         (human_options): Renamed from human_block_size, with new signature
16990         that allows block sizes up to UINTMAX_MAX.  All callers changed.
16991         * lib/human.h: Add copyright and authorship notice.
16992         Include <limits.h> and <stdbool.h> unconditionally.
16993         (PARAMS): Remove.  All uses removed.
16994         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
16995         (enum human_inexact_style): Remove tag; now a nameless enum.
16996         (human_floor, human_ceiling, human_round_to_even): Now have
16997         values 2, 0, 1 rather than -1, 1, 0.
16998         (human_group_digits, human_suppress_point_zero, human_autoscale,
16999         human_base_1024, human_SI, human_B): New constants.
17000         (human_readable_inexact, human_block_size): Remove.
17001         (human_readable): Size args are now uintmax_t, not int.
17002         (human_options): New decl.
17003
17004         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
17005         unnecessary now that we assume C89 or better.  This change
17006         imported from coreutils.
17007
17008         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
17009         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
17010         in the 2003-05-30 sync from glibc.
17011
17012         .h files should stand alone, but we shouldn't include <sys/types.h>
17013         if we can get away with just <stddef.h>.
17014
17015         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
17016         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
17017         rather than <sys/types.h>, as we merely need size_t.
17018         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
17019         to get size_t.
17020         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
17021         Include <stdio.h>, to get FILE.
17022         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
17023         memcasecmp.h has included <stddef.h> and all we need is size_t.
17024         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
17025         our interface, instead of including <sys/types.h>
17026
17027 2003-06-04  Paul Eggert  <eggert@twinsun.com>
17028
17029         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
17030         now, as glibc mktime is buggy on non-glibc systems.
17031
17032 2003-06-03  Karl Berry  <karl@gnu.org>
17033
17034         * config/config.sub: update from prep.
17035
17036 2003-06-02  Paul Eggert  <eggert@twinsun.com>
17037
17038         [from coreutils]
17039         Fix some minor time-related bugs with POSIX time arguments.
17040         Some valid time stamps were being rejected (notably -1, and
17041         time stamps before 1900 on 64-bit hosts).  And some invalid
17042         time stamps were being accepted, e.g. September 31.
17043
17044         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
17045         that we can return (time_t) -1 successfully.
17046         * lib/posixtm.c: Likewise.
17047         [HAVE_STDBOOL_H]: Include <stdbool.h>.
17048         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
17049         (t): Remove static var.
17050         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
17051         of static var.  All uses changed.
17052         (year): Do not reject years before 1900; they can occur with
17053         64-bit time_t.
17054         (posix_time_parse): Do not check for out-of-range components;
17055         that is now the caller's responsibility, since our checks were
17056         only approximations.
17057         (posixtime): Use mktime to check for out-of-range components,
17058         since it knows them exactly.
17059         If mktime returns (time_t) -1, check whether an error actually occurred
17060         by invoking localtime on -1.
17061         (main) [TEST_POSIXTIME]: Check for input data errors, and report
17062         posixtime failures better.
17063         Improve the test data (in comments only).
17064
17065 2003-06-02  Karl Berry  <karl@gnu.org>
17066
17067         * config/mkinstalldirs (version): new variable.
17068         (--version): new option.
17069         (usage): improve message.
17070
17071 2003-05-30  Karl Berry  <karl@gnu.org>
17072
17073         * lib/mktime.c: update from libc.
17074
17075 2003-05-30  Bruno Haible  <bruno@clisp.org>
17076
17077         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
17078         * config/config.rpath: Upgrade to gettext-0.12.1.
17079
17080 2003-05-30  Bruno Haible  <bruno@clisp.org>
17081
17082         * m4/gettext.m4: Upgrade to gettext-0.12.1.
17083         * m4/nls.m4: New file, from gettext-0.12.1.
17084         * m4/po.m4: New file, from gettext-0.12.1.
17085         * m4/progtest.m4: Upgrade to gettext-0.12.1.
17086
17087 2003-05-30  Bruno Haible  <bruno@clisp.org>
17088
17089         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
17090         * lib/localcharset.h: Likewise.
17091         * lib/localcharset.c: Likewise.
17092
17093 2003-05-29  Karl Berry  <karl@gnu.org>
17094
17095         * config/config.rpath: update from gettext.
17096
17097 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17098
17099         Assume the headers required for C89 freestanding compilers.
17100         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
17101         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
17102         * m4/human.m4 (gl_HUMAN): Likewise.
17103         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
17104         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
17105         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17106         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
17107         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17108         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
17109
17110 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17111
17112         Assume the headers required for C89 freestanding compilers.
17113         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
17114         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
17115         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
17116         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
17117         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
17118         define, since <limits.h> is guaranteed to do that.
17119         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
17120         * lib/exclude.c: Include <stdbool.h> unconditionally.
17121         * lib/tempname.c: Include <stddef.h> unconditionally.
17122         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
17123         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
17124         <stddef.h> does that.
17125         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
17126         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
17127         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
17128         needed.
17129         * lib/xstrtol.c: Likewise.
17130         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
17131         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
17132
17133         * lib/addext.c (addext): Use assignment rather than cast, to avoid
17134         warnings on some platforms.
17135
17136         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
17137         arbitrarily.
17138
17139 2003-05-26  Jim Meyering  <jim@meyering.net>
17140
17141         Merge in a change from coreutils:
17142         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
17143         that is guaranteed to be `no'.  Use `no_such_member' to indicate
17144         that condition, rather than `-1' which is slightly misleading.
17145         Change the name of the cache variable to have the gl_ prefix.
17146         Prompted by a patch from Richard Dawe for DJGPP.
17147
17148 2003-05-24  Karl Berry  <karl@gnu.org>
17149
17150         * config/config.guess: update from prep.
17151
17152 2003-05-22  Karl Berry  <karl@gnu.org>
17153
17154         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
17155
17156 2003-05-20  Karl Berry  <karl@gnu.org>
17157
17158         * config/config.guess: update from prep.
17159
17160 2003-05-18  Karl Berry  <karl@gnu.org>
17161
17162         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
17163         might actually be set by the user.
17164
17165         * config/depcomp, install-sh, mdate-sh: update from automake.
17166
17167 2003-05-17  Bruno Haible  <bruno@clisp.org>
17168
17169         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
17170         invalid expansion for AC_EGREP_CPP.
17171         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
17172         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
17173         Suggested by Akim Demaille <akim@epita.fr> in
17174         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
17175
17176 2003-05-12  Jim Meyering  <jim@meyering.net>
17177
17178         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
17179         the space-padded-by-default conversion specifiers, %e, %k, %l.
17180
17181 2003-05-12  Bruno Haible  <bruno@clisp.org>
17182
17183         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
17184         the string is longer than 4 KB.
17185
17186 2003-05-11  Karl Berry  <karl@gnu.org>
17187
17188         * config/config.{guess,sub}: update from prep.
17189
17190 2003-05-09  Bruno Haible  <bruno@clisp.org>
17191
17192         * modules/error: Add m4/strerror_r.m4 to file list.
17193
17194 2003-05-03  Bruno Haible  <bruno@clisp.org>
17195
17196         Upgrade to Unicode-4.0.
17197         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
17198         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
17199         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
17200         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
17201         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
17202         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
17203         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
17204         Change width of U+E0100..U+E01EF from 1 to 0.
17205
17206 2003-04-25  Jim Meyering  <jim@meyering.net>
17207
17208         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
17209         of type size_t, not int.
17210
17211 2003-04-25  Bruno Haible  <bruno@clisp.org>
17212
17213         * lib/copy-file.c: Include <stddef.h>, for size_t.
17214
17215 2003-04-21  Paul Eggert  <eggert@twinsun.com>
17216
17217         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
17218         code which expansion is under static control.  Patch imported from
17219         Akim Demaille's patch to Bison; see
17220         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
17221
17222 2003-04-14  Bruno Haible  <bruno@clisp.org>
17223
17224         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
17225
17226 2003-04-11  Jim Meyering  <jim@meyering.net>
17227
17228         Merge changes from Coreutils.
17229
17230         2003-03-22  Jim Meyering  <jim@meyering.net>
17231
17232         * lib/strftime.c (widen): Cast alloca return value to proper type.
17233
17234         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
17235
17236         From GNU libc.
17237         * lib/strftime.c (my_strftime): Handle very large width
17238         specifications for numeric values correctly.  Improve checks for
17239         overflow.
17240
17241         2003-01-19  Jim Meyering  <jim@meyering.net>
17242
17243         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
17244         definitions.
17245         (nl_get_alt_digit) [! defined my_strftime]: Define.
17246         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
17247         _nl_get_alt_digit and _nl_get_walt_digit.
17248
17249         * lib/strftime.c (my_strftime): Merge in locale-related changes from
17250         libc. These changes have no effect outside of _LIBC.
17251
17252 2003-04-10  Bruno Haible  <bruno@clisp.org>
17253
17254         * modules/findprog: New file.
17255         * MODULES.html.sh (func_all_modules): Add it.
17256
17257 2003-04-10  Bruno Haible  <bruno@clisp.org>
17258
17259         * m4/findprog.m4: New file.
17260         * m4/eaccess.m4: New file.
17261
17262 2003-04-10  Bruno Haible  <bruno@clisp.org>
17263
17264         * lib/findprog.h: New file, from GNU gettext.
17265         * lib/findprog.c: New file, from GNU gettext.
17266
17267 2003-04-05  Jim Meyering  <jim@meyering.net>
17268
17269         Merge changes from Coreutils.
17270
17271         * lib/exclude.h (PARAMS): Remove definition and uses.
17272         * lib/exclude.c: Remove uses of `PARAMS'.
17273
17274         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
17275         Add test-cases for DOS filenames. Declare program_name.
17276         (main): Set up program_name.  Patch by Rich Dawe.
17277
17278         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17279         error from mntctl.
17280         Use mntctl's return value to drive the entry-processing loop, since
17281         we can't rely on the value of the vmt_length member in the last
17282         entry.  On some systems doing so could result in exhausting
17283         virtual memory.  Based in part on a patch from Mike Jetzer.
17284
17285 2003-04-04  Bruno Haible  <bruno@clisp.org>
17286
17287         * modules/linebreak: New file.
17288         * MODULES.html.sh (func_all_modules): Add it.
17289
17290 2003-04-04  Bruno Haible  <bruno@clisp.org>
17291
17292         * m4/linebreak.m4: New file.
17293
17294 2003-04-04  Bruno Haible  <bruno@clisp.org>
17295
17296         * lib/linebreak.h: New file, from GNU gettext.
17297         * lib/linebreak.c: New file, from GNU gettext with slight
17298         modifications.
17299         * lib/lbrkprop.h: New file, from GNU gettext.
17300
17301 2003-04-03  Bruno Haible  <bruno@clisp.org>
17302
17303         * modules/utf8-ucs4: New file.
17304         * modules/utf16-ucs4: New file.
17305         * modules/ucs4-utf8: New file.
17306         * modules/ucs4-utf16: New file.
17307         * MODULES.html.sh (func_all_modules): Add them.
17308
17309 2003-04-03  Bruno Haible  <bruno@clisp.org>
17310
17311         * m4/utf-ucs4.m4: New file.
17312         * m4/ucs4-utf.m4: New file.
17313
17314 2003-04-03  Bruno Haible  <bruno@clisp.org>
17315
17316         * lib/utf8-ucs4.h: New file, from GNU gettext.
17317         * lib/utf16-ucs4.h: New file, from GNU gettext.
17318         * lib/ucs4-utf8.h: New file, from GNU gettext.
17319         * lib/ucs4-utf16.h: New file, from GNU gettext.
17320
17321 2003-04-02  Bruno Haible  <bruno@clisp.org>
17322
17323         * modules/binary-io: New file.
17324         * MODULES.html.sh (func_all_modules): Add it.
17325
17326 2003-04-02  Bruno Haible  <bruno@clisp.org>
17327
17328         * lib/binary-io.h: New file, from GNU gettext.
17329
17330 2003-04-01  Bruno Haible  <bruno@clisp.org>
17331
17332         * modules/pathname: New file.
17333         * MODULES.html.sh (func_all_modules): Add it.
17334
17335 2003-04-01  Bruno Haible  <bruno@clisp.org>
17336
17337         * lib/pathname.h: New file, from GNU gettext.
17338         * lib/concatpath.c: New file, from GNU gettext.
17339
17340 2003-03-30  Bruno Haible  <bruno@clisp.org>
17341
17342         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
17343
17344 2003-03-30  Bruno Haible  <bruno@clisp.org>
17345
17346         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
17347         function chown() doesn't exist.
17348
17349 2003-03-28  Bruno Haible  <bruno@clisp.org>
17350
17351         * modules/copy-file: New file.
17352         * MODULES.html.sh (func_all_modules): Add it.
17353
17354 2003-03-28  Bruno Haible  <bruno@clisp.org>
17355
17356         * m4/copy-file.m4: New file.
17357
17358 2003-03-28  Bruno Haible  <bruno@clisp.org>
17359
17360         * lib/copy-file.h: New file, from GNU gettext.
17361         * lib/copy-file.c: New file, from GNU gettext.
17362
17363 2003-03-18  Jim Meyering  <jim@meyering.net>
17364
17365         * lib/quote.c (quote_n): Fix typo in comment.
17366
17367 2003-03-18  Bruno Haible  <bruno@clisp.org>
17368
17369         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
17370         checking.
17371         * m4/onceonly_2_57.m4: Likewise.
17372
17373 2003-03-17  Bruno Haible  <bruno@clisp.org>
17374
17375         * m4/onceonly.m4: Require autoconf 2.54 or newer.
17376         (m4_quote): Remove macro.
17377         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
17378
17379 2003-03-14  Jim Meyering  <jim@meyering.net>
17380
17381         Merge changes from Coreutils.
17382         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
17383         to be const, in order to avoid warnings.
17384         (obstack_room): Likewise.
17385         (obstack_empty_p): Likewise.
17386
17387 2003-03-14  Bruno Haible  <bruno@clisp.org>
17388
17389         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
17390         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
17391
17392 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17393
17394         Merge changes from Bison.
17395         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
17396         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
17397         when compiling Bison 1.875's `bitset bset = obstack_alloc
17398         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
17399         * lib/hash.c: Include <stdbool.h> unconditionally.
17400
17401 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17402
17403         * m4/onceonly.m4 (m4_quote): New macro.
17404         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
17405         Quote AC_FOREACH variable-expansions properly.
17406
17407 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17408
17409         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
17410
17411 2003-03-09  Paul Eggert  <eggert@twinsun.com>
17412
17413         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
17414         Reported by Bruce Becker; see:
17415         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
17416
17417 2003-03-03  Paul Eggert  <eggert@twinsun.com>
17418             Bruno Haible  <bruno@clisp.org>
17419
17420         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
17421         Reported by John Hughes, see
17422         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
17423
17424 2003-02-20  Bruno Haible  <bruno@clisp.org>
17425
17426         * MODULES.html.sh (func_all_modules): Add poll.
17427
17428 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17429
17430         * modules/poll: New file.
17431
17432 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17433
17434         * lib/poll_.h: New file.
17435         * lib/poll.c: New file.
17436
17437 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17438
17439         * m4/poll.m4: New file.
17440
17441 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17442
17443         * modules/mathl: New file.
17444
17445 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17446
17447         * lib/mathl.h: New file.
17448         * lib/acosl.c: New file.
17449         * lib/asinl.c: New file.
17450         * lib/atanl.c: New file.
17451         * lib/ceill.c: New file.
17452         * lib/cosl.c: New file.
17453         * lib/expl.c: New file.
17454         * lib/floorl.c: New file.
17455         * lib/frexpl.c: New file.
17456         * lib/ldexpl.c: New file.
17457         * lib/logl.c: New file.
17458         * lib/sincosl.c: New file.
17459         * lib/sinl.c: New file.
17460         * lib/sqrtl.c: New file.
17461         * lib/tanl.c: New file.
17462         * lib/trigl.c: New file.
17463         * lib/trigl.h: New file.
17464
17465 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17466
17467         * m4/mathl.m4: New file.
17468
17469 2003-02-18  Bruno Haible  <bruno@clisp.org>
17470
17471         * MODULES.html.sh (func_all_modules): Add mathl.
17472
17473 2003-02-17  Bruno Haible  <bruno@clisp.org>
17474
17475         * modules/mkdtemp: New module.
17476         * MODULES.html.sh (func_all_modules): Add it.
17477
17478 2003-02-17  Bruno Haible  <bruno@clisp.org>
17479
17480         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
17481
17482 2003-02-17  Bruno Haible  <bruno@clisp.org>
17483
17484         * lib/mkdtemp.h: New file, from GNU gettext.
17485         * lib/mkdtemp.c: New file, from GNU gettext.
17486
17487 2003-02-02  Jim Meyering  <jim@meyering.net>
17488
17489         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
17490         e.g. glibc-2.2.93.
17491
17492 2003-01-31  Bruno Haible  <bruno@clisp.org>
17493
17494         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
17495         'rpl_rename'.
17496         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
17497         'rpl_strnlen'.
17498         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
17499         'rpl_strtod'.
17500         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
17501         'rpl_utime'.
17502
17503 2003-01-31  Bruno Haible  <bruno@clisp.org>
17504
17505         * lib/rename.c: #undef rename before defining rpl_rename.
17506         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
17507
17508 2003-01-30  Bruno Haible  <bruno@clisp.org>
17509
17510         * modules/vasnprintf, modules/vasprintf: New modules.
17511         * MODULES.html.sh (func_all_modules): Add them.
17512
17513 2003-01-30  Bruno Haible  <bruno@clisp.org>
17514
17515         * m4/signed.m4: New file, from GNU gettext.
17516         * m4/longdouble.m4: New file, from GNU gettext.
17517         * m4/wchar_t.m4: New file, from GNU gettext.
17518         * m4/wint_t.m4: New file, from GNU gettext.
17519         * m4/vasnprintf.m4: New file.
17520         * m4/vasprintf.m4: New file.
17521
17522 2003-01-30  Bruno Haible  <bruno@clisp.org>
17523
17524         * lib/printf-args.h: New file, from GNU gettext.
17525         * lib/printf-args.c: New file, from GNU gettext.
17526         * lib/printf-parse.h: New file, from GNU gettext.
17527         * lib/printf-parse.c: New file, from GNU gettext.
17528         * lib/vasnprintf.h: New file, from GNU gettext.
17529         * lib/vasnprintf.c: New file, from GNU gettext.
17530         * lib/asnprintf.c: New file, from GNU gettext.
17531         * lib/vasprintf.h: New file, from GNU gettext with modifications.
17532         * lib/vasprintf.c: New file, from GNU gettext.
17533         * lib/asprintf.c: New file, from GNU gettext.
17534
17535 2003-01-29  Bruno Haible  <bruno@clisp.org>
17536
17537         * modules/stpncpy: New module.
17538         * MODULES.html.sh (func_all_modules): Add it.
17539
17540 2003-01-29  Bruno Haible  <bruno@clisp.org>
17541
17542         * m4/stpncpy.m4: New file.
17543
17544 2003-01-29  Bruno Haible  <bruno@clisp.org>
17545
17546         * lib/stpncpy.h: New file, from GNU gettext with modifications.
17547         * lib/stpncpy.c: New file, from GNU gettext with modifications.
17548
17549 2003-01-28  Bruno Haible  <bruno@clisp.org>
17550
17551         * modules/c-ctype: New module.
17552         * MODULES.html.sh (func_all_modules): Add it.
17553
17554 2003-01-28  Bruno Haible  <bruno@clisp.org>
17555
17556         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
17557         Paul Eggert.
17558         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
17559         Paul Eggert.
17560
17561 2003-01-27  Bruno Haible  <bruno@clisp.org>
17562
17563         * modules/xsetenv: New module.
17564         * MODULES.html.sh (func_all_modules): Add it.
17565
17566 2003-01-27  Bruno Haible  <bruno@clisp.org>
17567
17568         * lib/xsetenv.h: New file, from GNU gettext.
17569         * lib/xsetenv.c: New file, from GNU gettext.
17570
17571 2003-01-23  Jim Meyering  <jim@meyering.net>
17572
17573         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
17574         from working on systems without dirfd (at least Irix and OSF1/Tru64).
17575
17576 2003-01-23  Bruno Haible  <bruno@clisp.org>
17577
17578         * modules/minmax: New module.
17579         * MODULES.html.sh (func_all_modules): Add it.
17580
17581 2003-01-23  Bruno Haible  <bruno@clisp.org>
17582
17583         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
17584         Eggert.
17585
17586 2003-01-22  Bruno Haible  <bruno@clisp.org>
17587
17588         * modules/exit: New module.
17589         * MODULES.html.sh (func_all_modules): Add it.
17590
17591 2003-01-22  Bruno Haible  <bruno@clisp.org>
17592
17593         * lib/exit.h: New file, from GNU gettext.
17594
17595 2003-01-19  Bruno Haible  <bruno@clisp.org>
17596
17597         * gnulib-tool: Recognize option --extract-maintainer.
17598         (func_get_maintainer): New function.
17599         * modules/*: Add Maintainer entry.
17600
17601 2003-01-16  Jim Meyering  <jim@meyering.net>
17602
17603         * m4/regex.m4: The `regex' struct is both input and output.
17604         Initialize it before each use.  Patch by Tim Waugh.
17605
17606 2003-01-16  Bruno Haible  <bruno@clisp.org>
17607
17608         * MODULES.html.sh: Add a table of contents. Add the module name as
17609         leftmost column. Add hyperlinks.
17610
17611 2003-01-15  Bruno Haible  <bruno@clisp.org>
17612
17613         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
17614
17615 2003-01-15  Bruno Haible  <bruno@clisp.org>
17616
17617         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
17618         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
17619         suffix.
17620
17621 2003-01-15  Bruno Haible  <bruno@clisp.org>
17622
17623         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
17624
17625 2003-01-15  Bruno Haible  <bruno@clisp.org>
17626
17627         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
17628         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
17629
17630 2003-01-14  Jim Meyering  <jim@meyering.net>
17631
17632         * lib/same.c (same_name): Tweak a comment.
17633
17634 2003-01-14  Bruno Haible  <bruno@clisp.org>
17635
17636         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
17637         when a string comparison is sufficient.
17638
17639 2003-01-14  Bruno Haible  <bruno@clisp.org>
17640
17641         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
17642         'unsigned int'.
17643
17644 2003-01-14  Bruno Haible  <bruno@clisp.org>
17645
17646         * lib/hash-pjw.c: Add comment about low quality of this function.
17647
17648 2003-01-13  Bruno Haible  <bruno@clisp.org>
17649
17650         * modules/stpcpy: Distribute lib/stpcpy.h.
17651         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
17652
17653 2003-01-13  Bruno Haible  <bruno@clisp.org>
17654
17655         * modules/*: Add a description.
17656         * modules/strpbrk: Fix Makefile.am snippet.
17657         * modules/strtoimax: Fix dependencies.
17658         * modules/strtoumax: Likewise.
17659
17660 2003-01-13  Bruno Haible  <bruno@clisp.org>
17661
17662         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
17663         * modules/alloca (Makefile.am): All object files depend on alloca.h.
17664         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
17665
17666 2003-01-13  Bruno Haible  <bruno@clisp.org>
17667
17668         * gnulib-tool (func_create_testdir): Store config/* files in the main
17669         directory.
17670         * config.rpath: Move to ...
17671         * config/config.rpath: ... here.
17672         * modules/gettext: Contains config/config.rpath, not config.rpath.
17673         * modules/iconv: Likewise.
17674
17675 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17676
17677         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17678         to avoid collisions with libcurses and libreadline.
17679
17680         * m4/getstr.m4: Remove.
17681         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
17682
17683 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17684
17685         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17686         to avoid collisions with libcurses and libreadline.
17687
17688         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
17689         * lib/getstr.h, getstr.c: Remove.
17690         * lib/getline.c: Include "getline.h", to check interface.
17691         Move body of old getstr.c here: this defines MIN_CHUNK and
17692         declares getdelim2, which is renamed from getstr.
17693         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
17694
17695         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
17696         All uses changed.
17697         * lib/linebuffer.h: Likewise.
17698         (readline): Remove backward-compatibility macro.
17699
17700 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17701
17702         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17703         to avoid collisions with libcurses and libreadline.
17704         * getstr: Remove.
17705         * MODULES.html.sh: Remove getstr.
17706         * modules/getline: Depend on unlocked-io, not getstr.
17707
17708 2003-01-12  Jim Meyering  <jim@meyering.net>
17709
17710         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
17711
17712 2003-01-10  Bruno Haible  <bruno@clisp.org>
17713
17714         * modules/alloca: Change Makefile.am requirements. Simplify Include
17715         requirements. Add lib/alloca_.h to file list.
17716
17717 2003-01-10  Bruno Haible  <bruno@clisp.org>
17718
17719         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
17720
17721 2003-01-10  Bruno Haible  <bruno@clisp.org>
17722
17723         * lib/alloca_.h: New file.
17724         * lib/getdate.y: Unconditionally include alloca.h.
17725         * lib/makepath.c: Likewise.
17726         * lib/setenv.c: Likewise.
17727         * lib/userspec.c: Likewise.
17728
17729 2003-01-09  Karl Berry  <karl@gnu.org>
17730
17731         * MODULES.html.sh: include `dirname $0` in PATH, to find
17732         gnulib-tool.
17733
17734 2003-01-09  Bruno Haible  <bruno@clisp.org>
17735
17736         * modules/stdbool: Change configure.ac, Makefile.am requirements.
17737         Simplify Include requirements. Add lib/stdbool.h.in to file list.
17738
17739 2003-01-09  Bruno Haible  <bruno@clisp.org>
17740
17741         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
17742
17743 2003-01-09  Bruno Haible  <bruno@clisp.org>
17744
17745         * lib/stdbool.h.in: New file.
17746
17747 2003-01-09  Bruno Haible  <bruno@clisp.org>
17748
17749         * gnulib-tool (func_all_modules): Ignore files ending in ~.
17750         * MODULES.html.sh: Likewise.
17751
17752 2003-01-08  Jim Meyering  <jim@meyering.net>
17753
17754         * lib/full-write.c: Undefine and define-away `const' after inclusion
17755         of errno.h, not before.  Suggestion from Bruno Haible.
17756
17757 2003-01-08  Bruno Haible  <bruno@clisp.org>
17758
17759         * modules/full-read: Depend on full-write.
17760
17761 2003-01-08  Bruno Haible  <bruno@clisp.org>
17762
17763         * lib/safe-read.c: Include specification header first, to ensure its
17764         selfcontainedness.
17765         * lib/full-write.c: Likewise.
17766
17767 2003-01-07  Jim Meyering  <jim@meyering.net>
17768
17769         * lib/full-write.c: Rework so that it may serve to define full_read,
17770         too.
17771         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
17772
17773 2003-01-07  Bruno Haible  <bruno@clisp.org>
17774
17775         * lib/strtoimax.c: Include <stdint.h> as an alternative to
17776         <inttypes.h>.
17777         * lib/xstrtol.h: Likewise.
17778         * lib/xstrtoimax.c: Likewise.
17779         * lib/xstrtoumax.c: Likewise.
17780         * lib/human.h: Likewise.
17781
17782         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
17783         on systems that have <inttypes.h> but not <stdint.h>.
17784
17785 2003-01-07  Bruno Haible  <bruno@clisp.org>
17786
17787         * MODULES.html.sh: Add copyright notice.
17788         (missed_files): Omit CVS directory entries.
17789         (func_module): Make it work with sed-3.02.
17790         * MODULES.txt: Remove file.
17791
17792 2003-01-06  Jim Meyering  <jim@meyering.net>
17793
17794         * lib/version-etc.c: Update year in translatable copyright string.
17795
17796 2003-01-03  Karl Berry  <karl@gnu.org>
17797
17798         * config/config.{guess,sub}: update from prep.
17799
17800 2003-01-02  Karl Berry  <karl@gnu.org>
17801
17802         * doc/COPYING.DOC: belatedly updated to 1.2.
17803
17804 2003-01-01  Karl Berry  <karl@gnu.org>
17805
17806         * gnulib-tool (func_verify_module): report module name $module in
17807         error message, not $1.
17808         * gnulib-tool (create-testdir): don't complain if destdir couldn't
17809         be created, only if it doesn't exist.
17810         * gnulib-tool (last_checkin_date): don't expand the $Date here.
17811
17812 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17813
17814         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
17815
17816 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17817
17818         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
17819         memcmp if strcoll doesn't work.
17820
17821 2002-12-31  Bruno Haible  <bruno@clisp.org>
17822
17823         * lib/utime.c (utime_null): No need to call ftruncate if the file was
17824         nonempty.
17825
17826 2002-12-31  Bruno Haible  <bruno@clisp.org>
17827
17828         * lib/memcoll.c (STRCOLL): New macro.
17829         (memcoll): Use it.
17830
17831 2002-12-31  Bruno Haible  <bruno@clisp.org>
17832
17833         * lib/localcharset.h: New file.
17834         * lib/localcharset.c: Include it.
17835         * lib/unicodeio.c: Likewise.
17836
17837 2002-12-31  Bruno Haible  <bruno@clisp.org>
17838
17839         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
17840         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
17841
17842 2002-12-31  Bruno Haible  <bruno@clisp.org>
17843
17844         * lib/getline.h: Include <stddef.h>, for size_t.
17845
17846         * lib/unicodeio.h: Include <stddef.h>, for size_t.
17847         * lib/unicodeio.c: Don't include <stddef.h>.
17848
17849 2002-12-31  Bruno Haible  <bruno@clisp.org>
17850
17851         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
17852         HAVE_TM_ZONE.
17853
17854 2002-12-24  Karl Berry  <karl@gnu.org>
17855
17856         * config/config.guess: update from prep.
17857
17858 2002-12-24  Bruno Haible  <bruno@clisp.org>
17859
17860         General infrasructure.
17861         * m4/README: Rewritten.
17862         * m4/onceonly.m4: New file.
17863         * m4/onceonly_2_57.m4: New file.
17864
17865         Module atexit.
17866         * m4/atexit.m4: New file.
17867
17868         Module strtod.
17869         * m4/strtod.m4: New file.
17870
17871         Module strtol.
17872         * m4/strtol.m4: New file.
17873
17874         Module strtoul.
17875         * m4/strtoul.m4: New file.
17876
17877         Module memchr.
17878         * m4/memchr.m4: New file.
17879
17880         Module memcmp.
17881         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
17882         (jm_FUNC_MEMCMP): Invoke it.
17883
17884         Module memcpy.
17885         * m4/memcpy.m4: New file.
17886
17887         Module memmove.
17888         * m4/memmove.m4: New file.
17889
17890         Module memset.
17891         * m4/memset.m4: New file.
17892
17893         Module strcspn.
17894         * m4/strcspn.m4: New file.
17895
17896         Module strpbrk.
17897         * m4/strpbrk.m4: New file.
17898
17899         Module strstr.
17900         * m4/strstr.m4: New file.
17901
17902         Module strerror.
17903         * m4/strerror.m4: New file.
17904
17905         Module mktime.
17906         * m4/mktime.m4: Renamed from jm-mktime.m4.
17907         (gl_PREREQ_MKTIME): New macro.
17908         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
17909
17910         Module malloc.
17911         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
17912         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
17913         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
17914
17915         Module realloc.
17916         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
17917         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
17918         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
17919
17920         Module strftime.
17921         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
17922         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
17923         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
17924         gl_TM_GMTOFF.
17925         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
17926
17927         Module xalloc.
17928         * m4/xalloc.m4: New file.
17929
17930         Module alloca.
17931         * m4/alloca.m4: New file.
17932
17933         Module putenv.
17934         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
17935         (jm_FUNC_PUTENV): Invoke it.
17936
17937         Module setenv.
17938         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
17939         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
17940         when invoked twice.
17941         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
17942         gt_FUNC_SETENV.
17943
17944         Module memrchr.
17945         * m4/memrchr.m4: New file.
17946
17947         Module stpcpy.
17948         * m4/stpcpy.m4: New file.
17949
17950         Module strcase.
17951         * m4/strcase.m4: New file.
17952
17953         Module strdup.
17954         * m4/strdup.m4: New file.
17955
17956         Module strnlen.
17957         * m4/strnlen.m4: New file.
17958
17959         Module strndup.
17960         * m4/strndup.m4: New file.
17961
17962         Module xstrtod.
17963         * m4/xstrtod.m4: New file.
17964
17965         Module xstrtol.
17966         * m4/xstrtol.m4: New file.
17967
17968         Module getdate.
17969         * m4/getdate.m4: New file.
17970
17971         Module unlocked-io.
17972         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
17973         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
17974         * m4/jm-glibc-io.m4n: Remove file.
17975
17976         Module long-options.
17977         * m4/long-options.m4: New file.
17978
17979         Module md5.
17980         * m4/md5.m4: New file.
17981
17982         Module sha.
17983         * m4/sha.m4: New file.
17984
17985         Module getstr.
17986         * m4/getstr.m4: New file.
17987
17988         Module getline.
17989         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
17990         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
17991         <sys/types.h>, for size_t. Use the function name gnu_getline, not
17992         simply getline. Infoke gl_PREREQ_GETLINE.
17993
17994         Module obstack.
17995         * m4/obstack.m4: New file.
17996
17997         Module hash.
17998         * m4/hash.m4: New file.
17999
18000         Module readtokens.
18001         * m4/readtokens.m4: New file.
18002
18003         Module strverscmp.
18004         * m4/strverscmp.m4: New file.
18005
18006         Module stdbool.
18007         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
18008         OSF/1.
18009
18010         Module strtoll.
18011         * m4/strtoll.m4: New file.
18012
18013         Module strtoull.
18014         * m4/strtoull.m4: New file.
18015
18016         Module strtoimax.
18017         * m4/strtoimax.m4: New file.
18018
18019         Module strtoumax.
18020         * m4/strtoumax.m4: New file.
18021
18022         Module xstrtoimax.
18023         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
18024         jm_AC_PREREQ_XSTRTOIMAX.
18025         Moved the strtol prerequisites to strtol.m4.
18026         Moved the strtoll prerequisites to strtoll.m4.
18027         Moved the strtoimax prerequisites to strtoimax.m4.
18028
18029         Module xstrtoumax.
18030         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
18031         jm_AC_PREREQ_XSTRTOUMAX.
18032         Moved the strtoul prerequisites to strtoul.m4.
18033         Moved the strtoull prerequisites to strtoull.m4.
18034         Moved the strtoumax prerequisites to strtoumax.m4.
18035
18036         Module chown.
18037         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
18038         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
18039
18040         Module dup2.
18041         * m4/dup2.m4: New file.
18042
18043         Module ftruncate.
18044         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
18045         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
18046
18047         Module getgroups.
18048         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
18049         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
18050
18051         Module gettimeofday.
18052         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
18053         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
18054         gl_PREREQ_GETTIMEOFDAY.
18055
18056         Module mkdir.
18057         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
18058         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
18059
18060         Module mkstemp.
18061         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
18062         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
18063         jm_AC_TYPE_UINTMAX_T.
18064         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
18065
18066         Module stat.
18067         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
18068         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
18069
18070         Module lstat.
18071         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
18072         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
18073
18074         Module timespec.
18075         * m4/timespec.m4 (gl_TIMESPEC): New macro.
18076         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
18077         * m4/st_mtim.m4: Indentation.
18078
18079         Module nanosleep.
18080         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
18081         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
18082         gl_PREREQ_NANOSLEEP.
18083
18084         Module regex.
18085         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
18086         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
18087         (gl_REGEX): New macro.
18088
18089         Module rename.
18090         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
18091         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
18092
18093         Module rmdir.
18094         * m4/rmdir.m4: New file.
18095
18096         Module utime.
18097         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
18098         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
18099         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
18100
18101         Module dirname.
18102         * m4/dirname.m4: New file.
18103
18104         Module getopt.
18105         * m4/getopt.m4: New file.
18106
18107         Module unistd-safer.
18108         * m4/unistd-safer.m4: New file.
18109
18110         Module fnmatch.
18111         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
18112         declaration.
18113         (gl_PREREQ_FNMATCH_EXTRA): New macro.
18114         (gl_FUNC_FNMATCH_POSIX): New macro.
18115         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
18116         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
18117         simply fnmatch.
18118
18119         Module exclude.
18120         * m4/exclude.m4: New file.
18121
18122         Module human.
18123         * m4/human.m4: New file.
18124
18125         Module acl.
18126         * m4/acl.m4: Nop.
18127
18128         Module backupfile.
18129         * m4/backupfile.m4: New file.
18130         * m4/d-ino.m4: Indentation.
18131
18132         Module fsusage.
18133         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
18134         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
18135         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
18136
18137         Module dirfd.
18138         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
18139         requirements.
18140
18141         Module euidaccess.
18142         * m4/euidaccess.m4: New file.
18143
18144         Module file-type.
18145         * m4/file-type.m4: New file.
18146
18147         Module fileblocks.
18148         * m4/fileblocks.m4: New file.
18149
18150         Module filemode.
18151         * m4/filemode.m4: New file.
18152
18153         Module isdir.
18154         * m4/isdir.m4: New file.
18155
18156         Module lchown.
18157         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
18158         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
18159
18160         Module makepath.
18161         * m4/makepath.m4: New file.
18162
18163         Module modechange.
18164         * m4/modechange.m4: New file.
18165
18166         Module mountlist.
18167         * m4/mountlist.m4: New file.
18168         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
18169         Indentation.
18170
18171         Module path-concat.
18172         * m4/path-concat.m4: New file.
18173
18174         Module pathmax.
18175         * m4/pathmax.m4: New file.
18176
18177         Module same.
18178         * m4/same.m4: New file.
18179
18180         Module save-cwd.
18181         * m4/save-cwd.m4: New file.
18182
18183         Module savedir.
18184         * m4/savedir.m4: New file.
18185
18186         Module xgetcwd.
18187         * m4/xgetcwd.m4: New file.
18188         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
18189
18190         Module xreadlink.
18191         * m4/xreadlink.m4: New file.
18192
18193         Module safe-read.
18194         * m4/safe-read.m4: New file.
18195
18196         Module safe-write.
18197         * m4/safe-write.m4: New file.
18198
18199         Module closeout.
18200         * m4/closeout.m4: New file.
18201
18202         Module stdio-safer.
18203         * m4/stdio-safer.m4: New file.
18204
18205         Module getpass.
18206         * m4/getpass.m4: New file.
18207
18208         Module getugroups.
18209         * m4/getugroups.m4: New file.
18210
18211         Module group-member.
18212         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
18213         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
18214
18215         Module idcache.
18216         * m4/idcache.m4: New file.
18217
18218         Module userspec.
18219         * m4/userspec.m4: New file.
18220
18221         Module gettime.
18222         * m4/clock_time.m4: New file.
18223         * m4/gettime.m4: New file.
18224
18225         Module settime.
18226         * m4/settime.m4: New file.
18227
18228         Module posixtm.
18229         * m4/posixtm.m4: New file.
18230
18231         Module gethostname.
18232         * m4/gethostname.m4: New file.
18233
18234         Module canon-host.
18235         * m4/canon-host.m4: New file.
18236
18237         Module gettext.
18238         * m4/codeset.m4: New file, from gettext-0.11.5.
18239         * m4/gettext.m4: New file, from gettext-0.11.5.
18240         * m4/glibc21.m4: New file, from gettext-0.11.5.
18241         * m4/iconv.m4: New file, from gettext-0.11.5.
18242         * m4/intdiv0.m4: New file, from gettext-0.11.5.
18243         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
18244         * m4/inttypes.m4: New file, from gettext-0.11.5.
18245         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
18246         * m4/isc-posix.m4: New file, from gettext-0.11.5.
18247         * m4/lcmessage.m4: New file, from gettext-0.11.5.
18248         * m4/lib-ld.m4: New file, from gettext-0.11.5.
18249         * m4/lib-link.m4: New file, from gettext-0.11.5.
18250         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
18251         * m4/progtest.m4: New file, from gettext-0.11.5.
18252         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
18253         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
18254         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
18255
18256         Module localcharset.
18257         * m4/localcharset.m4: New file.
18258
18259         Module hard-locale.
18260         * m4/hard-locale.m4: New file.
18261
18262         Module mbswidth.
18263         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
18264         onceonly macros.
18265         * m4/mbrtowc.m4: Add comment.
18266
18267         Module memcasecmp.
18268         * m4/memcasecmp.m4: New file.
18269
18270         Module memcoll.
18271         * m4/memcoll.m4: New file.
18272
18273         Module unicodeio.
18274         * m4/unicodeio.m4: New file.
18275
18276         Module rpmatch.
18277         * m4/rpmatch.m4: New file.
18278
18279         Module yesno.
18280         * m4/yesno.m4: New file.
18281
18282         Module exitfail.
18283         * m4/exitfail.m4: New file.
18284
18285         Module c-stack.
18286         * m4/c-stack.m4 (gl_C_STACK): New macro.
18287         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
18288
18289         Module error.
18290         * m4/error.m4 (gl_ERROR): New macro.
18291         (jm_PREREQ_ERROR): Use onceonly macros.
18292
18293         Module fatal.
18294         * m4/fatal.m4: New file.
18295
18296         Module getloadavg.
18297         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
18298         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
18299
18300         Module getpagesize.
18301         * m4/getpagesize.m4: New file.
18302
18303         Module getusershell.
18304         * m4/getusershell.m4: New file.
18305
18306         Module physmem.
18307         * m4/physmem.m4: New file.
18308
18309         Module posixver.
18310         * m4/posixver.m4: New file.
18311
18312         Module quotearg.
18313         * m4/quotearg.m4: New file.
18314
18315         Module quote.
18316         * m4/quote.m4: New file.
18317
18318         Module readutmp.
18319         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
18320
18321         Module sig2str.
18322         * m4/sig2str.m4: New file.
18323
18324         Other.
18325         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
18326         ulonglong.m4.
18327         * m4/intmax_t.m4: New file.
18328         * m4/d-type.m4: Indentation.
18329         * m4/jm-macros.m4: Update.
18330         * m4/prereq.m4 (jm_PREREQ): Update.
18331         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
18332         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
18333         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
18334         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
18335         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
18336         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
18337         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
18338         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
18339         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
18340         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
18341         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
18342         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
18343         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
18344         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
18345         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
18346         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
18347         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
18348         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
18349         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
18350
18351 2002-12-24  Bruno Haible  <bruno@clisp.org>
18352
18353         * MODULES.txt: Update according to m4/ changes.
18354
18355         Module gettext.
18356         * config.rpath: New file, from gettext-0.11.5.
18357
18358         * modules/*: New module descriptions.
18359         * gnulib-tool: New file.
18360         * MODULES.html.sh: New file.
18361
18362 2002-12-21  Karl Berry  <karl@gnu.org>
18363
18364         * doc/fdl.texi: update to version 1.2.
18365
18366 2002-12-19  Karl Berry  <karl@gnu.org>
18367
18368         * config/config.guess: update from prep.
18369
18370 2002-12-18  Bruno Haible  <bruno@clisp.org>
18371
18372         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
18373         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
18374
18375 2002-12-17  Bruno Haible  <bruno@clisp.org>
18376
18377         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
18378         stdlib.h, string.h.
18379
18380 2002-12-17  Bruno Haible  <bruno@clisp.org>
18381
18382         * lib/canon-host.c (strdup): Remove unused declaration.
18383
18384         * lib/fsusage.c: Include full_read.h.
18385         (get_fs_usage): Use full_read instead of safe_read.
18386
18387         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
18388
18389 2002-12-12  Karl Berry  <karl@gnu.org>
18390
18391         * config/config.guess: update from prep.
18392
18393 2002-12-11  Bruno Haible  <bruno@clisp.org>
18394
18395         * m4/setenv.m4: New file, from gettext-0.11.5.
18396
18397 2002-12-11  Bruno Haible  <bruno@clisp.org>
18398
18399         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
18400         not unsetenv().
18401         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
18402         modifications:
18403
18404         2002-12-11  Bruno Haible  <bruno@clisp.org>
18405
18406                 * setenv.c (alloca): Fall back to malloc.
18407                 (freea): New macro.
18408                 (setenv): Use freea() to free memory allocated with alloca().
18409
18410         2002-11-13  Bruno Haible  <bruno@clisp.org>
18411
18412                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
18413                 function declarations.
18414                 * unsetenv.c (unsetenv): Likewise.
18415
18416         2002-03-04  Bruno Haible  <bruno@clisp.org>
18417
18418                 Portability to AIX 4.3.3.
18419                 * unsetenv.c: New file, extracted from setenv.c.
18420                 * setenv.c: Move the unsetenv() function to unsetenv.c.
18421
18422         2001-12-20  Bruno Haible  <bruno@clisp.org>
18423
18424                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
18425                 use malloc instead. For SunOS 4.
18426
18427         2001-12-11  Bruno Haible  <bruno@clisp.org>
18428
18429                 * setenv.c: Declare alloca.
18430                 (compar_fn_t): New typedef.
18431                 (KNOWN_VALUE, STORE_VALUE): Use it.
18432
18433         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
18434         setenv.h.
18435
18436 2002-12-10  Paul Eggert  <eggert@twinsun.com>
18437
18438         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
18439         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
18440         Choose values that are less likely to collide with system fnmatch
18441         options.
18442         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
18443         defined (e.g., a pure POSIX system).
18444         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
18445         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
18446
18447 2002-12-06  Paul Eggert  <eggert@twinsun.com>
18448
18449         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
18450         a pain in practice to deal with generated m4 files.  This change
18451         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
18452
18453         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
18454         and jm-glibc-io.m4, as they are no longer a special case.
18455         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
18456         kludge and the auto-generation stuff.  Check only whether the
18457         functions are declared, not whether they exist, since older hosts
18458         that don't declare the functions can't use the optimization anyway.
18459
18460 2002-12-06  Jim Meyering  <jim@meyering.net>
18461
18462         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
18463
18464         Merge in changes from libc's misc/error.c, in preparation
18465         for the merge of gnulib's changes back into libc.
18466
18467         * lib/error.c (_): Define only if not already defined.
18468         Move definition to follow all #include directives.
18469         Include unlocked-io.h only if !_LIBC.
18470         [_LIBC]: Include <libio/libioP.h>.
18471         [USE_IN_LIBIO]: Include <libio/iolibio.h>
18472         (fflush): Tweak definition to use INTUSE.
18473         (putc): Define.
18474
18475 2002-12-05  Paul Eggert  <eggert@twinsun.com>
18476
18477         * lib/alloca.c [defined emacs]: Include "lisp.h".
18478         (xalloc_die) [defined emacs]: New macro.
18479         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
18480         [! defined emacs]: Include <xalloc.h>.
18481         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
18482         (pointer): Typedef to POINTER_TYPE *.
18483         (malloc): Remove decl; we now always use xmalloc.
18484         (alloca): Use old-style definition, since Emacs needs this.
18485         Check for arithmetic overflow when computing combined size.
18486
18487 2002-12-04  Paul Eggert  <eggert@twinsun.com>
18488
18489         Do not generate unlocked-io.h automatically, since it's easier to
18490         maintain it by hand.
18491
18492         * lib/unlocked-io.h: New file, from GNU diffutils,
18493         but with proper copyright notice and attribution.
18494         * lib/gen-uio: Remove.
18495         * lib/Makefile.am: Add copyright notice.
18496         (libfetish_a_SOURCES): Add unlocked-io.h.
18497         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
18498         (DISTCLEANFILES, io_functions): Remove macros.
18499         (EXTRA_DIST): Remove gen_uio.
18500         (unlocked-io.h): Remove rule.
18501
18502 2002-12-04  Jim Meyering  <jim@meyering.net>
18503
18504         Reflect the fact that stat.c and lstat.c are no longer generated.
18505         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
18506         (DISTCLEANFILES): Likewise.
18507         (EXTRA_DIST): Likewise.
18508         (all_local): Don't depend on stat.c or lstat.c.
18509         (stat.c, lstat.c): Remove rules.
18510         (EXTRA_DIST): Remove xstat.in.
18511
18512         * lib/xstat.in: Remove file.  Contents moved into stat.c.
18513         * lib/stat.c: New file.  Contents mostly from xstat.in.
18514         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
18515         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
18516
18517         * lib/safe-read.c: Rework so that it may serve to define safe_write,
18518         too.
18519         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
18520
18521 2002-12-03  Jim Meyering  <jim@meyering.net>
18522
18523         * lib/safe-read.c, safe-write.c: Change variable names and comments,
18524         but not semantics, to minimize the differences between these two files.
18525         (safe_read): Change comment to mention SAFE_READ_ERROR.
18526
18527         * lib/safe-read.c (IS_EINTR): Define.
18528         (safe_read): Use IS_EINTR in place of in-function cpp directives.
18529
18530 2002-12-02  Jim Meyering  <jim@meyering.net>
18531
18532         * lib/safe-read.c (EINTR): Define.
18533         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
18534         (INT_MAX): Provide fallback.
18535         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
18536
18537         * lib/safe-read.h (SAFE_READ_ERROR): Define.
18538
18539 2002-12-02  Bruno Haible  <bruno@clisp.org>
18540
18541         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
18542         Define, taken from safe-read.c.
18543         (INT_MAX): Provide fallback.
18544         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
18545         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
18546
18547         * lib/safe-read.c (EINTR): Remove definition.
18548         (safe_read): Don't use EINTR if it is absent.
18549
18550 2002-12-01  Jim Meyering  <jim@meyering.net>
18551
18552         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
18553         zero.
18554         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
18555
18556 2002-11-27  Paul Eggert  <eggert@twinsun.com>
18557
18558         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
18559         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
18560         with `if (! (value < limit)) abort ();', for readability.
18561
18562 2002-11-26  Karl Berry  <karl@gnu.org>
18563
18564         * lib/strdup.c: copy from libc again, with jim's ok.
18565         * lib/.cppi-disable: re-add strdup.c
18566
18567 2002-11-25  Karl Berry  <karl@gnu.org>
18568
18569         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
18570         instead of "strtol.c".
18571
18572 2002-11-25  Karl Berry  <karl@gnu.org>
18573
18574         * config/install-sh: update from automake for variable quoting, $0 in
18575         error msgs, etc.
18576
18577         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
18578         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
18579         entry.
18580
18581 2002-11-25  Jim Meyering  <jim@meyering.net>
18582
18583         * lib/mktime.c: Sync from libc, now that it has the latest fix.
18584
18585 2002-11-24  Karl Berry  <karl@gnu.org>
18586
18587         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
18588         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
18589
18590 2002-11-24  Jim Meyering  <jim@meyering.net>
18591
18592         Update from coreutils:
18593
18594         * lib/mktime.c: Merge in changes from libc.
18595
18596         Avoid a link-time failure on some Linux systems.
18597         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
18598         (otherwise).
18599         (__mon_yday): Declare with the STATIC attribute.
18600         (__mktime_internal): Likewise.
18601         Based on a report from Greg Schafer.
18602
18603 2002-11-23  Jim Meyering  <jim@meyering.net>
18604
18605         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
18606         Use `unsigned', not `int', as type of index.
18607
18608         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
18609
18610         * lib/fsusage.c: Remove unneeded parentheses around operands of
18611         `defined'.
18612
18613 2002-11-22  Paul Eggert  <eggert@twinsun.com>
18614
18615         * lib/quotearg.h: Allow multiple inclusion by surrounding with
18616         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
18617         so that we can be included first.
18618         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
18619         * lib/quotearg.c: Include quotearg.h immediately after config.h.
18620         No need to include stddef.h or sys/types.h any more.
18621         Surround local include files with "", not "<>".
18622         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
18623         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
18624         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
18625         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
18626         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
18627         (ISPRINT): Remove; no longer needed now that we assume C89.
18628
18629         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
18630         Preserve errno.
18631
18632         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
18633         quotearg_char): Use SIZE_MAX rather than
18634         (size_t) -1 when we are talking about "infinity".
18635
18636         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
18637
18638 2002-11-22  Paul Eggert  <eggert@twinsun.com>
18639
18640         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
18641         hint that one should use `if (! x) abort ();' rather than `assert
18642         (x);', and anyway it's one less thing to worry about configuring.
18643         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
18644         hash_rehash, hash_insert): Use abort rather than assert.
18645
18646 2002-11-22  Bruno Haible  <bruno@clisp.org>
18647
18648         * lib/safe-read.h: Assume C89. Add comments.
18649         (safe_read): Change return type to size_t.
18650         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
18651         byte counts > SSIZE_MAX correctly.
18652         * lib/safe-write.h: New file.
18653         * lib/safe-write.c: New file.
18654         * lib/full-read.h: New file.
18655         * lib/full-read.c: New file.
18656         * lib/full-write.h: Assume C89. Add comments.
18657         * lib/full-write.c: Include safe-write.h.
18658         (full_write): Rewritten to use safe_write.
18659         Suggested by Jim Meyering and Paul Eggert.
18660
18661 2002-11-21  Jim Meyering  <jim@meyering.net>
18662
18663         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
18664
18665         Merge in changes from the coreutils.
18666
18667         2002-09-25  Paul Eggert  <eggert@twinsun.com>
18668         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
18669         <stdint.h>.
18670         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
18671         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
18672         int.  Work more efficiently if X is the same width as uintmax_t.
18673         Do not compare X to -1, to avoid bogus compiler warning.
18674         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
18675         Don't assume that f_frsize and f_bsize are the same type.
18676
18677         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
18678         warning on FreeBSD.
18679
18680         * lib/makepath.c (make_path): Restore umask *before* creating the final
18681         component.
18682         (make_path): Minor reformatting.
18683
18684         * lib/xmalloc.c: Adjust to work with new autoconf macros,
18685         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
18686         HAVE_MALLOC/HAVE_REALLOC.
18687
18688         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
18689         dummy ones.  At least on GNU/Linux systems, `auto' means something
18690         else.
18691         From Michael Stone.
18692
18693 2002-11-21  Bruno Haible  <bruno@clisp.org>
18694
18695         Remove case insensitive option matching.
18696         * lib/argmatch.h (argcasematch): Remove declaration.
18697         (ARGCASEMATCH): Remove macro.
18698         (__xargmatch_internal): Remove case_sensitive argument.
18699         (XARGMATCH): Update.
18700         (XARGCASEMATCH): Remove macro.
18701         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
18702         case_sensitive argument.
18703         (argcasematch): Remove function.
18704         (__xargmatch_internal): Remove case_sensitive argument.
18705         (main): Use XARGMATCH instead of XARGCASEMATCH.
18706
18707         * lib/xmalloc.c: Change compile-time error message. Add comment about
18708         required autoconf version.
18709
18710 2002-11-20  Paul Eggert  <eggert@twinsun.com>
18711
18712         Merge argmatch cleanups from Bison.  Assume C89.
18713
18714         * lib/argmatch.c: Include config.h here, not in argmatch.h.
18715         Include stdlib.h, for EXIT_FAILURE.
18716         Always include <string.h>, since we assume C89.
18717         (EXIT_FAILURE): Remove pre-C89 bug workaround.
18718         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
18719         Include <stddef.h> instead, since it's all we need for size_t.
18720         (PARAMS): Remove.  All uses removed.
18721         (ARRAY_CARDINALITY): Do not bother to #undef.
18722         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
18723         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18724         Remove unnecessary parentheses.
18725         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18726         Insert necessary parentheses.
18727         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
18728         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
18729
18730 2002-11-19  Bruno Haible  <bruno@clisp.org>
18731
18732         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
18733         * lib/mbswidth.h: Include <stddef.h>, for size_t.
18734
18735         * lib/mbswidth.h (PARAMS): Remove macro.
18736         (mbswidth, mbsnwidth): Use ANSI C function declarations.
18737         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
18738
18739         * lib/gcd.h (PARAMS): Remove macro.
18740         (gcd): Use ANSI C function declarations.
18741         * lib/gcd.c (gcd): Likewise.
18742
18743 2002-11-15  Bruno Haible  <bruno@clisp.org>
18744
18745         * lib/strcspn.c: Include <stddef.h>.
18746         (strcspn): Use ANSI C function declaration. Change return type to
18747         size_t. Use NULL.
18748         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
18749         (strpbrk): Use NULL.
18750         * lib/strpbrk.h (PARAMS): Remove macro.
18751         (strpbrk): Use ANSI C function declaration.
18752         * lib/strstr.c: Don't include <sys/types.h>.
18753         * lib/strstr.h (PARAMS): Remove macro.
18754         (strstr): Use ANSI C function declarations.
18755
18756 2002-11-14  Karl Berry  <karl@gnu.org>
18757
18758         * config/mkinstalldirs: `do' on separate line, instead of
18759         `for var; do'.
18760
18761 2002-11-06  Bruno Haible  <bruno@clisp.org>
18762
18763         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
18764         * lib/gcd.c (gcd): Likewise.
18765
18766 2002-11-05  Bruno Haible  <bruno@clisp.org>
18767
18768         * lib/gcd.h: New file, from gettext-0.11.5.
18769         * lib/gcd.c: New file, from gettext-0.11.5.
18770
18771 2002-11-05  Bruno Haible  <bruno@clisp.org>
18772
18773         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18774         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18775         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18776         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18777
18778         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
18779         <libintl.h>.
18780         * lib/makepath.c: Include gettext.h instead of <locale.h> and
18781         <libintl.h>.
18782
18783         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
18784         * lib/human.c: Include gettext.h instead of <libintl.h>.
18785         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
18786         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
18787         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
18788         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
18789         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
18790         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
18791         (textdomain): Remove definition.
18792         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
18793
18794         * lib/long-options.c: Remove include of <libintl.h> and definition of
18795         _.
18796         * lib/same.c: Remove include of <libintl.h> and definition of _.
18797
18798 2002-11-04  Owen Taylor  <otaylor@redhat.com>
18799
18800         * lib/config.charset: A few additions for Solaris.
18801
18802 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18803
18804         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
18805         * lib/localcharset.c (locale_charset): Declare as extern "C".
18806
18807 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18808
18809         * lib/config.charset: msdos in uk_UA uses CP1125.
18810
18811 2002-11-04  Bruno Haible  <bruno@clisp.org>
18812
18813         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
18814         * lib/strcase.h: New file, from GNU gettext-0.11.5.
18815         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
18816         * lib/strstr.h: New file, from GNU gettext-0.11.5.
18817         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
18818
18819 2002-11-04  Bruno Haible  <bruno@clisp.org>
18820
18821         * lib/localcharset.c (locale_charset): Don't return an empty string.
18822
18823 2002-11-04  Bruno Haible  <bruno@clisp.org>
18824
18825         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
18826         aliases.
18827
18828 2002-11-04  Bruno Haible  <bruno@clisp.org>
18829
18830         * lib/config.charset: Update for newest glibc. Add canonical names
18831         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
18832
18833 2002-11-04  Bruno Haible  <bruno@clisp.org>
18834
18835         * lib/config.charset: Add support for NetBSD.
18836
18837 2002-11-04  Bruno Haible  <bruno@clisp.org>
18838
18839         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
18840
18841 2002-11-01  Bruno Haible  <bruno@clisp.org>
18842
18843         * configure.in: Add AC_CONFIG_AUX_DIR call.
18844         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
18845         test/Makefile.
18846         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
18847
18848 2002-09-28  Karl Berry  <karl@gnu.org>
18849
18850         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
18851         installed automake until the next release, since changes have been
18852         made.
18853
18854 2002-09-25  Karl Berry  <karl@gnu.org>
18855
18856         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
18857         * lib/getopt*: copy from libc/posix.
18858         * lib/gettext.h: copy from gettext.
18859         * lib/.cppi-disable: add strdup.c, gettext.h.
18860
18861 2002-09-25  Karl Berry  <karl@gnu.org>
18862
18863         * config/srclist.txt: enable gettext.h check.
18864         * config/config.{guess,sub}: update from prep.
18865         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
18866                 from automake 1.6.3.
18867         See srclist*.
18868
18869 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
18870
18871         * regex.c (PATFETCH): Remove the translating fetch.
18872         (PATFETCH_RAW): Rename to PATFETCH.
18873         (set_image_of_range): New fun.
18874         (SET_RANGE_TABLE_WORK_AREA): Use it.
18875         (regex_compile): Don't translate the pattern chars so eagerly.
18876         Only do it when inserting an `exactn' bytecode or when handling
18877         a char-range.
18878         (mutually_exclusive_p): Avoid empty statement.
18879
18880 2002-07-06  Jim Meyering  <meyering@lucent.com>
18881
18882         * m4/README: Don't mention Makefile.am.in.
18883         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
18884
18885 2002-07-01  Jim Meyering  <meyering@lucent.com>
18886
18887         * lib/c-stack.c: Include sys/time.h.
18888         From Volker Borchert.
18889
18890 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18891
18892         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
18893
18894 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18895
18896         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
18897         New macro.  Use it uniformly instead of
18898         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
18899         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
18900         reported by Vin Shelton.
18901
18902 2002-06-22  Paul Eggert  <eggert@twinsun.com>
18903
18904         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
18905         Do not assume SA_SIGINFO behavior.
18906         Bug reported by Jim Meyering on NetBSD 1.5.2.
18907
18908 2002-06-22  Jim Meyering  <meyering@lucent.com>
18909
18910         * m4/c-stack.m4: New file, from diffutils-2.8.2.
18911         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
18912
18913         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
18914         now that configure.ac uses AC_GNU_SOURCE.
18915         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
18916         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
18917
18918         Update to latest tools.  Suggestions from Paul Eggert.
18919         * m4/stdbool.m4: New file, from diffutils-2.8.2.
18920         * m4/gnu-source.m4: Update from diffutils-2.8.2.
18921         * m4/fnmatch.m4: Likewise.
18922         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
18923         to AC_HEADER_STDBOOL
18924
18925 2002-06-22  Jim Meyering  <meyering@lucent.com>
18926
18927         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
18928         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
18929
18930 2002-06-22  Jim Meyering  <meyering@lucent.com>
18931
18932         * lib/c-stack.c, c-stack.h: New files, from diffutils-2.8.2.
18933
18934         * lib/exitfail.c, exitfail.h: Likewise.
18935         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
18936
18937         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
18938         of fnmatch.h.
18939         (EXTRA_DIST): Add fnmatch_loop.c.
18940         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
18941
18942         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
18943         * lib/fnmatch.c: Update from diffutils-2.8.2.
18944         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
18945         * lib/fnmatch.h: Remove file.
18946
18947 2002-06-21  Jim Meyering  <meyering@lucent.com>
18948
18949         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
18950         * m4/mbrtowc.m4: Likewise.
18951
18952         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
18953         * m4/mbswidth.m4: Reflect name change:
18954         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
18955         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
18956
18957         * m4/lib-link.m4: Update from gettext-0.11.2.
18958         * m4/gettext.m4: Likewise.
18959
18960         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
18961         From Alfred M. Szmidt.
18962
18963 2002-06-18  Paul Eggert  <eggert@twinsun.com>
18964
18965         * lib/file-type.h: Report an error if neither S_ISREG nor
18966         S_IFREG is defined, instead of using a test specific to glibc
18967         2.2.  This should be safe, since POSIX requires S_ISREG and
18968         Unix Version 7 had S_IFREG.  We don't need to check for
18969         <sys/types.h> since we don't use any symbols that it defines.
18970
18971 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
18972
18973         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
18974         $@-t, so that each temporary file name is unique and valid in the first
18975         8 characters, for operation under DOS.
18976
18977 2002-06-15  Paul Eggert  <eggert@twinsun.com>
18978
18979         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
18980
18981 2002-06-15  Jim Meyering  <meyering@lucent.com>
18982
18983         Work even with DJGPP 2.03, which lacks support for symlinks.
18984         From Richard Dawe.
18985         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
18986         is defined.
18987         * lib/lchown.c (S_ISLNK): Likewise.
18988
18989 2002-06-15  Jim Meyering  <meyering@lucent.com>
18990
18991         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
18992         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
18993         have been included before this file.
18994
18995 2002-06-14  Jim Meyering  <meyering@lucent.com>
18996
18997         * lib/file-type.h: Use the version from diffutils-2.8.2.
18998         * lib/file-type.c: Likewise.
18999
19000 2002-06-07  Jim Meyering  <meyering@lucent.com>
19001
19002         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
19003         They're needed at least for NetBSD 1.5.2.
19004         ($statxfs_includes): Include those same headers.
19005         ($statxfs_includes): Include sys/vfs.h if available.
19006         ($statxfs_includes): Likewise for sys/statvfs.h.
19007         Check for the following members in both structs statfs and statvfs:
19008         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
19009
19010 2002-06-01  Jim Meyering  <meyering@lucent.com>
19011
19012         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
19013         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
19014
19015 2002-05-28  Jim Meyering  <meyering@lucent.com>
19016
19017         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
19018         Reported by Volker Borchert.
19019
19020 2002-05-27  Jim Meyering  <meyering@lucent.com>
19021
19022         Fix a problem seen only on nonconforming systems whereby ls.c's
19023         use of localtime, and then of gettimeofday would cause trouble:
19024         the localtime call used to initialize rpl_gettimeofday's save
19025         mechanism would clobber ls's current local time information so
19026         that in any long listing the first file would always be listed
19027         with date 1970-01-01.  Analysis by Volker Borchert.
19028
19029         * lib/gettimeofday.c (localtime): Undefine.
19030         (rpl_localtime): New function.
19031
19032 2002-05-27  Jim Meyering  <meyering@lucent.com>
19033
19034         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
19035         localtime.
19036
19037         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
19038         use the replacement function; it wouldn't resolve at link time.
19039         Reported by Volker Borchert.
19040
19041 2002-05-22  Jim Meyering  <meyering@lucent.com>
19042
19043         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
19044         file-type.h.
19045         * lib/file-type.h: New file.
19046         * lib/file-type.c (file_type): New file/function.  Extracted from
19047         diffutils.
19048
19049 2002-04-30  Jim Meyering  <meyering@lucent.com>
19050
19051         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
19052
19053 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19054
19055         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
19056
19057 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19058
19059         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
19060         Do not check for alloca.h (no longer used) or stdbool.h (was never
19061         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
19062
19063 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19064
19065         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
19066
19067 2002-04-29  Jim Meyering  <meyering@lucent.com>
19068
19069         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
19070         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
19071         Use AC_FUNC_STRNLEN here instead.
19072
19073         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
19074         With autoconf-2.53a, it's part of AC_PROG_CC.
19075
19076 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19077
19078         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
19079         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
19080
19081 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19082
19083         * lib/sig2str.h, sig2str.c: New files.
19084         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
19085
19086 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19087
19088         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
19089         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
19090         of 127, since 64 is the largest conceivable number for ancient
19091         nonstandard hosts.
19092         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
19093
19094 2002-04-28  Jim Meyering  <meyering@lucent.com>
19095
19096         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
19097
19098 2002-04-24  Jim Meyering  <meyering@lucent.com>
19099
19100         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
19101         (jm_PREREQ): Use it.
19102
19103         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
19104         mach/mach.h fcntl.h.
19105         Check for this function: setlocale.
19106
19107 2002-04-24  Jim Meyering  <meyering@lucent.com>
19108
19109         * lib/gettext.h: New file, from Gettext.
19110         * lib/Makefile.am (INCLUDES): Remove -I../intl.
19111         (libfetish_a_SOURCES): Add gettext.h.
19112
19113 2002-04-16  Jim Meyering  <meyering@lucent.com>
19114
19115         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
19116         ut_pid, ut_id, ut_exit.
19117
19118 2002-04-16  Jim Meyering  <meyering@lucent.com>
19119
19120         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
19121         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
19122         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
19123
19124 2002-04-12  Jim Meyering  <meyering@lucent.com>
19125
19126         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
19127         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
19128         existence of the getmntinfo function.  Needed for Darwin 5.3.
19129
19130         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
19131         This is necessary at least on Darwin 5.3.
19132
19133         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
19134         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
19135         strnlen.o in the library, and that makes some versions of ranlib
19136         object.
19137
19138 2002-04-12  Jim Meyering  <meyering@lucent.com>
19139
19140         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
19141
19142 2002-04-09  Jim Meyering  <meyering@lucent.com>
19143
19144         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
19145         to be more precise.  Rather than saying we're checking whether the
19146         function `works', say what we're testing.
19147         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
19148         Reported by Bruno Haible.
19149
19150 2002-03-10  Jim Meyering  <meyering@lucent.com>
19151
19152         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
19153         Suggestion from Santiago Vila.
19154
19155 2002-03-08  Jim Meyering  <meyering@lucent.com>
19156
19157         * lib/rename.c: Mention that this wrapper is needed also on
19158         mips-dec-ultrix4.4 systems.
19159
19160 2002-03-02  Jim Meyering  <meyering@lucent.com>
19161
19162         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
19163         not HAVE_CLOCK_SETTIME.
19164
19165 2002-02-27  Paul Eggert  <eggert@twinsun.com>
19166
19167         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
19168         Check for clock_settime.
19169
19170 2002-02-27  Paul Eggert  <eggert@twinsun.com>
19171
19172         * lib/nanosleep.h: Rename to....
19173         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
19174
19175         * lib/gettime.c: New file.
19176         * lib/settime.c: New file.
19177         * lib/stime.c: Remove.
19178
19179         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
19180         timespec.h.  Remove nanosleep.h.
19181
19182 2002-02-25  Paul Eggert  <eggert@twinsun.com>
19183
19184         * m4/acl.m4: New file.
19185         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
19186         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
19187
19188 2002-02-25  Paul Eggert  <eggert@twinsun.com>
19189
19190         * lib/acl.c, acl.h: New files.
19191         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
19192
19193 2002-02-24  Jim Meyering  <meyering@lucent.com>
19194
19195         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
19196         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
19197         cause trouble.  Reported by Nelson Beebe.
19198
19199 2002-02-23  Paul Eggert  <eggert@twinsun.com>
19200
19201         * lib/path-concat.c (xpath_concat): Reorder code to pacify
19202         compilers that don't know that xalloc_die never returns.
19203
19204 2002-02-20  Jim Meyering  <meyering@lucent.com>
19205
19206         * lib/getdate.c: Regenerate using bison-1.33.
19207
19208 2002-02-17  Jim Meyering  <meyering@lucent.com>
19209
19210         * config/config.guess (main): Don't use `head -1'; it's no longer
19211         portable. Use `sed 1q' instead.
19212
19213 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
19214
19215         * m4/codeset.m4: Upgrade to gettext-0.11.
19216         * m4/gettext.m4: Upgrade to gettext-0.11.
19217         * m4/glibc21.m4: Upgrade to gettext-0.11.
19218         * m4/iconv.m4: Upgrade to gettext-0.11.
19219         * m4/isc-posix.m4: Upgrade to gettext-0.11.
19220         * m4/lcmessage.m4: Upgrade to gettext-0.11.
19221         * m4/lib-ld.m4: New file, from gettext-0.11.
19222         * m4/lib-link.m4: New file, from gettext-0.11.
19223         * m4/lib-prefix.m4: New file, from gettext-0.11.
19224         * m4/progtest.m4: Upgrade to gettext-0.11.
19225
19226 2002-02-15  Paul Eggert  <eggert@twinsun.com>
19227
19228         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
19229         (jm_PREREQ): Use it.
19230
19231 2002-02-15  Paul Eggert  <eggert@twinsun.com>
19232
19233         * lib/posixver.c, posixver.h: New files.
19234         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
19235
19236 2002-02-02  Paul Eggert  <eggert@twinsun.com>
19237             Bruno Haible  <bruno@clisp.org>
19238
19239         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
19240         (fwrite_success_callback): New declaration.
19241         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
19242         print_unicode_char. Call failure callback instead of error.
19243         (fwrite_success_callback): New function.
19244         (exit_failure_callback): New function.
19245         (fallback_failure_callback): New function.
19246         (print_unicode_char): Call unicode_to_mb.
19247
19248 2002-01-26  Jim Meyering  <meyering@lucent.com>
19249
19250         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
19251         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
19252
19253 2002-01-26  Jim Meyering  <meyering@lucent.com>
19254
19255         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
19256
19257 2002-01-22  Paul Eggert  <eggert@twinsun.com>
19258
19259         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
19260
19261 2002-01-22  Jim Meyering  <meyering@lucent.com>
19262
19263         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
19264         Otherwise, some versions of automake would omit the rule that makes
19265         Makefile from Makefile.in.
19266
19267 2002-01-21  Paul Eggert  <eggert@twinsun.com>
19268
19269         * lib/xmemcoll.h, xmemcoll.c: New files.
19270         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
19271         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
19272         (memcoll): Set errno to zero if there is no error.
19273
19274         * lib/quotearg.c (quotearg_buffer_restyled):
19275         Fix bug with quoting buffers containing NUL when backslashing escapes.
19276         This bug was exposed by the other changes in this patch.
19277         (quotearg_n_options): New arg ARGSIZE.
19278         All callers changed.
19279         (quoting_options_from_style): New function.
19280         (quotearg_n_style): Use it.
19281         (quotearg_n_style_mem): New function.
19282
19283         * lib/quotearg.h (quotearg_n_style_mem): New function.
19284
19285 2002-01-19  Jim Meyering  <meyering@lucent.com>
19286
19287         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
19288         Remove useless quotes: DF_PROG="df".
19289         * m4/strnlen.m4: New file.
19290
19291 2002-01-16  Paul Eggert  <eggert@twinsun.com>
19292
19293         * lib/backupfile.c (ISDIGIT): Comment fix.
19294         * lib/getdate.y (ISDIGIT): Likewise.
19295         * lib/posixtm.c (ISDIGIT, year): Likewise.
19296         * lib/strverscmp.c (ISDIGIT): Likewise.
19297         * lib/userspec.c (ISDIGIT): Likewise.
19298
19299 2002-01-16  Jim Meyering  <meyering@lucent.com>
19300
19301         * lib/getdate.y: Add three semicolons, each just before a closing
19302         brace. Bison (as of version 1.31) no longer papers over that mistake.
19303
19304 2002-01-05  Jim Meyering  <meyering@lucent.com>
19305
19306         * lib/version-etc.c (version_etc_copyright): Update copyright year.
19307
19308 2001-12-19  Paul Eggert  <eggert@twinsun.com>
19309
19310         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
19311         not silently exit merely because the output buffer happens to
19312         have nothing pending.
19313
19314 2001-12-18  Paul Eggert  <eggert@twinsun.com>
19315
19316         See the big note in ../ChangeLog.
19317         * lib/human.c (suffixes): Prefer K to k for 1024.
19318         (generate_suffix_backwards): New function.
19319         (human_readable_inexact): Use it.
19320         * lib/xstrtol.c (__xstrtol): If there is no number but there
19321         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
19322         Accept 'K' as well as 'k'.
19323
19324 2001-12-15  Jim Meyering  <meyering@lucent.com>
19325
19326         * lib/regex.h (__restrict_arr): Update from libc.
19327
19328         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
19329         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
19330         (STREQ): Define.
19331
19332 2001-12-14  Jim Meyering  <meyering@lucent.com>
19333
19334         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
19335         Suggestion from Bruno Haible.
19336
19337 2001-12-10  Jim Meyering  <meyering@lucent.com>
19338
19339         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
19340         xrealloc, Instead, include "xalloc.h".
19341         (initbuffer): Don't cast xmalloc return value to char*.
19342         (readline): Reword comment.
19343         Don't cast xrealloc return value to char*
19344         Return NULL, not 0.
19345
19346 2001-12-09  Jim Meyering  <meyering@lucent.com>
19347
19348         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
19349         about `signed and unsigned type in conditional expression'.
19350         * lib/posixtm.c (posix_time_parse): Likewise.
19351
19352         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
19353
19354         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
19355         to avoid a pedantic warning.
19356
19357         * lib/getstr.c: Don't include assert.h.
19358         (getstr): Remove warning-evoking assertions.
19359         Return -1 if offset parameter is out of bounds.
19360         Change the type of a local from int to size_t.
19361
19362         * lib/strftime.c (my_strftime_localtime_r): Include this function
19363         definition in the `#if ! HAVE_TM_GMTOFF' block.
19364
19365         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
19366         Include xalloc.h instead.
19367
19368 2001-12-02  Jim Meyering  <meyering@lucent.com>
19369
19370         * lib/tempname.c: Don't declare getenv, thus reverting the change of
19371         2001-11-18.  It's no longer necessary, now that stdlib.h is always
19372         included.
19373
19374         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
19375         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
19376
19377 2001-11-30  Akim Demaille  <akim@epita.fr>
19378
19379         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
19380         before being defined.
19381
19382 2001-11-27  Paul Eggert  <eggert@twinsun.com>
19383
19384         * lib/quotearg.h (quotearg_n, quotearg_n_style):
19385         First arg is int, not unsigned.
19386         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19387         (SIZE_MAX, UINT_MAX): New macros.
19388         (quotearg_n_options): Abort if N is negative.
19389         Avoid overflow check on hosts where size_t is 64 bits and int
19390         is 32 bits, as overflow is impossible there.
19391         Fix off-by-one typo that caused unnecessary reallocation.
19392
19393 2001-11-27  Jim Meyering  <meyering@lucent.com>
19394
19395         * lib/tempname.c: Merge with version from libc.
19396         * lib/regex.c: Likewise.
19397
19398         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
19399         systems for which STDC_HEADERS is 0, it was not included, resulting in
19400         a warning about an integer-to-pointer conversion problem with getenv.
19401         Reported by Volker Borchert.
19402
19403 2001-11-26  Jim Meyering  <meyering@lucent.com>
19404
19405         * lib/gtod.h: Remove file.
19406         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
19407         * lib/gettimeofday.c: Don't include gtod.h.
19408         (GTOD_init): Remove function.
19409         (rpl_gettimeofday): Do its job here instead, rather than aborting.
19410         Suggestion from Volker Borchert.
19411
19412 2001-11-23  Jim Meyering  <meyering@lucent.com>
19413
19414         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
19415         it.
19416         * lib/hash.c (struct hash_table): Define it here instead.
19417
19418 2001-11-22  Jim Meyering  <meyering@lucent.com>
19419
19420         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
19421
19422 2001-11-20  Jim Meyering  <meyering@lucent.com>
19423
19424         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
19425         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
19426
19427 2001-11-19  Jim Meyering  <meyering@lucent.com>
19428
19429         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
19430         directory.  Use "conftestXXXXXX" as the template.
19431         Suggestion from Paul Eggert.
19432
19433         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
19434         immediately, so the test doesn't mistakenly hit the max-open-files
19435         limit.
19436
19437 2001-11-18  Paul Eggert  <eggert@twinsun.com>
19438
19439         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
19440         (TEMPORARIES): New macro.
19441         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
19442         removes an artificial limitation (e.g. HP-UX 10.20, where
19443         TMP_MAX is 17576).
19444
19445 2001-11-18  Jim Meyering  <meyering@lucent.com>
19446
19447         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
19448
19449 2001-11-18  Jim Meyering  <meyering@lucent.com>
19450
19451         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
19452         on SunOS 4.
19453
19454         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
19455         files will be created before anything else.
19456
19457 2001-11-17 Paul Eggert  <eggert@twinsun.com>
19458
19459         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
19460         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
19461
19462 2001-11-17  Jim Meyering  <meyering@lucent.com>
19463
19464         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
19465         Prompted by a report from Bob Proulx.
19466
19467         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
19468         Instead, require UTILS_FUNC_MKSTEMP.
19469
19470 2001-11-17  Jim Meyering  <meyering@lucent.com>
19471
19472         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
19473         Now, that's done as part of AC_FUNC_STRTOD.
19474
19475 2001-11-17  Jim Meyering  <meyering@lucent.com>
19476
19477         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
19478         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
19479         rather than group writable.  Patch by Juan F. Codagnone.
19480
19481         * lib/readtokens.c: Remove explicit declarations of xmalloc and
19482         xrealloc, Instead, include "xalloc.h".
19483
19484         * lib/mountlist.c: Include unlocked-io.h after all system headers.
19485         Remove explicit declarations of xmalloc, xrealloc,
19486         and xstrdup.  Instead, include "xalloc.h".
19487
19488         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
19489         unlocked-io.h.
19490         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
19491         Likewise.
19492         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
19493
19494         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
19495         Reported by Padraig Brady.
19496
19497         * lib/mkstemp.c: #undef mkstemp.
19498         Include config.h.
19499         (rpl_mkstemp): Rename from mkstemp.
19500         Protoize.
19501
19502 2001-11-16  Jim Meyering  <meyering@lucent.com>
19503
19504         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
19505         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
19506         determine the amount of total physical memory, use pstat_getstatic.
19507         HPUX-11 doesn't define _SC_PHYS_PAGES.
19508         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
19509         If sysconf couldn't be used to determine the amount of available
19510         physical memory, use both pstat_getstatic and pstat_getdynamic.
19511         Based on a patch from Bob Proulx.
19512
19513 2001-11-10  Jim Meyering  <meyering@lucent.com>
19514
19515         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
19516         (jm_PREREQ): Use it.
19517
19518 2001-11-09  Jim Meyering  <meyering@lucent.com>
19519
19520         * m4/jm-macros.m4: Require autoconf-2.52f.
19521         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
19522         Use these AC_-prefixed names, not the AM_-prefixed ones.
19523
19524         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
19525
19526 2001-11-05  Jim Meyering  <meyering@lucent.com>
19527
19528         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
19529
19530 2001-11-04  Jim Meyering  <meyering@lucent.com>
19531
19532         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
19533         $DEFS.
19534
19535 2001-11-03  Jim Meyering  <meyering@lucent.com>
19536
19537         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
19538         of AC_DEFUN.
19539
19540         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
19541         know the name of the variable in the macro definition.
19542
19543 2001-11-03  Jim Meyering  <meyering@lucent.com>
19544
19545         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
19546         in argmatch_to_argument call.
19547
19548         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
19549         argument.
19550
19551         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
19552         e.g., a fault due to an attempt to free a NULL pointer.
19553
19554 2001-11-01  Jim Meyering  <meyering@lucent.com>
19555
19556         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
19557         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
19558
19559 2001-11-01  Jim Meyering  <meyering@lucent.com>
19560
19561         * lib/dirfd.c, dirfd.h: New files.
19562         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
19563
19564         * lib/hash.c (hash_print) [TESTING]: Clean up.
19565
19566 2001-10-22  Paul Eggert  <eggert@twinsun.com>
19567
19568         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
19569         to avoid a warning if -Wall.
19570
19571 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
19572
19573         * README: New file
19574         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
19575         (per RMS's instructions, this is now the canonical source)
19576         * lgpl/, gpl/: New directories.
19577
19578 2001-10-21  Paul Eggert  <eggert@twinsun.com>
19579
19580         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
19581
19582 2001-10-21  Jim Meyering  <meyering@lucent.com>
19583
19584         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
19585         this code would end up calling gettext even in packages built
19586         with --disable-nls.
19587         * lib/getopt.c (_): Likewise.
19588         * lib/regex.c (_): Likewise.
19589
19590 2001-10-20  Paul Eggert  <eggert@twinsun.com>
19591
19592         * m4/error.m4 (jm_PREREQ_ERROR):
19593         Do not invoke AC_CHECK_FUNCS with strerror_r, as
19594         AC_FUNC_STRERROR_R does that.
19595         Check for strerror declaration.
19596
19597         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
19598         are supposed to have them these days.
19599         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
19600         Merge changes from latest Autoconf CVS.
19601         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
19602         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
19603         POSIX decided to standardize on the int flavor of strerror_r.
19604
19605 2001-10-20  Paul Eggert  <eggert@twinsun.com>
19606
19607         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
19608         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
19609         Use strerror_r that is only a macro, even if it is not a function.
19610         (strerror): Check for HAVE_DECL_STRERROR before declaring.
19611         (private_strerror): Use prototypes, not old-style function definition.
19612         (print_errno_message): New function.
19613         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
19614         char*-flavored one.
19615         (error_tail, error, error_at_line): Use it.
19616
19617 2001-10-11  Jim Meyering  <meyering@lucent.com>
19618
19619         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
19620         and quote_n (1, ... to avoid clobbering a buffer.
19621
19622 2001-10-05  Jim Meyering  <meyering@lucent.com>
19623
19624         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
19625         hash-pjw.h.
19626         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
19627         * lib/hash-pjw.h: New file.
19628
19629 2001-09-30  Jim Meyering  <meyering@lucent.com>
19630
19631         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
19632         `struct fsstat' has the `f_fstypename' member.
19633         Use that to define FS_TYPE, which is now used to make
19634         the getfsstat link test tighter.
19635
19636 2001-09-30  Jim Meyering  <meyering@lucent.com>
19637
19638         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
19639         Include <sys/ucred.h>, for Apple Darwin.
19640         Include sys/mount.h and sys/fs_types.h only if available.
19641         (FS_TYPE): Define.
19642         (read_filesystem_list): Use FS_TYPE.
19643
19644 2001-09-29  Paul Eggert  <eggert@twinsun.com>
19645
19646         * lib/exclude.c (excluded_filename): 0 -> false, since it's
19647         a boolean context.
19648
19649 2001-09-29  Jim Meyering  <meyering@lucent.com>
19650
19651         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
19652         [one-argument getmntent function]): Include stdio.h before mntent.h.
19653         SunOS 4.1.x needs it for the declaration of `FILE'.
19654         Patch by Volker Borchert.
19655
19656         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
19657         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
19658         sys/fs_types.h, and make the link-test for getfsstat guard #include
19659         directives with appropriate #if HAVE_*_H tests so that we can
19660         detect getfsstat on Apple Darwin1.3.7 systems.
19661         Reported by Nelson Beebe.
19662         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
19663
19664 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19665
19666         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19667         #defines strtoimax.  Also treat the other strto* functions
19668         like strtoimax.
19669
19670         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19671         Check for strtoul and strtoumax,
19672         as those declarations are made even in the signed case.
19673         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
19674         Likewise, for strtol and strtoimax.
19675
19676 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19677
19678         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19679         #defines strtoimax.  Also treat the other strto* functions
19680         like strtoimax.
19681
19682         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
19683         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
19684         (strtoimax, strtoumax): Do not declare if already defined as a macro.
19685
19686 2001-09-26  Jim Meyering  <meyering@lucent.com>
19687
19688         Most macros in unlocked-io.h had the wrong number of arguments.
19689         * lib/gen-uio: New script.
19690         (USE_UNLOCKED_IO): Define to 1 if not already defined.
19691         * lib/unlocked-io.hin: Remove file.
19692         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
19693         rather than trying to embed it here.
19694         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
19695         Reported by Padraig Brady.
19696
19697 2001-09-25  Volker Borchert  <bt@teknon.de>
19698
19699         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
19700         `result'.
19701
19702 2001-09-24  Jim Meyering  <meyering@lucent.com>
19703
19704         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
19705
19706 2001-09-23  Jim Meyering  <meyering@lucent.com>
19707
19708         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
19709         instead of the mere test for existence of mntent.h.  The latter
19710         would get a false-positive on AIX 3.4 systems.
19711         In the outer getmntent if-block, don't die if neither of the getmntent
19712         tests succeeds.  Instead, just fall through and continue with the
19713         remaining tests.
19714
19715 2001-09-23  Jim Meyering  <meyering@lucent.com>
19716
19717         * lib/mountlist.c: Remove useless parentheses in #if directives.
19718         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
19719         the deprecated MOUNTED symbol is no longer defined in mntent.h.
19720
19721 2001-09-22  Jim Meyering  <meyering@lucent.com>
19722
19723         * m4/gettext.m4: New file.  From gettext.
19724         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
19725         * m4/progtest.m4: Likewise
19726         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
19727         * m4/glibc21.m4: Likewise.
19728
19729         * m4/libintl.m4: Remove.  No longer used.
19730
19731 2001-09-22  Jim Meyering  <meyering@lucent.com>
19732
19733         * lib/localcharset.c: Update from latest gettext.
19734         * lib/config.charset: Likewise.
19735
19736 2001-09-20  Jim Meyering  <meyering@lucent.com>
19737
19738         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
19739         strtoimax.
19740         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
19741         strtoumax.
19742
19743 2001-09-20  Jim Meyering  <meyering@lucent.com>
19744
19745         * lib/xstrtol.c (strtoimax): Guard declaration with
19746         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
19747         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
19748         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
19749         (strtoumax): Likewise, for completeness (it wasn't necessary).
19750
19751 2001-09-17  Paul Eggert  <eggert@twinsun.com>
19752
19753         * lib/strtoimax.c (HAVE_LONG_LONG):
19754         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
19755         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
19756         to work around bug in IBM C compiler.
19757
19758 2001-09-17  Jim Meyering  <meyering@lucent.com>
19759
19760         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
19761         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
19762         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
19763         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
19764         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
19765         whenever the right hand side need not be expanded by the shell.
19766
19767 2001-09-16  Paul Eggert  <eggert@twinsun.com>
19768
19769         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
19770         library.  It's not correct, as some older glibcs are buggy.
19771         fnmatch wasn't fixed until glibc 2.2.
19772
19773         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
19774         special shell magic here.
19775
19776 2001-09-16  Jim Meyering  <meyering@lucent.com>
19777
19778         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
19779         * m4/jm-macros.m4: Require it.
19780
19781 2001-09-16  Jim Meyering  <meyering@lucent.com>
19782
19783         * lib/mkdir.c: New file.
19784
19785 2001-09-15  Jim Meyering  <meyering@lucent.com>
19786
19787         * m4/jm-macros.m4: Check for help2man.
19788
19789 2001-09-11  Jim Meyering  <meyering@lucent.com>
19790
19791         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
19792         The body, by Paul Eggert, was moved here from configure.in.
19793         * m4/jm-macros.m4: Require UTILS_HOST_OS.
19794
19795 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19796
19797         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
19798         (jm_PREREQ): Use it.
19799
19800 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19801
19802         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
19803         Use ssize_t, not int, to store result of readlink.
19804         Check for ssize_t overflow as well as size_t overflow,
19805         as POSIX says the result of readlink is implementation-defined
19806         when ssize_t overflows.
19807         Remove unnecessary cast to char*.
19808         Use free+malloc instead of realloc, as the storage doesn't need
19809         to be preserved and it's clearer and can be more efficient that way.
19810         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
19811         * lib/xreadlink.h (xreadlink): Update prototype.
19812
19813 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19814
19815         * lib/xgetcwd.c: Revert some of the previous change; intead,
19816         fix the HAVE_GETCWD_NULL code to behave more like the
19817         !HAVE_GETCWD_NULL code used to.
19818
19819         Include "xalloc.h".
19820         (xgetcwd): Do not return NULL when memory is exhausted; instead,
19821         invoke xalloc_die.
19822
19823 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19824
19825         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
19826         sys/param.h, as pathmax.h includes them.
19827
19828 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19829
19830         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
19831         (jm_PREREQ_XGETCWD): New macro.
19832
19833         * m4/getcwd.m4: New file.
19834
19835 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19836
19837         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
19838         like the HAVE_GETCWD_NULL code.
19839         Include pathmax.h if not HAVE_GETCWD.
19840         Do not include xalloc.h.
19841         (INITIAL_BUFFER_SIZE): New symbol.
19842         Do not use xmalloc / xrealloc, since the caller is responsible for
19843         handling errors.  Preserve errno around `free' during failure.
19844         Do not overrun buffer when using getwd.
19845
19846 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19847
19848         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
19849         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
19850         getcwd (NULL, 0).
19851
19852 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19853
19854         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
19855         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
19856         spotted by Jim Meyering.
19857
19858 2001-09-03  Jim Meyering  <meyering@lucent.com>
19859
19860         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
19861         failure.
19862
19863 2001-09-02  Jim Meyering  <meyering@lucent.com>
19864
19865         * lib/error.c: Update from GNU libc.
19866
19867 2001-09-01  Jim Meyering  <meyering@lucent.com>
19868
19869         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
19870         Used by df.
19871
19872 2001-09-01  Jim Meyering  <meyering@lucent.com>
19873
19874         * lib/xreadlink.c: New file.
19875         * lib/xreadlink.h: New file.
19876         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
19877         xreadlink.h.
19878
19879         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
19880         doesn't conflict with sparc Solaris 7's definition in
19881         /usr/include/sys/int_types.h.
19882
19883         * lib/exclude.c: Use `""', not `<>' to #include non-system header
19884         files.
19885         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
19886         and strncasecmp as r-values.  Unixware didn't have declarations.
19887
19888 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19889
19890         * lib/xstrtol.h: Add copyright notice.
19891         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
19892         LONGINT_INVALID_SUFFIX_CHAR.
19893
19894 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19895
19896         * lib/xstrtol.c (strtoimax): New decl.
19897
19898 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19899
19900         * lib/xgetcwd.c: Don't include pathmax.h.
19901         Include stdlib.h and unistd.h if available.
19902         Include xalloc.h.
19903         (xmalloc, xstrdup, free): Remove decls.
19904         (xgetcwd): Don't assume sizes fit in unsigned.
19905         Check for overflow when computing sizes.
19906         Simplify reallocation code.
19907
19908 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19909
19910         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
19911         a directory's st_size can have an arbitrary value, so the old
19912         usage could waste an arbitrary amount of memory.  All uses
19913         changed.
19914         * lib/savedir.h: Update prototype.
19915
19916 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19917
19918         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
19919
19920         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
19921         old strtoimax.c.
19922
19923         Also, make the following further changes to make this file's
19924         configuration more similar to that of strtol.c:
19925         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
19926         (strtoumax, uintmax_t, strtoull, strtol): Remove.
19927         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
19928         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
19929         changed to signed values.
19930
19931         And make the following changes as well:
19932         Fix copyright notice, as 1999 was missing.
19933         (verify): New macro.
19934         (strtoimax): Check sizes at compile-time, not run-time.
19935         Prefer strtol to strtoll if both work.
19936         (main): Remove; it was not that useful and was a pain to maintain.
19937
19938         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
19939
19940 2001-08-31  Jim Meyering  <meyering@lucent.com>
19941
19942         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
19943         Use an initial, malloc'd, buffer of length 128 rather than
19944         a statically allocated one of length 1024.
19945
19946 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19947
19948         Simplify code, partly by assuming autoconf 2.52 semantics.
19949
19950         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
19951
19952         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
19953         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
19954         All uses removed.
19955         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
19956         Move AC_REQUIRE to next-to-top level, to avoid confusion.
19957         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
19958         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
19959         jm_AC_HEADER_INTTYPES_H.
19960         * m4/jm-macros.m4 (jm_MACROS): Likewise.
19961
19962         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
19963
19964         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19965         Quote first arg of AC_DEFUN.
19966         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
19967         since they are needed to parse the include file even if we need
19968         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
19969         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
19970         but with opposite signedness.
19971
19972 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19973
19974         Merge 'exclude' changes from tar 1.13.22.
19975         This fixes one or two unlikely storage allocation overflow bugs,
19976         but doesn't change user-visible behavior otherwise.
19977
19978 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19979
19980         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
19981         (jm_PREREQ_EXCLUDE): New macro.
19982
19983 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19984
19985         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19986         tm to be declared.
19987
19988 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19989
19990         * lib/hash.c: Remove '2001' from copyright notice.
19991
19992 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19993
19994         * lib/full-write.h: New file.
19995         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
19996         * lib/full-write.c: Correct credits, as cccp.c no longer
19997         exists and anyway it was so heavily changed from the old cccp
19998         code as to be unrecognizable.  Include full-write.h.
19999         (full_write) Return size_t, with short writes meaning failure.
20000         All callers changed.  This fixes a bug with large buffers
20001         on 64-bit hosts.
20002         * lib/utime.c: Include full-write.h.
20003
20004 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20005
20006         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
20007         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
20008         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
20009         Include if available.
20010         (<xalloc.h>): Include
20011         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
20012         (verify): New macro.  Use it to verify that EXCLUDE macros do not
20013         collide with FNM macros.
20014         (struct patopts): New struct.
20015         (struct exclude): Use it, as exclude patterns now come with options.
20016         (new_exclude): Support above changes.
20017         (new_exclude, add_exclude_file):
20018         Initial size must now be a power of two to simplify overflow checking.
20019         (free_exclude, fnmatch_no_wildcards): New function.
20020         (excluded_filename): No longer requires options arg, as the options
20021         are determined by add_exclude.  Now returns bool, not int.
20022         (excluded_filename, add_exclude):
20023         Add support for the fancy new exclusion options.
20024         (add_exclude, add_exclude_file): Now takes int options arg.
20025         Check for arithmetic overflow when computing sizes.
20026         (add_exclude_file): xrealloc might modify errno, so don't
20027         realloc until after errno might be used.
20028
20029         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
20030         New macros.
20031         (free_exclude): New decl.
20032         (add_exclude, add_exclude_file): Now takes int options arg.
20033         (excluded_filename): No longer requires options arg, as the options
20034         are determined by add_exclude.  Now returns bool, not int.
20035
20036 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20037
20038         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
20039
20040 2001-08-27  Jim Meyering  <meyering@lucent.com>
20041
20042         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
20043
20044         * lib/version-etc.c (N_): Remove definition.
20045         Revert most of last change.
20046         Instead, simply don't mark the `Copyright...' string for translation.
20047         Based on advice from Paul Eggert.
20048
20049         * lib/strtoxmax.c: Tweak comment.
20050
20051 2001-08-26  Jim Meyering  <meyering@lucent.com>
20052
20053         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
20054
20055         * m4/xstrtoimax.m4: New file.
20056         * m4/xstrtoumax.m4: Add comments explaining why we
20057         AC_REPLACE_FUNCS(strtol).
20058
20059 2001-08-26  Jim Meyering  <meyering@lucent.com>
20060
20061         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
20062         of copyright with `%s' so translators don't get an untranslated
20063         message in 2002.
20064         (COPYRIGHT_YEAR): Define.
20065         (version_etc): Use fprintf rather than fputs.
20066         Suggestion from Ulrich Drepper.
20067
20068         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
20069
20070         * lib/strtoll.c: New file, from GNU libc.
20071         * lib/xstrtoimax.c: New file.
20072
20073         * lib/xstrtol.h: Add xstrtoimax.
20074         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
20075         * lib/strtoimax.c: New file.  Likewise, but first define
20076         STRTOUXMAX_SIGNED.
20077
20078         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
20079         ...
20080         * lib/strtoxmax.c: ... then renamed to this.
20081
20082 2001-08-18  Paul Eggert  <eggert@twinsun.com>
20083
20084         * m4/inttypes.m4: Add AC_PREREQ(2.13).
20085         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
20086         (jm_AC_TYPE_INTMAX_T): New macro.
20087         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
20088
20089         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
20090
20091         * m4/longlong.m4: Renamed from ulonglong.m4.
20092         * m4/inttypes.m4: Renamed from inttypes_h.m4.
20093         * m4/uintmax_t.m4: Removed.
20094
20095 2001-08-13  Paul Eggert  <eggert@twinsun.com>
20096
20097         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
20098         Port to Solaris 8, where 'sed' requires a space after the 'r'
20099         command, and where sh dislikes "$/".  Clean up the spacing a bit.
20100         Redirect output to $tmp just once.
20101
20102 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
20103
20104         * lib/addext.c (<errno.h>): Include.
20105         (errno): Declare if not defined.
20106         (addext): Work correctly when pathconf returns -1 and leaves
20107         errno alone because there is no limit.  Also, work even if
20108         pathconf returns a value greater than SIZE_MAX.
20109
20110 2001-08-12  Jim Meyering  <meyering@lucent.com>
20111
20112         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
20113         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
20114         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
20115         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
20116         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
20117         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
20118         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
20119         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
20120         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
20121         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
20122         utime.m4, utimes.m4, xstrtoumax.m4:
20123         Quote the first argument in each use of AC_DEFUN.
20124
20125 2001-08-12  Jim Meyering  <meyering@lucent.com>
20126
20127         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
20128         Simply `return getcwd (NULL, 0);'.
20129         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
20130         Use 1300 as initial value for length, not PATH_MAX.
20131
20132         * lib/pathmax.h: Clean up cpp syntax.
20133
20134 2001-08-12  Jim Meyering  <meyering@lucent.com>
20135
20136         * lib/gettimeofday.c: New file.
20137         * lib/gtod.h: New file.
20138         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
20139
20140 2001-08-05  Jim Meyering  <meyering@lucent.com>
20141
20142         * m4/jm-macros.m4: Require autoconf-2.52.
20143
20144 2001-08-04  Jim Meyering  <meyering@lucent.com>
20145
20146         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
20147         stmt, to get in sync with glibc.
20148
20149 2001-08-03  Paul Eggert  <eggert@twinsun.com>
20150
20151         The following changes are from gettext 0.10.39 as maintained by
20152         Bruno Haible.
20153
20154         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
20155         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
20156         with inverted sense.  All uses changed.
20157
20158         * lib/mbswidth.c: Don't include <limits.h>.
20159         Include <stdlib.h> and <string.h> unconditionally.
20160         (iswcntrl, mbsinit, ISCNTRL): New macros.
20161         (mbsnwidth): Use K&R style function declarations.
20162         Don't bother checking for MB_LEN_MAX == 1, since the compiler
20163         can optimize it when MB_CUR_MAX == 1.
20164         The width of control characters is zero, not 1.
20165
20166 2001-08-03  Paul Eggert  <eggert@twinsun.com>
20167
20168         The following changes are from gettext 0.10.39 as maintained by
20169         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
20170
20171         * m4/codeset.m4: Upgrade to serial AM1.
20172         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
20173         all uses changed.  Quote first arg of AC_DEFUN.
20174         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
20175
20176         * m4/iconv.m4: Upgrade to serial AM2.
20177         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
20178         Add --with-libconv-prefix.
20179         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
20180         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
20181         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
20182         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
20183         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
20184
20185         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
20186         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
20187         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
20188         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
20189         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
20190         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
20191         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
20192         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
20193         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
20194
20195         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
20196         string.h any more.
20197
20198         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
20199         not the default value.
20200
20201         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
20202         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
20203         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
20204         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
20205         Also check for iswcntrl, used for wcwidth fallback.
20206         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
20207         to Autoconf 2.13.
20208
20209 2001-08-03  Jim Meyering  <meyering@lucent.com>
20210
20211         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
20212         as it was in the original.  Reported by Paul Eggert.
20213
20214 2001-07-16  Jim Meyering  <meyering@lucent.com>
20215
20216         * m4/gettimeofday.m4: New file.
20217         Prompted by a report from Bernhard Baehr.
20218
20219 2001-07-15  Jim Meyering  <meyering@lucent.com>
20220
20221         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
20222         stuff. Now it's in ../Makefile.cfg.
20223
20224 2001-07-15  Jim Meyering  <meyering@lucent.com>
20225
20226         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
20227         (BUILT_SOURCES): Add unlocked-io.h.
20228         (io_functions): Define.
20229         (unlocked-io.h): New rule.
20230         (DISTCLEANFILES): Add unlocked-io.h.
20231         (all-local): Depend on unlocked-io.h, to ensure it is created.
20232
20233         * lib/unlocked-io.hin: New file
20234
20235         * lib/regex.c: Update from glibc.
20236
20237 2001-07-05  Jim Meyering  <meyering@lucent.com>
20238
20239         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
20240         recommendation.
20241         (libfetish_a_SOURCES): Put all .h files here instead.
20242         Remove a thus-exposed (better checks in automake) duplicate and
20243         two unnecessary .h files.
20244
20245 2001-07-04  Jim Meyering  <meyering@lucent.com>
20246
20247         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
20248         that generates jm-glibc-io.m4 so that it doesn't trigger any make
20249         distcheck failure.
20250
20251 2001-07-02  Jim Meyering  <meyering@lucent.com>
20252
20253         The following changes were prompted by suggestions from Bruno Haible.
20254
20255         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
20256         is now generated.
20257         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
20258         definition of EXTRA_DIST.
20259         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
20260         ensure that the generated file is created/updated whenever the list
20261         of $(unlocked_functions) is changed.
20262         (jm-glibc-io.m4): New rule.
20263         (unlocked-io.h): New rule -- currently unused.
20264
20265 2001-06-24  Jim Meyering  <meyering@lucent.com>
20266
20267         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
20268         unmatched right bracket, rather than kludging it with an extra,
20269         falsely-matching quote in a comment.  Patch by Akim Demaille.
20270
20271 2001-06-11  Jim Meyering  <meyering@lucent.com>
20272
20273         * lib/regex.c: Update from GNU libc.
20274
20275 2001-05-27  Jim Meyering  <meyering@lucent.com>
20276
20277         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
20278         Check for ut_type in struct utmp.
20279
20280 2001-05-27  Jim Meyering  <meyering@lucent.com>
20281
20282         * lib/readutmp.h (UT_TYPE): Define.
20283
20284 2001-05-24  Jim Meyering  <meyering@lucent.com>
20285
20286         * lib/argmatch.c: Include "quote.h".
20287         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
20288         quote function.  Reported by Göran Uddeborg.
20289
20290 2001-05-22  Jim Meyering  <meyering@lucent.com>
20291
20292         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
20293         now that we use the package-supplied version unconditionally.
20294         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
20295
20296 2001-05-21  Jim Meyering  <meyering@lucent.com>
20297
20298         * m4/regex.m4: Change a couple backticks to single quotes to avoid
20299         shell syntax errors.
20300
20301 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
20302
20303         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
20304
20305 2001-05-20  Paul Eggert  <eggert@twinsun.com>
20306
20307         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
20308         Don't bother to check library strftime, since
20309         we'll be using our own my_strftime function anyway.
20310         Define my_strftime instead of strftime.
20311
20312 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
20313
20314         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
20315         which is not yet declared.
20316
20317 2001-05-15  Jim Meyering  <meyering@lucent.com>
20318
20319         * m4/regex.m4: Use proper quoting so brackets appear in the test
20320         program.
20321         Reported by, and with help from, Bruno Haible.
20322
20323 2001-05-13  Jim Meyering  <meyering@lucent.com>
20324
20325         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
20326         undefined.
20327
20328 2001-05-11  Paul Eggert  <eggert@twinsun.com>
20329
20330         dirname code cleanup.  base_name now behaves more compatibly
20331         with POSIX basename when given file names that have trailing
20332         slashes, and similarly for dir_name.  Add new primitives
20333         base_len and dir_len.  Put the directory-name-related decls
20334         into dirname.h.
20335
20336         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
20337         * lib/backupfile.c (base_name): Likewise.
20338         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
20339         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
20340         * lib/makepath.c (strip_trailing_slashes): Likewise.
20341         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
20342         ISSLASH): Likewise.
20343         * lib/rename.c (strip_trailing_slashes): Likewise.
20344         * lib/same.c (base_name): Likewise.
20345         * lib/stripslash.c (ISSLASH): Likewise.
20346
20347         * lib/addext.c: Include <dirname.h> after size_t is defined.
20348         * lib/backupfile.c: Likewise.
20349
20350         * lib/addext.c (addext): Use base_len to trim redundant
20351         trailing slashes instead of doing it ourselves.
20352         But do not trim the last slash if it is not redundant.
20353
20354         * lib/backupfile.c (find_backup_file_name,
20355         max_backup_version): Use base_len instead of rolling it ourselves.
20356         Handle the case of "" and (on DOS) "C:" correctly.
20357
20358         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
20359         needed. Include <string.h>, <dirname.h>.
20360         (base_name): Allow file names ending in slashes, other than names
20361         that are all slashes.  In this case, return the basename followed
20362         by the slashes.  This is more general, and can be used in places
20363         where the original base_name purposely had an assertion failure.
20364         (base_len): New function.
20365
20366         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
20367         Do not include <assert.h>; no longer needed.
20368         Include xalloc.h.
20369         (memrchr): Remove decl.
20370         (dir_name_r): Remove.
20371         (dir_len): Renamed from dirlen.  All callers changed.
20372         Rewrite in terms of base_name, for simplicity and consistency.
20373         (dir_name): Never return NULL.  All callers changed.
20374         Do not include <stdlib.h> in test program; no longer needed.
20375         return 0; is fine for test program.
20376
20377         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
20378         New macros.
20379         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
20380
20381         * lib/path-concat.c (path_concat): Use base_len to compute
20382         base length, not strlen; this means we cannot rely on memcpy
20383         to null-terminate.
20384
20385         * lib/same.c (STREQ): Remove.
20386         (same_name): Handle the case where the basename ends in trailing '/'.
20387
20388         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
20389         a slash was stripped.  Do not strip the last slash after a
20390         file system prefix.
20391
20392 2001-05-11  Paul Eggert  <eggert@twinsun.com>
20393
20394         * lib/Makefile.am (libfetish_a_SOURCES):
20395         Add strftime.c, since we now compile it on all hosts.
20396
20397         * lib/strftime.c (my_strftime):
20398         Define to nstrftime if emacs, but only if my_strftime is not defined.
20399         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
20400         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
20401         Add one more extra argument: a nanoseconds value.
20402         All uses changed.
20403         (ns): New macro.
20404         (my_strftime function): Add %N format.
20405         (emacs_strftimeu): Renamed from emacs_strftime,
20406         with extra ut argument.
20407
20408 2001-05-09  Paul Eggert  <eggert@twinsun.com>
20409
20410         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
20411
20412 2001-04-21  Jim Meyering  <meyering@lucent.com>
20413
20414         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
20415         doesn't interfere.
20416
20417 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
20418
20419         * m4/ftruncate.m4: Check for chsize.
20420         Link with ftruncate.o unconditionally if ftruncate is missing.
20421         This was required when cross-compiling to i586-mingw32msvc.
20422
20423 2001-04-08  Jim Meyering  <meyering@lucent.com>
20424
20425         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
20426         recomputed; that's necessary when the offset spans a DST transition.
20427         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
20428
20429 2001-04-02  Jim Meyering  <meyering@lucent.com>
20430
20431         * lib/regex.h, regex.c: Update from GNU libc.
20432
20433 2001-03-24  Jim Meyering  <meyering@lucent.com>
20434
20435         * m4/jm-macros.m4: Require autoconf-2.49d.
20436
20437 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
20438
20439         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
20440
20441 2001-03-19  Paul Eggert  <eggert@twinsun.com>
20442
20443         * lib/version-etc.c (version_etc_copyright): Update to 2001.
20444
20445 2001-03-17  Jim Meyering  <meyering@lucent.com>
20446
20447         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
20448         now that the version in autoconf is equivalent.
20449         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
20450
20451         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
20452         Suggestion from Akim Demaille.
20453
20454         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
20455         (jm_PREREQ_TEMPNAME): New function.
20456
20457 2001-03-16  Paul Eggert  <eggert@twinsun.com>
20458
20459         * lib/tempname.c (uint64_t): Define to uintmax_t if
20460         not defined, and if UINT64_MAX is not defined.
20461         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
20462         Reported by John David Anglin.
20463
20464 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
20465
20466         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
20467         resolve alias if codeset is empty.
20468         * lib/config.charset (BeOS): Use wildcard syntax.
20469
20470 2001-03-13  Jim Meyering  <meyering@lucent.com>
20471
20472         * lib/path-concat.c (path_concat)
20473         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
20474         concatenating e.g., `C:' and `foo'.
20475         From Bruno Haible.
20476
20477 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
20478
20479         * lib/localcharset.c (locale_charset): Don't use
20480         setlocale(LC_CTYPE,NULL). Don't return NULL.
20481         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
20482
20483 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
20484
20485         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
20486         support for DOS/DJGPP.
20487
20488 2001-03-01  Paul Eggert  <eggert@twinsun.com>
20489
20490         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
20491         lacks mkstemp.  Compile our own tempname.c if we compile our own
20492         mkstemp.c, as mkstemp relies on tempname.
20493
20494 2001-03-01  Jim Meyering  <meyering@lucent.com>
20495
20496         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
20497         AH_VERBATIM really does output its argument verbatim.
20498
20499 2001-02-28  Paul Eggert  <eggert@twinsun.com>
20500
20501         * lib/Makefile.am (libfetish_a_SOURCES):
20502         Add dup-safer.c, fopen-safer.c.
20503         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
20504
20505         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h,
20506         lib/unistd-safer.h: New files.
20507
20508 2001-02-25  Paul Eggert  <eggert@twinsun.com>
20509
20510         The mkstemp replacement is taken from glibc 2.2.2, with some
20511         portability fixes for use outside glibc, as follows:
20512
20513         * lib/tempname.c (struct_stat64): New macro.
20514         (direxists, __gen_tempname): Use it.
20515         This avoids a portability problem with Solaris 8.
20516
20517         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
20518         (<stddef.h>, <stdint.h>, <string.h>):
20519         Include only if STDC_HEADERS || _LIBC.
20520         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
20521         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
20522         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
20523         (__set_errno): Define this macro if <errno.h> doesn't.
20524         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
20525         Define these macros if <stdio.h> doesn't.
20526         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
20527         Define these macros if <sys/stat.h>
20528         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
20529         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
20530         __xstat64): Define if not _LIBC.
20531         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
20532         (__gen_tempname): Invoke gettimeofday only if
20533         HAVE_GETTIMEOFDAY || _LIBC;
20534         otherwise, fall back on plain "time".
20535         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
20536
20537         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
20538
20539         * lib/mkstemp.c, tempname.c: New files, taken from glibc 2.2.2.
20540
20541 2001-02-18  Paul Eggert  <eggert@twinsun.com>
20542
20543         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
20544
20545 2001-02-17  Paul Eggert  <eggert@twinsun.com>
20546
20547         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
20548         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
20549         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
20550         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20551
20552 2001-02-17  Paul Eggert  <eggert@twinsun.com>
20553
20554         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
20555         Remove workaround macros for hosts that have mbrtowc but not
20556         mbstate_t, as we now insist on proper declarations for both
20557         before using mbrtowc.
20558
20559 2001-02-17  Jim Meyering  <meyering@lucent.com>
20560
20561         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
20562         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
20563         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
20564         UnixWare 7.1.1.
20565
20566         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
20567         rather than AC_CACHE_VAL.
20568
20569 2001-02-17  Jim Meyering  <meyering@lucent.com>
20570
20571         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
20572         around included file name.
20573
20574         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
20575
20576         * lib/strftime.c: Update from GNU libc (the only changes were to
20577         comments).
20578
20579 2001-02-17  Jim Meyering  <meyering@lucent.com>
20580
20581         * lib/regex.c: Update from libc.
20582
20583 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
20584
20585         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
20586         clash.
20587
20588 2001-02-16  Paul Eggert  <eggert@twinsun.com>
20589
20590         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
20591         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
20592         Reported by Mark Hounschell via Paul Eggert.
20593
20594 2001-02-07  Jim Meyering  <meyering@lucent.com>
20595
20596         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
20597
20598 2001-02-05  Jim Meyering  <meyering@lucent.com>
20599
20600         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
20601         it includes the patch required for `large file' support with at least
20602         HP-UX's 10.20 /bin/cc.
20603
20604 2001-02-03  Jim Meyering  <meyering@lucent.com>
20605
20606         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
20607         AS_IF, now that it works once again (mysteriously).
20608         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
20609
20610 2001-01-30  Jim Meyering  <meyering@lucent.com>
20611
20612         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
20613         * m4/chown.m4: Rename conftestchown to conftest.chown.
20614         * m4/rename.m4: s/conftestdir/conftest.d1/ and
20615         s/conftestdir2/conftest.d2/.
20616         * m4/utimes.m4: s/conftestdata/conftest.data/
20617         Inspired by Pavel Roskin's change in autoconf.
20618
20619 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
20620
20621         * lib/config.charset: Update for FreeBSD 4.2.
20622
20623 2001-01-27  Jim Meyering  <meyering@lucent.com>
20624
20625         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
20626         a use of AS_IF.
20627         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
20628
20629 2001-01-26  Jim Meyering  <meyering@lucent.com>
20630
20631         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
20632         quotearg.c includes it.
20633
20634 2001-01-26  Jim Meyering  <meyering@lucent.com>
20635
20636         * lib/quotearg.c: Include stddef.h.
20637         * lib/quote.c: Include stddef.h.
20638         Reported by Axel Kittenberger.
20639
20640         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
20641         line in double quotes so that it evokes a better diagnostic.
20642         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
20643         Reported by Axel Kittenberger.
20644
20645 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
20646
20647         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
20648         as if it was a `charset'.
20649
20650 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
20651
20652         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
20653         has const.
20654
20655 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
20656
20657         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
20658         to avoid a warning.  Add back 'const' to inptr.
20659
20660 2001-01-20  Jim Meyering  <meyering@lucent.com>
20661
20662         Be sure that headers are checked before used in code compiled
20663         for the type checks.
20664         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
20665         In place of that, invoke jm_CHECK_ALL_TYPES.
20666         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
20667         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
20668         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
20669         The check for ssize_t was mistakenly run before the test for unistd.h.
20670
20671         The configure-time check for stdbool.h was missing.
20672         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
20673         (jm_PREREQ_HASH): New function.
20674
20675 2001-01-17  Jim Meyering  <meyering@lucent.com>
20676
20677         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
20678         for autoconf-2.49c.
20679         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
20680
20681 2001-01-16  Jim Meyering  <meyering@lucent.com>
20682
20683         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
20684         From Bruno Haible.
20685
20686 2001-01-14  Jim Meyering  <meyering@lucent.com>
20687
20688         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
20689         foo and bar.  Create conftestdir/ in the script, not in the C code.
20690         Remove directories in the script, not in the C code.
20691         Remove conftestdir{,2} before trying to create the directory.
20692         Make the entire configure script fail if the mkdir fails.
20693
20694 2001-01-14  Jim Meyering  <meyering@lucent.com>
20695
20696         * lib/rename.c: New file.  From Volker Borchert.
20697         Include stdlib.h, string.h or strings.h, and xalloc.h.
20698         Use strip_trailing_slashes rather than open-coding it.
20699
20700 2001-01-03  Paul Eggert  <eggert@twinsun.com>
20701
20702         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
20703
20704 2001-01-03  Jim Meyering  <meyering@lucent.com>
20705
20706         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
20707         of local `inptr' to avoid warning with some system declarations of
20708         iconv.
20709
20710 2001-01-02  Volker Borchert  <bt@teknon.de>
20711
20712         * m4/rename.m4: New file.
20713         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
20714
20715 2001-01-01  Jim Meyering  <meyering@lucent.com>
20716
20717         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
20718         even on systems with utmpx.h.  It's necessary for the declaration of
20719         utmp's ut_user member.  Reported by Andreas Jaeger.
20720
20721         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
20722         available. They are required for the declarations of getgrgid and
20723         getpwuid resp.
20724         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
20725         Reported by Andreas Jaeger.
20726
20727 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
20728
20729         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
20730         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
20731         so `make install' also works in VPATH builds.
20732
20733 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
20734
20735         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
20736         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
20737         can be used in subdirectories.
20738
20739 2000-12-29  Paul Eggert  <eggert@twinsun.com>
20740
20741         * lib/modechange.c: Do not assume that mode_t uses the
20742         traditional octal encoding.  E.g. "chmod 1 FOO" should set
20743         the other-execute bit of FOO even if S_IXOTH != 1.
20744
20745         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
20746         WOTH, XOTH, ALLM): New macros.
20747         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
20748          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
20749         Use them.
20750         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
20751         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
20752         (mode_compile):
20753         No need to use uintmax_t; unsigned long is long enough.
20754         Don't bother to get suffix since we don't use it.
20755
20756 2000-12-26  Jim Meyering  <meyering@lucent.com>
20757
20758         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
20759         better with autoheader.
20760
20761 2000-12-24  Jim Meyering  <meyering@lucent.com>
20762
20763         * lib/hash.c (is_prime): Return explicit boolean values.
20764         (hash_get_first): Return NULL to appease Irix5.6's 89.
20765         Reported by Nelson Beebe.
20766
20767 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
20768
20769         * lib/localcharset.c (locale_charset): Add support for Win32.
20770
20771 2000-12-18  Paul Eggert  <eggert@twinsun.com>
20772
20773         * lib/physmem.h, physmem.c: New files.
20774
20775         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
20776         (noinst_HEADERS): Add physmem.h.
20777
20778         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
20779         't' for compatibility with Solaris 8 sort.
20780
20781 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
20782
20783         * lib/config.charset: Add support for BeOS.
20784
20785 2000-12-17  Jim Meyering  <meyering@lucent.com>
20786
20787         * m4/dos.m4 (jm_AC_DOS): New file and macro.
20788         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
20789
20790 2000-12-16  Jim Meyering  <meyering@lucent.com>
20791
20792         This bug had a serious impact on chown: `chown N:M FILE' (for integer
20793         N and M) would have treated it like `chown N:N FILE'.
20794
20795         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
20796
20797 2000-12-16  Jim Meyering  <meyering@lucent.com>
20798
20799         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
20800         SHELLS_FILE to a file name that's useful on djgpp systems.
20801         Include stdlib.h.
20802         (ADDITIONAL_DEFAULT_SHELLS): Define.
20803         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
20804         Based mostly on a patch from Prashant TR.
20805
20806 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
20807
20808         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
20809         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
20810         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
20811
20812 2000-12-08  Andreas Schwab  <schwab@suse.de>
20813
20814         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
20815         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
20816
20817 2000-12-07  Jim Meyering  <meyering@lucent.com>
20818
20819         * lib/stripslash.c (ISSLASH): Define.
20820         (strip_trailing_slashes): Use ISSLASH rather than comparing against
20821         `/'.
20822         From Prashant TR.
20823
20824         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
20825         (dir_name_r): Declare this function as static.
20826         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
20827         manifest itself on a name containing a mix of slashes and
20828         backslashes.
20829         Make this function work with names starting with a DOS-style
20830         drive letter and colon prefix.
20831         (dir_name): Append `.' if necessary.
20832         Based mostly on patches from Prashant TR and Eli Zaretskii.
20833
20834         * lib/dirname.h (dir_name_r): Remove prototype.
20835
20836 2000-12-06  Paul Eggert  <eggert@twinsun.com>
20837
20838         * m4/off_t-format.m4: Remove this file.
20839         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
20840
20841 2000-12-06  Jim Meyering  <meyering@lucent.com>
20842
20843         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
20844         replacement strtoull, we may well need the replacement strtoul, too.
20845         Check for declarations of strtoul and strtoull.
20846         Check for strtol.  Mainly as a cue to cause automake to include
20847         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
20848         Check for limits.h -- strtol.c needs it.
20849
20850 2000-12-05  Jim Meyering  <meyering@lucent.com>
20851
20852         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
20853
20854 2000-12-04  Jim Meyering  <meyering@lucent.com>
20855
20856         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
20857         Also include memory.h, stdlib.h, unistd.h if appropriate.
20858         Reported by Andreas Jaeger (conflicting declaration of malloc).
20859
20860 2000-12-02  Jim Meyering  <meyering@lucent.com>
20861
20862         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
20863         * m4/jm-macros.m4 (jm_MACROS): require it.
20864
20865 2000-12-02  Jim Meyering  <meyering@lucent.com>
20866
20867         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
20868
20869 2000-12-01  Paul Eggert  <eggert@twinsun.com>
20870
20871         * lib/memrchr.c: Include <config.h> before any system include file.
20872
20873 2000-11-30  Jim Meyering  <meyering@lucent.com>
20874
20875         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
20876
20877 2000-11-30  Jim Meyering  <meyering@lucent.com>
20878
20879         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
20880
20881 2000-11-29  Paul Eggert  <eggert@twinsun.com>
20882
20883         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
20884
20885 2000-11-26  Jim Meyering  <meyering@lucent.com>
20886
20887         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
20888
20889 2000-11-22  Paul Eggert  <eggert@twinsun.com>
20890
20891         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
20892         size of (size_t) -1; it's not portable.
20893
20894 2000-11-17  Jim Meyering  <meyering@lucent.com>
20895
20896         * lib/strstr.c: Update from GNU libc.
20897
20898 2000-11-17  Akim Demaille  <akim@epita.fr>
20899
20900         * lib/obstack.h: Formatting changes.
20901         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
20902         prevent type checking.
20903         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
20904         cast the value to (void *): assigning a `foo *' to a `void *'
20905         variable is valid.
20906         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
20907
20908 2000-11-16  Jim Meyering  <meyering@lucent.com>
20909
20910         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
20911
20912 2000-11-11  Jim Meyering  <meyering@lucent.com>
20913
20914         * lib/error.c: Add a couple #includes, merging from GNU libc version.
20915
20916 2000-11-10  Jim Meyering  <meyering@lucent.com>
20917
20918         * lib/obstack.h: Update from GNU libc.
20919         * lib/obstack.c: Likewise.
20920
20921 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
20922
20923         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
20924
20925 2000-11-06  Paul Eggert  <eggert@twinsun.com>
20926
20927         * lib/getusershell.c (setusershell): Use rewind rather than
20928         fseek/fseeko, to avoid configuration hassles with fseeko.
20929         Don't bother opening SHELLS_FILE if shellstream is NULL;
20930         it's not necessary.
20931
20932 2000-11-05  Jim Meyering  <meyering@lucent.com>
20933
20934         * lib/makepath.h (make_dir): Declare.
20935         * lib/makepath.c (make_dir): Remove `static' attribute.
20936         Tweak a comment.
20937
20938 2000-11-04  Jim Meyering  <meyering@lucent.com>
20939
20940         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
20941
20942 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
20943
20944         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
20945         last one in a bucket, advance to the next bucket.
20946
20947 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
20948
20949         * lib/fnmatch.c: Do not comment out all the code if we are using
20950         the GNU C library, because in some cases we are replacing buggy
20951         code in the GNU C library itself.
20952
20953 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
20954
20955         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
20956         (regex_compile): Catch bogus \(\1\).
20957
20958 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20959
20960         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
20961         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
20962         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
20963
20964 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20965
20966         * lib/error.h, getline.h, modechange.h:
20967         Remove "2000" from Copyright line, as the file hasn't been
20968         changed this year other than in the copyright notice.
20969
20970         * lib/xalloc.h: Add "2000" to Copyright line, as this file
20971         was changed this year.
20972
20973 2000-10-29  Jim Meyering  <meyering@lucent.com>
20974
20975         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
20976         renaming.
20977         * m4/ls-mntd-fs.m4: Likewise
20978
20979 2000-10-29  Jim Meyering  <meyering@lucent.com>
20980
20981         * lib/xstat.in: Fix grammar in comment.
20982
20983 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
20984
20985         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
20986         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
20987         doesn't define __restrict_arr.
20988
20989 2000-10-28  Jim Meyering  <meyering@lucent.com>
20990
20991         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
20992         (jm_PREREQ_MEMCHR): New function.
20993
20994 2000-10-28  Jim Meyering  <meyering@lucent.com>
20995
20996         * lib/memchr.c: Update from libc.
20997         Adjust for portability:
20998         [HAVE_STDLIB_H]: Include stdlib.h.
20999         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
21000         Undef __memchr, too.
21001         [!weak_alias]: Define __memchr to memchr.
21002
21003         * lib/regex.c: Update from libc.
21004         * lib/regex.h: Likewise.
21005         * lib/getopt1.c: Likewise.
21006         * lib/memcmp.c: Likewise.
21007
21008         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
21009         Avoid using fseek, when possible -- it's broken by design.
21010         Patch by Ulrich Drepper.
21011
21012 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
21013
21014         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
21015         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
21016         Giving in to popular pressure to shut up the compiler with casts.
21017
21018 2000-10-26  Jim Meyering  <meyering@lucent.com>
21019
21020         * lib/strftime.c: Update from libc.
21021
21022 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
21023
21024         * regex.c: More `unsigned char' -> `re_char' changes.
21025         Also change several `int' into `re_wchar_t'.
21026         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
21027         (PUSH_FAILURE_POINTER): Don't cast any more.
21028         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
21029         We want GCC to complain, since this piece of code makes
21030         re_match non-reentrant, which *should* be fixed.
21031         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
21032         (EXTEND_BUFFER): Use RETALLOC.
21033         (SET_LIST_BIT): Don't cast.
21034         (re_wchar_t): New type.
21035         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
21036         that those two functions will always properly return.
21037         (IMMEDIATE_QUIT_CHECK): Cast to void.
21038         (analyse_first): Use recursion rather than an explicit stack.
21039         (re_compile_fastmap): Can't fail anymore.
21040         (re_search_2): Don't check re_compile_fastmap for failure.
21041         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
21042         Now also sets the new value (passed in a new argument).
21043         (re_match_2_internal): Use it.
21044         Also, use a new var `reg' of type size_t when looping through regs
21045         rather than reuse the inappropriate `mcnt'.
21046
21047 2000-10-25  Jim Meyering  <meyering@lucent.com>
21048
21049         * lib/obstack.c: Update from libc.
21050
21051 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
21052
21053         * regex.c (regex_compile): Change the way of handling a range from
21054         a char less than 256 to a char not less than 256.
21055
21056 2000-10-24  Andrew Innes  <andrewi@gnu.org>
21057
21058         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
21059         NT-Emacs only.
21060         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
21061         so that re_search functions only quit when callers expect them to.
21062
21063 2000-10-23  Jim Meyering  <meyering@lucent.com>
21064
21065         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
21066         wrong.  That set_locale call must not have any side effects.
21067         From Paul Eggert.
21068
21069 2000-10-22  Jim Meyering  <meyering@lucent.com>
21070
21071         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
21072         [CYCLIC]: Remove now-unused definition.
21073
21074         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
21075         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
21076         Suggestion from Ulrich Drepper.
21077
21078 2000-10-21  Jim Meyering  <meyering@lucent.com>
21079
21080         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
21081         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
21082         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
21083
21084 2000-10-21  Jim Meyering  <meyering@lucent.com>
21085
21086         * lib/dirname.c (memrchr): Declare if necessary.
21087         (dir_name): Remove the restriction that there be no
21088         trailing slashes.  Now, this code skips past them, effectively
21089         ignoring them.
21090         [TEST_DIRNAME] (main): New unit tests.
21091
21092         * lib/memrchr.c: New file from GNU libc.
21093         Undef __memrchr, too.
21094         [!weak_alias]: Define __memrchr to memrchr.
21095         Guard weak_alias use with `#ifdef weak_alias'.
21096
21097 2000-10-21  Jim Meyering  <meyering@lucent.com>
21098
21099         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
21100         (dir_name): Use dir_name_r.
21101         * lib/dirname.h (dir_name_r): Declare it.
21102
21103 2000-10-17  Jim Meyering  <meyering@lucent.com>
21104
21105         * lib/quote.h (PARAMS): Define and use.
21106         Reported by Akim Demaille.
21107
21108         * lib/getopt.c: Update from libc.
21109
21110 2000-10-16  Jim Meyering  <meyering@lucent.com>
21111
21112         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
21113         setlocale.
21114         From Jan Fedak.
21115
21116 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
21117
21118         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
21119
21120 2000-09-25  Jim Meyering  <meyering@lucent.com>
21121
21122         * lib/md5.h (rol): Define (from GnuPG).
21123
21124         * lib/sha.c: Give credit (GnuPG) where due.
21125         (M): Use rol rather than open-coding it.
21126         Add a FIXME comment.
21127
21128 2000-09-21  Jim Meyering  <meyering@lucent.com>
21129
21130         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
21131         Reported by Michael Stone.
21132
21133 2000-09-20  Jim Meyering  <meyering@lucent.com>
21134
21135         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
21136         (noinst_HEADERS): Add sha.h.
21137         Based on code from Scott G. Miller and from GnuPG.
21138
21139 2000-09-18  Jim Meyering  <meyering@lucent.com>
21140
21141         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
21142         LIBS. Otherwise, everyone ends up linking with -lelf for some
21143         configurations.
21144         Reported by Mike Stone.
21145
21146 2000-09-15  Jim Meyering  <meyering@lucent.com>
21147
21148         * lib/regex.c: Update from libc.
21149
21150 2000-09-10  Jim Meyering  <meyering@lucent.com>
21151
21152         * lib/getopt.c (_getopt_internal): Update from glibc.
21153
21154 2000-09-09  Jim Meyering  <meyering@lucent.com>
21155
21156         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
21157         think it should be used as a general replacement for isascii.
21158         * lib/fnmatch.c: Likewise.
21159         * lib/mbswidth.c: Likewise
21160         * lib/regex.c: Likewise.
21161
21162         Don't use atoi.
21163         * lib/userspec.c: Include sys/param.h and limits.h.
21164         Include xstrtol.h.
21165         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21166         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
21167         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
21168         UID, GID.  Check range.
21169
21170 2000-09-06  Jim Meyering  <meyering@lucent.com>
21171
21172         * lib/getopt.c (_getopt_internal): Update from glibc.
21173
21174 2000-08-30  Jim Meyering  <meyering@lucent.com>
21175
21176         * lib/strftime.c: Merge in changes from GNU libc.
21177
21178 2000-08-26  Jim Meyering  <meyering@lucent.com>
21179
21180         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
21181         * m4/fpending.m4: New file.
21182
21183 2000-08-26  Jim Meyering  <meyering@lucent.com>
21184
21185         * lib/closeout.c: Include "__fpending.h".
21186         (close_stdout_status): Return right away if there's nothing to flush.
21187
21188         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
21189         * lib/__fpending.c: New file.
21190         * lib/__fpending.h: New file.
21191
21192 2000-08-20  Jim Meyering  <meyering@lucent.com>
21193
21194         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
21195         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
21196         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
21197
21198 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
21199
21200         Improve fileutils installation on systems where running
21201         programs (like install) can't be unlinked.
21202         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
21203         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
21204
21205 2000-08-07  Paul Eggert  <eggert@twinsun.com>
21206
21207         Standardize on "memory exhausted" instead of "Memory exhausted"
21208         or "virtual memory exhausted".
21209         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
21210         "virtual memory exhausted".
21211         * lib/same.c (same_name): Invoke xalloc_die instead of printing
21212         our own message.
21213         * lib/userspec.c (parse_user_spec): Likewise.
21214         * lib/bumpalloc.h: comment fix
21215         * lib/same.c, userspec.c: Include xalloc.h.
21216
21217         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
21218         not char *const and pointing to a constant array.
21219         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
21220         (xrealloc): Comment fix.
21221
21222         * lib/userspec.c (parse_user_spec):
21223         Don't translate a message until just before returning,
21224         to avoid unnecessary translation.
21225
21226 2000-08-07  Jim Meyering  <meyering@lucent.com>
21227
21228         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
21229         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
21230         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
21231         getgroups.c, gethostname.c, getopt.h, group-member.c,
21232         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
21233         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
21234         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
21235         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
21236         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
21237         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
21238         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
21239         yesno.c: Back out Copyright date changes for each file with no change
21240         this year.  This eases coordination with other programs using the same
21241         source code modules.  From Paul Eggert.
21242
21243 2000-08-06  Paul Eggert  <eggert@twinsun.com>
21244
21245         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
21246         not char, for compatibility with glibc 2.1.3 strftime.c.
21247
21248 2000-08-03  Greg McGary  <greg@mcgary.org>
21249
21250         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
21251         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
21252         (EXTEND_BUFFER): Use them.
21253
21254 2000-08-01  Jim Meyering  <meyering@lucent.com>
21255
21256         * lib/dirname.c (ISSLASH): Define.
21257         (BACKSLASH_IS_PATH_SEPARATOR): Define.
21258         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
21259         both `\' and `/' may be use as path separators.
21260         Based on a patch from Prashant TR.
21261
21262 2000-07-31  Paul Eggert  <eggert@twinsun.com>
21263
21264         * lib/quotearg.c (quotearg_n_options): Don't make the initial
21265         slot vector a constant, since it might get modified.
21266
21267 2000-07-31  Jim Meyering  <meyering@lucent.com>
21268
21269         * lib/xmalloc.c: Use `virtual memory exhausted', not
21270         `Memory exhausted'.
21271         * lib/obstack.c (print_and_abort): Likewise.
21272
21273 2000-07-30  Paul Eggert  <eggert@twinsun.com>
21274
21275         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
21276         buffer, so that the caller can always quote one small
21277         component of a "memory exhausted" message in slot 0.
21278         From a suggestion by Jim Meyering.
21279
21280 2000-07-30  Jim Meyering  <meyering@lucent.com>
21281
21282         * lib/makepath.c (make_path): Quote the other instance, too.
21283
21284         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
21285         (STATIC_BUF_SIZE): Define.
21286         (quotearg_n_options): Use only statically allocated storage when
21287         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
21288         than STATIC_BUF_SIZE.
21289
21290 2000-07-29  Jim Meyering  <meyering@lucent.com>
21291
21292         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
21293         * lib/dirname.c (dir_name): Likewise.
21294
21295         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
21296         `/'.
21297
21298         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
21299         (dir_name): Assert that there are no trailing slashes.
21300
21301 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
21302
21303         * lib/mbswidth.h (mbswidth): Add a flags argument.
21304         (mbswidth): New declaration.
21305         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
21306         * lib/mbswidth.c (mbswidth): Add a flags argument.
21307         (mbsnwidth): New function.
21308
21309 2000-07-24  Jim Meyering  <meyering@lucent.com>
21310
21311         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
21312
21313 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21314
21315         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
21316
21317 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21318
21319         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
21320         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
21321         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
21322         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
21323         invoke multibyte primitives.
21324
21325 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21326
21327         * lib/quotearg.c:
21328         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
21329         so that mbstate_t is always defined.
21330
21331         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
21332         be 1 in at least one GCC installation, and this configuration
21333         error is likely to be common.  Ignoring MB_LEN_MAX hurts
21334         performance on hosts that have mbrtowc but have only unibyte
21335         locales, but I assume these hosts are rare.
21336
21337 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21338
21339         * lib/mbswidth.c (_XOPEN_SOURCE):
21340         Don't define; this causes problems on Solaris 7.
21341         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
21342
21343 2000-07-23  Jim Meyering  <meyering@lucent.com>
21344
21345         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
21346         too: getgrgid, getpwuid, getuid.
21347
21348 2000-07-23  Jim Meyering  <meyering@lucent.com>
21349
21350         * lib/basename.c (base_name): Add an assertion.
21351
21352 2000-07-23  Bruno Haible  <clisp.cons.org>
21353
21354         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
21355         shadow its mbsinit function.
21356
21357 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
21358
21359         * lib/mbswidth.h: New file.
21360         * lib/mbswidth.c: New file.
21361         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
21362         (noinst_HEADERS): Add mbswidth.h.
21363
21364 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
21365
21366         * lib/config.charset: Add support for FreeBSD. Improve support for
21367         HP-UX and IRIX 6.
21368
21369 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
21370
21371         * m4/mbswidth.m4: New file.
21372         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
21373
21374 2000-07-15  Jim Meyering  <meyering@lucent.com>
21375
21376         * lib/makepath.c: Include quote.h.
21377         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
21378         corresponding argument in a `quote (...)' call.
21379         Give better diagnostics.
21380
21381         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
21382         (noinst_HEADERS): Add quote.h.
21383
21384         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
21385         from tar's src/misc.c.
21386         * lib/quote.h: New file.  Prototypes for same.
21387
21388 2000-07-14  Paul Eggert  <eggert@twinsun.com>
21389
21390         From a suggestion by Bruno Haible.
21391         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
21392         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
21393         to decide whether to define the BeOS workaround macro;
21394         this adjusts to the change to AC_MBSTATE_T.
21395
21396 2000-07-14  Jim Meyering  <meyering@lucent.com>
21397
21398         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
21399         jm_AC_TYPE_UINTMAX_T.
21400
21401 2000-07-13  Paul Eggert  <eggert@twinsun.com>
21402
21403         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
21404
21405         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
21406         quotearg_buffer_restyled): Add support for
21407         clocale_quoting_style.  Undo previous change to
21408         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
21409         and "{RIGHT QUOTATION MARK}" msgids.
21410
21411 2000-07-10  Paul Eggert  <eggert@twinsun.com>
21412
21413         From a suggestion by Bruno Haible.
21414         * m4/mbstate_t.m4 (AC_MBSTATE_T):
21415         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
21416         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
21417         and mbstate_t, to a single-part test that simply defines mbstate_t.
21418         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
21419         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
21420
21421 2000-07-10  Jim Meyering  <meyering@lucent.com>
21422
21423         * m4/strerror_r.m4: Mirror the correction made in autoconf.
21424
21425         * m4/gnu-source.m4: Output to confdefs.h directly.
21426         Suggestion from Akim Demaille.
21427
21428 2000-07-09  Paul Eggert  <eggert@twinsun.com>
21429
21430         The old behavior of quoting `like this' doesn't look good with
21431         newer, ISO-style fonts.  See:
21432         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
21433
21434         Instead, quote "like this" by default.  Let the translator
21435         tailor the locale-specific quoting behavior by providing
21436         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
21437
21438         * lib/quotearg.c (N_): New macro.
21439         (gettext_default): New function.
21440         (quotearg_buffer_restyled): Use
21441         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
21442         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
21443
21444 2000-07-09  Jim Meyering  <meyering@lucent.com>
21445
21446         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
21447         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
21448
21449         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
21450         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
21451
21452 2000-07-09  Jim Meyering  <meyering@lucent.com>
21453
21454         * lib/Most files: Update copyright dates to include 2000.
21455
21456 2000-07-08  Jim Meyering  <meyering@lucent.com>
21457
21458         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
21459         if not defined.
21460         (xgethostname): Remove now-unnecessary #ifdef.
21461         Move declaration of `err' into loop where it's used.
21462
21463 2000-07-05  Paul Eggert  <eggert@twinsun.com>
21464         and Bruno Haible  <haible@clisp.cons.org>
21465
21466         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
21467         only if the test for an object-type mbstate_t fails.  This
21468         prevents us from mistakenly reporting that mbstate_t is a
21469         system object type after we "#define mbstate_t int" to work
21470         around its lack.
21471
21472 2000-07-05  Paul Eggert  <eggert@twinsun.com>
21473         and Bruno Haible  <haible@clisp.cons.org>
21474
21475         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
21476
21477 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21478
21479         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
21480         to strerror_r.
21481         Include <ctype.h> for use of isalpha.
21482
21483 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21484
21485         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
21486         by allocating a larger buffer. Test the gethostname return value for
21487         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
21488         returns an error and ENAMETOOLONG isn't defined.
21489
21490 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21491
21492         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
21493         dimension.
21494
21495 2000-07-04  Jim Meyering  <meyering@lucent.com>
21496
21497         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
21498         of the deprecated AC_CHECKING.
21499
21500 2000-07-04  Jim Meyering  <meyering@lucent.com>
21501
21502         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
21503         Reported by Bruno Haible.
21504
21505 2000-07-04  Jim Meyering  <meyering@lucent.com>
21506
21507         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
21508         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
21509         lacks mbrtowc.
21510
21511 2000-07-03  Paul Eggert  <eggert@twinsun.com>
21512
21513         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
21514         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
21515
21516 2000-07-03  Paul Eggert  <eggert@twinsun.com>
21517         and Bruno Haible  <haible@clisp.cons.org>
21518
21519         * lib/quotearg.c (mbrtowc):
21520         Assign to *pwc, and return 1 only if result is nonzero.
21521         (iswprint): Use ISPRINT when substituting our own mbrtowc.
21522
21523 2000-07-03  Jim Meyering  <meyering@lucent.com>
21524
21525         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
21526
21527 2000-07-03  Jim Meyering  <meyering@lucent.com>
21528
21529         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
21530         This is necessary to get a definition of e.g., UTMP_FILE on
21531         HP-UX 10.20.
21532         From Bob Proulx.
21533
21534 2000-07-02  Jim Meyering  <meyering@lucent.com>
21535
21536         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
21537
21538         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
21539         AC_LIBOBJ(function_name).
21540         * m4/chown.m4: Likewise.
21541         * m4/fnmatch.m4: Likewise.
21542         * m4/ftruncate.m4: Likewise.
21543         * m4/getgroups.m4: Likewise.
21544         * m4/getline.m4: Likewise.
21545         * m4/group-member.m4: Likewise.
21546         * m4/jm-macros.m4: Likewise.
21547         * m4/lstat.m4: Likewise.
21548         * m4/malloc.m4: Likewise.
21549         * m4/memcmp.m4: Likewise.
21550         * m4/nanosleep.m4: Likewise.
21551         * m4/putenv.m4: Likewise.
21552         * m4/realloc.m4: Likewise.
21553         * m4/regex.m4: Likewise.
21554         * m4/stat.m4: Likewise.
21555         * m4/strftime.m4: Likewise.
21556
21557 2000-07-02  Jim Meyering  <meyering@lucent.com>
21558
21559         * lib/quotearg.c (mbstate_t): Don't define here.
21560
21561 2000-07-02  Jim Meyering  <meyering@lucent.com>
21562
21563         * lib/nanosleep.c (SIGCONT): Define if not already defined.
21564
21565 2000-07-01  Jim Meyering  <meyering@lucent.com>
21566
21567         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
21568
21569 2000-07-01  Jim Meyering  <meyering@lucent.com>
21570
21571         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
21572         problem.
21573
21574 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
21575
21576         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
21577         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
21578
21579 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
21580
21581         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
21582         per change in ../m4/ls-mntd-fs.m4.
21583         (read_filesystem_list): Ignore symbolic links.
21584
21585 2000-06-29  Jim Meyering  <meyering@lucent.com>
21586
21587         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
21588         for declaration of strcmp.
21589
21590         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
21591
21592         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
21593         Avoid warning by casting result to `char *' to remove `const'.
21594
21595 2000-06-28  Jim Meyering  <meyering@lucent.com>
21596
21597         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
21598         included by quotearg.c, for which we perform this test.  From
21599         Bruno Haible.
21600
21601 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
21602
21603         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
21604         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
21605         <utmpx.h> exists, put readutmp.o into LIBOBJS.
21606
21607 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
21608
21609         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
21610
21611 2000-06-26  Paul Eggert  <eggert@twinsun.com>
21612
21613         savedir now sets errno on failure and invokes xmalloc to get memory.
21614         Fix a couple of other minor bugs while we're at it.
21615
21616         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
21617         (NAMLEN): Remove macro.
21618         (malloc, realloc): Remove decls.
21619         (stpcpy): Likewise.
21620         ("xalloc.h"): Include.
21621         (NAME_SIZE_DEFAULT): New macro.
21622         (savedir): Use xmalloc / xrealloc to allocate memory.
21623         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
21624         Skip "" directory entries.
21625         Use strlen to calculate directory entry length, since the old method
21626         is rarely used these days and isn't worth supporting.
21627         Don't use a pointer after freeing it.
21628         Check for integer overflow when calculating allocation size.
21629         Use memcpy to copy entries, instead of stpcpy.
21630         Set errno properly when returning NULL.
21631         Check for readdir error.
21632
21633 2000-06-26  Jim Meyering  <meyering@lucent.com>
21634
21635         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
21636
21637 2000-06-25  Jim Meyering  <meyering@lucent.com>
21638
21639         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
21640         Linux header bug when _XOPEN_SOURCE is defined to 500.
21641
21642 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
21643
21644         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
21645         deficiency.
21646
21647 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
21648
21649         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
21650         Include xalloc.h.
21651         Don't include <stdlib.h>.  Don't declare malloc, realloc.
21652
21653 2000-06-24  Jim Meyering  <meyering@lucent.com>
21654
21655         * m4/strerror_r.m4: Revive this file -- to try out an experimental
21656         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
21657         for which strerror does return char*, but which lacks a conveniently
21658         accessible declaration of the function.  If the compile-test says
21659         strerror_r doesn't work, then resort to a `run'-test that works on
21660         BeOS and segfaults on DEC Unix.
21661
21662 2000-06-24  Jim Meyering  <meyering@lucent.com>
21663
21664         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
21665
21666 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21667
21668         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
21669         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
21670
21671 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21672
21673         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
21674         (mbrtowc, mbstate_t): Define substitutes if
21675         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
21676         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
21677         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
21678
21679 2000-06-23  Jim Meyering  <meyering@lucent.com>
21680
21681         * m4/afs.m4: Add missing AC_MSG_RESULT.
21682         Reported by Bruno Haible.
21683
21684         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
21685         Suggestion from Bruno Haible.
21686
21687 2000-06-23  Jim Meyering  <meyering@lucent.com>
21688
21689         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
21690
21691 2000-06-21  Jim Meyering  <meyering@lucent.com>
21692
21693         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
21694
21695 2000-06-21  Jim Meyering  <meyering@lucent.com>
21696
21697         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
21698         (noinst_HEADERS): Add getstr.h.
21699
21700         * lib/getline.c (getstr): Move into a separate file.
21701         * lib/getstr.c (getstr): New file, extracted from getline.c, with
21702         the following changes: new parameter, delim2; both delim[12]
21703         parameters have type `int', not `char'.  The latter would lose
21704         with 8-bit delimiters.
21705         * lib/getstr.h: New file.
21706
21707 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21708
21709         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
21710         than 1024, return a memory chunk of least possible size, instead
21711         of size PATH_MAX + 2. In the loop, increment the size proportionally.
21712         Use free/xmalloc instead of xrealloc to avoid copying for very long
21713         paths.
21714
21715 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21716
21717         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
21718         the empty string.
21719
21720 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21721
21722         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
21723         address, not strdup.  Include <stdlib.h> and don't declare free().
21724
21725 2000-06-19  Jim Meyering  <meyering@lucent.com>
21726
21727         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
21728
21729 2000-06-18  Jim Meyering  <meyering@lucent.com>
21730
21731         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
21732
21733         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
21734         `checking whether...' message to be consistent with that of the
21735         lstat test.
21736
21737 2000-06-18  Jim Meyering  <meyering@lucent.com>
21738
21739         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
21740         Besides, these days every porting target provides a mkdir function.
21741
21742         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
21743         needed. (this snippet comes from src/system.h).
21744
21745 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
21746
21747         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
21748
21749 2000-06-15  Paul Eggert  <eggert@twinsun.com>
21750
21751         * lib/human.c (adjust_value): New function.
21752         (human_readable_inexact): Apply rounding style even when
21753         printing approximate values.
21754
21755 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21756
21757         * lib/human.c (human_readable_inexact): Allow an input block
21758         size that is not a multiple of the output block size, and vice versa.
21759         Reported by Piergiorgio Sartor.
21760
21761 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21762
21763         * lib/getdate.y (get_date): Apply relative times after time
21764         zone indicator, not before.  Reported by Todd A. Jacobs.
21765
21766 2000-06-13  Jim Meyering  <meyering@lucent.com>
21767
21768         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
21769
21770         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
21771
21772 2000-06-12  Paul Eggert  <eggert@twinsun.com>
21773
21774         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
21775
21776 2000-06-12  Jim Meyering  <meyering@lucent.com>
21777
21778         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
21779         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
21780         optional argument.
21781         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
21782         the optional argument, `lib'.
21783
21784 2000-06-08  Jim Meyering  <meyering@lucent.com>
21785
21786         * m4/largefile.m4: Remove file (now that it's part of autoconf).
21787
21788 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21789
21790         Rewrite largefile configuration so that we don't need to run
21791         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
21792         AC_CANONICAL_HOST in configure.in -- jmm]
21793
21794         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
21795         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
21796         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
21797         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
21798         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
21799         All uses changed.
21800         Instead of inspecting the output of getconf, try to compile the
21801         test program without and with the macro definition.
21802         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
21803         for getconf.  Instead, check for the needed flags by compiling
21804         test programs.
21805
21806 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21807
21808         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
21809
21810 2000-06-04  Jim Meyering  <meyering@lucent.com>
21811
21812         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
21813         SunOS 4.1.4 for which gid_t is an unsigned type.
21814
21815 2000-06-03  Jim Meyering  <meyering@lucent.com>
21816
21817         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
21818         now that autoconf requires that.
21819
21820         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
21821         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
21822         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
21823
21824 2000-06-03  Jim Meyering  <meyering@lucent.com>
21825
21826         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
21827
21828 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21829
21830         * m4/glibc21.m4: New file.
21831         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
21832
21833 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21834
21835         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
21836         newer, don't install charset.alias.
21837         * lib/config.charset: Change the Linux/glibc rules so they become empty
21838         on glibc-2.1 or newer.
21839
21840 2000-06-02  Jim Meyering  <meyering@lucent.com>
21841
21842         * lib/mountlist.c: Back out last change.  Instead, do this...
21843         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
21844         me_dummy member using the same `ignore'-testing code.
21845         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
21846         fs_type strings.
21847         From Mark D. Roth.
21848
21849 2000-05-29  Jim Meyering  <meyering@lucent.com>
21850
21851         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
21852         mounts with the `ignore' attribute.  Based on a patch from
21853         Mark D. Roth.
21854
21855 2000-05-28  Jim Meyering  <meyering@lucent.com>
21856
21857         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
21858         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21859         * m4/stat.m4: Likewise.
21860         * m4/lstat.m4: Likewise.
21861         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
21862
21863         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
21864         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
21865
21866 2000-05-26  Jim Meyering  <meyering@lucent.com>
21867
21868         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
21869
21870 2000-05-24  Jim Meyering  <meyering@lucent.com>
21871
21872         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
21873         autoconf requires that.
21874         * m4/lib-check.m4: Likewise.
21875         * m4/jm-macros.m4: Likewise.
21876         * m4/strftime.m4: Likewise.
21877
21878         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
21879         AC_CHECK_DECLS, now that autoconf requires that.
21880
21881 2000-05-22  Jim Meyering  <meyering@lucent.com>
21882
21883         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21884         * m4/lstat.m4: Likewise.
21885
21886 2000-05-22  Jim Meyering  <meyering@lucent.com>
21887
21888         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
21889
21890 2000-05-20  Jim Meyering  <meyering@lucent.com>
21891
21892         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
21893         (jm_PREREQ): Use it.
21894
21895 2000-05-18  Jim Meyering  <meyering@lucent.com>
21896
21897         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
21898         back, too, since it may have been modified by allocate_entry.
21899         (hash_delete): Rewrite to use neither the assignment operator
21900         nor the comma operator in an if-expression.
21901
21902 2000-05-15  Paul Eggert  <eggert@twinsun.com>
21903
21904         * lib/closeout.c:
21905         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
21906         Remove; no longer needed.
21907         "quotearg.h": Add include.
21908         (file_name): Do not bother to explicitly initialize to NULL; it's less
21909         efficient on some hosts.
21910         (close_stdout_status): Remove test as to whether stdout was already
21911         closed; it breaks for the case "echo x | sort >&-".
21912         Quote file name colons.
21913         Do not assume that _("write error") lacks format strings.
21914
21915 2000-05-15  Jim Meyering  <meyering@lucent.com>
21916
21917         * lib/version-etc.c (version_etc_copyright): Update the copyright
21918         string used in all --version output.
21919
21920 2000-05-14  Jim Meyering  <meyering@lucent.com>
21921
21922         * lib/closeout.c (close_stdout_set_file_name): New function.
21923         (close_stdout_status): Use new file-scoped global.
21924         Return right away if fstat says the stdout file descriptor is invalid.
21925         * lib/closeout.h (close_stdout_set_file_name): Declare.
21926
21927 2000-05-10  Jim Meyering  <meyering@lucent.com>
21928
21929         * lib/closeout.c [default_exit_status]: New file-scoped variable.
21930         (close_stdout_set_status): New function.
21931         * lib/closeout.h (close_stdout_set_status): Declare.
21932
21933 2000-05-09  Jim Meyering  <meyering@lucent.com>
21934
21935         * m4/gettext.m4: Rename this...
21936         * m4/libintl.m4: ...to this.
21937
21938 2000-05-08  Jim Meyering  <meyering@lucent.com>
21939
21940         * lib/long-options.c: Don't include closeout.h.
21941         (parse_long_options): Don't call close_stdout for --version.
21942
21943 2000-05-06  Paul Eggert  <eggert@twinsun.com>
21944
21945         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
21946         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
21947         2.1.3 bug.  This avoids a clash when files like regex.c define
21948         _GNU_SOURCE.
21949
21950 2000-05-06  Jim Meyering  <meyering@lucent.com>
21951
21952         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
21953         (AC_REPLACE_FUNCS): Add strnlen.
21954
21955         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
21956         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
21957
21958         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
21959         AC_SEARCH_LIBS call for nanosleep.
21960         (LIB_NANOSLEEP): Set and AC_SUBST.
21961
21962 2000-05-06  Jim Meyering  <meyering@lucent.com>
21963
21964         * lib/strnlen.c: Undefine __strnlen and strnlen.
21965         [!weak_alias]: Define __strnlen to strnlen.
21966
21967         * lib/atexit.c: New file, from libiberty.
21968
21969 2000-05-06  Jim Meyering  <meyering@lucent.com>
21970
21971         * lib/closeout.c (close_stdout_status): Also check for errors on the
21972         stderr stream.
21973
21974 2000-05-05  Jim Meyering  <meyering@lucent.com>
21975
21976         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
21977         AC_SEARCH_LIBS call for clock_gettime.
21978         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
21979
21980         * m4/search-libs.m4: Update from autoconf.
21981
21982         su doesn't work on Solaris 2.6.
21983         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
21984         <shadow.h>.  Reported by Dragos Harabor.
21985
21986 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
21987
21988         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
21989         memcpy instead of xmalloc, xrealloc, path_concat.
21990         (locale_charset): Treat empty environment variables as absent.
21991         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
21992
21993 2000-05-04  Jim Meyering  <meyering@lucent.com>
21994
21995         * lib/getopt.c: Update from glibc.
21996         * lib/obstack.c: Likewise.
21997         * lib/obstack.h: Likewise.
21998         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
21999         file
22000
22001         * lib/regex.h: Likewise.
22002         * lib/strndup.c: Likewise.
22003         * lib/strnlen.c: New file, from glibc.
22004
22005 2000-05-03  Jim Meyering  <meyering@lucent.com>
22006
22007         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
22008
22009 2000-05-02  Paul Eggert  <eggert@twinsun.com>
22010
22011         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
22012         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
22013         compile-time test, rather than inspecting host and OS, to
22014         decide whether to define _LARGEFILE_SOURCE.
22015
22016 2000-05-01  Jim Meyering  <meyering@lucent.com>
22017
22018         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
22019
22020         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
22021         Based on a patch from Bruno Haible.
22022
22023 2000-05-01  Jim Meyering  <meyering@lucent.com>
22024
22025         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
22026
22027 2000-04-29  Jim Meyering  <meyering@lucent.com>
22028
22029         * lib/path-concat.c: Declare strdup only if it's not defined.
22030         * lib/canon-host.c: Likewise.
22031
22032 2000-04-28  Jim Meyering  <meyering@lucent.com>
22033
22034         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
22035         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
22036         is included first, then limits.h is included by locale.h by libintl.h.
22037         From John David Anglin.
22038
22039 2000-04-25  Jim Meyering  <meyering@lucent.com>
22040
22041         * lib/makepath.c (S_IRWXUGO): Define.
22042         (make_path): Always perform explicit chmod if MODE specifies any
22043         of the `special' permission bits.  Prompted by a bug report against
22044         install from Mate Wierdl and Joost van Baal.
22045
22046 2000-04-18  Jim Meyering  <meyering@lucent.com>
22047
22048         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
22049         (jm_PREREQ): Use it.
22050
22051 2000-04-18  Jim Meyering  <meyering@lucent.com>
22052
22053         * lib/README: New file.
22054
22055         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
22056         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
22057
22058 2000-04-17  Jim Meyering  <meyering@lucent.com>
22059
22060         Get it right :-)
22061         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
22062         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
22063         Suggestion from Akim Demaille.
22064
22065 2000-04-17  Jim Meyering  <meyering@lucent.com>
22066
22067         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
22068         the definition of it to rpl_strftime also defined-away the system's
22069         declaration.
22070
22071 2000-04-15  Jim Meyering  <meyering@lucent.com>
22072
22073         Use `C' to denote so-called `contiguous' files, the same way
22074         that tar does.
22075         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
22076         (ftypelet): Use S_ISCTG.
22077         From Michael Deutschmann.
22078
22079 2000-04-14  Jim Meyering  <meyering@lucent.com>
22080
22081         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
22082         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
22083         clobbered.
22084
22085 2000-04-14  Jim Meyering  <meyering@lucent.com>
22086
22087         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
22088
22089 2000-04-13  Jim Meyering  <meyering@lucent.com>
22090
22091         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
22092         AH_VERBATIM to insert required #ifndef into config.h.in.
22093         Suggestion from Akim Demaille.
22094
22095 2000-04-12  Jim Meyering  <meyering@lucent.com>
22096
22097         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
22098         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
22099         Christian Krackowizer.
22100
22101         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
22102         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
22103         (AC_SYS_LARGEFILE): Require.
22104         (AM_C_PROTOTYPES): Require.
22105
22106 2000-04-08  Jim Meyering  <meyering@lucent.com>
22107
22108         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
22109         names don't conflict.  Reported by Eli Zaretskii.
22110
22111 2000-04-07  Jim Meyering  <meyering@lucent.com>
22112
22113         * lib/putenv.c: Move inclusion of errno.h so it follows that of
22114         sys/types.h, to work around system header problems on AIX 3.2.5.
22115         From Bruno Haible.
22116
22117 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
22118
22119         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
22120         bug.  Deal with the different error behavior of Irix iconv.
22121
22122 2000-04-05  Paul Eggert  <eggert@twinsun.com>
22123
22124         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
22125         IRIX if the installer said otherwise.
22126
22127 2000-04-05  Jim Meyering  <meyering@lucent.com>
22128
22129         Portability tweaks required for ultrix4.3.
22130         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
22131         (jm_CHECK_DECLS): Add getutent to the list of functions.
22132         (_jm_DECL_HEADERS): Add utmpx.h.
22133         From John David Anglin.
22134
22135         * m4/strftime.m4: Back out the 2000-04-02 change.
22136         Instead of that change, simply undefine putenv in the test program.
22137
22138 2000-04-05  Jim Meyering  <meyering@lucent.com>
22139
22140         Portability tweaks required for ultrix4.3.
22141         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
22142         getutent.
22143         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
22144         * lib/canon-host.c: Declare strdup.
22145         * lib/path-concat.c: Likewise.
22146         From John David Anglin.
22147
22148 2000-04-04  Jim Meyering  <meyering@lucent.com>
22149
22150         Be more DOS 8.3-friendly.
22151         * lib/ref-add.sin: Renamed from ref-add.sed.in.
22152         * lib/ref-del.sin: Renamed from ref-del.sed.in.
22153         * lib/Makefile.am: Reflect renaming.
22154         Reported by Eli Zaretskii.
22155
22156         Use a temporary file name that won't clash with `charset.alias'
22157         in the DOS 8.3 name space.
22158         * lib/Makefile.am (charset_tmp): Define.
22159         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
22160         (uninstall-local): Likewise.
22161         Reported by Eli Zaretskii.
22162
22163 2000-04-03  Jim Meyering  <meyering@lucent.com>
22164
22165         * m4/gettext.m4: Fix typo in comment.
22166
22167         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
22168         textutils/configure.in).  Suggestion from Paul Eggert.
22169         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
22170
22171 2000-04-02  Paul Eggert  <eggert@twinsun.com>
22172
22173         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
22174         variable in the shell rather than using putenv, which isn't
22175         portable.  This avoids the configure-time inter-test dependency
22176         on the potentially-renamed putenv function.
22177
22178 2000-03-30  Paul Eggert  <eggert@twinsun.com>
22179
22180         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
22181         before checking struct stat.st_blksize, so that
22182         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
22183
22184 2000-03-29  Paul Eggert  <eggert@twinsun.com>
22185
22186         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
22187         since strftime.c uses HAVE_STRFTIME to decide whether to use
22188         the underlying strftime.
22189
22190 2000-03-29  Paul Eggert  <eggert@twinsun.com>
22191
22192         * lib/time/strftime.c (my_strftime): Make sure we call the system
22193         strftime, not ourselves, when invoking the underlying strftime.
22194
22195 2000-03-24  Jim Meyering  <meyering@lucent.com>
22196
22197         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
22198         (charset_alias): Define.
22199         (install-exec-local): Factor out common code.
22200         (uninstall-local): Split lines longer than 80.
22201         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
22202         (SUFFIXES): Define.
22203         (.sed.in.sed): New rule.  Don't redirect directly to $@.
22204         (CLEANFILES): Add ref-add.sed and ref-del.sed.
22205
22206 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
22207
22208         * lib/config.charset: Output a line containing "Packages using this
22209         file".
22210         * lib/ref-add.sed.in, ref-del.sed.in: New files.
22211         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
22212         ref-del.sed): New rules.
22213
22214 2000-03-17  Jim Meyering  <meyering@lucent.com>
22215
22216         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
22217         Otherwise, include <strings.h>
22218
22219 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
22220
22221         * lib/unicodeio.c (utf8_wctomb): New function.
22222         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
22223         format instead of in UCS-4 with platform dependent endianness.
22224
22225 2000-03-10  Jim Meyering  <meyering@lucent.com>
22226
22227         * m4/lib-check.m4: Look for getspnam in -lgen, too.
22228         From Marco Franzen.
22229
22230 2000-03-07  Paul Eggert  <eggert@twinsun.com>
22231
22232         * lib/savedir.c (savedir): Work even if directory size is
22233         negative; this can happen with some screwy NFS configurations.
22234
22235 2000-03-06  Jim Meyering  <meyering@lucent.com>
22236
22237         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
22238         if it's NULL (because we ran out of memory).  From Bruno Haible.
22239
22240 2000-03-05  Jim Meyering  <meyering@lucent.com>
22241
22242         * lib/localcharset.c ("path-concat.h"): Include.
22243         (get_charset_aliases): Use path_concat instead of ANSI string
22244         concatenation.
22245
22246         * lib/unicodeio.h (PARAMS): Define.
22247         Use it to guard prototype.
22248
22249 2000-03-04  Jim Meyering  <meyering@lucent.com>
22250
22251         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
22252         for lib/localcharset.c.
22253
22254 2000-03-04  Jim Meyering  <meyering@lucent.com>
22255
22256         * lib/Makefile.am (install-exec-local): Create $(libdir) before
22257         installing into it.
22258         (uninstall-local): Uncomment this rule so `make distcheck' works
22259         once again.
22260
22261         * lib/unicodeio.c (<errno.h>): Include it.
22262         (errno): Declare if not defined.
22263
22264         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
22265
22266         * lib/config.charset: New version, incorporating remarks from a linux
22267         i18n mailing list.  From Bruno Haible.
22268
22269 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
22270
22271         * m4/codeset.m4: New file.
22272         * m4/iconv.m4: New file.
22273         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
22274
22275 2000-03-03  Jim Meyering  <meyering@lucent.com>
22276
22277         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
22278
22279 2000-03-02  Jim Meyering  <meyering@lucent.com>
22280
22281         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
22282         the messages come out on separate lines.
22283
22284         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
22285         rather than jm_CHECK_DECLARATIONS.
22286         * m4/decl.m4: Remove now-unused file.
22287
22288         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
22289         geteuid.
22290
22291 2000-03-02  Jim Meyering  <meyering@lucent.com>
22292
22293         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
22294
22295 2000-03-01  Jim Meyering  <meyering@lucent.com>
22296
22297         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
22298         * lib/unicodeio.c: Likewise.
22299
22300 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
22301
22302         * lib/config.charset: New file.
22303         * lib/localcharset.c: New file.
22304         * lib/unicodeio.h, unicodeio.c: New files.
22305         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
22306         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
22307         (noinst_HEADERS): Add unicodeio.h.
22308         (all-local, install-exec-local, charset.alias): New targets.
22309
22310 2000-02-28  Paul Eggert  <eggert@twinsun.com>
22311
22312         * lib/quotearg.c (ALERT_CHAR): New macro.
22313         (quotearg_buffer_restyled): Use it.
22314
22315 2000-02-27  Jim Meyering  <meyering@lucent.com>
22316
22317         * m4/check-decl.m4: Add getenv to the list.
22318
22319 2000-02-27  Jim Meyering  <meyering@lucent.com>
22320
22321         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
22322         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
22323
22324         * lib/backupfile.c: Guard inclusion of stdlib.h with
22325         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
22326         Declare malloc if needed.
22327
22328         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
22329         `#ifndef HAVE_DECL..'
22330         now that autoconf always defines the HAVE_DECL_ symbols.
22331         * lib/human.c: Likewise.
22332         * lib/same.c: Likewise.
22333         * lib/strtoumax.c: Likewise.
22334
22335         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
22336         declaration check was not run.
22337         * lib/hash.c: Likewise.
22338         * lib/human.c: Likewise.
22339         * lib/same.c: Likewise.
22340         * lib/strtoumax.c: Likewise.
22341
22342         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
22343         `.', then first look up the entire `.'-containing string as a login
22344         name.
22345
22346 2000-02-23  Jim Meyering  <meyering@lucent.com>
22347
22348         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
22349         in place of my hack.
22350
22351 2000-02-18  Paul Eggert  <eggert@twinsun.com>
22352
22353         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
22354         (textint): New typedef.
22355         (parser_control): Member year changed from int to textint.
22356         All uses changed.
22357         (YYSTYPE): Removed; replaced by %union with int and textint members.
22358         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
22359         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
22360         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
22361         (tSNUMBER, tUNUMBER): Now of type <textintval>.
22362         (date, number, to_year): Use width of number in digits, not its value,
22363         to determine whether it's a 2-digit year, or a 2-digit time.
22364         (yylex): Store number of digits of numeric tokens.
22365         Reported by John Kendall.
22366
22367         (parser_control): Changed from struct parser_control to typedef (for
22368         consistency).  All uses changed.
22369
22370         (tID): Removed; not used.
22371         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
22372
22373 2000-02-14  Paul Eggert  <eggert@twinsun.com>
22374
22375         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
22376         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
22377
22378 2000-02-12  Jim Meyering  <meyering@lucent.com>
22379
22380         * lib/userspec.c (ISDIGIT): Define it.
22381         (isdigit): Remove definition.
22382         (is_number): Use ISDIGIT, not isdigit.
22383         <libintl.h>: Include.
22384         (_ and N_): Define.
22385         (parse_user_spec): Mark translatable strings.
22386
22387 2000-02-10  Jim Meyering  <meyering@lucent.com>
22388
22389         With these changes, nanosleep.[ch] are finally enough like the other
22390         lib/* replacement files to compile on a few more losing systems.
22391
22392         * lib/nanosleep.h: Don't include config.h.
22393         Remove prototype from declaration of nanosleep.
22394         (PARAMS): Remove now-unneeded definition.
22395         * lib/nanosleep.c: #undef nanosleep.
22396         (rpl_nanosleep): Rename from nanosleep.
22397
22398 2000-02-10  Jim Meyering  <meyering@lucent.com>
22399
22400         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
22401         gnu_nanosleep to rpl_nanosleep.
22402
22403 2000-02-09  Jim Meyering  <meyering@lucent.com>
22404
22405         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
22406         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
22407
22408 2000-02-08  Akim Demaille  <akim@epita.fr>
22409
22410         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
22411         `[' and `]' and remove uses of `changequote'.
22412         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
22413         (AC_SYS_LARGEFILE): Likewise.
22414         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
22415         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
22416         of changequote.
22417         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
22418         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
22419         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
22420         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
22421
22422 2000-02-05  Jim Meyering  <meyering@lucent.com>
22423
22424         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
22425         Remove explicit use of AC_HEADER_TIME.  It is required by
22426         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
22427         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
22428         in autoconf whereby the expansion of the latter ended up preceding
22429         the expansion of its prerequisite, AC_HEADER_TIME.
22430         Reported by Volker Borchert.
22431
22432 2000-02-03  Jim Meyering  <meyering@lucent.com>
22433
22434         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
22435
22436 2000-02-03  Jim Meyering  <meyering@lucent.com>
22437
22438         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
22439         rather than with `#if HAVE_UTMPNAME'.
22440
22441 2000-02-02  Jim Meyering  <meyering@lucent.com>
22442
22443         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
22444         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
22445         Reported by Eli Zaretskii.
22446
22447 2000-02-01  Jim Meyering  <meyering@lucent.com>
22448
22449         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
22450
22451 2000-01-31  Jim Meyering  <meyering@lucent.com>
22452
22453         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
22454         functions.  Add the time.h and sys/time.h headers along with the
22455         AC_REQUIRE'ment of AC_HEADER_TIME.
22456
22457 2000-01-31  Jim Meyering  <meyering@lucent.com>
22458
22459         * lib/nanosleep.h (nanosleep): Guard declaration with
22460         `#if ! HAVE_DECL_NANOSLEEP'.
22461         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
22462         the declaration in that vendor's sys/timers.h.
22463         Reported by Christian Krackowizer.
22464
22465         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
22466         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
22467         (ISPRINT): Likewise.
22468         Reported by Tom Tromey.
22469
22470 2000-01-30  Jim Meyering  <meyering@lucent.com>
22471
22472         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
22473
22474         * m4/prereq.m4 (utmp_includes): Define.
22475         Check for ut_user and ut_name members in both struct utmpx
22476         and struct utmp.
22477
22478 2000-01-30  Jim Meyering  <meyering@lucent.com>
22479
22480         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
22481         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
22482         header files where only utmpx.ut_user is declared.
22483
22484         * lib/readutmp.h (UT_USER): Define.
22485
22486 2000-01-29  Jim Meyering  <meyering@lucent.com>
22487
22488         * m4/lib-check.m4: New file containing library-related checks from
22489         fileutils and sh-utils (textutils had none).
22490
22491 2000-01-28  Jim Meyering  <meyering@lucent.com>
22492
22493         * m4/perl.m4: Change format of warning message to look more like that
22494         from the missing script.  Suggestion from François Pinard.
22495
22496 2000-01-25  Jim Meyering  <meyering@lucent.com>
22497
22498         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
22499         well as time.h in the compile check.
22500         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
22501         Fix typo in cross-compiling case: s/yes/no/.
22502
22503 2000-01-23  Jim Meyering  <meyering@lucent.com>
22504
22505         * m4/jm-macros.m4: Move df-related tests here from
22506         fileutils/configure.in
22507
22508         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
22509         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
22510
22511         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
22512         s/space/ac_fsusage_space/.
22513         (jm_FILE_SYSTEM_USAGE): Take two parameters.
22514
22515         * m4/ftruncate.m4: New file (derived from part of
22516         fileutils/configure.in).
22517         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
22518         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
22519
22520         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
22521         AC_SUBST these here, rather than just in sh-util/configure.in, so
22522         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
22523         all the same.
22524         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
22525         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
22526         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
22527         (AC_SUBST(POW_LIBM)): Likewise.
22528         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
22529
22530 2000-01-23  Jim Meyering  <meyering@lucent.com>
22531
22532         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
22533         obstack.c.
22534
22535 2000-01-22  Jim Meyering  <meyering@lucent.com>
22536
22537         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
22538
22539         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
22540
22541         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
22542         configure.in
22543         (AC_CHECK_HEADERS): Likewise for sh-utils.
22544         (AC_CHECK_HEADERS): Likewise for textutils.
22545         Merge the three lists of headers.
22546
22547         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
22548         from fileutils' configure.in.
22549
22550         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
22551         code. Moved tests into their own function (_jm_DECL_HEADERS) in
22552         check-decl.m4.
22553
22554         * m4/check-decl.m4: Use #if rather than #ifdef.
22555         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
22556         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
22557         (_jm_DECL_HEADERS): Define new function.
22558         (jm_CHECK_DECLARATIONS): Require it.
22559
22560 2000-01-22  Jim Meyering  <meyering@lucent.com>
22561
22562         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
22563         [! HAVE_DECL_STRTOULL]: Declare strtoull.
22564         Required for some AIX systems.  Reported by Christian Krackowizer.
22565         [TESTING] (main): New function.
22566
22567         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
22568         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
22569         letters.
22570
22571         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
22572         iswprint.
22573
22574         * lib/strverscmp.c (ISDIGIT): Define.
22575         (strverscmp): Use ISDIGIT, not isdigit.
22576
22577 2000-01-19  Jim Meyering  <meyering@lucent.com>
22578
22579         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
22580         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
22581         defines `struct timespec' in <sys/time.h>
22582
22583         * m4/c-bs-a.m4: Remove uses of changequote altogether.
22584         Thanks to Akim for explaining.
22585
22586 2000-01-17  Paul Eggert  <eggert@twinsun.com>
22587
22588         * lib/nanosleep.c (nanosleep):
22589         Don't use SA_INTERRUPT to decide whether to call sigaction, as
22590         POSIX.1 doesn't require SA_INTERRUPT and some systems
22591         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
22592         it's been part of POSIX.1 since day 1 (in 1988).
22593
22594 2000-01-17  Jim Meyering  <meyering@lucent.com>
22595
22596         * lib/interlock: Remove unused file.  Reported by François Pinard.
22597
22598 2000-01-16  Paul Eggert  <eggert@twinsun.com>
22599
22600         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
22601         alert, backslash, formfeed, and vertical tab unnecessarily in
22602         shell quoting style.
22603
22604 2000-01-16  Jim Meyering  <meyering@lucent.com>
22605
22606         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
22607         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
22608         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
22609         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
22610
22611 2000-01-16  Jim Meyering  <meyering@lucent.com>
22612
22613         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
22614         because the latter didn't work.
22615
22616 2000-01-15  Jim Meyering  <meyering@lucent.com>
22617
22618         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
22619         (AC_REPLACE_FUNCS): Add memcpy and memset.
22620         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
22621         Add strpbrk.
22622         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
22623
22624 2000-01-12  Jim Meyering  <meyering@lucent.com>
22625
22626         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
22627         (jm_PREREQ): Use it.
22628         (jm_PREREQ_READUTMP): New macro.
22629         (jm_PREREQ): Use it.
22630
22631 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22632
22633         Quote multibyte characters correctly.
22634         * m4/c-bs-a.m4: New file.
22635         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
22636         (jm_PREREQ): Use it.
22637
22638 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22639
22640         * m4/uintmax_t.m4: Port to autoconf 2.13.
22641
22642 2000-01-08  Jim Meyering  <meyering@ascend.com>
22643
22644         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
22645         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
22646
22647 2000-01-04  Jim Meyering  <meyering@ascend.com>
22648
22649         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
22650         jm_STRUCT_DIRENT_D_TYPE.
22651         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
22652         jm_STRUCT_DIRENT_D_INO.
22653         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
22654         jm_STRUCT_UTIMBUF.
22655         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
22656         renamings.
22657         * m4/utime.m4: Likewise.
22658
22659         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
22660         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
22661
22662 2000-01-03  Paul Eggert  <eggert@twinsun.com>
22663
22664         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
22665         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
22666
22667 2000-01-02  Jim Meyering  <meyering@ascend.com>
22668
22669         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
22670         remember if this is necessary.
22671
22672 1999-12-26  Jim Meyering  <meyering@ascend.com>
22673
22674         * m4/jm-macros.m4: Use it here.
22675         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
22676
22677 1999-12-23  Jim Meyering  <meyering@ascend.com>
22678
22679         * m4/jm-macros.m4: Check for clock_gettime (moved from
22680         fileutils/configure.in)
22681         Check for gettimeofday.
22682
22683 1999-12-20  Jim Meyering  <meyering@ascend.com>
22684
22685         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
22686         autoconf-2.14a-1999-12-20.
22687
22688 1999-12-19  Jim Meyering  <meyering@ascend.com>
22689
22690         * m4/lstat-slash.m4: New file.
22691         * m4/jm-macros.m4: Use the new macro:
22692         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22693
22694 1999-12-07  Jim Meyering  <meyering@ascend.com>
22695
22696         * m4/perl.m4: Require that File::Compare be available, too.
22697         Too many systems seem to lack it.
22698
22699         * m4/strftime.m4: Add checks for most of the cpp macros tested in
22700         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
22701
22702 1999-11-18  Paul Eggert  <eggert@twinsun.com>
22703
22704         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
22705         problem with the QNX 4.25 shell, which doesn't propagate exit
22706         status of failed commands inside shell assignments.
22707
22708 1999-11-17  Jim Meyering  <meyering@ascend.com>
22709
22710         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
22711
22712 1999-11-07  Jim Meyering  <meyering@ascend.com>
22713
22714         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
22715
22716 1999-11-06  Jim Meyering  <meyering@ascend.com>
22717
22718         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
22719         * m4/jm-macros.m4 (jm_MACROS): Use it here.
22720
22721 1999-11-05  Jim Meyering  <meyering@ascend.com>
22722
22723         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
22724         configure.in of textutils, fileutils, and sh-utils into this one
22725         (shared between those packages) file.
22726         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
22727         AC_STRUCT_ST_BLKSIZE.
22728
22729 1999-11-03  Jim Meyering  <meyering@ascend.com>
22730
22731         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
22732         of AC_CHECK_TYPE checks includes unistd.h.
22733         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
22734         Suggestion from Akim Demaille.
22735
22736 1999-10-30  Jim Meyering  <meyering@ascend.com>
22737
22738         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
22739         m4-quoted string.
22740         * m4/ls-mntd-fs.m4: Likewise.
22741         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
22742         * m4/jm-winsz1.m4: Likewise.
22743
22744         * m4/const.m4: Remove file, since the fix made it into the experimental
22745         version of autoconf.
22746         * m4/mktime.m4: Likewise.
22747
22748         * m4/check-type.m4: Remove file, now that the latest version of
22749         AC_CHECK_TYPE takes a third arg to specify additional #includes.
22750
22751         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
22752         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
22753         AC_CHECK_TYPE.
22754
22755 1999-10-04  Jim Meyering  <meyering@ascend.com>
22756
22757         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
22758
22759 1999-09-22  Paul Eggert  <eggert@twinsun.com>
22760
22761         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
22762         2.95.1 bug with HP-UX 10.20.
22763
22764 1999-09-17  Jim Meyering  <meyering@ascend.com>
22765
22766         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
22767         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
22768         due to missing strdup (against sh-utils-2.0).
22769
22770 1999-08-29  Jim Meyering  <meyering@ascend.com>
22771
22772         * m4/jm-macros.m4: Require jm_BISON.
22773         * m4/bison.m4: New file.
22774
22775 1999-08-17  Paul Eggert  <eggert@twinsun.com>
22776
22777         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
22778         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
22779
22780 1999-08-05  Jim Meyering  <meyering@ascend.com>
22781
22782         * m4/getline.m4: Rename test file from conftestdata to conftest.data
22783         to avoid conflicts with `conftest' on 8+3 filesystems.
22784         Suggestion from Eli Zaretskii.
22785
22786 1999-08-04  Jim Meyering  <meyering@ascend.com>
22787
22788         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
22789         fileutils and sh-utils (textutils's getline test was inadequate).
22790         (AM_FUNC_GETLINE): Run this test.
22791         (AC_CHECK_FUNCS): Check for getdelim.
22792         Reported by Bob Proulx.
22793
22794 1999-08-02  Jim Meyering  <meyering@ascend.com>
22795
22796         * m4/jm-macros.m4: Add a comment.
22797
22798 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22799
22800         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
22801         <inttypes.h> defines strtoumax as a macro (and not as a
22802         function).
22803
22804 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22805
22806         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
22807         that we can shift, multiply and divide unsigned long long
22808         values; Ultrix cc can't do it.
22809
22810 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22811
22812         * m4/mktime.m4: New file, which is a preview of what should appear
22813         in the next public autoconf release.
22814
22815 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22816
22817         * m4/lfs.m4: Remove this file.
22818         * m4/largefile.m4: New file.  It contains the old contents of
22819         lfs.m4, except that all names with prefix AC_LFS have been
22820         changed to use the prefix AC_SYS_LARGEFILE instead, to be
22821         compatible with future autoconf versions.  Also, some minor m4
22822         quoting problems have been fixed.
22823
22824 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22825
22826         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
22827         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
22828         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
22829         and simplify the shell code.
22830
22831 1999-08-01  Jim Meyering  <meyering@ascend.com>
22832
22833         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
22834         m4.
22835
22836 1999-07-20  Jim Meyering  <meyering@ascend.com>
22837
22838         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
22839
22840 1999-07-15  Jim Meyering  <meyering@ascend.com>
22841
22842         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
22843
22844 1999-05-22  Jim Meyering  <meyering@ascend.com>
22845
22846         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
22847
22848 1999-05-20  Jim Meyering  <meyering@ascend.com>
22849
22850         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
22851         Add a colon after each `then' in case $4 is empty.
22852
22853 1999-05-16  Jim Meyering  <meyering@ascend.com>
22854
22855         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
22856
22857 1999-05-10  Jim Meyering  <meyering@ascend.com>
22858
22859         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
22860
22861         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
22862         AC_FUNC_MKTIME.
22863
22864 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
22865
22866         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
22867
22868 1999-05-04  Paul Eggert  <eggert@twinsun.com>
22869
22870         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
22871         not CPPFLAGS, so that linking works correctly in IRIX.
22872
22873 1999-04-30  Paul Eggert  <eggert@twinsun.com>
22874
22875         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
22876
22877 1999-04-20  Paul Eggert  <eggert@twinsun.com>
22878
22879         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
22880         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
22881         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
22882         jm_AC_TYPE_UNSIGNED_LONG_LONG.
22883         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
22884
22885         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
22886
22887 1999-04-20  Jim Meyering  <meyering@ascend.com>
22888
22889         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
22890         AC_REPLACE xstroull if necessary.  From Paul Eggert.
22891         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
22892
22893 1999-04-18  Jim Meyering  <meyering@ascend.com>
22894
22895         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
22896         * m4/jm-macros.m4: Use it.
22897
22898 1999-04-06  Jim Meyering  <meyering@ascend.com>
22899
22900         * m4/strftime.m4: Remove test for %f.
22901
22902 1999-03-29  Jim Meyering  <meyering@ascend.com>
22903
22904         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
22905         superset of the AC_TYPE_* checks in the textutils, fileutils,
22906         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
22907         AC_TYPE_PID_T.
22908
22909 1999-03-28  Jim Meyering  <meyering@ascend.com>
22910
22911         * m4/jm-macros.m4: Define GNU_PACKAGE here.
22912         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
22913         replaced e.g., in the *.sh files of the sh-utils.
22914
22915 1999-03-20  Jim Meyering  <meyering@ascend.com>
22916
22917         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
22918         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
22919         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
22920
22921 1999-03-19  Jim Meyering  <meyering@ascend.com>
22922
22923         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
22924
22925 1999-03-12  Jim Meyering  <meyering@ascend.com>
22926
22927         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
22928
22929 1999-03-07  Jim Meyering  <meyering@ascend.com>
22930
22931         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
22932         declared.
22933
22934 1999-02-17  Jim Meyering  <meyering@ascend.com>
22935
22936         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
22937         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
22938
22939 1999-02-07  Jim Meyering  <meyering@ascend.com>
22940
22941         * m4/group-member.m4: New file -- extracted from sh-utils'
22942         configure.in.
22943
22944         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
22945         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
22946
22947 1999-02-06  Jim Meyering  <meyering@ascend.com>
22948
22949         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
22950         * m4/fnmatch.m4: Likewise.
22951         * m4/getgroups.m4: Likewise.
22952         * m4/lstat.m4: Likewise.
22953         * m4/malloc.m4: Likewise.
22954         * m4/putenv.m4: Likewise.
22955         * m4/realloc.m4: Likewise.
22956         * m4/regex.m4: Likewise.
22957         * m4/stat.m4: Likewise.
22958         * m4/strftime.m4: Likewise.
22959         Suggestion from Alain Magloire.
22960
22961         * m4/chown.m4: Use `.$ac_objext', not `.o'.
22962         * m4/fnmatch.m4: Likewise.
22963         * m4/getgroups.m4: Likewise.
22964         * m4/getline.m4: Likewise.
22965         * m4/lstat.m4: Likewise.
22966         * m4/malloc.m4: Likewise.
22967         * m4/memcmp.m4: Likewise.
22968         * m4/putenv.m4: Likewise.
22969         * m4/realloc.m4: Likewise.
22970         * m4/regex.m4: Likewise.
22971         * m4/stat.m4: Likewise.
22972         * m4/strftime.m4: Likewise.
22973         Suggestion from Alain Magloire.
22974
22975         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
22976         an argument.
22977
22978         * m4/regex.m4: Add a run-time Test for proper operation of
22979         re_compile_pattern.
22980
22981 1999-01-31  Jim Meyering  <meyering@ascend.com>
22982
22983         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
22984
22985 1999-01-30  Jim Meyering  <meyering@ascend.com>
22986
22987         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
22988
22989         * m4/jm-mktime.m4: Make this a wrapper around the official
22990         AM_FUNC_MKTIME rather than my private copy, now that the official one
22991         is up to date.
22992         * m4/mktime.m4: Remove file.
22993
22994         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
22995         * m4/uptime.m4: Likewise.
22996         * m4/uintmax_t.m4: Likewise.
22997
22998 1999-01-28  Jim Meyering  <meyering@ascend.com>
22999
23000         * m4/jm-macros.m4: Use jm_AFS.
23001         * m4/afs.m4: New file (from fileutils' configure.in).
23002
23003         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
23004         * m4/chown.m4: Likewise.
23005         * m4/d-ino.m4: Likewise.
23006         * m4/d-type.m4: Likewise.
23007         * m4/fnmatch.m4: Likewise.
23008         * m4/getgroups.m4: Likewise.
23009         * m4/gettext.m4: Likewise.
23010         * m4/jm-mktime.m4: Likewise.
23011         * m4/jm-winsz2.m4: Likewise.
23012         * m4/lcmessage.m4: Likewise.
23013         * m4/ls-mntd-fs.m4: Likewise.
23014         * m4/malloc.m4: Likewise.
23015         * m4/memcmp.m4: Likewise.
23016         * m4/putenv.m4: Likewise.
23017         * m4/realloc.m4: Likewise.
23018         * m4/st_mtim.m4: Likewise.
23019         * m4/strftime.m4: Likewise.
23020
23021 1999-01-16  Jim Meyering  <meyering@ascend.com>
23022
23023         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
23024         (ARGMATCH_DIE_DECL): Define.
23025
23026 1999-01-12  Jim Meyering  <meyering@ascend.com>
23027
23028         * m4/Makefile.am.in: Rewrite to avoid using fmt.
23029         Reported by Lars Hecking.
23030
23031 1999-01-10  Jim Meyering  <meyering@ascend.com>
23032
23033         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
23034         gross kludge.
23035         * m4/inttypes_h.m4: Likewise.
23036         * m4/lstat.m4: Likewise.
23037         * m4/malloc.m4: Likewise.
23038         * m4/readdir.m4: Likewise.
23039         * m4/realloc.m4: Likewise.
23040         * m4/st_dm_mode.m4: Likewise.
23041         * m4/stat.m4: Likewise.
23042         * m4/utimbuf.m4: Likewise.
23043         * m4/utimes.m4: Likewise.
23044
23045         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
23046         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
23047         comments in config.h.in are meaningful.
23048
23049         * m4/jm-macros.m4: Require autoconf-2.13 here.
23050
23051         * m4/regex.m4: By default, don't use the included regex.c on systems
23052         with glibc 2.  Suggestion from Uli Drepper.
23053
23054 1999-01-02  Jim Meyering  <meyering@ascend.com>
23055
23056         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
23057
23058 1998-12-18  Jim Meyering  <meyering@ascend.com>
23059
23060         * m4/Makefile.am.in (Makefile.am): Simplify rule.
23061         Based on a suggestion from Lars Hecking.
23062
23063 1998-11-16  Paul Eggert  <eggert@twinsun.com>
23064
23065         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
23066
23067 1998-11-16  Jim Meyering  <meyering@ascend.com>
23068
23069         * m4/lfs.m4: Double-quote the `uname...` expression.
23070
23071 1998-11-14  Jim Meyering  <meyering@ascend.com>
23072
23073         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
23074         * m4/stat.m4: Likewise.
23075
23076 1998-11-03  Jim Meyering  <meyering@ascend.com>
23077
23078         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
23079         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
23080
23081 1998-10-18  Jim Meyering  <meyering@ascend.com>
23082
23083         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
23084
23085 1998-10-17  Jim Meyering  <meyering@ascend.com>
23086
23087         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
23088         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
23089         calls for those previously hard-coded headers.  Instead, take a new
23090         parameter.
23091         (jm_CHECK_DECLARATIONS): Reflect interface change.
23092         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
23093         (jm_CHECK_DECL_LOCALTIME_R): New macro.
23094
23095         * m4/mktime.m4: Test for spring-forward gap before long-running test.
23096
23097 1998-10-14  Jim Meyering  <meyering@ascend.com>
23098
23099         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
23100         instead of "TZ=America/Vancouver".  From Paul Eggert.
23101
23102 1998-10-11  Jim Meyering  <meyering@ascend.com>
23103
23104         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
23105         This adds a test for a recently added compatibility fix for mktime.c.
23106         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
23107
23108 1998-09-27  Jim Meyering  <meyering@ascend.com>
23109
23110         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
23111
23112         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
23113         ../configure.in, including a change from Gordon Matzigkeit to allow
23114         cross-compiling for the Hurd.
23115
23116         * m4/glibc.m4: New file/macro to test for the GNU C Library
23117         versions 1 and 2.  From Gordon Matzigkeit.
23118         Indent.
23119
23120 1998-09-21  Jim Meyering  <meyering@ascend.com>
23121
23122         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
23123
23124 1998-08-18  Paul Eggert  <eggert@twinsun.com>
23125
23126         Port nanosecond-resolution times to UnixWare 2.1.2 and
23127         pedantic Solaris 2.6.
23128
23129         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
23130         AC_STRUCT_ST_MTIM.
23131         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
23132         Generate name of ns member, instead of just 1 or undef.
23133         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
23134
23135 1998-08-15  Jim Meyering  <meyering@ascend.com>
23136
23137         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
23138         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
23139         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
23140         instead of jm_TYPE_SSIZE_T.
23141
23142 1998-08-12  Jim Meyering  <meyering@ascend.com>
23143
23144         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
23145
23146 1998-08-02  Jim Meyering  <meyering@ascend.com>
23147
23148         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
23149         in acconfig.h manually.
23150
23151 1998-07-31  Paul Eggert  <eggert@twinsun.com>
23152
23153         * m4/st_mtim.m4: New file.
23154
23155 1998-07-28  Jim Meyering  <meyering@ascend.com>
23156
23157         * m4/utimes.m4: Undef stat.
23158
23159 1998-07-25  Jim Meyering  <meyering@ascend.com>
23160
23161         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
23162         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
23163
23164 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
23165
23166         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
23167         uid and gid actually remain unchanged.
23168
23169 1998-07-07  Jim Meyering  <meyering@ascend.com>
23170
23171         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
23172
23173 1998-07-04  Jim Meyering  <meyering@ascend.com>
23174
23175         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
23176         to prove that this macro can be used in packages without regex.c.
23177
23178 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
23179
23180         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
23181         is to be used.
23182
23183 1998-07-03  Jim Meyering  <meyering@ascend.com>
23184
23185         * m4/gettext.m4: Add -lintl if it's found to be necessary.
23186
23187         * m4/gettext.m4: New file -- from gettext-0.10.35.
23188         * m4/lcmessage.m4: Likewise.
23189         * m4/progtest.m4: Likewise.
23190
23191         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
23192         * m4/jm-macros.m4: Require the new macro.
23193
23194 1998-06-29  Jim Meyering  <meyering@ascend.com>
23195
23196         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
23197         for the definition of NGROUPS (used in a system header included
23198         by sys/mount.h).
23199
23200 1998-06-28  Jim Meyering  <meyering@ascend.com>
23201
23202         * m4/ls-mntd-fs.m4: New file.
23203         * m4/fstypename.m4: New file.
23204
23205         * m4/jm-macros.m4: Require the new macro.
23206         * m4/jm-glibc-io.m4: New file.
23207
23208 1998-05-19  Jim Meyering  <meyering@ascend.com>
23209
23210         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
23211         * m4/lchown.m4: New file.
23212
23213         * m4/Makefile.am.in: New file.
23214         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
23215
23216 1998-05-14  Jim Meyering  <meyering@ascend.com>
23217
23218         * m4/Makefile.am (EXTRA_DIST): Add them.
23219         * m4/jm-macros.m4: New file.
23220         * m4/utimbuf.m4: New file.
23221
23222 1998-05-12  Jim Meyering  <meyering@ascend.com>
23223
23224         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
23225
23226 1998-05-11  Jim Meyering  <meyering@ascend.com>
23227
23228         * m4/isc-posix.m4: New file.
23229
23230 1998-05-10  Jim Meyering  <meyering@ascend.com>
23231
23232         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
23233
23234 1998-05-09  Jim Meyering  <meyering@ascend.com>
23235
23236         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
23237         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
23238         with automake.
23239
23240         * m4/ssize_t.m4: New file.
23241         * m4/mktime.m4: Remove file -- the new automake has this now.
23242
23243 1998-04-26  Jim Meyering  <meyering@ascend.com>
23244
23245         * m4/assert.m4: New file.
23246         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
23247
23248 1998-04-05  Jim Meyering  <meyering@ascend.com>
23249
23250         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
23251         (jm_PREREQ): Use it here.
23252
23253 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
23254
23255         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
23256         in acconfig.h.
23257
23258 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
23259
23260         * m4/prereq.m4: New file.
23261         * m4/error.m4: New file.
23262         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
23263
23264 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
23265
23266         * m4/getline.m4: Don't set am_cv_func_working_getline before the
23267         cache-check for the same variable -- that defeated the purpose of
23268         the test; the test program was never run.  This was a problem only
23269         on systems with losing getline functions -- HP-UX 10.20 is one.
23270         Reported by Bjorn Helgaas.
23271
23272 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
23273
23274         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
23275
23276 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
23277
23278         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
23279
23280         * m4/const.m4: New file.  Use an initializer in this declaration
23281         typedef int charset[2]; const charset x;
23282         Reported by Bob Glickstein.
23283
23284 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
23285
23286         * m4/chown.m4: Fix reversed types on -1 args to chown.
23287         From Kaveh Ghazi.
23288
23289 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
23290
23291         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
23292         Add lseek and memchr.
23293
23294         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
23295         T.E.Dickey <dickey@clark.net> said that some older preprocessors
23296         have a 20-character limit on names.
23297
23298 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
23299
23300         * m4/inttypes_h.m4: New file.
23301         * m4/uintmax_t.m4: New file.
23302         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
23303
23304 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
23305   Free Software Foundation, Inc.
23306 Copying and distribution of this file, with or without modification,
23307 are permitted provided the copyright notice and this notice are preserved.