New module 'sigprocmask'.
[gnulib.git] / ChangeLog
1 2006-10-14  Bruno Haible  <bruno@clisp.org>
2
3         * modules/sigprocmask: New file.
4         * lib/sigprocmask.h: New file.
5         * lib/sigprocmask.c: New file.
6         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
7         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
8         request sigprocmask.o.
9         (gl_PREREQ_SIGPROCMASK): New macro.
10         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11         (Depends-on): Add sigprocmask.
12         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
13         gt_SIGNALBLOCKING. Test for 'raise' only once.
14         * lib/fatal-signal.c: Include sigprocmask.h.
15         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
16         unblock_fatal_signals): Define always.
17         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18         sigprocmask.
19
20 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
21
22         Sync from Automake.
23         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
24         which incorrectly sets the mode of an existing destination
25         directory.  In some cases the unpatched install-sh could do the
26         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
27         system.  We hope this is rare in practice, but it's clearly worth
28         fixing.  Problem reported by Alex Unleashed in
29         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
30         Also, don't bother to check for -m bugs unless we're using -m;
31         suggested by Stepan Kasal.
32
33 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34
35         Sync from Automake.
36         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
37         `-c' flag, so they appear at the same position as in %FASTDEP%
38         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
39         which ignores unknown options only after the first non-option.
40         Bug report against M4 by Nelson H. F. Beebe.
41
42 2006-10-13  Jim Meyering  <jim@meyering.net>
43
44         Fix a bug in yesterday's change.
45         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
46         p->fts_statp->st_dev would be used uninitialized.
47         Ensures that we always call fts_stat on the very first entry.
48         Miklos Szeredi reported that find -xdev stopped working.
49
50 2006-10-12  Bruno Haible  <bruno@clisp.org>
51
52         * gnulib-tool (func_get_automake_snippet): Append an automatically
53         computed EXTRA_DIST augmentation.
54         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
55         * modules/alloca-opt (Makefile.am): Likewise.
56         * modules/allocsa (Makefile.am): Likewise.
57         * modules/arcfour (Makefile.am): Likewise.
58         * modules/arctwo (Makefile.am): Likewise.
59         * modules/argmatch (Makefile.am): Likewise.
60         * modules/argz (Makefile.am): Likewise.
61         * modules/atexit (Makefile.am): Likewise.
62         * modules/backupfile (Makefile.am): Likewise.
63         * modules/byteswap (Makefile.am): Likewise.
64         * modules/c-strtod (Makefile.am): Likewise.
65         * modules/c-strtold (Makefile.am): Likewise.
66         * modules/calloc (Makefile.am): Likewise.
67         * modules/canon-host (Makefile.am): Likewise.
68         * modules/canonicalize (Makefile.am): Likewise.
69         * modules/chdir-long (Makefile.am): Likewise.
70         * modules/chdir-safer (Makefile.am): Likewise.
71         * modules/check-version (Makefile.am): Likewise.
72         * modules/chown (Makefile.am): Likewise.
73         * modules/cloexec (Makefile.am): Likewise.
74         * modules/close-stream (Makefile.am): Likewise.
75         * modules/closeout (Makefile.am): Likewise.
76         * modules/crc (Makefile.am): Likewise.
77         * modules/csharpexec (Makefile.am): Likewise.
78         * modules/cycle-check (Makefile.am): Likewise.
79         * modules/des (Makefile.am): Likewise.
80         * modules/dev-ino (Makefile.am): Likewise.
81         * modules/dirfd (Makefile.am): Likewise.
82         * modules/dirname (Makefile.am): Likewise.
83         * modules/dup2 (Makefile.am): Likewise.
84         * modules/eealloc (Makefile.am): Likewise.
85         * modules/error (Makefile.am): Likewise.
86         * modules/euidaccess (Makefile.am): Likewise.
87         * modules/exclude (Makefile.am): Likewise.
88         * modules/exitfail (Makefile.am): Likewise.
89         * modules/fcntl-safer (Makefile.am): Likewise.
90         * modules/fcntl (Makefile.am): Likewise.
91         * modules/file-type (Makefile.am): Likewise.
92         * modules/fileblocks (Makefile.am): Likewise.
93         * modules/filemode (Makefile.am): Likewise.
94         * modules/filenamecat (Makefile.am): Likewise.
95         * modules/fnmatch (Makefile.am): Likewise.
96         * modules/fopen-safer (Makefile.am): Likewise.
97         * modules/fpending (Makefile.am): Likewise.
98         * modules/fprintftime (Makefile.am): Likewise.
99         * modules/free (Makefile.am): Likewise.
100         * modules/fsusage (Makefile.am): Likewise.
101         * modules/ftruncate (Makefile.am): Likewise.
102         * modules/fts (Makefile.am): Likewise.
103         * modules/gc-arcfour (Makefile.am): Likewise.
104         * modules/gc-des (Makefile.am): Likewise.
105         * modules/gc-hmac-md5 (Makefile.am): Likewise.
106         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
107         * modules/gc-md4 (Makefile.am): Likewise.
108         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
109         * modules/gc-sha1 (Makefile.am): Likewise.
110         * modules/gc (Makefile.am): Likewise.
111         * modules/getaddrinfo (Makefile.am): Likewise.
112         * modules/getcwd (Makefile.am): Likewise.
113         * modules/getdelim (Makefile.am): Likewise.
114         * modules/getdomainname (Makefile.am): Likewise.
115         * modules/getgroups (Makefile.am): Likewise.
116         * modules/gethostname (Makefile.am): Likewise.
117         * modules/gethrxtime (Makefile.am): Likewise.
118         * modules/getline (Makefile.am): Likewise.
119         * modules/getloadavg (Makefile.am): Likewise.
120         * modules/getlogin_r (Makefile.am): Likewise.
121         * modules/getndelim2 (Makefile.am): Likewise.
122         * modules/getopt (Makefile.am): Likewise.
123         * modules/getpagesize (Makefile.am): Likewise.
124         * modules/getpass-gnu (Makefile.am): Likewise.
125         * modules/getpass (Makefile.am): Likewise.
126         * modules/getsubopt (Makefile.am): Likewise.
127         * modules/gettime (Makefile.am): Likewise.
128         * modules/gettimeofday (Makefile.am): Likewise.
129         * modules/getugroups (Makefile.am): Likewise.
130         * modules/getusershell (Makefile.am): Likewise.
131         * modules/glob (Makefile.am): Likewise.
132         * modules/group-member (Makefile.am): Likewise.
133         * modules/hard-locale (Makefile.am): Likewise.
134         * modules/hash (Makefile.am): Likewise.
135         * modules/hmac-md5 (Makefile.am): Likewise.
136         * modules/hmac-sha1 (Makefile.am): Likewise.
137         * modules/human (Makefile.am): Likewise.
138         * modules/idcache (Makefile.am): Likewise.
139         * modules/imaxabs (Makefile.am): Likewise.
140         * modules/imaxdiv (Makefile.am): Likewise.
141         * modules/inet_ntop (Makefile.am): Likewise.
142         * modules/inet_pton (Makefile.am): Likewise.
143         * modules/intprops (Makefile.am): Likewise.
144         * modules/inttostr (Makefile.am): Likewise.
145         * modules/inttypes (Makefile.am): Likewise.
146         * modules/isapipe (Makefile.am): Likewise.
147         * modules/javaversion (Makefile.am): Likewise.
148         * modules/lchmod (Makefile.am): Likewise.
149         * modules/lchown (Makefile.am): Likewise.
150         * modules/localcharset (Makefile.am): Likewise.
151         * modules/long-options (Makefile.am): Likewise.
152         * modules/lstat (Makefile.am): Likewise.
153         * modules/malloc (Makefile.am): Likewise.
154         * modules/mathl (Makefile.am): Likewise.
155         * modules/mbchar (Makefile.am): Likewise.
156         * modules/md2 (Makefile.am): Likewise.
157         * modules/md4 (Makefile.am): Likewise.
158         * modules/md5 (Makefile.am): Likewise.
159         * modules/memcasecmp (Makefile.am): Likewise.
160         * modules/memchr (Makefile.am): Likewise.
161         * modules/memcmp (Makefile.am): Likewise.
162         * modules/memcoll (Makefile.am): Likewise.
163         * modules/memcpy (Makefile.am): Likewise.
164         * modules/memmem (Makefile.am): Likewise.
165         * modules/memmove (Makefile.am): Likewise.
166         * modules/mempcpy (Makefile.am): Likewise.
167         * modules/memrchr (Makefile.am): Likewise.
168         * modules/memset (Makefile.am): Likewise.
169         * modules/memxor (Makefile.am): Likewise.
170         * modules/mkancesdirs (Makefile.am): Likewise.
171         * modules/mkdir-p (Makefile.am): Likewise.
172         * modules/mkdir (Makefile.am): Likewise.
173         * modules/mkdtemp (Makefile.am): Likewise.
174         * modules/mkstemp (Makefile.am): Likewise.
175         * modules/mktime (Makefile.am): Likewise.
176         * modules/modechange (Makefile.am): Likewise.
177         * modules/mountlist (Makefile.am): Likewise.
178         * modules/nanosleep (Makefile.am): Likewise.
179         * modules/obstack (Makefile.am): Likewise.
180         * modules/openat (Makefile.am): Likewise.
181         * modules/pagealign_alloc (Makefile.am): Likewise.
182         * modules/pathmax (Makefile.am): Likewise.
183         * modules/physmem (Makefile.am): Likewise.
184         * modules/poll (Makefile.am): Likewise.
185         * modules/posixtm (Makefile.am): Likewise.
186         * modules/posixver (Makefile.am): Likewise.
187         * modules/putenv (Makefile.am): Likewise.
188         * modules/quote (Makefile.am): Likewise.
189         * modules/quotearg (Makefile.am): Likewise.
190         * modules/raise (Makefile.am): Likewise.
191         * modules/read-file (Makefile.am): Likewise.
192         * modules/readline (Makefile.am): Likewise.
193         * modules/readlink (Makefile.am): Likewise.
194         * modules/readtokens (Makefile.am): Likewise.
195         * modules/readutmp (Makefile.am): Likewise.
196         * modules/realloc (Makefile.am): Likewise.
197         * modules/regex (Makefile.am): Likewise.
198         * modules/rename-dest-slash (Makefile.am): Likewise.
199         * modules/rename (Makefile.am): Likewise.
200         * modules/rijndael (Makefile.am): Likewise.
201         * modules/rmdir (Makefile.am): Likewise.
202         * modules/rpmatch (Makefile.am): Likewise.
203         * modules/safe-read (Makefile.am): Likewise.
204         * modules/safe-write (Makefile.am): Likewise.
205         * modules/same-inode (Makefile.am): Likewise.
206         * modules/same (Makefile.am): Likewise.
207         * modules/save-cwd (Makefile.am): Likewise.
208         * modules/savedir (Makefile.am): Likewise.
209         * modules/setenv (Makefile.am): Likewise.
210         * modules/settime (Makefile.am): Likewise.
211         * modules/sha1 (Makefile.am): Likewise.
212         * modules/sig2str (Makefile.am): Likewise.
213         * modules/snprintf (Makefile.am): Likewise.
214         * modules/stat-macros (Makefile.am): Likewise.
215         * modules/stat-time (Makefile.am): Likewise.
216         * modules/stdbool (Makefile.am): Likewise.
217         * modules/stdint (Makefile.am): Likewise.
218         * modules/stdlib-safer (Makefile.am): Likewise.
219         * modules/stpcpy (Makefile.am): Likewise.
220         * modules/stpncpy (Makefile.am): Likewise.
221         * modules/strcase (Makefile.am): Likewise.
222         * modules/strcasestr (Makefile.am): Likewise.
223         * modules/strchrnul (Makefile.am): Likewise.
224         * modules/strcspn (Makefile.am): Likewise.
225         * modules/strdup (Makefile.am): Likewise.
226         * modules/strerror (Makefile.am): Likewise.
227         * modules/strftime (Makefile.am): Likewise.
228         * modules/strndup (Makefile.am): Likewise.
229         * modules/strnlen (Makefile.am): Likewise.
230         * modules/strpbrk (Makefile.am): Likewise.
231         * modules/strsep (Makefile.am): Likewise.
232         * modules/strstr (Makefile.am): Likewise.
233         * modules/strtod (Makefile.am): Likewise.
234         * modules/strtoimax (Makefile.am): Likewise.
235         * modules/strtok_r (Makefile.am): Likewise.
236         * modules/strtol (Makefile.am): Likewise.
237         * modules/strtoll (Makefile.am): Likewise.
238         * modules/strtoul (Makefile.am): Likewise.
239         * modules/strtoull (Makefile.am): Likewise.
240         * modules/strtoumax (Makefile.am): Likewise.
241         * modules/strverscmp (Makefile.am): Likewise.
242         * modules/sys_socket (Makefile.am): Likewise.
243         * modules/sys_stat (Makefile.am): Likewise.
244         * modules/sysexits (Makefile.am): Likewise.
245         * modules/time_r (Makefile.am): Likewise.
246         * modules/timegm (Makefile.am): Likewise.
247         * modules/timespec (Makefile.am): Likewise.
248         * modules/tmpfile-safer (Makefile.am): Likewise.
249         * modules/trim (Makefile.am): Likewise.
250         * modules/unistd-safer (Makefile.am): Likewise.
251         * modules/unlinkdir (Makefile.am): Likewise.
252         * modules/unlocked-io (Makefile.am): Likewise.
253         * modules/userspec (Makefile.am): Likewise.
254         * modules/utime (Makefile.am): Likewise.
255         * modules/utimecmp (Makefile.am): Likewise.
256         * modules/utimens (Makefile.am): Likewise.
257         * modules/vasnprintf (Makefile.am): Likewise.
258         * modules/vasprintf (Makefile.am): Likewise.
259         * modules/vsnprintf (Makefile.am): Likewise.
260         * modules/xalloc (Makefile.am): Likewise.
261         * modules/xgetcwd (Makefile.am): Likewise.
262         * modules/xnanosleep (Makefile.am): Likewise.
263         * modules/xreadlink (Makefile.am): Likewise.
264         * modules/xstrtod (Makefile.am): Likewise.
265         * modules/xstrtol (Makefile.am): Likewise.
266         * modules/xstrtold (Makefile.am): Likewise.
267         * modules/yesno (Makefile.am): Likewise.
268         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
269
270 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
271
272         * modules/error (Makefile.am): Distribute files through
273         EXTRA_DIST, not lib_SOURCES.
274
275 2006-10-12  Eric Blake  <ebb9@byu.net>
276
277         * modules/error (Makefile.am): Distribute files in /lib.
278         * modules/obstack (Makefile.am): Likewise.
279
280 2006-10-12  Bruno Haible  <bruno@clisp.org>
281
282         * modules/acl (Makefile.am): Distribute all files in lib/ through
283         EXTRA_DIST.
284         * modules/arcfour (Makefile.am): Likewise.
285         * modules/arctwo (Makefile.am): Likewise.
286         * modules/argmatch (Makefile.am): Likewise.
287         * modules/argz (Makefile.am): Likewise.
288         * modules/atexit (Makefile.am): Likewise.
289         * modules/backupfile (Makefile.am): Likewise.
290         * modules/c-strtod (Makefile.am): Likewise.
291         * modules/c-strtold (Makefile.am): Likewise.
292         * modules/calloc (Makefile.am): Likewise.
293         * modules/canon-host (Makefile.am): Likewise.
294         * modules/canonicalize (Makefile.am): Likewise.
295         * modules/chdir-long (Makefile.am): Likewise.
296         * modules/chdir-safer (Makefile.am): Likewise.
297         * modules/check-version (Makefile.am): Likewise.
298         * modules/chown (Makefile.am): Likewise.
299         * modules/cloexec (Makefile.am): Likewise.
300         * modules/close-stream (Makefile.am): Likewise.
301         * modules/closeout (Makefile.am): Likewise.
302         * modules/crc (Makefile.am): Likewise.
303         * modules/cycle-check (Makefile.am): Likewise.
304         * modules/des (Makefile.am): Likewise.
305         * modules/dirfd (Makefile.am): Likewise.
306         * modules/dirname (Makefile.am): Likewise.
307         * modules/dup2 (Makefile.am): Likewise.
308         * modules/euidaccess (Makefile.am): Likewise.
309         * modules/exclude (Makefile.am): Likewise.
310         * modules/exitfail (Makefile.am): Likewise.
311         * modules/fcntl-safer (Makefile.am): Likewise.
312         * modules/file-type (Makefile.am): Likewise.
313         * modules/fileblocks (Makefile.am): Likewise.
314         * modules/filemode (Makefile.am): Likewise.
315         * modules/filenamecat (Makefile.am): Likewise.
316         * modules/fnmatch (Makefile.am): Likewise.
317         * modules/fopen-safer (Makefile.am): Likewise.
318         * modules/fpending (Makefile.am): Likewise.
319         * modules/fprintftime (Makefile.am): Likewise.
320         * modules/free (Makefile.am): Likewise.
321         * modules/fsusage (Makefile.am): Likewise.
322         * modules/ftruncate (Makefile.am): Likewise.
323         * modules/fts (Makefile.am): Likewise.
324         * modules/gc (Makefile.am): Likewise.
325         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
326         * modules/getaddrinfo (Makefile.am): Likewise.
327         * modules/getcwd (Makefile.am): Likewise.
328         * modules/getdelim (Makefile.am): Likewise.
329         * modules/getdomainname (Makefile.am): Likewise.
330         * modules/getgroups (Makefile.am): Likewise.
331         * modules/gethostname (Makefile.am): Likewise.
332         * modules/gethrxtime (Makefile.am): Likewise.
333         * modules/getline (Makefile.am): Likewise.
334         * modules/getloadavg (Makefile.am): Likewise.
335         * modules/getlogin_r (Makefile.am): Likewise.
336         * modules/getopt (Makefile.am): Likewise.
337         * modules/getpass (Makefile.am): Likewise.
338         * modules/getpass-gnu (Makefile.am): Likewise.
339         * modules/getsubopt (Makefile.am): Likewise.
340         * modules/gettime (Makefile.am): Likewise.
341         * modules/gettimeofday (Makefile.am): Likewise.
342         * modules/getugroups (Makefile.am): Likewise.
343         * modules/getusershell (Makefile.am): Likewise.
344         * modules/glob (Makefile.am): Likewise.
345         * modules/group-member (Makefile.am): Likewise.
346         * modules/hard-locale (Makefile.am): Likewise.
347         * modules/hash (Makefile.am): Likewise.
348         * modules/hmac-md5 (Makefile.am): Likewise.
349         * modules/hmac-sha1 (Makefile.am): Likewise.
350         * modules/human (Makefile.am): Likewise.
351         * modules/idcache (Makefile.am): Likewise.
352         * modules/imaxabs (Makefile.am): Likewise.
353         * modules/imaxdiv (Makefile.am): Likewise.
354         * modules/inet_ntop (Makefile.am): Likewise.
355         * modules/inet_pton (Makefile.am): Likewise.
356         * modules/inttostr (Makefile.am): Likewise.
357         * modules/isapipe (Makefile.am): Likewise.
358         * modules/lchown (Makefile.am): Likewise.
359         * modules/long-options (Makefile.am): Likewise.
360         * modules/lstat (Makefile.am): Likewise.
361         * modules/malloc (Makefile.am): Likewise.
362         * modules/mathl (Makefile.am): Likewise.
363         * modules/mbchar (Makefile.am): Likewise.
364         * modules/md2 (Makefile.am): Likewise.
365         * modules/md4 (Makefile.am): Likewise.
366         * modules/md5 (Makefile.am): Likewise.
367         * modules/memcasecmp (Makefile.am): Likewise.
368         * modules/memchr (Makefile.am): Likewise.
369         * modules/memcmp (Makefile.am): Likewise.
370         * modules/memcoll (Makefile.am): Likewise.
371         * modules/memcpy (Makefile.am): Likewise.
372         * modules/memmem (Makefile.am): Likewise.
373         * modules/memmove (Makefile.am): Likewise.
374         * modules/mempcpy (Makefile.am): Likewise.
375         * modules/memrchr (Makefile.am): Likewise.
376         * modules/memset (Makefile.am): Likewise.
377         * modules/memxor (Makefile.am): Likewise.
378         * modules/mkancesdirs (Makefile.am): Likewise.
379         * modules/mkdir (Makefile.am): Likewise.
380         * modules/mkdir-p (Makefile.am): Likewise.
381         * modules/mkdtemp (Makefile.am): Likewise.
382         * modules/mkstemp (Makefile.am): Likewise.
383         * modules/mktime (Makefile.am): Likewise.
384         * modules/modechange (Makefile.am): Likewise.
385         * modules/mountlist (Makefile.am): Likewise.
386         * modules/nanosleep (Makefile.am): Likewise.
387         * modules/openat (Makefile.am): Likewise.
388         * modules/pagealign_alloc (Makefile.am): Likewise.
389         * modules/physmem (Makefile.am): Likewise.
390         * modules/poll (Makefile.am): Likewise.
391         * modules/posixtm (Makefile.am): Likewise.
392         * modules/posixver (Makefile.am): Likewise.
393         * modules/putenv (Makefile.am): Likewise.
394         * modules/quote (Makefile.am): Likewise.
395         * modules/quotearg (Makefile.am): Likewise.
396         * modules/raise (Makefile.am): Likewise.
397         * modules/read-file (Makefile.am): Likewise.
398         * modules/readline (Makefile.am): Likewise.
399         * modules/readlink (Makefile.am): Likewise.
400         * modules/readtokens (Makefile.am): Likewise.
401         * modules/readutmp (Makefile.am): Likewise.
402         * modules/realloc (Makefile.am): Likewise.
403         * modules/regex (Makefile.am): Likewise.
404         * modules/rename (Makefile.am): Likewise.
405         * modules/rename-dest-slash (Makefile.am): Likewise.
406         * modules/rijndael (Makefile.am): Likewise.
407         * modules/rmdir (Makefile.am): Likewise.
408         * modules/rpmatch (Makefile.am): Likewise.
409         * modules/safe-read (Makefile.am): Likewise.
410         * modules/safe-write (Makefile.am): Likewise.
411         * modules/same (Makefile.am): Likewise.
412         * modules/save-cwd (Makefile.am): Likewise.
413         * modules/savedir (Makefile.am): Likewise.
414         * modules/setenv (Makefile.am): Likewise.
415         * modules/settime (Makefile.am): Likewise.
416         * modules/sha1 (Makefile.am): Likewise.
417         * modules/sig2str (Makefile.am): Likewise.
418         * modules/snprintf (Makefile.am): Likewise.
419         * modules/stdlib-safer (Makefile.am): Likewise.
420         * modules/stpcpy (Makefile.am): Likewise.
421         * modules/stpncpy (Makefile.am): Likewise.
422         * modules/strcase (Makefile.am): Likewise.
423         * modules/strcasestr (Makefile.am): Likewise.
424         * modules/strchrnul (Makefile.am): Likewise.
425         * modules/strcspn (Makefile.am): Likewise.
426         * modules/strdup (Makefile.am): Likewise.
427         * modules/strerror (Makefile.am): Likewise.
428         * modules/strftime (Makefile.am): Likewise.
429         * modules/strndup (Makefile.am): Likewise.
430         * modules/strnlen (Makefile.am): Likewise.
431         * modules/strpbrk (Makefile.am): Likewise.
432         * modules/strsep (Makefile.am): Likewise.
433         * modules/strstr (Makefile.am): Likewise.
434         * modules/strtod (Makefile.am): Likewise.
435         * modules/strtoimax (Makefile.am): Likewise.
436         * modules/strtok_r (Makefile.am): Likewise.
437         * modules/strtol (Makefile.am): Likewise.
438         * modules/strtoll (Makefile.am): Likewise.
439         * modules/strtoul (Makefile.am): Likewise.
440         * modules/strtoull (Makefile.am): Likewise.
441         * modules/strtoumax (Makefile.am): Likewise.
442         * modules/strverscmp (Makefile.am): Likewise.
443         * modules/time_r (Makefile.am): Likewise.
444         * modules/timegm (Makefile.am): Likewise.
445         * modules/tmpfile-safer (Makefile.am): Likewise.
446         * modules/unistd-safer (Makefile.am): Likewise.
447         * modules/unlinkdir (Makefile.am): Likewise.
448         * modules/userspec (Makefile.am): Likewise.
449         * modules/utime (Makefile.am): Likewise.
450         * modules/utimecmp (Makefile.am): Likewise.
451         * modules/utimens (Makefile.am): Likewise.
452         * modules/vasnprintf (Makefile.am): Likewise.
453         * modules/vasprintf (Makefile.am): Likewise.
454         * modules/vsnprintf (Makefile.am): Likewise.
455         * modules/xalloc (Makefile.am): Likewise.
456         * modules/xgetcwd (Makefile.am): Likewise.
457         * modules/xnanosleep (Makefile.am): Likewise.
458         * modules/xreadlink (Makefile.am): Likewise.
459         * modules/xstrtod (Makefile.am): Likewise.
460         * modules/xstrtol (Makefile.am): Likewise.
461         * modules/xstrtold (Makefile.am): Likewise.
462         * modules/yesno (Makefile.am): Likewise.
463
464 2006-10-12  Jim Meyering  <jim@meyering.net>
465
466         * m4/getloadavg.m4: Revert the change below.
467
468         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
469         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
470         fail with a symlink, which is what coreutils' ./bootstrap now
471         creates by default.
472
473 2006-10-12  Bruno Haible  <bruno@clisp.org>
474
475         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
476         mingw.
477         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
478         MSVC and mingw explicitly.
479
480 2006-10-11  Simon Josefsson  <jas@extundo.com>
481             Bruno Haible  <bruno@clisp.org>
482
483         Add support for multiple gnulib-tool invocations in the scope of a
484         single configure.ac file.
485         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
486         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
487         with the same contents as the _LIBADD variable.
488         (func_emit_initmacro_start, func_emit_initmacro_end,
489         func_emit_initmacro_done): New functions.
490         (func_import, func_create_testdir): Invoke them. Allow the identifiers
491         gl_LIBOBJS and gl_LTLIBOBJS.
492
493 2006-10-11  Bruno Haible  <bruno@clisp.org>
494
495         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
496         (func_create_testdir): Don't create po/Makefile.am, don't invoke
497         autoreconf. Instead, invoke autopoint explicitly but move back the
498         *.m4 files from gnulib.
499
500 2006-10-11  Bruno Haible  <bruno@clisp.org>
501
502         * gnulib-tool (func_usage): Make module names after --create-testdir
503         optional.
504         (func_create_testdir): If no module was specified, use nearly all
505         modules.
506
507 2006-10-12  Jim Meyering  <jim@meyering.net>
508
509         Big performance improvement for fts-based tools that use FTS_NOSTAT.
510         Avoid spurious inode-mismatch problems on non-POSIX file systems.
511         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
512         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
513         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
514         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
515         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
516         (fts_set_stat_required): New function.
517         (fts_open): Defer the calls to fts_stat, if possible or requested.
518         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
519         into fts_stat itself.
520         (fts_read): Perform any required (deferred) fts_stat call.
521         (fts_build): Likewise, for the directory we're about to open and read.
522         In the readdir loop, carefully decide whether each entry will require
523         an eventual call to fts_stat, using dirent.d_type info if available.
524         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
525         a command line argument into this function.  Update all callers.
526         Map a return value of FTS_DOT to FTS_D for a command line argument.
527         * modules/fts (Depends-on): Add d-type.  Alphabetize.
528         Thanks to Miklos Szeredi for his tenacity and for the initial
529         bug report about "find" failing on a FUSE-based file system.
530
531         * lib/fts.c (fts_open): Use consistent indentation.
532
533 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
534
535         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
536         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
537         reported by Jim Meyering.  All uses of cache variables renamed
538         to match Autoconf's.
539         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
540         the other one.
541
542         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
543         Fix misspelling in diagnostic.
544
545 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
546
547         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
548         defined.  Problem reported by Matthew Woehlke.
549
550         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
551         Add support for Tandem NonStop R series.
552         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
553         Use new macro.
554
555         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
556         (has_trailing_slash): Omit size arg; all callers changed.
557         Omit 'inline', since it doesn't help performance and we'd
558         need to configure it.
559         Don't count //, ///, etc. as having a trailing slash.
560         As a side effect, this removes a C99ism reported by Matthew Woehlke.
561         (rpl_rename_dest_slash): On failure, use rename's errno rather
562         than (in some cases) an incorrect or junk errno.
563         Simplify code by removing need to compute length; this does
564         cause it to make two passes instead of one over the file name,
565         but it's worth it.
566
567         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
568         change, since Autoconf's version may no longer be appropriate now
569         that we are using CVS Autoconf's version.  Add support for Tandem.
570
571 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
572             Bruno Haible  <bruno@clisp.org>
573
574         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
575         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
576         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
577         gl_AC_TYPE_LONG_LONG.
578
579         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
580         instead of HAVE_LONG_LONG.
581         * lib/printf-args.c (printf_fetchargs): Likewise.
582         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
583         * lib/vasnprintf.c (VASNPRINTF): Likewise.
584         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
585         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
586         gl_AC_TYPE_LONG_LONG.
587
588 2006-10-11  Bruno Haible  <bruno@clisp.org>
589
590         * m4/longlong.m4: Add comments.
591         * m4/ulonglong.m4: Likewise.
592
593 2006-10-10  Bruno Haible  <bruno@clisp.org>
594
595         Make it possible to #define stpcpy, strdup to aliases.
596         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
597         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
598
599 2006-10-10  Bruno Haible  <bruno@clisp.org>
600
601         Make it possible to #define gcd to an alias.
602         * lib/gcd.c: Include config.h.
603
604 2006-10-10  Bruno Haible  <bruno@clisp.org>
605
606         Make it possible to #define c_isascii to an alias.
607         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
608         defined. Undefine the macros before defining them, to avoid gcc
609         warnings.
610         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
611         define NO_C_CTYPE_MACROS early.
612
613 2006-10-10  Bruno Haible  <bruno@clisp.org>
614
615         Make it possible to #define set_program_name to an alias.
616         * lib/progname.c: Don't undefine set_program_name; instead, undefine
617         ENABLE_RELOCATABLE early.
618
619 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
620
621         Port to Tandem NSK OSS, which has 64-bit signed int but at most
622         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
623         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
624         More generally, don't assume that 64-bit signed int is available
625         if unsigned int is, and vice versa.
626         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
627         unsigned symbols, not on their signed counterparts.
628         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
629         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
630         (UINT64_C, UINTMAX_C):
631         Likewise.
632         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
633         unsigned counterparts.
634         (Have_long_long, Unsigned): New macros.
635         (Int): Renamed from INT.
636         (strtoimax): Use the new macros.
637         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
638         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
639         * modules/inttypes (inttypes.h): Substitute
640         HAVE_UNSIGNED_LONG_LONG_INT.
641         * modules/stdint (stdint.h): Likewise.
642         (Files): Add m4/ulonglong.m4.
643
644 2006-10-10  Bruno Haible  <bruno@clisp.org>
645
646         Fix a gcc -Wshadow warning.
647         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
648         to 'bucket'.
649         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
650         gl_linked_indexof_from_to): Likewise.
651         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
652         Likewise.
653         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
654         Likewise.
655         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
656         Reported by Eric Blake.
657
658 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
659
660         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
661         for NetBSD.  Problem reported by Bruno Haible.
662
663 2006-10-09  Jim Meyering  <jim@meyering.net>
664
665         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
666         Patch from Bruno Haible.
667
668 2006-10-09  Jim Meyering  <jim@meyering.net>
669
670         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
671         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
672         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
673
674 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
675
676         Don't include <config.h> twice; this doesn't work in some cases,
677         e.g., when config.h has "#define intmax_t long long int" and
678         we include <config.h>, <inttypes.h>, <config.h> in that order.
679         Problem reported by Matthew Woehlke in:
680         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
681         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
682         * lib/fts-cycle.c: Don't include config.h.
683         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
684         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
685         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
686         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
687         inttypes.h.
688         * lib/xstrtoumax.c: Likewise.
689         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
690         __strtol and the like, so that this module is more like its siblings.
691         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
692         Remove; no longer needed now that we assume gnulib inttypes.h.
693
694 2006-10-08  Bruno Haible  <bruno@clisp.org>
695
696         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
697         option.
698
699 2006-10-07  Jim Meyering  <jim@meyering.net>
700
701         * modules/inttypes (inttypes.h): Revert what seems to have been
702         an inadvertent part of today's change: use "|", not "/" in the
703         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
704
705 2006-10-07  Bruno Haible  <bruno@clisp.org>
706
707         * modules/sublist: New file.
708
709 2006-10-07  Bruno Haible  <bruno@clisp.org>
710
711         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
712         * modules/argz (argz.h): Likewise.
713         * modules/arpa_inet (arpa/inet.h): Likewise.
714         * modules/byteswap (byteswap.h): Likewise.
715         * modules/configmake (configmake.h): Likewise.
716         * modules/fcntl (fcntl.h): Likewise.
717         * modules/fnmatch (fnmatch.h): Likewise.
718         * modules/getopt (getopt.h): Likewise.
719         * modules/glob (glob.h): Likewise.
720         * modules/inttypes (inttypes.h): Likewise.
721         * modules/netinet_in (netinet/in.h): Likewise.
722         * modules/poll (poll.h): Likewise.
723         * modules/stdbool (stdbool.h): Likewise.
724         * modules/stdint (stdint.h): Likewise.
725         * modules/sys_select (sys/select.h): Likewise.
726         * modules/sys_socket (sys/socket.h): Likewise.
727         * modules/sys_stat (sys/stat.h): Likewise.
728         * modules/sysexits (sysexits.h): Likewise.
729         * modules/unistd (unistd.h): Likewise.
730         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
731         Add a "DO NOT EDIT" comment to the generated file.
732         (func_import): Likewise for gnulib-comp.m4.
733
734 2006-10-07  Bruno Haible  <bruno@clisp.org>
735
736         * lib/gl_sublist.h: New file.
737         * lib/gl_sublist.c: New file.
738
739 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
740
741         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
742         name (relative to the original working directory) and the file
743         name component (relative to the temporary working directory).  All
744         callers changed.
745         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
746         * lib/mkdir-p.c (make_dir_parents): Likewise.
747         * lib/mkdir-p.h (make_dir_parents): Likewise.
748
749 2006-10-06  Eric Blake  <ebb9@byu.net>
750
751         Define several macros for use by the clean-temp module.
752         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
753         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
754         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
755
756         * lib/clean-temp.h (close_stream_temp): New declaration.
757         * lib/clean-temp.c (includes): Pull in headers according to what
758         other modules are in use.
759         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
760
761 2006-10-06  Bruno Haible  <bruno@clisp.org>
762
763         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
764         instead of fopen, fwriteerror.
765
766 2006-10-06  Bruno Haible  <bruno@clisp.org>
767
768         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
769         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
770         int.
771         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
772         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
773         Return an error indicator.
774         Suggested by Eric Blake.
775
776 2006-10-06  Bruno Haible  <bruno@clisp.org>
777
778         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
779         Reported by Eric Blake.
780
781 2006-10-06  Bruno Haible  <bruno@clisp.org>
782
783         * modules/closeout (Description): Mention stderr too.
784
785 2006-10-06  Bruno Haible  <bruno@clisp.org>
786         and Paul Eggert  <eggert@cs.ucla.edu>
787
788         * lib/closeout.c (close_stdout): Also close stderr.
789         * lib/closeout.h: Update comment.
790
791 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
792
793         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
794         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
795         * lib/dirchownmod.c: Include lchown.h.
796         * lib/lchown.c: Don't include files that lchown.h now includes.
797         Don't declare chown, since lchown.h now does that.
798         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
799         (lchown): Define to rpl_chown if lchown is declared but
800         does not exist.  Declare using a prototype if lchown is not
801         declared.  Add a copyright notice.
802         * lib/mkstemp.h: Include <unistd.h>.
803         * lib/openat.c: Include lchown.h.
804
805         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
806         we now test for that separately.
807         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
808         rather than O_NOFOLLOW, when testing whether it's possible to
809         avoid a race condition reliably.
810         * lib/savewd.c (savewd_chdir): Likewise.
811
812         Remove macros that are no longer needed now that stdint.h is
813         reliable.
814         * lib/fsusage.c (UINTMAX_MAX): Remove.
815         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
816         * lib/utimecmp.c (SIZE_MAX): Remove.
817
818         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
819
820         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
821         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
822         O_NOATIME works.
823
824 2006-10-05  Bruno Haible  <bruno@clisp.org>
825
826         * lib/gl_list.h (gl_sortedlist_search_from_to,
827         gl_sortedlist_indexof_from_to): New declarations.
828         (gl_list_implementation): New fields sortedlist_search_from_to,
829         sortedlist_indexof_from_to.
830         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
831         inline functions.
832         * lib/gl_list.c (gl_sortedlist_search_from_to,
833         gl_sortedlist_indexof_from_to): New functions.
834         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
835         function.
836         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
837         (gl_array_sortedlist_search_from_to): New function.
838         (gl_array_list_implementation): Update.
839         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
840         function.
841         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
842         (gl_carray_sortedlist_search_from_to): New function.
843         (gl_carray_list_implementation): Update.
844         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
845         gl_linked_sortedlist_indexof_from_to): New functions.
846         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
847         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
848         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
849         gl_tree_sortedlist_indexof_from_to): New functions.
850         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
851         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
852         Update.
853         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
854         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
855         Update.
856
857 2006-10-05  Bruno Haible  <bruno@clisp.org>
858
859         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
860         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
861         (struct gl_list_implementation): Add fields search_from_to,
862         indexof_from_to. Remove fields search, indexof.
863         (gl_list_search): Use the search_from_to method.
864         (gl_list_search_from, gl_list_search_from_to): New functions.
865         (gl_list_indexof): Use the indexof_from_to method.
866         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
867         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
868         (gl_list_search_from, gl_list_search_from_to): New functions.
869         (gl_list_indexof): Use the indexof_from_to method.
870         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
871         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
872         gl_array_indexof. Add start_index, end_index arguments.
873         (gl_array_search_from_to): Renamed from gl_array_search. Add
874         start_index, end_index arguments.
875         (gl_array_remove, gl_array_list_implementation): Update.
876         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
877         gl_carray_indexof. Add start_index, end_index arguments.
878         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
879         start_index, end_index arguments.
880         (gl_carray_remove, gl_carray_list_implementation): Update.
881         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
882         gl_linked_search. Add start_index, end_index arguments.
883         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
884         start_index, end_index arguments.
885         (gl_linked_remove): Update.
886         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
887         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
888         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
889         field to 'size_t'.
890         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
891         gl_tree_search. Add start_index, end_index arguments.
892         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
893         start_index, end_index arguments.
894         (gl_tree_remove): Update.
895         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
896         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
897         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
898         function.
899         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
900         gl_tree_search. Add start_index, end_index arguments.
901         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
902         start_index, end_index arguments.
903         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
904         Update.
905         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
906
907 2006-10-05  Bruno Haible  <bruno@clisp.org>
908
909         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
910
911         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
912         fwriteerror_temp): New declarations.
913         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
914         (descriptors): New variable.
915         (cleanup): First, close the descriptors.
916         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
917         fclose_temp, fwriteerror_temp): New functions.
918
919 2006-10-04  Jim Meyering  <jim@meyering.net>
920
921         * lib/fts.c (fts_open): Tiny comment change.
922
923 2006-10-04  Bruno Haible  <bruno@clisp.org>
924
925         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
926         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
927         gl_LOCK_BODY.
928         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
929         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
930         gl_LOCK_EARLY_BODY.
931         (gl_LOCK): Require gl_LOCK_BODY.
932
933 2006-10-04  Bruno Haible  <bruno@clisp.org>
934
935         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
936         (gl_oset_search_atleast): New declaration.
937         (struct gl_oset_implementation): Add field 'search_atleast'.
938         (gl_oset_search_atleast): New inline function.
939         * lib/gl_oset.c (gl_oset_search_atleast): New function.
940         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
941         (gl_array_oset_implementation): Update.
942         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
943         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
944         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
945
946 2006-10-04  Bruno Haible  <bruno@clisp.org>
947
948         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
949
950 2006-10-03  Bruno Haible  <bruno@clisp.org>
951
952         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
953         from gl_avltreehash_list_implementation.
954
955 2006-10-03  Bruno Haible  <bruno@clisp.org>
956
957         * lib/gl_oset.c (gl_oset_add): Fix return type.
958
959 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
960
961         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
962
963 2006-10-02  Eric Blake  <ebb9@byu.net>
964
965         * modules/strnlen (Depends-on): Add extensions.
966
967 2006-10-02  Eric Blake  <ebb9@byu.net>
968
969         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
970         definition in 2.60+.
971
972 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
973
974         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
975         checks.
976
977 2006-10-02  Bruno Haible  <bruno@clisp.org>
978
979         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
980         to the AUTOMAKE_OPTIONS.
981         Reported by Jim Meyering.
982
983 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
984
985         Work around bug in Solaris 10 /proc file system:
986         /proc/self/fd/NNN/.. isn't the parent directory of
987         the directory whose file descriptor is NNN.  This needs to
988         be worked around at run time, not compile time, since a
989         program might be built on Solaris 8, where things work, and
990         run on Solaris 10.
991         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
992         to use the following interface instead:
993         (OPENAT_BUFFER_SIZE): New macro.
994         (openat_proc_name): New function.
995         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
996         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
997         Likewise.
998         * lib/openat-proc.c: New file.
999         * modules/openat (Files): Add lib/openat-proc.c.
1000         (Depends-on): Add same-inode, stdbool.
1001         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
1002
1003 2006-09-29  Bruno Haible  <bruno@clisp.org>
1004
1005         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
1006         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
1007         argument. Set stdout_closed before testing for ferror, not after.
1008         (fwriteerror, fwriteerror_no_ebadf): New functions.
1009
1010 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1011
1012         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
1013
1014 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
1015
1016         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
1017         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
1018
1019 2006-09-28  Jim Meyering  <jim@meyering.net>
1020
1021         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
1022         Include <unistd.h>.
1023
1024 2006-09-28  Bruno Haible  <bruno@clisp.org>
1025
1026         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
1027         * modules/linkedhash-list (Depends-on): Likewise.
1028         * modules/rbtreehash-list (Depends-on): Likewise.
1029
1030 2006-09-28  Bruno Haible  <bruno@clisp.org>
1031
1032         * lib/strndup.h: Simplify the redefinition of strndup.
1033         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
1034         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
1035
1036 2006-09-28  Bruno Haible  <bruno@clisp.org>
1037
1038         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
1039         * lib/gl_linkedhash_list.c: Likewise.
1040         * lib/gl_rbtreehash_list.c: Likewise.
1041
1042 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
1043
1044         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
1045         getaddrinfo.
1046
1047         * lib/__fpending.h: Don't include <stdio_ext.h> unless
1048         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
1049         it causes <stdio_ext.h> to cause a compile-time error.
1050         Problem reported by Nelson H. F. Beebe.
1051         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
1052         of HAVE_DECL___PENDING.
1053
1054         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
1055         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
1056         declaration.
1057
1058 2006-09-27  Jim Meyering  <jim@meyering.net>
1059
1060         This file could end up with a definition for a function
1061         named __strndup, rather than rpl_strndup on a system with
1062         incomplete weak_alias support.
1063         * lib/strndup.c (strndup): Rename from __strndup.
1064         Remove #defines that used to map __strndup to strndup.
1065         Don't use K&R prototypes.
1066         Remove LIBC-related code, since this file is not sync'd with glibc.
1067         * lib/strndup.h: Revamp, accordingly.
1068         * m4/strndup.m4: Modernize.
1069
1070 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1071
1072         * modules/savewd (Depends-on): Add 'raise'.
1073         * lib/savewd.c: Include <signal.h>, for 'raise'.
1074
1075 2006-09-26  Jim Meyering  <jim@meyering.net>
1076
1077         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
1078         when we detect Darwin 8.7.0's acl_get_file bug.
1079         Rearrange to perform the new (below) run-test while $LIBS
1080         contains any acl-related library.  Set USE_ACL at the end.
1081         (gl_ACL_GET_FILE): New function.
1082
1083 2006-09-26  Eric Blake  <ebb9@byu.net>
1084
1085         * lib/verror.c: Include <config.h> unconditionally.
1086
1087 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1088
1089         * modules/clock-time (Maintainer): Add self.
1090         * modules/getlogin_r (Depends-on): Add extensions.
1091
1092 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1093
1094         * modules/clock-time: New module.
1095         * modules/nanosleep (Depends-on): Add clock-time.
1096         * modules/gethrxtime (Depends-on): Likewise.
1097         * modules/gettime (Depends-on): Likewise.
1098         * modules/settime (Depends-on): Likewise.
1099
1100         * modules/fts-lgpl: Depend on openat.
1101         * modules/mkancesdirs: Depend on savewd.
1102         * modules/mkdir-p: Likewise.
1103
1104 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1105
1106         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
1107
1108         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
1109         `gl_have_arbitrary_file_name_length_limit' to
1110         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
1111         actually works between configure runs.
1112
1113 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1114             Bruno Haible  <bruno@clisp.org>
1115
1116         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
1117
1118 2006-09-25  Jim Meyering  <jim@meyering.net>
1119
1120         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
1121         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
1122
1123 2006-09-25  Eric Blake  <ebb9@byu.net>
1124
1125         * gnulib-tool (func_import, func_create_testdir): Fix typos in
1126         exec's in 2006-09-18 patch when shuffling fds.
1127
1128 2006-09-25  Bruno Haible  <bruno@clisp.org>
1129
1130         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
1131         Reported by Jim Meyering.
1132
1133 2006-09-24  Jim Meyering  <jim@meyering.net>
1134
1135         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
1136         compare a pointer against a literal "0".  That caused failures with
1137         at least HP-UX's hpcc.
1138
1139 2006-09-22  Simon Josefsson  <jas@extundo.com>
1140
1141         * modules/gc-sha1:
1142         * modules/gc-md4:
1143         * modules/gc-hmac-sha1:
1144         * modules/gc-hmac-md5:
1145         * modules/gc-des:
1146         * modules/gc-arcfour: Distribute more files.
1147
1148 2006-09-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1149
1150         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
1151         (gl_linked_iterator_from_to): Initialize struct completely.
1152         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
1153         (gl_tree_iterator_from_to): Likewise
1154         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
1155         * lib/gl_array_list.c [lint] (gl_array_iterator)
1156         (gl_array_iterator_from_to): Likewise.
1157         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
1158         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
1159         (gl_carray_iterator_from_to): Likewise.
1160
1161         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
1162         * lib/md4.c (md4_process_block): Remove unused variable.
1163         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
1164         parentheses for clarity.
1165
1166 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1167
1168         * modules/bison-i18n (Depends-on): Add gettext.
1169
1170 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1171
1172         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
1173         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
1174         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
1175         also add missing comma that caused broken test.
1176         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
1177         stdlib.h, for `abort'.
1178         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
1179         variables.
1180         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
1181         include unistd.h if present, for `rmdir'.
1182         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
1183         variables.
1184         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
1185         in the process include standard headers for prototypes.
1186         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
1187         gets declared on GNU/Linux.
1188         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
1189         unistd.h, for `rmdir'.
1190         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
1191
1192         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
1193         always true.
1194         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
1195
1196         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
1197
1198 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1199
1200         * gnulib-tool (func_version): Create output all at once.  This
1201         may help avoid triggering unnecessary SIGPIPEs, and at any
1202         rate it doesn't hurt.
1203
1204 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1205             Bruno Haible  <bruno@clisp.org>
1206
1207         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
1208         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1209         * m4/signed.m4 (bh_C_SIGNED): Likewise.
1210
1211         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
1212         (gl_FUNC_VASPRINTF): Invoke it.
1213
1214 2006-09-22  Bruno Haible  <bruno@clisp.org>
1215
1216         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
1217         getloadavg.c as first argument.
1218
1219 2006-09-22  Bruno Haible  <bruno@clisp.org>
1220
1221         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
1222         at the beginning of the gl_INIT macro.
1223         * modules/getloadavg (configure.ac): Pass $gl_source_base to
1224         gl_GETLOADAVG.
1225
1226 2006-09-22  Bruno Haible  <bruno@clisp.org>
1227
1228         * gnulib-tool (func_create_megatestdir): Don't include the config-h
1229         module.
1230         Suggested by Ralf Wildenhues.
1231
1232 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
1233
1234         Import this patch from libc:
1235
1236         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
1237
1238         * lib/regex_internal.c (re_string_reconstruct): Handle
1239         offset < pstr->valid_raw_len && pstr->offsets_needed case.
1240         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
1241         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
1242         re_string_context_at.
1243
1244         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
1245         now requires it.
1246         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
1247         gl_REGEX now does it for us.
1248         (gl_REGEX): Add test taken from
1249         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
1250
1251         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
1252         Check that large offsets work.  Modernize Autoconf usages.
1253         Prefer "yes" to mean a good thing rather than a bad.
1254         Don't put "#define mkstemp" in config.h, as this might interfere
1255         with standard system headers that "#define mkstemp mkstemp64".
1256
1257         * modules/mkstemp (Depends-on): Add extensions, so that
1258         mkstemp is visible on some platforms.
1259         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
1260         (Include): Change to "mkstemp.h" from <stdlib.h>.
1261         (Files): Add mkstemp.h.
1262
1263         * lib/mkstemp.h: New file, since some standard headers
1264         #define mkstemp.
1265         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
1266         Include "mkstemp.h".
1267         Make the _LIBC code resemble glibc original more,
1268         e.g., use K&R style.
1269         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
1270         (mkstemp): Remove, since mkstemp.h does this for us.
1271         * lib/stdlib--.h: Include mkstemp.h.
1272
1273         Import this patch from libc:
1274
1275         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
1276
1277         * lib/tempname.c (__gen_tempname): Change attempts_min
1278         into a macro.  Use preprocessor to decide how to initialize
1279         attempts [Coverity CID 67].
1280
1281 2006-09-20  Bruno Haible  <bruno@clisp.org>
1282
1283         * lib/mkdtemp.c: Import from libc.
1284         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
1285                 * sysdeps/posix/tempname.c (__gen_tempname): Change
1286                 attempts_min into a macro.  Use preprocessor to decide how to
1287                 initialize attempts [Coverity CID 67].
1288         2001-11-27  Paul Eggert  <eggert@twinsun.com>
1289                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
1290                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
1291
1292 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1293
1294         * gnulib-tool (func_exit): New function, to allow to pass the
1295         exit status portably through the trap.  Use everywhere.
1296         (--help, --version): Signal a write error.
1297         (trap): catch SIGPIPE, for write errors.
1298         Exit at the end of the trap, with the correct exit status.
1299
1300 2006-09-19  Karl Berry  <karl@gnu.org>
1301
1302         * doc/gnulib.texi: note about the license texinfo files.
1303
1304 2006-09-19  Eric Blake  <ebb9@byu.net>
1305
1306         * gnulib-tool: Avoid space-tab.
1307
1308 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1309
1310         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
1311         that prevented coreutils 6.1 from building.  Problem reported
1312         by Petter Reinholdtsen.
1313
1314 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
1315
1316         * gnulib-tool (avoidlist): Fix typo that broke options like
1317         --avoid=lock that are used by coreutils bootstrap.
1318
1319 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
1320
1321         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
1322         more systematically.
1323
1324 2006-09-18  Jim Meyering  <jim@meyering.net>
1325
1326         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
1327
1328 2006-09-18  Bruno Haible  <bruno@clisp.org>
1329
1330         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
1331
1332 2006-09-18  Bruno Haible  <bruno@clisp.org>
1333
1334         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
1335         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
1336         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
1337         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
1338         * m4/gettext.m4: Require autoconf >= 2.52.
1339         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
1340         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
1341         of gl_cv_header_inttypes_h.
1342
1343 2006-09-18  Bruno Haible  <bruno@clisp.org>
1344
1345         * lib/javaversion.c: Include configmake.h.
1346
1347 2006-09-18  Bruno Haible  <bruno@clisp.org>
1348
1349         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
1350         avoid that the while loops be executed in a subshell.
1351
1352 2006-09-18  Bruno Haible  <bruno@clisp.org>
1353
1354         * MODULES.html.sh (func_module): Break long lines.
1355         Suggested by Bruce Korb <bkorb@gnu.org>.
1356
1357 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1358
1359         Speed up by a factor of 1.12.
1360         * gnulib-tool (nl): New variable.
1361         (func_import): Rewrite include directive extraction to only read each
1362         directive once.
1363
1364 2006-09-17  Bruno Haible  <bruno@clisp.org>
1365
1366         * modules/javaversion (Makefile.am): Remove DEFS setting.
1367         (Depends-on): Add configmake, for PKGDATADIR definition.
1368
1369 2006-09-17  Bruno Haible  <bruno@clisp.org>
1370
1371         * gnulib-tool (func_create_testdir): Rewrite all files at once.
1372
1373 2006-09-17  Bruno Haible  <bruno@clisp.org>
1374
1375         * gnulib-tool (func_append): New function, stolen from libtool.m4.
1376         (func_modules_transitive_closure, func_modules_add_dummy,
1377         func_modules_to_filelist, func_import, func_create_testdir,
1378         func_create_megatestdir, ...): Use it wherever possible.
1379         Suggested by Ralf Wildenhues.
1380
1381 2006-09-16  Karl Berry  <karl@gnu.org>
1382
1383         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
1384         to avoid sectioning errors.
1385         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
1386         [ifinfo]: blank line after @center-ed titles.
1387         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
1388         Spell FSF address consistently with others.
1389         (These changes approved by rms.)
1390
1391 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1392
1393         Speed up by a factor of 1.61.
1394         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
1395         already checked module names again.
1396
1397 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1398
1399         Speed up by a factor of 1.13.
1400         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
1401         for new_files, and the input to func_add_or_update.
1402
1403 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1404
1405         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
1406         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
1407
1408 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1409
1410         * modules/mkancesdirs (Depends-on): Add fcntl.
1411         * modules/savewd: New file.
1412         * MODULES.html.sh (File system functions): Add savewd.
1413
1414         * modules/configmake (Makefile.am): Add support for the
1415         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
1416
1417 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1418
1419         * m4/savewd.m4: New file.
1420
1421 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1422
1423         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
1424         (dirchownmod): New arg FD.  All callers changed.
1425         Use FD rather than opening the directory ourself, as opening is
1426         now the caller's responsibility.
1427         * lib/dirchownmod.h: Likewise.
1428         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
1429         hosts that require <sys/types.h> before <sys/stat.h>.  Include
1430         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
1431         (test_dir): Remove.
1432         (mkancesdirs): Return length of prefix of FILE that has already
1433         been made, or -2 if there is a child doing the work.  Redo
1434         algorithm so that it is O(N) rather than O(N**2).  Optimize away
1435         ".", and treat ".." specially since it might stray back into
1436         already-created areas.  Use a subprocess if necessary.  New arg
1437         WD; all users changed.  MAKE_DIR function should now return 1
1438         if it creates a directory that is not readable.  Return -2 if
1439         a child process is spun off.
1440         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
1441         Adjust signature to match code.
1442         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
1443         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
1444         all users changed.
1445         * lib/savewd.c, savewd.h: New files.
1446
1447 2006-09-15  Jim Meyering  <jim@meyering.net>
1448
1449         * modules/rename-dest-slash: New module.
1450         * MODULES.html.sh (posix_compat): Add it here.
1451
1452         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
1453
1454 2006-09-15  Jim Meyering  <jim@meyering.net>
1455
1456         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
1457         file.
1458
1459         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
1460
1461 2006-09-15  Jim Meyering  <jim@meyering.net>
1462
1463         * lib/rename-dest-slash.c (has_trailing_slash): Use
1464         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
1465         (rpl_rename_dest_slash): Perform the cheaper trailing slash
1466         test before testing whether SRC is a directory.
1467         Suggestions from Bruno Haible.
1468
1469         Avoid a warning about an unused variable.
1470         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
1471         into the #ifdef block where it's used.
1472
1473         * lib/rename-dest-slash.c: New file.
1474
1475 2006-09-14  Bruno Haible  <bruno@clisp.org>
1476
1477         * lib/allocsa.c: Include <config.h> unconditionally.
1478         * lib/asnprintf.c: Likewise.
1479         * lib/asprintf.c: Likewise.
1480         * lib/c-strcasecmp.c: Likewise.
1481         * lib/c-strcasestr.c: Likewise.
1482         * lib/c-strncasecmp.c: Likewise.
1483         * lib/c-strstr.c: Likewise.
1484         * lib/classpath.c: Likewise.
1485         * lib/clean-temp.c: Likewise.
1486         * lib/concatpath.c: Likewise.
1487         * lib/copy-file.c: Likewise.
1488         * lib/csharpcomp.c: Likewise.
1489         * lib/csharpexec.c: Likewise.
1490         * lib/execute.c: Likewise.
1491         * lib/fatal-signal.c: Likewise.
1492         * lib/findprog.c: Likewise.
1493         * lib/fwriteerror.c: Likewise.
1494         * lib/gl_array_list.c: Likewise.
1495         * lib/gl_array_oset.c: Likewise.
1496         * lib/gl_avltree_list.c: Likewise.
1497         * lib/gl_avltree_oset.c: Likewise.
1498         * lib/gl_avltreehash_list.c: Likewise.
1499         * lib/gl_carray_list.c: Likewise.
1500         * lib/gl_linked_list.c: Likewise.
1501         * lib/gl_linkedhash_list.c: Likewise.
1502         * lib/gl_list.c: Likewise.
1503         * lib/gl_oset.c: Likewise.
1504         * lib/gl_rbtree_list.c: Likewise.
1505         * lib/gl_rbtree_oset.c: Likewise.
1506         * lib/gl_rbtreehash_list.c: Likewise.
1507         * lib/imaxabs.c: Likewise.
1508         * lib/imaxdiv.c: Likewise.
1509         * lib/javacomp.c: Likewise.
1510         * lib/javaexec.c: Likewise.
1511         * lib/javaversion.c: Likewise.
1512         * lib/linebreak.c: Likewise.
1513         * lib/localcharset.c: Likewise.
1514         * lib/lock.c: Likewise.
1515         * lib/mbchar.c: Likewise.
1516         * lib/mbswidth.c: Likewise.
1517         * lib/mkdtemp.c: Likewise.
1518         * lib/pipe.c: Likewise.
1519         * lib/printf-args.c: Likewise.
1520         * lib/printf-parse.c: Likewise.
1521         * lib/progname.c: Likewise.
1522         * lib/progreloc.c: Likewise.
1523         * lib/readlink.c: Likewise.
1524         * lib/sh-quote.c: Likewise.
1525         * lib/stpcpy.c: Likewise.
1526         * lib/stpncpy.c: Likewise.
1527         * lib/strcasecmp.c: Likewise.
1528         * lib/strcasestr.c: Likewise.
1529         * lib/strcspn.c: Likewise.
1530         * lib/striconv.c: Likewise.
1531         * lib/strncasecmp.c: Likewise.
1532         * lib/strnlen1.c: Likewise.
1533         * lib/strstr.c: Likewise.
1534         * lib/strtok_r.c: Likewise.
1535         * lib/tls.c: Likewise.
1536         * lib/tmpdir.c: Likewise.
1537         * lib/unicodeio.c: Likewise.
1538         * lib/unsetenv.c: Likewise.
1539         * lib/vasnprintf.c: Likewise.
1540         * lib/vasprintf.c: Likewise.
1541         * lib/wait-process.c: Likewise.
1542         * lib/xallocsa.c: Likewise.
1543         * lib/xsetenv.c: Likewise.
1544         * lib/xstriconv.c: Likewise.
1545
1546 2006-09-13  Simon Josefsson  <jas@extundo.com>
1547
1548         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
1549         that internally, suggested by Ralf Wildenhues
1550         <Ralf.Wildenhues@gmx.de>.
1551
1552 2006-09-13  Simon Josefsson  <jas@extundo.com>
1553
1554         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
1555         @LIBOBJS@.
1556         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1557
1558 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1559
1560         * lib/_fpending.c: Include <config.h> unconditionally, since we no
1561         longer worry about uses that don't define HAVE_CONFIG_H.
1562         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
1563         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
1564         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
1565         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
1566         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
1567         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
1568         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
1569         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
1570         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
1571         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
1572         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
1573         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
1574         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
1575         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
1576         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
1577         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
1578         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
1579         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
1580         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
1581         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
1582         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
1583         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
1584         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
1585         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
1586         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
1587         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
1588         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
1589         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
1590         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
1591         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
1592         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
1593         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
1594         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
1595         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
1596         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
1597         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
1598         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
1599         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
1600         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
1601         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
1602         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
1603         Likewise.
1604
1605 2006-09-13  Eric Blake  <ebb9@byu.net>
1606
1607         * lib/getopt.c: Fix typo in last commit.
1608
1609 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1610
1611         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
1612         dgettext.
1613
1614 2006-09-12  Jim Meyering  <jim@meyering.net>
1615
1616         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
1617         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
1618         Reported by Nelson H. F. Beebe.
1619
1620 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1621
1622         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
1623         program_invocation_name and program_invocation_short_name are
1624         initialized.
1625         * lib/argp-namefrob.h: Move declarations of program_invocation_name
1626         and program_invocation_short_name to argp.h, so they are visible
1627         to user programs.
1628         * lib/argp.h: Likewise
1629
1630 2006-09-10  Bruno Haible  <bruno@clisp.org>
1631
1632         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
1633         m4/inttypes_h.m4, m4/uintmax_t.m4.
1634
1635 2006-09-10  Bruno Haible  <bruno@clisp.org>
1636
1637         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
1638         gl_AC_TYPE_UINTMAX_T.
1639
1640 2006-09-10  Bruno Haible  <bruno@clisp.org>
1641
1642         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
1643
1644 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1645
1646         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
1647         convention.  Text proposed by Bruno Haible.
1648         (struct argp_option): Document the use of N_() wrappers.
1649
1650         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
1651         '\v', and translate the two parts separately, instead of feeding
1652         the whole string to gettext.  This allows to exclude
1653         '\v' from the strings visible to the translator by writing doc
1654         strings as N_("..") "\v" N_("..").
1655
1656 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
1657
1658         * config/srclist.txt: Undo latest change; the bug was fixed.
1659
1660 2006-09-09  Bruno Haible  <bruno@clisp.org>
1661
1662         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
1663         assignments if building a library without libtool.
1664         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
1665         in func_emit_lib_Makefile_am.
1666         (func_import): When building a static library libfoo.a, arrange to
1667         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
1668         (func_create_testdir): Likewise.
1669         * modules/gc (configure.ac, Makefile.am): If building statically,
1670         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
1671         * modules/iconvme (configure.ac, Makefile.am): Likewise.
1672         * modules/striconv (configure.ac, Makefile.am): Likewise.
1673         Based on a suggestion by Ralf Wildenhues.
1674
1675 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1676
1677         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1678         Check for unistd.h too, since Autoconf doesn't assume POSIX.
1679         Also:
1680
1681         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1682         Add year_2050_test to catch glibc bug 2821
1683         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1684
1685         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1686         Prefer #ifdef to #if.
1687
1688         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1689         Return from 'main' instead of calling 'exit'.
1690
1691 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1692
1693         * lib/mktime.c (guess_time_tm): Fix bug where mktime
1694         returned the maximum time_t value rather than (time_t) -1.
1695         Problem originally reported by William Bardwell
1696         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1697
1698         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1699         Moved to here ...
1700         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1701         ... from here.
1702
1703 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1704
1705         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
1706         2821 is fixed.
1707
1708 2006-09-08  Jim Meyering  <jim@meyering.net>
1709
1710         Don't make generated files read-only.  That would bother too many
1711         people.  However, do retain the ability to work when targets are
1712         read-only: remove the destination and temporary files before writing
1713         them (when generated via sed or echo), or by using the -f option for
1714         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
1715         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1716         * modules/byteswap, modules/configmake, modules/fcntl:
1717         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1718         * modules/localcharset, modules/netinet_in, modules/poll:
1719         * modules/stdbool, modules/stdint, modules/sys_select:
1720         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1721
1722 2006-09-08  Jim Meyering  <jim@meyering.net>
1723
1724         Avoid new build failure on FreeBSD 6.0.
1725         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
1726         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
1727         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
1728
1729 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1730
1731         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
1732
1733 2006-09-07  Jim Meyering  <jim@meyering.net>
1734
1735         Fix global typo in last change: use chmod u-w, not chmod u-x.
1736         Spotted by Paul Eggert and Bruce Korb.
1737         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1738         * modules/byteswap, modules/configmake, modules/fcntl:
1739         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1740         * modules/localcharset, modules/netinet_in, modules/poll:
1741         * modules/stdbool, modules/stdint, modules/sys_select:
1742         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1743
1744 2006-09-06  Jim Meyering  <jim@meyering.net>
1745
1746         Make generated files be read-only.
1747         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
1748         Ensure that each generated file is now read-only.
1749         * modules/argz: Likewise.
1750         * modules/arpa_inet: Likewise.
1751         * modules/byteswap: Likewise.
1752         * modules/configmake: Likewise.
1753         * modules/fcntl: Likewise.
1754         * modules/fnmatch: Likewise.
1755         * modules/getopt: Likewise.
1756         * modules/glob: Likewise.
1757         * modules/inttypes: Likewise.
1758         * modules/netinet_in: Likewise.
1759         * modules/poll: Likewise.
1760         * modules/stdbool: Likewise.
1761         * modules/stdint: Likewise.
1762         * modules/sys_select: Likewise.
1763         * modules/sys_socket: Likewise.
1764         * modules/sys_stat: Likewise.
1765         * modules/sysexits: Likewise.
1766         * modules/localcharset: Same as above, but continue using temporary
1767         file named "t-$@" (why different?) rather than the "$@-t" used
1768         everywhere else.
1769
1770         * modules/sysexits (Makefile.am): Replace literal occurrences
1771         of "sysexit.h" more readable, and more consistent, "$@".
1772
1773 2006-09-06  Bruno Haible  <bruno@clisp.org>
1774
1775         * modules/striconv: New file.
1776         * modules/xstriconv: New file.
1777         * MODULES.html.sh (Internationalization functions): Add striconv,
1778         xstriconv.
1779
1780 2006-09-06  Bruno Haible  <bruno@clisp.org>
1781
1782         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
1783         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
1784         not using libtool correctly.
1785
1786 2006-09-06  Bruno Haible  <bruno@clisp.org>
1787
1788         * lib/striconv.h: New file.
1789         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
1790         iconvstring.c.
1791         * lib/xstriconv.h: New file.
1792         * lib/xstriconv.c: New file.
1793
1794 2006-09-06  Bruno Haible  <bruno@clisp.org>
1795
1796         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1797         lib_..._LDFLAGS.
1798
1799 2006-09-05  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1800
1801         * lib/argz_.h: Sync from Libtool.
1802
1803         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
1804                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1805
1806         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
1807
1808 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1809
1810         * modules/trim: New file.
1811
1812 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1813
1814         * lib/trim.h: New file.
1815         * lib/trim.c: New file.
1816
1817 2006-09-05  Bruno Haible  <bruno@clisp.org>
1818
1819         * MODULES.html.sh (String handling): Add trim.
1820
1821 2006-09-04  Karl Berry  <karl@gnu.org>
1822
1823         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
1824         until next release.
1825
1826 2006-09-03  Bruno Haible  <bruno@clisp.org>
1827
1828         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
1829         correctly.
1830
1831 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1832
1833         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
1834         not gl_GETLOADAVG.  Omit unneeded semicolons.
1835         Problems reported by Ralf Wildenhues in
1836         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1837         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
1838         at the end, which is the usual gnulib style.
1839
1840         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
1841         of doing all the work ourselves.
1842         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
1843         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
1844
1845 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1846
1847         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
1848         Problem reported by Ralf Wildenhues in
1849         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1850
1851         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
1852         HAVE_STRUCT_STATFS_F_FSTYPENAME.
1853
1854 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1855
1856         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
1857         yesterday's patch by changing test -n to test -z.
1858
1859 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1860
1861         * modules/getloadavg (Files): Add m4/getloadavg.m4.
1862         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
1863         the former is now obsolescent.
1864
1865         * modules/chdir-long (Depends-on): Add fcntl.
1866
1867 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1868
1869         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
1870         obsolescent, and programs should use gnulib instead.
1871         * m4/getloadavg.m4: New file, with contents taken from Autoconf
1872         but with prefixes changed.
1873
1874 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1875
1876         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
1877         or stdbool.h, because they might not exist while configuring.
1878
1879         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
1880         Don't include unistd.h or limits.h; not needed, since chdir-long.h
1881         does that for us.
1882         (O_DIRECTORY): Remove.
1883
1884 2006-08-31  Eric Blake  <ebb9@byu.net>
1885
1886         * gnulib-tool: Don't let emacs change spaces to TAB.
1887
1888 2006-08-31  Bruno Haible  <bruno@clisp.org>
1889
1890         * gnulib-tool: When calling func_import more than once, do it in a
1891         subshell.
1892         Reported by Eric Blake <ebb9@byu.net>.
1893
1894 2006-08-31  Bruno Haible  <bruno@clisp.org>
1895
1896         * gnulib-tool (nl): Remove variable.
1897         (sed_transform_lib_file): Use more robust test for config-h module.
1898         (func_import): Fix typo in 2006-08-25 patch.
1899
1900 2006-08-31  Bruno Haible  <bruno@clisp.org>
1901
1902         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
1903         specified, augment Makefile.am variables instead of assigning them.
1904
1905 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1906
1907         Work around a bug in both the Linux and SunOS 64-bit kernels:
1908         nanosleep mishandles sleeps for longer than 2**31 seconds.
1909         Problem reported by Frank v Waveren in
1910         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1911         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
1912         Check for nanosleep bug.
1913         (LIB_NANOSLEEP): Append clock_gettime library if needed.
1914
1915 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1916
1917         Work around a bug in both the Linux and SunOS 64-bit kernels:
1918         nanosleep mishandles sleeps for longer than 2**31 seconds.
1919         Problem reported by Frank v Waveren in
1920         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1921         * lib/nanosleep.c (BILLION): New constant.
1922         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
1923         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
1924         implementation.
1925
1926 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1927
1928         * modules/nanosleep (Depends-on): Add gettime.
1929
1930 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1931         and Simon Josefsson  <jas@extundo.com>
1932         and Oskar Liljeblad  <oskar@osk.mine.nu>
1933
1934         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
1935         * gnulib-tool (func_import): New license type 'unmodifiable license
1936         text'.
1937         * modules/fdl: Use it.  Longer description.
1938         * module/gpl, module/lgpl: New files.
1939
1940 2006-08-30  Jim Meyering  <jim@meyering.net>
1941
1942         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
1943         shadowing the parameter.
1944
1945 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1946
1947         Sync from Libtool:
1948
1949         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1950
1951         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
1952         sharing with gnulib.  Report by Eric Blake.
1953
1954 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1955
1956         * modules/isapipe: New file.
1957         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
1958
1959 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1960
1961         * modules/configmake (Makefile.am): Add a comment, and omit
1962         the CONFIGMAKE_ prefix from generated macro names.  Suggested
1963         by Bruno Haible.
1964
1965 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1966
1967         * m4/isapipe.m4: New file.
1968
1969 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1970
1971         * lib/isapipe.c, isapipe.h: New files.
1972
1973 2006-08-29  Jim Meyering  <jim@meyering.net>
1974
1975         * modules/configmake (Makefile.am): Make configmake.h depend on
1976         Makefile.  Otherwise, a stale configmake.h could hang around.
1977
1978 2006-08-29  Eric Blake  <ebb9@byu.net>
1979
1980         * lib/error.c (error_at_line, print_errno_message): Match libc, after
1981         resolution of upstream bug 3044.
1982
1983 2006-08-29  Bruno Haible  <bruno@clisp.org>
1984
1985         * modules/localcharset (Depends-on): Add configmake.
1986         (Makefile.am): Remove setting of LIBDIR through DEFS.
1987
1988 2006-08-29  Bruno Haible  <bruno@clisp.org>
1989
1990         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
1991         defined.
1992
1993 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1994
1995         * modules/fcntl: New file.
1996         * modules/chdir-safer (Depends-on): Add fcntl.
1997         * modules/fts: Likewise.
1998         * modules/mkdir-p: Likewise.
1999
2000         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
2001         This undoes the most recent change, since we're now addressing the
2002         problem in a different way.
2003
2004         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
2005         into output, since the output might be called Makefile.am even
2006         if $makefile_name is something different.
2007         (func_import): Use $makefile_am rather than
2008         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
2009         empty.
2010
2011         * modules/inttypes (Files): Add m4/inttypes-h.m4.
2012
2013 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2014
2015         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
2016         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
2017         recent change to stdint.m4, since we're now addressing the problem in a
2018         different way.
2019
2020 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2021
2022         * m4/fcntl_h.m4: New file.
2023
2024 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2025
2026         * lib/fcntl_.h: New file.
2027         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
2028         the fcntl module.
2029         * lib/dirchownmod.c: Likewise.
2030         * lib/fts.c: Likewise.
2031
2032         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
2033         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
2034         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
2035         just before including <inttypes.h>, to avoid circular inclusion.
2036
2037 2006-08-28  Jim Meyering  <jim@meyering.net>
2038
2039         * doc/visibility.texi: Actually read and correct the grammar of the
2040         sentence affected by yesterday's change.
2041
2042 2006-08-28  Eric Blake  <ebb9@byu.net>
2043
2044         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
2045         needs wrapper.
2046
2047 2006-08-28  Eric Blake  <ebb9@byu.net>
2048
2049         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
2050
2051 2006-08-28  Eric Blake  <ebb9@byu.net>
2052
2053         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
2054
2055 2006-08-28  Bruno Haible  <bruno@clisp.org>
2056
2057         * modules/c-strstr: New file, from GNU gettext.
2058         * MODULES.html.sh (String handling): Add c-strstr.
2059
2060 2006-08-28  Bruno Haible  <bruno@clisp.org>
2061
2062         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
2063         macros.
2064         Reported by Eric Blake.
2065
2066 2006-08-28  Bruno Haible  <bruno@clisp.org>
2067
2068         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
2069         (VASNPRINTF): Return a string of length > INT_MAX without failing.
2070         * lib/vasprintf.c: Include errno.h, limits.h.
2071         (EOVERFLOW): New fallback definition.
2072         (vasprintf): Test here whether the string length is > INT_MAX.
2073         * lib/vsnprintf.c: Include errno.h, limits.h.
2074         (EOVERFLOW): New fallback definition.
2075         (vsnprintf): Fix bug when generated string was too long for the buffer.
2076         Test here whether the string length is > INT_MAX.
2077
2078 2006-08-28  Bruno Haible  <bruno@clisp.org>
2079
2080         * lib/inttypes_.h (SCNX*): Remove definitions.
2081         Reported by Eric Blake.
2082
2083 2006-08-28  Bruno Haible  <bruno@clisp.org>
2084
2085         * lib/c-strstr.h: New file, from GNU gettext.
2086         * lib/c-strstr.c: New file, from GNU gettext.
2087
2088 2006-08-28  Bruno Haible  <bruno@clisp.org>
2089
2090         * gnulib-tool: Reorder some statements.
2091
2092 2006-08-28  Bruno Haible  <bruno@clisp.org>
2093
2094         * gnulib-tool: New option --makefile-name.
2095         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
2096         $makefile_name.
2097         (func_import): Write $makefile_name to the cache file, and read it from
2098         there unless explicitly specified. Use $makefile_name as file name
2099         instead of Makefile.am. Adjust the recommendations accordingly.
2100
2101 2006-08-28  Bruno Haible  <bruno@clisp.org>
2102
2103         * gnulib-tool (func_verify_module): Check against misapplying patch.
2104
2105 2006-08-28  Bruno Haible  <bruno@clisp.org>
2106
2107         * gnulib-tool (func_relativize, func_relconcat): New functions.
2108         Give an error if --local-dir is given with --update.
2109         Remove trailing slashes from $local_gnulib_dir.
2110         (func_import): Store the relativized $local_gnulib_dir in
2111         gnulib-cache.m4, and read it from there if not specified explicitly.
2112
2113 2006-08-28  Bruno Haible  <bruno@clisp.org>
2114
2115         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
2116         is the current directory. Respect also $local_gnulib_dir.
2117
2118 2006-08-28  Bruno Haible  <bruno@clisp.org>
2119             Simon Josefsson  <jas@extundo.com>
2120
2121         BeOS portability.
2122         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
2123
2124 2006-08-27  Jim Meyering  <jim@meyering.net>
2125
2126         * doc/visibility.texi: Remove duplicate word: "pointer".
2127
2128 2006-08-26  Bruno Haible  <bruno@clisp.org>
2129
2130         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
2131         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
2132         (Makefile.am): Create inttypes.h from inttypes_.h.
2133         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
2134
2135         * modules/imaxabs: New file.
2136
2137         * modules/imaxdiv: New file.
2138
2139 2006-08-26  Bruno Haible  <bruno@clisp.org>
2140
2141         * m4/inttypes.m4: New file.
2142         * m4/_inttypes_h.m4: Remove file.
2143         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
2144         PRI_MACROS_BROKEN.
2145         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
2146
2147         * m4/imaxabs.m4: New file.
2148
2149         * m4/imaxdiv.m4: New file.
2150
2151 2006-08-26  Bruno Haible  <bruno@clisp.org>
2152
2153         * lib/inttypes_.h: New file.
2154         * lib/inttypes.h: Remove file.
2155         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
2156
2157         * lib/imaxabs.c: New file.
2158
2159         * lib/imaxdiv.c: New file.
2160
2161 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2162
2163         New config-h module, so that "make" output needn't be cluttered
2164         by -DHAVE_CONFIG_H.
2165         * MODULES.html.sh (Support for building libraries and executables):
2166         Add config-h.
2167         * modules/config-h: New file.
2168         * gnulib-tool (nl, sed_transform_lib_file): New vars.
2169         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
2170         the config-h module is used.
2171
2172         New configmake module, so that "make" output needn't be cluttered
2173         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
2174         * MODULES.html.sh (Support for building libraries and executables):
2175         Add configmake.
2176         * modules/configmake: New file.
2177
2178 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2179
2180         * m4/config-h.m4: New file.
2181
2182 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2183
2184         * config/srclist.txt: Add elisp-comp.
2185
2186 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
2187
2188         * MODULES.html.sh (Support for building libraries and executables):
2189         Add elisp-comp.
2190         * build-aux/elisp-comp: New file.
2191         * modules/elisp-comp: New file.
2192
2193 2006-08-24  Bruno Haible <bruno@clisp.org>
2194
2195         * gnulib-tool (func_create_testdir): Use non-default values of
2196         sourcebase and m4base.
2197
2198 2006-08-24  Bruno Haible <bruno@clisp.org>
2199
2200         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
2201         HTML structure.
2202
2203 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
2204
2205         * modules/openat (Depends-on): Add lchown.
2206
2207 2006-08-23  Bruno Haible <bruno@clisp.org>
2208
2209         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
2210         of gl_LOCK_EARLY instead of gl_LOCK.
2211
2212 2006-08-23  Bruno Haible  <bruno@clisp.org>
2213
2214         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
2215         on OSF/1 to no.
2216         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
2217
2218 2006-08-23  Bruno Haible  <bruno@clisp.org>
2219
2220         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
2221         as unusable.
2222
2223         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
2224         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
2225         (gl_LOCK): New macro.
2226
2227 2006-08-22  Simon Josefsson  <jas@extundo.com>
2228
2229         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
2230         to md5 module.
2231
2232 2006-08-22  Simon Josefsson  <jas@extundo.com>
2233
2234         * MODULES.html.sh: Add "Support for maintaining and release
2235         projects".
2236
2237         * build-aux/gnupload: New file, from coreutils.
2238
2239 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2240
2241         Avoid the need for AC_LIBSOURCES in m4 macros.
2242         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
2243         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
2244         * modules/check-version (EXTRA_DIST): Add check-version.h.
2245         * modules/crc (EXTRA_DIST): Add crc.h.
2246         * modules/des (EXTRA_DIST): Add des.h.
2247         * modules/gc (EXTRA_DIST): Add gc.h.
2248         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
2249         * modules/getline (EXTRA_DIST): Add getline.h.
2250         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
2251         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
2252         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
2253         * modules/md2 (EXTRA_DIST): Add md2.h.
2254         * modules/md4 (EXTRA_DIST): Add md4.h.
2255         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
2256         * modules/read-file (EXTRA_DIST): Add read-file.h.
2257         * modules/readline (EXTRA_DIST): Add readline.h.
2258         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
2259         rijndael-api-fst.h.
2260
2261 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2262
2263         * m4/rijndael.m4 (gl_ARCFOUR):
2264         * m4/arctwo.m4 (gl_ARCTWO):
2265         * m4/check-version.m4 (gl_CHECK_VERSION):
2266         * m4/crc.m4 (gl_CRC):
2267         * m4/des.m4 (gl_DES):
2268         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
2269         * m4/gc.m4 (gl_GC):
2270         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
2271         * m4/getline.m4 (gl_FUNC_GETLINE):
2272         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
2273         * m4/hmac-md5.m4 (gl_HMAC_MD5):
2274         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
2275         * m4/md2.m4 (gl_MD2):
2276         * m4/md4.m4 (gl_MD4):
2277         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
2278         * m4/read-file.m4 (gl_FUNC_READ_FILE):
2279         * m4/readline.m4 (gl_FUNC_READLINE):
2280         * m4/rijndael.m4 (gl_RIJNDAEL):
2281         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
2282         to get the necessary .h files and whatnot.
2283
2284 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
2285
2286         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
2287         gnulib rather than the other way around.
2288         * config/srclistvars.sh (COREUTILS): Remove.
2289
2290 2006-08-22  Jim Meyering  <jim@meyering.net>
2291
2292         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
2293
2294         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
2295
2296 2006-08-22  Eric Blake  <ebb9@byu.net>
2297
2298         * modules/regexprops-generic: New file.
2299         * MODULES.html.sh (Support for building documentation): List it.
2300
2301 2006-08-22  Eric Blake  <ebb9@byu.net>
2302
2303         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
2304         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
2305         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
2306         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
2307
2308 2006-08-22  Bruno Haible <bruno@clisp.org>
2309
2310         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
2311         and lib_LTLIBRARIES like the other lib_* variables.
2312
2313 2006-08-22  Bruno Haible <bruno@clisp.org>
2314
2315         * build-aux/x-to-1.in: New file, from GNU gettext.
2316
2317 2006-08-22  Bruno Haible  <bruno@clisp.org>
2318
2319         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
2320         <utmpx.h> exists.
2321
2322 2006-08-22  Bruno Haible  <bruno@clisp.org>
2323
2324         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
2325         <utmpx.h> exists.
2326
2327 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2328
2329         BeOS portability.
2330         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
2331         exist.
2332         Problem reported by Bruno Haible.
2333
2334 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2335
2336         Avoid the need for AC_LIBSOURCES in m4 macros.
2337         * modules/acl (EXTRA_DIST): Add acl.h.
2338         * modules/argmatch (Files): Add m4/argmatch.m4.
2339         (configure.ac): Add gl_ARGMATCH.
2340         (EXTRA_DIST): Renamed from lib_SOURCES, for
2341         consistency with the other modules.  Remove argmatch.c.
2342         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
2343         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
2344         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
2345         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
2346         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
2347         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
2348         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
2349         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
2350         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
2351         * modules/closeout (EXTRA_DIST): Add closeout.h.
2352         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
2353         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
2354         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
2355         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
2356         dirname.h; remove basename.c and stripslash.c.
2357         * modules/exclude (EXTRA_DIST): Add exclude.h.
2358         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
2359         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
2360         * modules/file-type (EXTRA_DIST): Add file-type.h.
2361         * modules/filemode (EXTRA_DIST): Add filemode.h.
2362         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
2363         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
2364         * modules/fpending (EXTRA_DIST): Add __fpending.h.
2365         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
2366         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
2367         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
2368         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
2369         * modules/getdate (EXTRA_DIST): Add getdate.c.
2370         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
2371         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
2372         * modules/getpass (EXTRA_DIST): Add getpass.h.
2373         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
2374         * modules/group-member (EXTRA_DIST): Add group-member.h.
2375         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
2376         * modules/hash (EXTRA_DIST): Add hash.h.
2377         * modules/human (EXTRA_DIST): Add human.h.
2378         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
2379         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
2380         * modules/lchown (EXTRA_DIST): Add lchown.h.
2381         * modules/long-options (EXTRA_DIST): Add long-options.h.
2382         * modules/lstat (EXTRA_DIST): Add lstat.h.
2383         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
2384         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
2385         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
2386         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
2387         * modules/memxor (EXTRA_DIST): Add memxor.h.
2388         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
2389         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
2390         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
2391         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
2392         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
2393         * modules/physmem (EXTRA_DIST): Add physmem.h.
2394         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
2395         * modules/posixver (EXTRA_DIST): Add posixver.h.
2396         * modules/quote (EXTRA_DIST): Add quote.h.
2397         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
2398         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
2399         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
2400         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
2401         regex_internal.h regexec.c.
2402         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
2403         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
2404         * modules/same (EXTRA_DIST): Add same.h.
2405         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
2406         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
2407         * modules/savedir (EXTRA_DIST): Add savedir.h.
2408         * modules/sha1 (EXTRA_DIST): Add sha1.h.
2409         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
2410         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
2411         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
2412         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
2413         * modules/strdup (EXTRA_DIST): Add strdup.h.
2414         * modules/strftime (EXTRA_DIST): Add strftime.h.
2415         * modules/strndup (EXTRA_DIST): Add strndup.h.
2416         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
2417         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
2418         * modules/time_r (EXTRA_DIST): Add time_r.h.
2419         * modules/timespec (EXTRA_DIST): Add timespec.h.
2420         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
2421         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
2422         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
2423         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
2424         * modules/userspec (EXTRA_DIST): Add userspec.h.
2425         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
2426         * modules/utimens (EXTRA_DIST): Add utimens.h.
2427         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
2428         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
2429         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
2430         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
2431         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
2432         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
2433         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
2434         * modules/yesno (EXTRA_DIST): Add yesno.h.
2435
2436 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2437
2438         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
2439
2440         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
2441         * m4/dev-ino.m4, same-inode.m4: Remove.
2442
2443         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
2444         * m4/acl.m4 (AC_FUNC_ACL):
2445         * m4/backupfile.m4 (gl_BACKUPFILE):
2446         * m4/c-strtod.m4 (gl_C99_STRTOLD):
2447         * m4/canon-host.m4 (gl_CANON_HOST):
2448         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2449         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
2450         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
2451         * m4/cloexec.m4 (gl_CLOEXEC):
2452         * m4/close-stream.m4 (gl_CLOSE_STREAM):
2453         * m4/closeout.m4 (gl_CLOSEOUT):
2454         * m4/dirfd.m4 (gl_FUNC_DIRFD):
2455         * m4/dirname.m4 (gl_DIRNAME):
2456         * m4/exclude.m4 (gl_EXCLUDE):
2457         * m4/exitfail.m4 (gl_EXITFAIL):
2458         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
2459         * m4/file-type.m4 (gl_FILE_TYPE):
2460         * m4/filemode.m4 (gl_FILEMODE):
2461         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
2462         * m4/fpending.m4 (gl_FUNC_FPENDING):
2463         * m4/fprintftime.m4 (gl_FPRINTFTIME):
2464         * m4/fts.m4 (gl_FUNC_FTS):
2465         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
2466         * m4/getdate.m4 (gl_GETDATE):
2467         * m4/gethrxtime.m4 (gl_GETHRXTIME):
2468         * m4/getpagesize.m4 (gl_GETPAGESIZE):
2469         * m4/getpass.m4 (gl_FUNC_GETPASS):
2470         * m4/gettime.m4 (gl_GETTIME):
2471         * m4/getugroups.m4 (gl_GETUGROUPS):
2472         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
2473         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
2474         * m4/hard-locale.m4 (gl_HARD_LOCALE):
2475         * m4/hash.m4 (gl_HASH):
2476         * m4/idcache.m4 (gl_IDCACHE):
2477         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
2478         * m4/lchown.m4 (gl_FUNC_LCHOWN):
2479         * m4/long-options.m4 (gl_LONG_OPTIONS):
2480         * m4/lstat.m4 (gl_FUNC_LSTAT):
2481         * m4/md5.m4 (gl_MD5):
2482         * m4/memcasecmp.m4 (gl_MEMCASECMP):
2483         * m4/memcoll.m4 (gl_MEMCOLL):
2484         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
2485         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
2486         * m4/memxor.m4 (gl_MEMXOR):
2487         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
2488         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
2489         * m4/modechange.m4 (gl_MODECHANGE):
2490         * m4/mountlist.m4 (gl_MOUNTLIST):
2491         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2492         * m4/openat.m4 (gl_FUNC_OPENAT):
2493         * m4/pathmax.m4 (gl_PATHMAX):
2494         * m4/physmem.m4 (gl_PHYSMEM):
2495         * m4/posixtm.m4 (gl_POSIXTM):
2496         * m4/posixver.m4 (gl_POSIXVER):
2497         * m4/quote.m4 (gl_QUOTE):
2498         * m4/quotearg.m4 (gl_QUOTEARG):
2499         * m4/readtokens.m4 (gl_READTOKENS):
2500         * m4/readutmp.m4 (gl_READUTMP):
2501         * m4/regex.m4 (gl_REGEX):
2502         * m4/safe-read.m4 (gl_SAFE_READ):
2503         * m4/safe-write.m4 (gl_SAFE_WRITE):
2504         * m4/same.m4 (gl_SAME):
2505         * m4/save-cwd.m4 (gl_SAVE_CWD):
2506         * m4/savedir.m4 (gl_SAVEDIR):
2507         * m4/settime.m4 (gl_SETTIME):
2508         * m4/sha1.m4 (gl_SHA1):
2509         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
2510         * m4/stat-macros.m4 (gl_STAT_MACROS):
2511         * m4/stat-time.m4 (gl_STAT_TIME):
2512         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
2513         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
2514         * m4/strdup.m4 (gl_FUNC_STRDUP):
2515         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
2516         * m4/strndup.m4 (gl_FUNC_STRNDUP):
2517         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
2518         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
2519         * m4/time_r.m4 (gl_TIME_R):
2520         * m4/timespec.m4 (gl_TIMESPEC):
2521         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
2522         * m4/unlinkdir.m4 (gl_UNLINKDIR):
2523         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
2524         * m4/userspec.m4 (gl_USERSPEC):
2525         * m4/utimecmp.m4 (gl_UTIMECMP):
2526         * m4/utimens.m4 (gl_UTIMENS):
2527         * m4/xalloc.m4 (gl_XALLOC):
2528         * m4/xgetcwd.m4 (gl_XGETCWD):
2529         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
2530         * m4/xreadlink.m4 (gl_XREADLINK):
2531         * m4/xstrtod.m4 (gl_XSTRTOD):
2532         * m4/yesno.m4 (gl_YESNO):
2533         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
2534         to get the necessary .h files and whatnot.
2535
2536 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
2537             Bruno Haible <bruno@clisp.org>
2538
2539         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
2540         /bin/sh understanding of '!' conditional negation.
2541
2542 2006-08-21  Jim Meyering  <jim@meyering.net>
2543
2544         * modules/openat (Depends-on): Really alphabetize.
2545
2546         * modules/acl (Depends-on): Add error and quote.
2547
2548         * check-module (find_included_lib_files): Add at-func.c to the
2549         ok-to-include-more-than-once white list.
2550
2551         * modules/openat (Depends-on): Add lstat.  Alphabetize.
2552
2553 2006-08-21  Bruno Haible <bruno@clisp.org>
2554
2555         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2556         Emit a pkgdata_DATA variable only if some snippets add contents to it.
2557         Reported by Martin Lambers <marlam@marlam.de>.
2558
2559 2006-08-21  Bruno Haible <bruno@clisp.org>
2560
2561         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
2562         specify an installation location, don't emit a noinst_LIBRARIES or
2563         noinst_LTLIBRARIES assignment.
2564
2565 2006-08-21  Bruno Haible  <bruno@clisp.org>
2566
2567         BeOS portability.
2568         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
2569         BeOS has mbrtowc() but no <wctype.h>.
2570
2571 2006-08-21  Bruno Haible  <bruno@clisp.org>
2572
2573         BeOS portability.
2574         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
2575         exist.
2576
2577 2006-08-21  Bruno Haible  <bruno@clisp.org>
2578
2579         BeOS portability.
2580         * lib/mbchar.h: Include <wctype.h> only if it exists.
2581
2582 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2583
2584         Remove files that are no longer needed by their respective modules.
2585         * m4/obstack.m4: Remove.
2586         * m4/strerror_r.m4: Remove.
2587         * m4/uint32_t.m4: Remove.
2588         * m4/uintptr_t.m4: Remove.
2589         * m4/ullong_max.m4: Remove.
2590         * m4/xstrtoimax.m4: Remove.
2591         * m4/xstrtoumax.m4: Remove.
2592
2593         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
2594         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
2595         dependencies now capture this.
2596
2597         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
2598         Do not use AC_LIBSOURCES, since gnulib modules now do this.
2599         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
2600         * m4/human.m4 (gl_HUMAN): Likewise.
2601         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
2602         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
2603
2604         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
2605
2606         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
2607         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
2608         stdint.
2609         * m4/human.m4 (gl_HUMAN): Likewise.
2610         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
2611         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
2612         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2613         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2614         * m4/xstrtol (gl_XSTRTOL): Likewise.
2615
2616         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
2617         AC_TYPE_LONG_LONG_INT.
2618         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2619         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
2620         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
2621         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2622
2623         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
2624         on stdbool.
2625
2626         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
2627         (gl_PREREQ_XSTRTOUL): Remove.
2628
2629         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
2630
2631         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
2632         mode.
2633
2634 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2635
2636         Add and change modules to make it easier for coreutils to use
2637         gnulib-tool.
2638         * modules/backupfile (Files): Remove m4/d-ino.m4.
2639         (Depends-on): Add d-ino.
2640         * modules/cycle-check (Depends-on): Add stdint.
2641         (lib_SOURCES): Add cycle-check.h.
2642         * modules/d-ino: New module.
2643         * modules/d-type: New module.
2644         * modules/error (Files): Remove m4/strerror_r.m4.
2645         * modules/filemode (Files): Add m4/st_dm_mode.m4.
2646         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
2647         m4/inttypes_h.m4, m4/uintmax_t.m4.
2648         (Depends-on): Add stdint.
2649         (lib_SOURCES): Add fsusage.h.
2650         * modules/getcwd (Files): Remove d-ino.m4.
2651         (Depends-on): Add d-ino.
2652         * modules/getndelim2 (Depends-on): Add stdint.
2653         * modules/glob (Files): Remove m4/d-type.m4.
2654         (Depends-on): Add d-type.
2655         * modules/host-os: New module.
2656         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
2657         m4/inttypes_h.m4, m4/uintmax_t.m4.
2658         * Depends-on: Add stdint.
2659         (lib_SOURCES): Add human.h.
2660         * modules/inttostr (Files): Remove m4/intmax_t.m4,
2661         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
2662         m4/uintmax_t.m4, m4/ulonglong.m4.
2663         (Depends-on): Add stdint.
2664         (EXTRA_DIST): Add inttostr.h.
2665         * modules/lchmod: New module.
2666         * modules/link-follow: New module.
2667         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
2668         (Depends-on): Add lchmod.
2669         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
2670         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
2671         (Depends-on): Add stdint.
2672         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
2673         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
2674         (Depends-on): Add stdint.
2675         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
2676         * modules/perl: New module.
2677         * modules/regex (Depends-on): Add stdint.
2678         * modules/rmdir-errno: New module.
2679         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2680         m4/intmax_t.m4.
2681         (Depends-on): Add stdint.
2682         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2683         m4/uintmax_t.m4.
2684         (Depends-on): Add stdint.
2685         * modules/unlink-busy: New module.
2686         * modules/utimecmp (Depends-on): Add stdint.
2687         * modules/uptime: New module.
2688         * modules/winsz-ioctl: New module.
2689         * modules/winsz-termios: New module.
2690         * modules/xnanosleep (Depends-on): Add nanosleep.
2691         * modules/ullong_max: Remove.
2692         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
2693         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
2694         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
2695         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
2696         (Depends-on): Add inttypes.
2697         (lib_SOURCES): Add xstrtol.h.
2698         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
2699         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
2700         * MODULES.html.sh: Move 'assert' into the assert section.
2701         Move 'dummy' into the linking section.
2702         Remove ullong_max.
2703         Add section for compatibility checks for POSIX:2001 functions,
2704         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
2705         winsz-ioctl, and winsz-termios into it.
2706         Add lchmod.
2707         Add top-level Misc section and put host-os, perl, and uptime
2708         into it.
2709
2710 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2711
2712         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
2713         now assume the stdint module.  Do not include inttypes.h.
2714         * lib/fsusage.h: Likewise.
2715         * lib/getndelim2.c: Likewise.
2716         * lib/human.h: Likewise.
2717         * lib/inttostr.h: Likewise.
2718         * lib/obstack.c: Likewise.
2719         * lib/regex_internal.h: Likewise.
2720         * lib/tempname.c: Likewise.
2721         * lib/utimecmp.c: Likewise.
2722         * lib/xstrtol.h: Likewise.
2723
2724         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
2725
2726         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
2727         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
2728         * lib/xtime.h: Likewise.
2729
2730 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2731
2732         * modules/openat (Files): Add lib/fchmodat.c.
2733         Fixes problem reported by Jay Youngman.
2734
2735 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2736
2737         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
2738         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
2739
2740 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
2741             Bruno Haible  <bruno@clisp.org>
2742
2743         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
2744         and is a script that invokes bison. Tighten the code. Add comments.
2745
2746 2006-08-18  Jim Meyering  <jim@meyering.net>
2747
2748         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
2749         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
2750         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
2751         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
2752
2753 2006-08-18  Bruno Haible  <bruno@clisp.org>
2754
2755         * modules/bison-i18n: New file.
2756         * MODULES.html.sh (Internationalization functions): Add it.
2757
2758 2006-08-18  Bruno Haible  <bruno@clisp.org>
2759
2760         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
2761         sys/statvfs.h. When getmntinfo was found, check its declaration and
2762         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
2763
2764 2006-08-18  Bruno Haible  <bruno@clisp.org>
2765
2766         * m4/bison-i18n.m4: New file, from bison.
2767
2768 2006-08-18  Bruno Haible  <bruno@clisp.org>
2769
2770         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
2771         (ME_DUMMY): Treat "kernfs" as a dummy.
2772         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
2773
2774 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2775
2776         Update from coreutils.
2777
2778         2006-08-15  Jim Meyering  <jim@meyering.net>
2779
2780         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
2781
2782         2006-01-17  Jim Meyering  <jim@meyering.net>
2783
2784         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
2785
2786         2006-01-11  Jim Meyering  <jim@meyering.net>
2787
2788         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
2789         Check for the lchmod function.
2790
2791 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2792
2793         Update from coreutils.
2794
2795         * lib/__fpending.h: Add copyright notice.
2796         * lib/fprintftime.h: Likewise.
2797         * lib/savedir.c: Use (C) in copyright notice.
2798         * lib/savedir.h: Likewise.
2799
2800         2006-08-15  Jim Meyering  <jim@meyering.net>
2801
2802         * lib/at-func.c: New file, with the logic of all emulated at-functions.
2803         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
2804         in support of the EXPECTED_ERRNO macro.
2805         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
2806         definitions.  Instead, define the appropriate symbols and include
2807         "at-func.c".
2808         * lib/mkdirat.c (mkdirat): Likewise.
2809         * lib/fchmodat.c (fchmodat): Likewise.
2810         (ENOSYS): Remove definition.
2811         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
2812         it.  Don't include "unistd--.h" -- it wasn't ever used.
2813
2814         2006-01-17  Jim Meyering  <jim@meyering.net>
2815
2816         Rewrite fts.c not to change the current working directory,
2817         by using openat, fstatat, fdopendir, etc..
2818
2819         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
2820         (HAVE_OPENAT_SUPPORT): Define.
2821         [_LIBC] (fchdir): Don't undef or define; no longer used.
2822         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
2823         Now, this `function' always succeeds, and consumes its file descriptor
2824         parameter -- so callers must not close such FDs.  Update callers.
2825         (diropen_fd, opendirat, cwd_advance_fd): New functions.
2826         (diropen): Add parameter, SP.  Adjust all callers.
2827         Implement using diropen_fd, rather than open.
2828         (fts_open): Initialize new member, fts_cwd_fd.
2829         Remove fts_rft-setting code.
2830         (fts_close): Close fts_cwd_fd, if necessary.
2831         (__opendir2): Define in terms of opendir or opendirat,
2832         depending on whether the FST_NOCHDIR flag is set.
2833         (fts_build): Since fts_safe_changedir consumes its FD, and since
2834         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
2835         and close the dup'd file descriptor upon failure.
2836         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
2837         (fts_safe_changedir): Tweak semantics to reflect that this function
2838         now calls cwd_advance_fd and hence consumes its FD argument.
2839         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
2840         [struct FTS] (fts_rft): Remove now-unused member.
2841         [struct FTS] (fts_cycle.state): Improve comment.
2842
2843         * lib/openat.c (openat_needs_fchdir): New function.
2844         * lib/openat.h (openat_needs_fchdir): Declare it.
2845
2846 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
2847
2848         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
2849         Problem and fix reported by Pádraig Brady in
2850         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
2851
2852 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2853
2854         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
2855
2856 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2857
2858         * lib/memcoll.c (memcoll): Optimize for the common case where the
2859         arguments are bytewise equal.
2860
2861 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2862
2863         * doc/regexprops-generic.texi: Add a copyright notice.
2864
2865 2006-08-15  Bruno Haible  <bruno@clisp.org>
2866
2867         * modules/tmpdir (License): Change to LGPL.
2868
2869 2006-08-15  Bruno Haible  <bruno@clisp.org>
2870
2871         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
2872         module.
2873
2874 2006-08-14  Simon Josefsson  <jas@extundo.com>
2875
2876         * config/srclist.txt: Add gnupload.
2877
2878 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2879
2880         Change copyright notice from LGPL 2 to GPL 2, since that's the
2881         standard form used in the gnulib repository.
2882         * tests/test-lock.c: Likewise.
2883         * tests/test-stdint.c: Likewise.
2884         * tests/test-tls.c: Likewise.
2885
2886         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
2887         prelude-manager.  User shorter URLs for GNU projects, without '?'.
2888         Add copyright notice.
2889
2890         * check-module: Add copyright notice.  Output a copyright
2891         notice if "--version" is specified.
2892         * modules/COPYING: New file.
2893         * tests/test-getaddrinfo.c: Add copyright notice.
2894         * tests/test-verify.c: Likewise.
2895
2896 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2897
2898         Change copyright notice from LGPL 2 to GPL 2, since that's the
2899         standard form used in the gnulib repository.
2900         * lib/lock.c: LGPL -> GPL.
2901         * lib/lock.h: Likewise.
2902         * lib/strnlen1.c: Likewise.
2903         * lib/strnlen1.h: Likewise.
2904         * lib/tls.c: Likewise.
2905         * lib/tls.h: Likewise.
2906         * lib/tmpdir.c: Likewise.
2907
2908         * lib/TODO: Remove; this belongs only in coreutils.
2909
2910 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2911
2912         Add copyright notices to long-enough files that lack them, since
2913         otherwise the files aren't clearly free.  Use the same notice that
2914         getdate.texi already uses.
2915         * doc/alloca-opt.texi: Add copyright notice.
2916         * doc/alloca.texi: Likewise.
2917         * doc/ctime.texi: Likewise.
2918         * doc/functions.texi: Likewise.
2919         * doc/gcd.texi: Likewise.
2920         * doc/gnulib-tool.texi: Likewise.
2921         * doc/inet_ntoa.texi: Likewise.
2922         * doc/visibility.texi: Likewise.
2923
2924         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
2925         * doc/quote.texi: Add copyright notice.
2926
2927         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
2928         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
2929         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
2930         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
2931         is now obsolete, and give a pointer to the Sun list.
2932         Add copyright notice.
2933
2934 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2935
2936         * config/srclistvars.sh: Add copyright notice.
2937
2938 2006-08-14  Eric Blake  <ebb9@byu.net>
2939
2940         Import the following change from libc:
2941
2942         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
2943
2944         Upstream bug 2997.
2945         * lib/misc/error.c: Add space between program name and message if file
2946         name is missing.
2947
2948 2006-08-12  Karl Berry  <karl@gnu.org>
2949
2950         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
2951         remove, these originate in gnulib now.
2952
2953 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2954
2955         * doc/Makefile (standards.info standards.html standards.dvi):
2956         Also depend on make-stds.texi.
2957
2958 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2959
2960         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
2961         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
2962
2963         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
2964         in wchar_t.  Problem reported by Eric Blake.
2965
2966         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
2967         LEN is smaller than SIZE.  Suggested by Bruno Haible.
2968         Also, help the compiler to keep LEN in a register.
2969
2970 2006-08-11  Eric Blake  <ebb9@byu.net>
2971
2972         * users.txt: Sort.  Add tar.
2973
2974 2006-08-11  Bruno Haible  <bruno@clisp.org>
2975
2976         * users.txt: New file.
2977
2978 2006-08-11  Bruno Haible  <bruno@clisp.org>
2979
2980         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
2981         before <wchar.h>. Needed for OSF/1 and BSD/OS.
2982
2983 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2984
2985         * modules/snprintf (Depends-on): Remove minmax.
2986         (Maintainer): Add self and Bruno.
2987
2988 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2989
2990         * lib/.cppi-disable: Add snprintf.h, socket_.h.
2991         * lib/snprintf.c: Include <errno.h> and <limits.h>.
2992         (EOVERFLOW): Define if the system does not.
2993         Do not include "minmax.h"; it wasn't used.
2994         (snprintf): Don't assume size_t promotes to an unsigned type.
2995         Fix bug when generated string was too long for the buffer: the
2996         buffer's contents are supposed to be the initial prefix of the
2997         output.  Don't assume vasnprintf returns EOVERFLOW if the size
2998         exceeds INT_MAX; do the check ourselves.
2999
3000         Import the following changes from libc:
3001
3002         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
3003
3004         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
3005         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
3006         set wc to the byte which couldn't be converted.
3007         (re_string_reconstruct): Don't clear valid_raw_len before calling
3008         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
3009         tip_context using re_string_context_at.
3010
3011         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3012
3013         * lib/posix/regex.h: g++ still cannot handled [restrict].
3014
3015         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
3016
3017         * lib/posix/regex.h: Remove special handling for VMS.
3018
3019 2006-08-10  Jim Meyering  <jim@meyering.net>
3020
3021         * modules/same-inode: New module.
3022         * modules/dev-ino: New module.
3023         * modules/cycle-check: Depend on these modules, rather than simply
3024         including their .h files.
3025         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
3026         required via m4/cycle-check.m4.
3027         * modules/same: Depend on new same-inode module, rather than
3028         including same-inode.h.
3029         * modules/chdir-safer: New file.
3030
3031         * modules/chown (Depends-on): Add stat-macros.
3032
3033 2006-08-10  Jim Meyering  <jim@meyering.net>
3034
3035         * m4/cycle-check.m4: New file.
3036         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
3037         * m4/dev-ino.m4, same-inode.m4: New files.
3038
3039 2006-08-10  Eric Blake  <ebb9@byu.net>
3040
3041         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
3042         in from original proposal.
3043
3044 2006-08-10  Eric Blake  <ebb9@byu.net>
3045         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3046
3047         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
3048         namespace.
3049
3050 2006-08-10  Bruno Haible  <bruno@clisp.org>
3051
3052         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
3053         as well.
3054
3055 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3056
3057         Sync from coreutils.
3058
3059         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
3060
3061         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
3062         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
3063
3064 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3065
3066         * modules/restrict: Remove; no longer needed now that we assume
3067         Autoconf 2.59 or later.
3068         * MODULES.html.sh: Remove 'restrict'.
3069         * modules/argp (Depends-on): Remove 'restrict'.
3070         * modules/base64 (Depends-on): Likewise.
3071         * modules/gc (Depends-on): Likewise.
3072         * modules/getaddrinfo (Depends-on): Likewise.
3073         * modules/glob (Depends-on): Likewise.
3074         * modules/inet_ntop (Depends-on): Likewise.
3075         * modules/inet_pton (Depends-on): Likewise.
3076         * modules/memxor (Depends-on): Likewise.
3077         * modules/regex (Depends-on): Likewise.
3078         * modules/strtok_r (Depends-on): Likewise.
3079         * modules/time_r (Depends-on): Likewise.
3080
3081 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3082
3083         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
3084         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
3085         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3086         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
3087         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
3088         * m4/memxor.m4 (gl_MEMXOR): Likewise.
3089         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
3090         gl_C_RESTRICT replaced by AC_C_RESTRICT.
3091
3092         Merge from coreutils.
3093         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
3094         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
3095         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3096         * m4/time_r.m4 (gl_TIME_R): Likewise.
3097
3098 2006-08-09  Karl Berry  <karl@gnu.org>
3099
3100         * config/srclist.txt: no more gettext-tools, per Bruno.
3101
3102 2006-08-08  Eric Blake  <ebb9@byu.net>
3103
3104         * modules/verror: New module.
3105         * MODULES.html.sh: Document it.
3106
3107 2006-08-08  Eric Blake  <ebb9@byu.net>
3108
3109         * lib/verror.h, verror.c: New files.
3110
3111 2006-08-08  Eric Blake  <ebb9@byu.net>
3112
3113         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
3114         verror_at_line output complies with GNU Coding Standards even when
3115         file is NULL.
3116
3117 2006-08-07  Bruno Haible  <bruno@clisp.org>
3118
3119         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
3120         versions of AIX.
3121         Reported by Ralf Wildenhues.
3122
3123 2006-08-07  Bruno Haible  <bruno@clisp.org>
3124
3125         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
3126         in an AC_DEFUN. Needed so that the autoconf snippets can use
3127         AC_REQUIRE.
3128
3129 2006-08-06  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3130
3131         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3132         Initialize pkgdata_DATA.
3133         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
3134         overriding it.
3135
3136 2006-08-06  Eric Blake  <ebb9@byu.net>
3137
3138         * lib/error.h: Fold in some upstream changes from glibc.
3139         * lib/error.c: Likewise.
3140
3141 2006-08-04  Bruno Haible  <bruno@clisp.org>
3142
3143         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3144         Make the mostlyclean-local rule depend on mostlyclean-generic.
3145         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
3146
3147 2006-07-31  Bruno Haible  <bruno@clisp.org>
3148
3149         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
3150         <stdlib.h>, <string.h>.
3151
3152 2006-07-30  Bruno Haible  <bruno@clisp.org>
3153
3154         * modules/readlink (License): Change to LGPL.
3155
3156 2006-07-30  Bruno Haible  <bruno@clisp.org>
3157
3158         * modules/javaversion (Makefile.am): Distribute javaversion.java and
3159         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
3160         set PKGDATADIR to point to it.
3161
3162 2006-07-30  Bruno Haible  <bruno@clisp.org>
3163
3164         * modules/csharpexec (configure.ac): Comment out macro invocation.
3165         * modules/javaexec (configure.ac): Likewise.
3166         * modules/javacomp-script (configure.ac): Likewise.
3167
3168         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
3169
3170 2006-07-30  Bruno Haible  <bruno@clisp.org>
3171
3172         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
3173         linked-list.
3174
3175 2006-07-30  Bruno Haible  <bruno@clisp.org>
3176
3177         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
3178
3179 2006-07-30  Bruno Haible  <bruno@clisp.org>
3180
3181         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3182         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
3183         get removed.
3184
3185 2006-07-29  Bruno Haible  <bruno@clisp.org>
3186
3187         Make it possible for gnulib-tool to work with locally modified or
3188         augmented gnulib repositories.
3189         * gnulib-tool (func_usage): Document --local-dir option.
3190         (local_gnulib_dir): New variable.
3191         Handle --local-dir option.
3192         (func_lookup_file): New function.
3193         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
3194         (func_get_description, func_get_filelist, func_get_description,
3195         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
3196         func_get_automake_snippet, func_get_include_directive,
3197         func_get_license, func_get_maintainer): Use func_lookup_file.
3198         (func_import, func_create_testdir): Use func_lookup_file.
3199
3200 2006-07-29  Bruno Haible  <bruno@clisp.org>
3201
3202         * modules/setenv (Depends-on): Add unistd.
3203
3204 2006-07-29  Bruno Haible  <bruno@clisp.org>
3205
3206         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
3207
3208 2006-07-29  Bruno Haible  <bruno@clisp.org>
3209
3210         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
3211
3212 2006-07-29  Bruno Haible  <bruno@clisp.org>
3213
3214         * gnulib-tool (import, update): If there is no Makefile.am, look at
3215         aclocal.m4, instead of bailing out.
3216
3217 2006-07-29  Bruno Haible  <bruno@clisp.org>
3218
3219         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
3220         Categorize the options by when they are useful.
3221
3222 2006-07-29  Bruno Haible  <bruno@clisp.org>
3223
3224         * gnulib-tool (func_usage): Document option --no-libtool.
3225         Handle option --no-libtool.
3226         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
3227         for changed semantics of $libtool variable.
3228         (func_import): Likewise. If libtool is not used, show this through
3229         an option --no-libtool.
3230         (func_create_testdir): Update.
3231
3232 2006-07-29  Bruno Haible  <bruno@clisp.org>
3233
3234         * gnulib-tool (func_import): Extend error message about missing
3235         --doc-base.
3236
3237 2006-07-29  Bruno Haible  <bruno@clisp.org>
3238
3239         * gnulib-tool (func_import): Don't create the $docbase directory if
3240         there is no file to store there.
3241
3242 2006-07-29  Bruno Haible  <bruno@clisp.org>
3243
3244         * gnulib-tool (autoconf_minversion): If a --dir option is given and
3245         relevant, look for configure.ac there, not in the current directory.
3246         Also use a simple search for AC_PREREQ, not "autoconf --trace".
3247
3248 2006-07-29  Bruno Haible  <bruno@clisp.org>
3249
3250         * gnulib-tool (SORT): New variable.
3251         (func_usage): Undocument --assume-autoconf option.
3252         Remove --assume-autoconf option handling.
3253         (autoconf_minversion): Determine from the contents of configure.ac.
3254         (func_import): Remove autoconf_minversion handling.
3255         Suggested by Eric Blake.
3256
3257 2006-07-29  Bruno Haible  <bruno@clisp.org>
3258
3259         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
3260
3261 2006-07-29  Bruno Haible  <bruno@clisp.org>
3262
3263         * config/srclist.txt (*setenv.[ch]): Remove rules.
3264
3265 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3266
3267         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
3268
3269 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3270
3271         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
3272         arpa/inet.h.
3273
3274 2006-07-28  Simon Josefsson  <jas@extundo.com>
3275
3276         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
3277         * modules/inet_pton (Depends-on): Likewise.
3278
3279 2006-07-28  Simon Josefsson  <jas@extundo.com>
3280
3281         * m4/netinet_in_h.m4: New file.
3282
3283 2006-07-28  Simon Josefsson  <jas@extundo.com>
3284
3285         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
3286         #include's.
3287
3288 2006-07-28  Simon Josefsson  <jas@extundo.com>
3289
3290         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
3291         #include's.
3292
3293 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
3294
3295         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
3296         setgid on directories only if they set these bits.
3297         * lib/modechange.h: Remove obsolete comment about masks.
3298
3299 2006-07-28  Eric Blake  <ebb9@byu.net>
3300
3301         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
3302         macro expansion.
3303
3304 2006-07-28  Bruno Haible <bruno@clisp.org>
3305
3306         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
3307
3308 2006-07-28  Bruno Haible  <bruno@clisp.org>
3309
3310         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
3311
3312 2006-07-28  Bruno Haible  <bruno@clisp.org>
3313
3314         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
3315         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
3316         Define fallbacks.
3317         Avoids link error on FreeBSD 4.x.
3318         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3319
3320         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
3321         encoding.
3322         * lib/mbswidth.c (iswcntrl): Likewise.
3323
3324 2006-07-27  Bruno Haible  <bruno@clisp.org>
3325
3326         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
3327         test.
3328
3329 2006-07-27  Bruno Haible  <bruno@clisp.org>
3330
3331         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
3332         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
3333         defined.
3334
3335 2006-07-26  Eric Blake  <ebb9@byu.net>
3336
3337         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
3338
3339 2006-07-26  Eric Blake  <ebb9@byu.net>
3340
3341         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
3342         like mingw that lack mkstemp.
3343         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
3344         avoid compilation warning on mingw.
3345
3346 2006-07-26  Bruno Haible  <bruno@clisp.org>
3347
3348         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
3349         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
3350         INT_FAST*_MIN, INTPTR_MIN.
3351
3352 2006-07-25  Bruno Haible  <bruno@clisp.org>
3353
3354         * modules/version-etc (Depends-on): Add stdarg.
3355
3356 2006-07-25  Bruno Haible  <bruno@clisp.org>
3357
3358         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
3359         complex commands.
3360
3361 2006-07-25  Bruno Haible  <bruno@clisp.org>
3362
3363         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
3364         defined in <stdarg.h> or config.h.
3365
3366 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
3367
3368         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
3369         (gl_STDIO_SAFER): Remove.
3370
3371 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
3372
3373         * MODULES.html.sh (File stream based Input/Output):
3374         Add fopen-safer, tmpfile-safer; remove stdio-safer.
3375         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
3376         * modules/fopen-safer, modules/tmpfile-safer: New files.
3377         * modules/stdio-safer: Remove.
3378
3379 2006-07-24  Bruno Haible  <bruno@clisp.org>
3380
3381         * modules/tmpdir: New file.
3382         * MODULES.html.sh (File system functions): Add it.
3383
3384 2006-07-24  Bruno Haible  <bruno@clisp.org>
3385
3386         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
3387         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
3388
3389 2006-07-24  Bruno Haible  <bruno@clisp.org>
3390
3391         * modules/clean-temp: New file.
3392
3393 2006-07-24  Bruno Haible  <bruno@clisp.org>
3394
3395         * m4/tmpdir.m4: New file, from GNU gettext.
3396
3397 2006-07-24  Bruno Haible  <bruno@clisp.org>
3398
3399         * lib/tmpdir.h: New file, from GNU gettext.
3400         * lib/tmpdir.c: New file, from GNU gettext.
3401
3402 2006-07-24  Bruno Haible  <bruno@clisp.org>
3403
3404         * lib/clean-temp.h: New file, from GNU gettext.
3405         * lib/clean-temp.c: New file, from GNU gettext.
3406
3407 2006-07-23  Eric Blake  <ebb9@byu.net>
3408
3409         * modules/stdio-safer (Files): Add tmpfile-safer.c.
3410         (Depends-on): Add binary-io.
3411
3412 2006-07-23  Eric Blake  <ebb9@byu.net>
3413
3414         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
3415
3416 2006-07-23  Eric Blake  <ebb9@byu.net>
3417
3418         * lib/tmpfile-safer.c: New file.
3419         * lib/stdio-safer.h (fopen_safer): Add prototype.
3420         * lib/stdio--.h (tmpfile): Make safer.
3421
3422 2006-07-23  Bruno Haible  <bruno@clisp.org>
3423
3424         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
3425         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
3426         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
3427         gl_linked_remove_at): Use it.
3428
3429 2006-07-22  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3430         and Simon Josefsson <jas@extundo.com>
3431
3432         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
3433
3434         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
3435
3436 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3437
3438         * modules/close-stream: New file.
3439         * modules/closeout (Description): Make it clear that it exits
3440         with a diagnostic on error.
3441         (Depends-on): Add close-stream.  Remove fpending, stdbool.
3442         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
3443
3444 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3445
3446         * m4/close-stream.m4: New file.
3447
3448 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
3449
3450         * lib/close-stream.c, close-stream.h: New files.
3451
3452 2006-07-22  Bruno Haible  <bruno@clisp.org>
3453
3454         Merge from GNU gettext 0.15.
3455
3456         2006-05-01  Bruno Haible  <bruno@clisp.org>
3457
3458                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
3459
3460         2006-07-22  Bruno Haible  <bruno@clisp.org>
3461
3462                 * modules/javaversion: New file.
3463                 * MODULES.html.sh (Java): Add javaversion.
3464
3465         2006-03-12  Bruno Haible  <bruno@clisp.org>
3466
3467                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
3468
3469         2005-12-04  Bruno Haible  <bruno@clisp.org>
3470
3471                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
3472                 (untested).
3473
3474         2006-06-21  Bruno Haible  <bruno@clisp.org>
3475
3476                 Avoid warnings from recent versions of mcs.
3477                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
3478                 -o, -L, -r any more. Use options documented since mcs-1.0
3479                 instead. Similarly for -g.
3480
3481         2005-12-04  Bruno Haible  <bruno@clisp.org>
3482
3483                 * build-aux/csharpcomp.sh.in: Suffix for resources is
3484                 .resources, not .resource.
3485
3486         2005-07-09  Bruno Haible  <bruno@clisp.org>
3487
3488                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
3489                 add a .dll suffix.
3490                 Reported by Mark Junker <mjscod@gmx.de>.
3491
3492         2006-07-22  Bruno Haible  <bruno@clisp.org>
3493
3494                 * modules/gettext: Upgrade to gettext-0.15.
3495                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
3496                 m4/visibility.m4.
3497                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
3498
3499 2006-07-22  Bruno Haible  <bruno@clisp.org>
3500
3501         Merge from GNU gettext 0.15.
3502
3503         2006-03-25  Bruno Haible  <bruno@clisp.org>
3504
3505                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
3506
3507         2006-07-21  Bruno Haible  <bruno@clisp.org>
3508
3509                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
3510                 "1.1".
3511
3512         2006-05-09  Bruno Haible  <bruno@clisp.org>
3513
3514                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
3515                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
3516                 for the conftestver execution.
3517
3518         2006-05-01  Bruno Haible  <bruno@clisp.org>
3519
3520                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
3521                 optional target-version argument. Verify that the compiler
3522                 groks source of the specified source-version, or add -source
3523                 option as necessary. Verify that the compiler produces
3524                 bytecode in the specified target-version, or add -target and
3525                 -source options as necessary. Make the result of the test
3526                 available as variable CONF_JAVAC. Also log error output in
3527                 config.log.
3528
3529         2006-03-11  Bruno Haible  <bruno@clisp.org>
3530
3531                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
3532
3533         2006-05-09  Bruno Haible  <bruno@clisp.org>
3534
3535                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
3536                 CLASSPATH_SEPARATOR to a semicolon.
3537
3538         2006-03-12  Bruno Haible  <bruno@clisp.org>
3539
3540                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
3541                 available as variable CONF_JAVA, for subsequent autoconf
3542                 tests. Also log error output in config.log.
3543
3544         2006-07-19  Bruno Haible  <bruno@clisp.org>
3545
3546                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
3547                 that getline works on glibc2 systems. Needed to avoid trouble
3548                 in relocatable.c.
3549                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
3550
3551         2005-12-04  Bruno Haible  <bruno@clisp.org>
3552
3553                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
3554                 launcher (untested).
3555
3556         2005-12-04  Bruno Haible  <bruno@clisp.org>
3557
3558                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
3559
3560         2006-07-22  Bruno Haible  <bruno@clisp.org>
3561
3562                 * gettext.m4: Update from GNU gettext-0.15.
3563                 * nls.m4: Likewise.
3564                 * po.m4: Likewise.
3565                 * inttypes-pri.m4: Likewise.
3566                 * inttypes-h.m4: Renamed from inttypes.m4.
3567                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
3568
3569 2006-07-22  Bruno Haible  <bruno@clisp.org>
3570
3571         Merge from GNU gettext 0.15.
3572
3573         2005-07-05  Bruno Haible  <bruno@clisp.org>
3574
3575                 * printf-args.c (printf_fetchargs): Work around broken
3576                 definition of wint_t on mingw.
3577
3578         2005-02-12  Bruno Haible  <bruno@clisp.org>
3579
3580                 * xallocsa.h: Add extern "C" for C++.
3581
3582         2006-05-17  Bruno Haible  <bruno@clisp.org>
3583
3584                 Cygwin portability.
3585                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
3586
3587         2006-04-30  Bruno Haible  <bruno@clisp.org>
3588
3589                 * progreloc.c: Include <mach-o/dyld.h> if available.
3590                 (find_executable): Use _NSGetExecutablePath when possible.
3591
3592         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3593
3594                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
3595                 function.
3596
3597         2005-12-29  Bruno Haible  <bruno@clisp.org>
3598
3599                 * progreloc.c (set_program_name_and_installdir): Fix
3600                 compilation error.
3601
3602         2005-12-04  Bruno Haible  <bruno@clisp.org>
3603
3604                 Cygwin portability.
3605                 * progreloc.c: Include <windows.h> also on Cygwin.
3606                 (find_executable): Add support for Cygwin.
3607                 (set_program_name_and_installdir): Handle also platforms with
3608                 nonempty EXEEXT.
3609
3610         2006-07-11  Bruno Haible  <bruno@clisp.org>
3611
3612                 * javacomp.c: Fix a comment.
3613                 Reported by Jim Meyering.
3614
3615         2006-04-30  Bruno Haible  <bruno@clisp.org>
3616
3617                 * javacomp.h (compile_java_class): Add source_version,
3618                 target_version arguments.
3619                 * javacomp.c: Rewritten to choose only a compiler that
3620                 respects the specified source_version and target_version.
3621
3622         2006-06-27  Bruno Haible  <bruno@clisp.org>
3623
3624                 Assume correct S_ISDIR macro.
3625                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
3626
3627         2006-07-22  Bruno Haible  <bruno@clisp.org>
3628
3629                 * javaversion.h: New file, from GNU gettext.
3630                 * javaversion.c: New file, from GNU gettext.
3631                 * javaversion.java: New file, from GNU gettext.
3632                 * javaversion.class: New file, from GNU gettext.
3633
3634         2006-05-17  Bruno Haible  <bruno@clisp.org>
3635
3636                 Cygwin portability.
3637                 * javaexec.c (execute_java_class): Test for jview program
3638                 also on Cygwin.
3639
3640         2006-04-09  Bruno Haible  <bruno@clisp.org>
3641
3642                 * fatal-signal.c: Don't include string.h.
3643                 (at_fatal_signal): Use a copying loop instead of memcpy.
3644
3645         2005-12-04  Bruno Haible  <bruno@clisp.org>
3646
3647                 * csharpexec.c: Add support for 'clix' launcher (untested).
3648                 (execute_csharp_using_sscli): New function.
3649                 (execute_csharp_program): Call it.
3650
3651         2006-06-21  Bruno Haible  <bruno@clisp.org>
3652
3653                 Avoid warnings from recent versions of mcs.
3654                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
3655                 -o, -L, -r any more. Use options documented since mcs-1.0
3656                 instead. Similarly for -g.
3657
3658         2005-07-09  Bruno Haible  <bruno@clisp.org>
3659
3660                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
3661                 add a .dll suffix.
3662                 Reported by Mark Junker <mjscod@gmx.de>.
3663
3664         2006-06-17  Bruno Haible  <bruno@clisp.org>
3665
3666                 * config.charset: Update for NetBSD 3.0.
3667
3668         2006-05-17  Bruno Haible  <bruno@clisp.org>
3669
3670                 Cygwin portability.
3671                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
3672
3673         2006-05-16  Bruno Haible  <bruno@clisp.org>
3674
3675                 * localcharset.c [CYGWIN]: Include <windows.h>.
3676                 (get_charset_aliases): For Cygwin, return the same CPxxx
3677                 aliases list as under WIN32.
3678                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
3679                 the environment variables. Fall back to GetACP().
3680
3681         2006-04-05  Bruno Haible  <bruno@clisp.org>
3682
3683                 * config.charset: Update Juan Manuel Guerrero's address.
3684
3685         2005-02-12  Bruno Haible  <bruno@clisp.org>
3686
3687                 * allocsa.h: Add extern "C" for C++.
3688
3689         2005-02-10  Bruno Haible  <bruno@clisp.org>
3690
3691                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
3692                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
3693
3694         2006-07-22  Bruno Haible  <bruno@clisp.org>
3695
3696                 * gettext.h: Update to GNU gettext-0.15.
3697
3698 2006-07-22  Bruno Haible  <bruno@clisp.org>
3699
3700         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
3701         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
3702         lib-prefix.m4, longdouble.m4, ssize_t.m4.
3703
3704 2006-07-21  Eric Blake  <ebb9@byu.net>
3705
3706         * modules/stdlib-safer: New file.
3707         * MODULES.html.sh (File stream based Input/Output): Add
3708         stdlib-safer.
3709
3710 2006-07-21  Eric Blake  <ebb9@byu.net>
3711
3712         * lib/stdlib-safer.h: New file from coreutils, required by
3713         stdlib--.h.
3714
3715 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
3716
3717         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
3718
3719 2006-07-20  Bruno Haible  <bruno@clisp.org>
3720
3721         * gnulib-tool: Recognize new option --assume-autoconf.
3722         (autoconf_minversion): New variable.
3723         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
3724
3725 2006-07-20  Bruno Haible  <bruno@clisp.org>
3726
3727         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
3728
3729 2006-07-19  Derek R. Price  <derek@ximbiot.com>
3730
3731         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
3732         Reindent and repaginate.
3733
3734 2006-07-19  Derek Price  <derek@ximbiot.com>
3735
3736         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
3737         Correct grammar.
3738
3739 2006-07-17  Bruno Haible  <bruno@clisp.org>
3740
3741         * modules/list: New file.
3742         * modules/array-list: New file.
3743         * modules/carray-list, modules/carray-list-tests: New files.
3744         * modules/linked-list, modules/linked-list-tests: New files.
3745         * modules/avltree-list, modules/avltree-list-tests: New files.
3746         * modules/rbtree-list, modules/rbtree-list-tests: New files.
3747         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
3748         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
3749         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
3750         * modules/oset: New file.
3751         * modules/array-oset: New file.
3752         * modules/avltree-oset, modules/avltree-oset-tests: New files.
3753         * modules/rbtree-oset, rbtree-oset-tests: New files.
3754         * tests/test-carray_list.c: New file.
3755         * tests/test-linked_list.c: New file.
3756         * tests/test-avltree_list.c: New file.
3757         * tests/test-rbtree_list.c: New file.
3758         * tests/test-linkedhash_list.c: New file.
3759         * tests/test-avltreehash_list.c: New file.
3760         * tests/test-rbtreehash_list.c: New file.
3761         * tests/test-avltree_oset.c: New file.
3762         * tests/test-rbtree_oset.c: New file.
3763         * MODULES.html.sh (Container data structures): New section.
3764
3765 2006-07-17  Bruno Haible  <bruno@clisp.org>
3766
3767         * m4/gl_list.m4: New file.
3768
3769 2006-07-17  Bruno Haible  <bruno@clisp.org>
3770
3771         * lib/gl_list.h: New file.
3772         * lib/gl_list.c: New file.
3773         * lib/gl_array_list.h: New file.
3774         * lib/gl_array_list.c: New file.
3775         * lib/gl_carray_list.h: New file.
3776         * lib/gl_carray_list.c: New file.
3777         * lib/gl_linked_list.h: New file.
3778         * lib/gl_linked_list.c: New file.
3779         * lib/gl_anylinked_list1.h: New file.
3780         * lib/gl_anylinked_list2.h: New file.
3781         * lib/gl_avltree_list.h: New file.
3782         * lib/gl_avltree_list.c: New file.
3783         * lib/gl_anyavltree_list1.h: New file.
3784         * lib/gl_anyavltree_list2.h: New file.
3785         * lib/gl_rbtree_list.h: New file.
3786         * lib/gl_rbtree_list.c: New file.
3787         * lib/gl_anyrbtree_list1.h: New file.
3788         * lib/gl_anyrbtree_list2.h: New file.
3789         * lib/gl_anytree_list1.h: New file.
3790         * lib/gl_anytree_list2.h: New file.
3791         * lib/gl_linkedhash_list.h: New file.
3792         * lib/gl_linkedhash_list.c: New file.
3793         * lib/gl_anyhash_list1.h: New file.
3794         * lib/gl_anyhash_list2.h: New file.
3795         * lib/gl_avltreehash_list.h: New file.
3796         * lib/gl_avltreehash_list.c: New file.
3797         * lib/gl_rbtreehash_list.h: New file.
3798         * lib/gl_rbtreehash_list.c: New file.
3799         * lib/gl_anytreehash_list1.h: New file.
3800         * lib/gl_anytreehash_list2.h: New file.
3801
3802         * lib/gl_oset.h: New file.
3803         * lib/gl_oset.c: New file.
3804         * lib/gl_array_oset.h: New file.
3805         * lib/gl_array_oset.c: New file.
3806         * lib/gl_avltree_oset.h: New file.
3807         * lib/gl_avltree_oset.c: New file.
3808         * lib/gl_rbtree_oset.h: New file.
3809         * lib/gl_rbtree_oset.c: New file.
3810         * lib/gl_anytree_oset.h: New file.
3811
3812 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3813
3814         * m4/mkancesdirs.m4: New file.
3815         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
3816         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
3817         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
3818         it.
3819
3820 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3821
3822         * lib/dirchownmod.c, dirchownmod.h, mkancesdirs.c, mkancesdirs.h:
3823         New files.
3824         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
3825         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
3826         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
3827         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
3828         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
3829         callers changed.  Revamp internals significantly, by not
3830         attempting to create directories that are temporarily more
3831         permissive than the final results.  Do not attempt to use
3832         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
3833         This removes some race conditions, fixes some bugs, and simplifies
3834         things.  Use new dirchownmod function to do owner and mode changes.
3835         * lib/mkdir-p.h: Likewise.
3836         * lib/modechange.c (octal_to_mode): New function.
3837         (struct mode_change): New member mentioned.
3838         (make_node_op_equals): New arg mentioned.  All callers changed.
3839         (mode_compile): Keep track of which mode bits the user has explicitly
3840         mentioned.
3841         (mode_adjust): New arg DIR, so that we implement the X op correctly.
3842         New arg PMODE_BITS, to keep track of which mode bits the user
3843         mentioned; it treats S_ISUID and S_ISGID speciall.
3844         All callers changed.
3845         * lib/modechange.h: Likewise.
3846
3847 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3848
3849         * MODULES.html.sh: Add mkancestors.
3850         * modules/mkancesdirs: New module.
3851         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
3852         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
3853         The chdir-safer and afs files are now orphans; I'll remove them
3854         unless someone speaks up.
3855         Add lib/dirchownmod.c, lib/dirchownmod.h.
3856         (Depends-on): Remove alloca, chown, save-cwd, dirname.
3857         Add lchown, mkancesdirs.
3858         (Maintainer): Add self.
3859
3860 2006-07-15  Karl Berry  <karl@gnu.org>
3861
3862         * gnulib-tool: help message wording/arrangement.
3863
3864 2006-07-14  Simon Josefsson  <jas@extundo.com>
3865
3866         * doc/gnulib.texi (Libtool and Windows): New section.
3867
3868 2006-07-12  Simon Josefsson  <jas@extundo.com>
3869
3870         * modules/gendocs (License): Fix license, approved by Karl.
3871
3872 2006-07-12  Eric Blake  <ebb9@byu.net>
3873
3874         * MODULES.html.sh: Add gendocs.
3875
3876 2006-07-11  Eric Blake  <ebb9@byu.net>
3877
3878         * modules/fdl: New module, to install doc/fdl.texi.
3879         * MODULES.html.sh: Add new section for documentation modules.
3880         * gnulib-tool: Avoid space-tab.
3881         (--doc-base): New option, to manage files from doc.
3882
3883 2006-07-11  Eric Blake  <ebb9@byu.net>
3884
3885         * m4/absolute-header.m4: Fix comments to match recent change.
3886
3887 2006-07-11  Eric Blake  <ebb9@byu.net>
3888
3889         * gnulib-tool: List --doc-base before --tests-base.
3890
3891 2006-07-11  Derek R. Price  <derek@ximbiot.com>
3892
3893         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
3894
3895 2006-07-11  Bruno Haible  <bruno@clisp.org>
3896
3897         * README: Mention where to put documentation.
3898
3899 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3900
3901         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
3902
3903 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3904
3905         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
3906         to stdint.m4.
3907
3908 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3909
3910         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
3911         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
3912         "no/such/file/stdint.h" when there is no such file, so that
3913         the resulting C code can be parsed by dodgy compilers.
3914         Problems reported by Bob Proulx.
3915
3916 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3917
3918         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
3919         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3920         macros into the GNU _D_EXACT_NAMLEN.
3921         * lib/savedir.c:  Likewise.
3922         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
3923
3924 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3925         and Paul Eggert  <eggert@cs.ucla.edu>
3926
3927         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
3928         * m4/savedir.m4:
3929         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3930         macros into the GNU _D_EXACT_NAMLEN.
3931
3932 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3933
3934         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
3935         around the absolute name, to work around a problem with the HP-UX
3936         11.23 native C compiler, reported by Bob Proulx.
3937
3938 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3939
3940         * doc/maintain.texi, make-stds.texi: Sync from
3941         <http://savannah.gnu.org/projects/gnustandards>.
3942
3943 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3944
3945         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
3946
3947 2006-07-09  Jim Meyering  <jim@meyering.net>
3948
3949         * m4/glob.m4: Remove a doubled word in a comment.
3950
3951 2006-07-09  Jim Meyering  <jim@meyering.net>
3952
3953         * lib/argp-pv.c: Remove a doubled word in a comment.
3954         * lib/check-version.c (check_version): Likewise.
3955         * lib/javacomp.c (compile_java_class): Likewise.
3956
3957 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
3958
3959         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
3960         for the benefit of people using Autoconf 2.60.  If you want to
3961         support older Autoconf versions you can copy m4/onceonly_2_57.m4
3962         (or m4/onceonly.m4, if pre-2.57) manually.
3963
3964 2006-07-08  Jim Meyering  <jim@meyering.net>
3965
3966         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
3967         comment.
3968         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
3969         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
3970         comment.
3971
3972 2006-07-08  Jim Meyering  <jim@meyering.net>
3973
3974         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
3975
3976 2006-07-07  Simon Josefsson  <jas@extundo.com>
3977
3978         * tests/test-crc.c: Change expected crc value, the test vector
3979         were probably computed using the old broken crc.c?
3980
3981 2006-07-06  Simon Josefsson  <jas@extundo.com>
3982
3983         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
3984         now the canonical place for the M4 file).
3985
3986         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
3987         from the sys_socket dependency now.
3988
3989         * modules/inet_pton (Files): Ditto.
3990
3991         * modules/inet_ntop (Files): Ditto.
3992
3993 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
3994
3995         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
3996         not gl_PREREQ_GETUSERSHELL.
3997
3998 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3999
4000         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
4001         with only one argument, for Autoconf 2.60.
4002         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
4003         expand to nothing, so add a shell command to avoid syntax error.
4004         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
4005
4006 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4007
4008         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
4009
4010 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4011
4012         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
4013         no longer needed.  Check for isblank decl.
4014         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
4015         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
4016         of existence.
4017
4018 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4019
4020         * lib/getloadavg.c: Use __VMS, not VMS.
4021         * lib/getopt.c: Likewise.
4022         * lib/getpagesize.h: Likewise.
4023         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
4024         and probably does not work.
4025
4026 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4027
4028         * lib/.cppi-disable: Add wcwidth.
4029         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
4030         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
4031         (ISGRAPH): Remove.  All uses changed to isgraph.
4032         (FOLD) [!defined _LIBC]: Remove special case.
4033         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
4034         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
4035         HAVE_ISBLANK.
4036         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
4037         case.
4038
4039 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
4040
4041         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
4042         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
4043         brackets.  Other minor changes to suppress some compiler
4044         warnings.
4045
4046 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4047         and Paul Eggert  <eggert@cs.ucla.edu>
4048
4049         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
4050         of invoking obsolescent AC_HEADER_DIRENT macro.
4051         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
4052         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
4053         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
4054         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4055         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
4056         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4057         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
4058         * m4/readdir.m4: Remove; no longer needed.
4059
4060 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4061         and Paul Eggert  <eggert@cs.ucla.edu>
4062
4063         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
4064         Don't worry about this obsolete case any more.
4065         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
4066         directories.
4067         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
4068         worry about this obsolete case any more.
4069         * lib/fts.c: Likewise.
4070         * lib/getcwd.c: Likewise.
4071         * lib/glob.h: Likewise.
4072         * lib/savedir.c: Likewise.
4073
4074 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4075
4076         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
4077         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
4078         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
4079         needed.
4080         All uses removed.
4081         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4082         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4083         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
4084         needed.
4085         * m4/getdate.m4 (gl_GETDATE): Likewise.
4086         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4087         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4088         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4089         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4090         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4091         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4092         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
4093         needed.
4094
4095 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4096
4097         * lib/memcasecmp.c: Include <limits.h>.
4098         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
4099         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
4100         Don't assume isdigit succeeds only on '0' through '9'.
4101
4102 2006-07-05  Eric Blake  <ebb9@byu.net>
4103
4104         * modules/getaddrinfo (Depends-on): Add snprintf.
4105
4106 2006-07-05  Eric Blake  <ebb9@byu.net>
4107
4108         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
4109         to avoid 'header present but could not be compiled' on cygwin.
4110
4111 2006-07-05  Eric Blake  <ebb9@byu.net>
4112
4113         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
4114         missing from netdb.h.
4115         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
4116
4117 2006-07-05  Derek R. Price  <derek@ximbiot.com>
4118
4119         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
4120         no longer needed.
4121         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
4122         * m4/getdate.m4 (gl_GETDATE): Likewise.
4123         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4124         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4125         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4126         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4127         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4128
4129 2006-07-05  Derek R. Price  <derek@ximbiot.com>
4130
4131         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
4132         All uses of is_space replaced by isspace.
4133         * lib/exit.h: Don't talk about STDC_HEADERS.
4134         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
4135         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
4136         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
4137         replaced by isprint etc.
4138         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
4139         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
4140         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
4141         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
4142         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
4143         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
4144
4145 2006-07-05  Bruno Haible  <bruno@clisp.org>
4146
4147         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
4148         the function exists, before testing against AIX.
4149         Reported by Martin Lambers <marlam@marlam.de>.
4150
4151 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4152
4153         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
4154         From Mark D. Baushke.
4155
4156 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
4157
4158         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
4159         to the absolute name, not just one, to bypass Sun C 5.8's
4160         "warning: #include of /usr/include/... may be non-portable".
4161
4162 2006-07-04  Eric Blake  <ebb9@byu.net>
4163
4164         * modules/dirname-tests: New test module.
4165         * tests/test-dirname.c: New file, replacing dirname.c
4166         TEST_DIRNAME section that was recently deleted.
4167
4168 2006-07-04  Bruno Haible  <bruno@clisp.org>
4169
4170         Assume ANSI C header files and <ctype.h> functions.
4171         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
4172         (mbsnwidth): Use isprint, iscntrl instead.
4173
4174 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4175
4176         Merge from coreutils.
4177         * MODULES.html.sh: Add xstrtold.
4178         * modules/xstrtold: New file.
4179         * modules/cycle-check (Files): Add lib/same-inode.h.
4180         * modules/dirname (Files): Add m4/double-slash-root.m4.
4181         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
4182         * modules/mkdir-p (Files): Add lib/same-inode.h.
4183         * modules/same (Files): Add lib/same-inode.h.
4184
4185 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4186
4187         * m4/absolute-header.m4: Renamed from full-header-path.m4.
4188         This is to keep the terminology clean; POSIX talks about
4189         "absolute pathnames", not "full pathnames", but the GNU
4190         Coding Standards say to use "path" for something else;
4191         so use "absolute" to keep both sides happy.
4192         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
4193         Set gl_absolute_header, not gl_full_header_path.
4194         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
4195         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
4196         All uses changed.
4197
4198         Merge from coreutils.
4199
4200         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4201
4202         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
4203         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
4204         want to require the building of c-strtod.o.
4205         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
4206         needs -lm directly.
4207         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
4208
4209         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4210
4211         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
4212         --as-needed option if available.  Problem reported by Albert Chin in
4213         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
4214         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
4215         cc merely issues a bunch of annoying warnings for --as-needed
4216         (this problem was reported by Bob Proulx).  Also, try linking with
4217         -lm to detect a bug in binutils 2.16 (this problem was reported
4218         by Ralf Wildenhues).
4219
4220         2006-06-18  Jim Meyering  <jim@meyering.net>
4221
4222         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
4223         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
4224         macro.
4225         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
4226         also check for glibc-2.4's abort-inducing bug.
4227
4228         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
4229         Low-probability clean-up should be to use rmdir to get rid of
4230         the just-created directory, not unlink.
4231
4232         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
4233         configure fail, and request a bug report to inform us about it.
4234         Add a comment that, barring reports to the contrary, in 2007 we'll
4235         assume ftruncate is universally available.
4236
4237         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
4238
4239         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
4240
4241         2006-03-12  Jim Meyering  <jim@meyering.net>
4242
4243         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
4244         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
4245         * m4/same.m4 (gl_SAME): Likewise.
4246         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
4247
4248         2006-03-11  Eric Blake  <ebb9@byu.net>
4249
4250         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
4251         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
4252         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
4253         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
4254
4255 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
4256
4257         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
4258         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
4259         reported by Mark D. Baushke, one in
4260         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
4261
4262         Merge from coreutils.
4263
4264         * lib/.cppi-disable: Add stdint_.h.
4265         * lib/.cvsignore: Add stdint.h.
4266
4267         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4268
4269         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
4270         both double and long double versions.
4271         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
4272         * lib/xstrtold.c: New file.
4273         * lib/xstrtod.h (xstrtold): New decl.
4274
4275         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
4276
4277         * lib/filemode.c (setst): Remove.
4278         (strmode): Rewrite to avoid setst.  This makes the code shorter,
4279         (arguably) clearer, and the generated code is a bit smaller on my
4280         Debian GNU/Linux stable x86 host.
4281
4282         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
4283
4284         * lib/filemode.c: Include "filemode.h" first, to test the interface.
4285         Assume that filemode.h includes sys/types.h and sys/stat.h.
4286         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
4287         (ftypelet): Reorder to put common cases first, for efficiency.
4288         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
4289         to do 'M'.
4290         (strmode): Renamed from mode_string, and now stores 12 bytes instead
4291         of 10, for compatibility with FreeBSD.  All callers changed.
4292         (filemodestring): Now stores 12 bytes instead of 10, and sets file
4293         types that can't be deduced solely from st_mode.  First arg is now a
4294         const pointer.
4295         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
4296         (strmode): Renamed from mode_string.
4297         (filemodestring): New decl.
4298         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
4299         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
4300         needed.
4301         (S_ISPORT, S_ISWHT): New macros, if not already defined.
4302
4303         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
4304
4305         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
4306         fsusage.h now does that.  Include fsusage.h first, to test interface.
4307         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
4308         at most one method (the old code could have generated decls that
4309         didn't conform to C89, not that this was ever exercised).
4310         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
4311
4312         2006-03-19  Jim Meyering  <jim@meyering.net>
4313
4314         Work even in a chroot where d_ino values for entries in "/"
4315         don't match the stat.st_ino values for the same names.
4316         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
4317         number, iterate through all entries again, using lstat instead.
4318         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
4319         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
4320
4321         * lib/getcwd.c (__getcwd): Clarify a comment.
4322         Use memcpy in place of a call to strcpy.
4323
4324         2006-03-12  Jim Meyering  <jim@meyering.net>
4325
4326         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
4327         matches that of the current directory (which we're about to chdir ".."
4328         out of), then save the dev-ino of the parent, instead.
4329
4330         * lib/same-inode.h (SAME_INODE): New file/macro.
4331         * lib/chdir-safer.c (SAME_INODE): Remove definition.
4332         Include "same-inode.h", instead.
4333         * lib/same.c: Likewise.
4334         * lib/cycle-check.h: Include "same-inode.h".
4335         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
4336         * lib/cycle-check.c (SAME_INODE): Remove definition.
4337         * lib/root-dev-ino.h: Include "same-inode.h".
4338
4339         2006-03-11  Eric Blake  <ebb9@byu.net>
4340
4341         * lib/same.c (same_name): s/base_name/last_component/
4342         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
4343         * lib/filenamecat.c (file_name_concat): Likewise.
4344
4345         2006-03-11  Eric Blake  <ebb9@byu.net>,
4346                     Paul Eggert  <eggert@cs.ucla.edu>
4347
4348         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
4349         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
4350         drive prefix.
4351         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
4352         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
4353         (last_component): New method.
4354         * lib/dirname.c (dir_len): Determine when drive letters need a
4355         subsequent slash.  Preserve // when it is special.
4356         (dir_name): Don't append dot when drive letter is absolute.
4357         [TEST_DIRNAME]: Move into a full-blown gnulib test.
4358         * lib/basename.c (base_name): New semantics - malloc the result.
4359         Preserve // when it is special.  Preserve relative files that look
4360         like drive letters.
4361         (base_len): Preserve // when it is special.
4362         (last_component): New method, similar to old base_name semantics.
4363         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
4364         base_name.  Strip redundant slashes from ///.
4365
4366 2006-07-03  Jim Meyering  <jim@meyering.net>
4367
4368         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
4369         macro is used before the first cycle_check call.
4370
4371 2006-07-03  Eric Blake  <ebb9@byu.net>
4372
4373         * modules/dirname (Depends-on): Add xstrndup.
4374
4375 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4376
4377         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
4378         test cases, so that config.log is a bit easier to follow.
4379
4380 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4381
4382         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
4383         both are 64 bits, since this seems to be the tradition, and this
4384         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
4385         we ever run into a host that prefers long long to long in this
4386         case, we'll need another configure-time test.  Problem reported by
4387         Jim Meyering.
4388
4389 2006-07-02  Eric Blake  <ebb9@byu.net>
4390
4391         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
4392
4393 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4394
4395         * modules/inttypes (Depends-on): No longer depends on stdint.
4396         * modules/stdint (Description): Say more about assumptions.
4397         Say that the fast types might differ.  Say macros are used.
4398         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
4399         (Makefile.am): Revise list of substituted symbols to match
4400         new stdint.m4.
4401         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
4402         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
4403         * tests/test-stdint.c (verify_same_types)
4404         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
4405         the code conforms to C99/C89.
4406         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
4407         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
4408
4409 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4410
4411         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
4412         but fix a bug, by requiring at least 64 bits.
4413         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4414         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
4415         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
4416         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
4417
4418         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
4419         changes.  Make 2.59 a prerequisite.  Check and substitute for
4420         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
4421         inttypes.h.  Do not use special include files; just use the
4422         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
4423         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
4424         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
4425         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
4426         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
4427         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
4428         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
4429         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
4430         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
4431         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
4432         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
4433         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
4434         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
4435         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
4436         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
4437         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
4438         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
4439         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
4440         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
4441         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
4442         WINT_MAX.  Check for C99 conformance more strictly, by detecting
4443         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
4444         not check for things that C99 does not require, e.g., int8_t.  If
4445         a test isn't needed unless <stdint.h> isn't working, and is
4446         unlikely to be needed for any other reason, then don't do it
4447         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
4448         size_t, since we assume C89 freestanding at least.  Do not check
4449         for sig_atomic_t, wchar_t, or wint_t, since the code now does
4450         the right thing even if the types are not defined.  Instead use:
4451         (gl_STDINT_TYPE_PROPERTIES): New macro.
4452         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
4453         testing whether <sys/types.h> clashes, as Autoconf does this for
4454         us now.  All uses removed.
4455         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
4456         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
4457         (gl_CHECK_TYPE_SAME):
4458         Remove; no longer needed.
4459         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
4460         exists, since we'll return 0 anyway in that case.
4461         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
4462
4463 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4464
4465         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
4466         possible collision with system files.
4467         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
4468         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
4469         WCHAR_MIN and WCHAR_MAX in this case.
4470         (<stddef.h>): Do not include; no longer needed.
4471         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
4472         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
4473         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
4474         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
4475         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
4476         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
4477         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
4478         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
4479         !defined(__c99))]: Include in this case too, since it's harmless
4480         now.
4481         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
4482         dangerous to do so.
4483         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
4484         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
4485         (_STDINT_MIN, _STDINT_MAX): New macros.
4486         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
4487         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
4488         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
4489         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
4490         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
4491         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
4492         macros, not typedefs; this simplifies things quite a bit.
4493         Use long int for all types narrower than int64_t.
4494         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
4495         Define in terms of long long int or int64_t or long int,
4496         not int64_t or int32_t.  This saves some compile-time testing.
4497         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
4498         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
4499         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
4500         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
4501         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
4502         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
4503         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
4504         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
4505         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
4506         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
4507         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
4508         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
4509         undef any previous version and define our own version, for
4510         simplicity and consistency with the new macros for types.
4511         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
4512         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
4513         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
4514         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
4515         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
4516         @WINT_T_SUFFIX@ to keep things simple here.
4517         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
4518         Simplify by assuming typical 8/16/32/64 host, since we're
4519         already doing that elsewhere anyway.
4520         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
4521         and assume long long int is 64 bits if available.  This
4522         speeds up 'configure'.
4523
4524 2006-07-01  Eric Blake  <ebb9@byu.net>
4525
4526         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
4527         Reported by Andreas Buening.
4528
4529 2006-07-01  Eric Blake  <ebb9@byu.net>
4530
4531         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
4532
4533 2006-06-30  Jim Hyslop <jhyslop@dreampossible.ca>  (tiny change)
4534
4535         * lib/getaddrinfo.c: fixed typo
4536
4537 2006-06-29  Jim Meyering  <jim@meyering.net>
4538
4539         * modules/strftime (Maintainer): Add my name, since with the
4540         FPRINTFTIME changes strftime.c has forked from glibc.
4541
4542 2006-06-29  Eric Blake  <ebb9@byu.net>
4543
4544         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
4545
4546 2006-06-29  Eric Blake  <ebb9@byu.net>
4547
4548         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
4549
4550 2006-06-29  Eric Blake  <ebb9@byu.net>
4551
4552         * lib/stat_.h: New file.
4553
4554 2006-06-29  Eric Blake  <ebb9@byu.net>
4555
4556         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
4557         unused static function.
4558
4559 2006-06-29  Eric Blake  <ebb9@byu.net>
4560
4561         * doc/functions.texi (Function Portability): Document missing lstat
4562         on mingw.
4563
4564 2006-06-29  Eric Blake  <ebb9@byu.net>
4565
4566         * MODULES.html.sh: Add sys_stat.
4567         * modules/sys_stat: New module.
4568         * modules/mkstemp (Depends-on): Add sys_stat.
4569
4570 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4571
4572         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
4573
4574 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4575
4576         * m4/c-bs-a.m4: Removed.
4577
4578 2006-06-29  Derek R. Price  <derek@ximbiot.com>
4579
4580         * lib/strftime.c: Assume strftime() exists.
4581
4582 2006-06-29  Derek Price  <derek@ximbiot.com>
4583
4584         * modules/c-bs-a: Removed - \a is C89.
4585         * MODULES.html.sh: Remove c-bs-a.
4586
4587 2006-06-29  Bruno Haible  <bruno@clisp.org>
4588
4589         * modules/wcwidth (License): Change to LGPL.
4590
4591 2006-06-28  Simon Josefsson  <jas@extundo.com>
4592
4593         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
4594         on _WIN32.
4595
4596         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
4597         getnameinfo.
4598
4599 2006-06-28  Simon Josefsson  <jas@extundo.com>
4600
4601         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
4602
4603 2006-06-28  Simon Josefsson  <jas@extundo.com>
4604
4605         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
4606         functions there.  It will succeed on Windows XP, but on Windows
4607         2000 and (presumably) earlier, it will fail, and use the internal
4608         re-implementation.
4609         (use_win32_p): New function.
4610         (getaddrinfo): Use strtoul on servname, to support numeric ports.
4611         Support AI_NUMERICSERV to disable getservbyname.
4612         (getnameinfo): New function, only supports
4613         NI_NUMERICHOST|NI_NUMERICSERV for now.
4614
4615         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
4616         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
4617         getnameinfo.
4618
4619 2006-06-28  Eric Blake  <ebb9@byu.net>
4620
4621         * modules/wcwidth: New file.
4622         * modules/mbchar (Depends-on): Add wcwidth.
4623         * modules/mbswidth (Depends-on): Add wcwidth.
4624         * MODULES.html.sh: Add wcwidth.
4625
4626 2006-06-28  Eric Blake  <ebb9@byu.net>
4627
4628         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
4629         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
4630
4631 2006-06-28  Eric Blake  <ebb9@byu.net>
4632
4633         * lib/xvasprintf.h: Fix comments.
4634
4635 2006-06-28  Eric Blake  <ebb9@byu.net>
4636
4637         * lib/mbchar.h (wcwidth): Include wcwidth.h.
4638         * lib/mbswidth.c (wcwidth): Move from here...
4639         * lib/wcwidth.h: ...to this new file.
4640
4641 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4642
4643         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
4644
4645         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
4646         it's obsolete.
4647         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
4648
4649 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4650
4651         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
4652         Autoconf 2.60 says this stuff was obsolete.
4653
4654 2006-06-28  Bruno Haible  <bruno@clisp.org>
4655
4656         * modules/wcwidth (Files): Add m4/wchar_t.m4.
4657
4658 2006-06-28  Bruno Haible  <bruno@clisp.org>
4659
4660         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
4661         gt_TYPE_WCHAR_T.
4662
4663 2006-06-28  Bruno Haible  <bruno@clisp.org>
4664
4665         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
4666         declaration for wcwidth.
4667         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
4668
4669 2006-06-28  Bruno Haible  <bruno@clisp.org>
4670
4671         * lib/mkdtemp.c [MINGW]: Include <io.h>.
4672         (mkdir): Define using _mkdir.
4673
4674 2006-06-28  Bruno Haible  <bruno@clisp.org>
4675
4676         * lib/getaddrinfo.h: Fix POSIX URL.
4677         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
4678         _WIN32.
4679         (use_win32_p): Make static.
4680         (getaddrinfo): Reject service name if it is empty or does not consist
4681         solely of decimal digits, or if its value is > 65535.
4682         (getnameinfo): Remove useless casts.
4683
4684 2006-06-27  Simon Josefsson  <jas@extundo.com>
4685
4686         * modules/sys_select: New file, suggested by Bruno Haible, Paul
4687         Eggert and Martin Lambers.
4688
4689 2006-06-27  Simon Josefsson  <jas@extundo.com>
4690
4691         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
4692         Eggert and Martin Lambers.
4693
4694 2006-06-27  Bruno Haible  <bruno@clisp.org>
4695
4696         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
4697         result to 0, not to empty.
4698         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
4699
4700 2006-06-27  Bruno Haible  <bruno@clisp.org>
4701
4702         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
4703
4704 2006-06-26  Simon Josefsson  <jas@extundo.com>
4705
4706         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
4707         present.
4708
4709 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
4710
4711         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
4712         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
4713         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
4714
4715 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
4716
4717         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
4718
4719 2006-06-26  Bruno Haible  <bruno@clisp.org>
4720
4721         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
4722
4723 2006-06-26  Bruno Haible  <bruno@clisp.org>
4724
4725         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
4726
4727 2006-06-26  Bruno Haible  <bruno@clisp.org>
4728
4729         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
4730         SGI C compiler in pre-C99 mode.
4731         Suggested by Mark D. Baushke and Larry Jones.
4732
4733 2006-06-26  Bruno Haible  <bruno@clisp.org>
4734
4735         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
4736         WCHAR_MAX.
4737         Reported by Mark D. Baushke and Larry Jones.
4738
4739 2006-06-26  Bruno Haible  <bruno@clisp.org>
4740
4741         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
4742         in pre-C99 mode.
4743         Suggested by Mark D. Baushke and Larry Jones.
4744
4745 2006-06-23  Simon Josefsson  <jas@extundo.com>
4746             Bruno Haible  <bruno@clisp.org>
4747
4748         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
4749         Emit mostlyclean-local rule.
4750         (func_emit_tests_Makefile_am): Likewise.
4751         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
4752
4753 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
4754
4755         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
4756
4757 2006-06-23  Bruno Haible  <bruno@clisp.org>
4758
4759         * tests/test-stdint.c: Update to match ISO C 99 Technical
4760         Corrigendum 1.
4761
4762 2006-06-23  Bruno Haible  <bruno@clisp.org>
4763
4764         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
4765
4766 2006-06-23  Bruno Haible  <bruno@clisp.org>
4767
4768         * lib/stdint_.h: Treat IRIX like OpenBSD.
4769
4770 2006-06-23  Bruno Haible  <bruno@clisp.org>
4771
4772         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
4773         ISO C 99 Technical Corrigendum 1.
4774
4775 2006-06-22  Simon Josefsson  <jas@extundo.com>
4776
4777         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
4778         MinGW.
4779
4780 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4781
4782         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
4783         needed.  Some compiler complained about some of them.  Problem reported
4784         by Larry Jones in
4785         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
4786
4787 2006-06-21  Simon Josefsson  <jas@extundo.com>
4788
4789         * tests/test-getaddrinfo.c: New file.
4790
4791         * modules/getaddrinfo-tests: New file.
4792
4793         * MODULES.html.sh: Add inet_pton.
4794
4795         * modules/inet_pton: New file.
4796
4797 2006-06-21  Simon Josefsson  <jas@extundo.com>
4798
4799         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
4800         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
4801         of using the (limited) gnulib implementation on Windows XP.
4802
4803         * m4/inet_pton.m4: New file.
4804
4805 2006-06-21  Simon Josefsson  <jas@extundo.com>
4806
4807         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
4808         variable.
4809
4810         * lib/socket_.h: Don't define WINVER.
4811
4812         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
4813         slightly modified to work in gnulib.
4814
4815 2006-06-21  Simon Josefsson  <jas@extundo.com>
4816
4817         * doc/gnulib.texi (Windows sockets): Add.
4818
4819 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
4820
4821         * lib/read-file.c (fread_file): Start with buffer allocation of
4822         0 bytes rather than 1 byte; this simplifies the code.
4823         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
4824         code to free buffer and save/restore errno.
4825         (internal_read_file): Remove unused local.
4826
4827 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4828
4829         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
4830         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
4831         Problem reported by Denis Excoffier in
4832         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
4833
4834 2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4835
4836         * modules/sys_socket, modules/socklen: Include sys/types since
4837         FreeBSD 4.x's sys/socket.h needs it.
4838
4839 2006-06-19  Simon Josefsson  <jas@extundo.com>
4840
4841         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
4842
4843 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4844
4845         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
4846
4847 2006-06-19  Bruno Haible  <bruno@clisp.org>
4848
4849         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
4850         and FULL_PATH_INTTYPES_H in angle brackets.
4851         Reported by Mark D. Baushke <mdb@gnu.org>.
4852
4853 2006-06-17  Eric Blake  <ebb9@byu.net>
4854
4855         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
4856         errno.
4857
4858 2006-06-17  Bruno Haible  <bruno@clisp.org>
4859
4860         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
4861         <sys/inttypes.h>.
4862
4863 2006-06-17  Bruno Haible  <bruno@clisp.org>
4864
4865         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
4866         whether errno is declared. Assume <errno.h> declares errno.
4867
4868 2006-06-17  Bruno Haible  <bruno@clisp.org>
4869
4870         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
4871
4872 2006-06-17  Bruno Haible  <bruno@clisp.org>
4873
4874         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
4875         problem on Solaris 2.5.1.
4876
4877 2006-06-16  Eric Blake  <ebb9@byu.net>
4878
4879         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
4880         * lib/unicodeio.c [!defined errno]: Likewise.
4881         * lib/strtol.c [!defined errno]: Likewise.
4882         * lib/strtod.c [!defined errno]: Likewise.
4883
4884 2006-06-15  Eric Blake  <ebb9@byu.net>
4885
4886         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
4887
4888 2006-06-15  Eric Blake  <ebb9@byu.net>
4889
4890         * config/srclist.txt (ssize_t.m4): Lose sync.
4891
4892 2006-06-15  Bruno Haible  <bruno@clisp.org>
4893
4894         * modules/stdint (Files): Include m4/full-header-path.m4,
4895         m4/size_max.m4, m4/wchar_t.m4.
4896         (Makefile.am): Many more substitutions.
4897         * modules/stdint-tests: New file.
4898         * tests/test-stdint.c: New file.
4899
4900 2006-06-15  Bruno Haible  <bruno@clisp.org>
4901
4902         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
4903         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
4904         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
4905         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
4906         gl_CHECK_TYPE_SAME): New macros.
4907
4908 2006-06-15  Bruno Haible  <bruno@clisp.org>
4909
4910         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
4911
4912 2006-06-15  Bruno Haible  <bruno@clisp.org>
4913
4914         * lib/stdint_.h: Rewritten to be fully auto-configured.
4915         Fixes bug on HP-UX/IA64.
4916
4917 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
4918
4919         * lib/getdate.y (__attribute__): Don't define if already defined.
4920         Problem reported by Larry Jones.
4921         * lib/utimens.c (__attribute__): Likewise.
4922
4923 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4924
4925         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
4926         reported by Andreas Schwab.
4927
4928 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4929             Bruno Haible  <bruno@clisp.org>
4930
4931         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
4932         check for the declaration of strnlen and a run test that exposes the
4933         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
4934         rpl_strndup.
4935
4936 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4937             Bruno Haible  <bruno@clisp.org>
4938
4939         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
4940
4941 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4942
4943         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
4944         compile test, for Tru64 4.0D.
4945
4946 2006-05-28  Karl Berry  <karl@gnu.org>
4947
4948         * config/srclist.txt (printf-args.c): lose sync.
4949
4950 2006-05-26  Martin Lambers  <marlam@marlam.de>
4951
4952         * lib/getpass.c: Updates the test for the native W32 API, and adds
4953         missing includes, thus fixing compilation warnings.
4954
4955 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
4956
4957         * lib/exclude.c (exclude_fnmatch): New function.
4958         (excluded_file_name): Call exclude_fnmatch.
4959         * lib/exclude.h (excluded_file_name): New prototype
4960
4961 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4962
4963         * lib/tempname.c (small_open, large_open): New macros.
4964         (__open, __open64) [!_LIBC]: Remove.
4965         (__gen_tempname): Use small_open and large_open instead of __open
4966         and __open64.  This fixes a portability bug on HP-UX 11.11i
4967         reported by Simon Wing-Tang in
4968         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
4969
4970 2006-05-24  Bruno Haible  <bruno@clisp.org>
4971
4972         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
4973         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
4974         Reported by Thorsten Maerz <torte@netztorte.de> via
4975         Aaron Stone <aaron@serendipity.cx>.
4976
4977 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
4978
4979         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
4980         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
4981         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
4982         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
4983         not really conditional on the cache.
4984         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
4985
4986 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
4987
4988         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
4989         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
4990         (my_usleep): Don't mishandle maximum value.
4991
4992 2006-05-19  Jim Meyering  <jim@meyering.net>
4993
4994         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
4995
4996 2006-05-17  Bruno Haible  <bruno@clisp.org>
4997
4998         Cygwin portability.
4999         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
5000
5001 2006-05-17  Bruno Haible  <bruno@clisp.org>
5002
5003         * lib/stdint_.h: Fix recognition of Cygwin.
5004
5005 2006-05-15  Bruno Haible  <bruno@clisp.org>
5006
5007         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
5008         on libtool patch by Ralf Wildenhues.
5009
5010 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
5011
5012         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
5013         test for C99 conformance; (bool) 0.5 is an integer constant
5014         expression, but (bool) -0.5 is not.  Problem reported by Fedor
5015         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
5016
5017 2006-05-11  Simon Josefsson  <jas@extundo.com>
5018
5019         * m4/xvasprintf.m4: Fix obvious typo.
5020
5021 2006-05-11  Jim Meyering  <jim@meyering.net>
5022
5023         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
5024         James Lemley.
5025
5026 2006-05-10  Simon Josefsson  <jas@extundo.com>
5027
5028         * lib/md4.c: Typo fix, update copyright years.
5029         (K1, K2): Don't use L because it turn computations into 64-bit on
5030         64-bit platforms.
5031
5032 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5033
5034         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
5035         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
5036         unwanted sign propagation, e.g., on hosts with 64-bit int.
5037         There still are some problems with reeelly weird theoretical hosts
5038         (e.g., 33-bit int) but it's not worth worrying about now.
5039         * lib/sha1.c (rol): Likewise.
5040         (K1, K2, K3, K4): Remove unnecessary L suffix.
5041
5042 2006-05-10  Bruno Haible  <bruno@clisp.org>
5043
5044         * lib/des.c: Cast to avoid warnings.
5045
5046 2006-05-09  Bruno Haible  <bruno@clisp.org>
5047
5048         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
5049         (Depends-on): Depend also on xsize, stdarg.
5050         (configure.ac): Add gl_XVASPRINTF.
5051
5052 2006-05-09  Bruno Haible  <bruno@clisp.org>
5053
5054         * m4/xvasprintf.m4: New file.
5055
5056 2006-05-09  Bruno Haible  <bruno@clisp.org>
5057
5058         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
5059         (EOVERFLOW): Define fallback value.
5060         (xstrcat): New function.
5061         (xvasprintf): Recognize the special case of a string concatenation.
5062
5063 2006-05-08  Eric Blake  <ebb9@byu.net>
5064
5065         * gnulib-tool (func_version): Base copyright year on CVS date.
5066         (func_emit_copyright_notice): New function.
5067         (func_emit_lib_Makefile_am): Use it.
5068         (func_emit_tests_Makefile_am): Likewise.
5069         (func_import): Likewise.
5070
5071 2006-05-08  Bruno Haible  <bruno@clisp.org>
5072
5073         * modules/stdarg: New file.
5074         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
5075
5076 2006-05-08  Bruno Haible  <bruno@clisp.org>
5077
5078         * m4/stdarg.m4: New file, from GNU gettext.
5079
5080 2006-05-08  Bruno Haible  <bruno@clisp.org>
5081
5082         * config/srclist.txt (build-aux/config.rpath): different from latest
5083         release.
5084
5085 2006-05-08  Bruno Haible  <bruno@clisp.org>
5086
5087         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
5088
5089 2006-05-05  Jim Meyering  <jim@meyering.net>
5090
5091         * m4/warning.m4: New file, derived from bison's file by the same name.
5092
5093 2006-05-03  Bruno Haible  <bruno@clisp.org>
5094
5095         * lib/stdint_.h: Shorter URL.
5096         * lib/inttypes.h: Likewise.
5097
5098 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5099
5100         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
5101
5102 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5103
5104         * lib/verify.h: Document the internals better.  Most of this change
5105         was written by Bruno Haible.
5106
5107 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5108
5109         * doc/verify.texi: New file, partly based on a proposal by
5110         Bruno Haible.
5111
5112 2006-05-02  Bruno Haible  <bruno@clisp.org>
5113
5114         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
5115         test from here...
5116         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
5117
5118 2006-04-29  Bruno Haible  <bruno@clisp.org>
5119
5120         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
5121         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
5122
5123 2006-04-29  Bruno Haible  <bruno@clisp.org>
5124
5125         * gnulib-tool: Make --update option actually work.
5126
5127 2006-04-29  Bruno Haible  <bruno@clisp.org>
5128
5129         * doc/gcd.texi: New file.
5130         * doc/gnulib.texi: Include it.
5131
5132 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
5133
5134         * lib/getdate.y (get_date): When adding relative date, start with the
5135         initial time, not with the result of the first mktime call.
5136
5137 2006-04-25  Bruno Haible  <bruno@clisp.org>
5138
5139         * gnulib-tool (func_import): Output the include directives in three
5140         blocks, sorted separately.
5141         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5142
5143 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5144
5145         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
5146         to define main with arguments, for C++.  Reported by Eric Blake.
5147         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
5148         Prefer 'int main ()' to 'int main (void)', for C++.
5149         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
5150         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
5151         for 'main', for C99 and C++.
5152
5153 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5154
5155         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
5156         Don't assume that exit status -1 is valid.
5157         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5158         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
5159         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
5160         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
5161         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
5162         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
5163         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
5164         functions can be used without declaring them, or that you can
5165         exit with status -1.
5166         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
5167
5168 2006-04-24  Karl Berry  <karl@gnu.org>
5169
5170         * config/srclist.txt (longdouble.m4): sync lost.
5171
5172 2006-04-24  Eric Blake  <ebb9@byu.net>
5173
5174         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
5175
5176 2006-04-24  Bruno Haible  <bruno@clisp.org>
5177
5178         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
5179         poll() implementation in AIX.
5180         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5181
5182 2006-04-24  Bruno Haible  <bruno@clisp.org>
5183
5184         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
5185         assigned exactly once.
5186
5187 2006-04-23  Claudio Fontana  <claudio@gnu.org>
5188             Bruno Haible  <bruno@clisp.org>
5189
5190         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
5191         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
5192         for AM_CPPFLAGS.
5193
5194 2006-04-23  Bruno Haible  <bruno@clisp.org>
5195
5196         * modules/copy-file: Depend on unistd.
5197         * modules/execute: Likewise.
5198         * modules/fatal-signal: Likewise.
5199         * modules/findprog: Likewise.
5200         * modules/mkdtemp : Likewise.
5201         * modules/pipe: Likewise.
5202         * modules/wait-process: Likewise.
5203
5204 2006-04-23  Bruno Haible  <bruno@clisp.org>
5205
5206         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
5207         condition was already detected.
5208         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5209
5210 2006-04-23  Bruno Haible  <bruno@clisp.org>
5211
5212         * lib/copy-file.c: Include <unistd.h> unconditionally.
5213         * lib/execute.c: Likewise.
5214         * lib/fatal-signal.c: Likewise.
5215         * lib/findprog.c: Likewise.
5216         * lib/mkdtemp.c: Likewise.
5217         * lib/pipe.h: Likewise.
5218         * lib/pipe.c: Likewise.
5219         * lib/wait-process.h: Likewise.
5220
5221 2006-04-23  Bruno Haible  <bruno@clisp.org>
5222
5223         * gnulib-tool (func_usage): Fix --import description. Document
5224         --update.
5225         (func_import): Create temporary file in a temporary directory, if
5226         --dry-run is specified. Silence errors from 'grep' when there are no
5227         m4 files in $m4dir.
5228         (func_create_testdir): Silence errors from 'grep' when there are no
5229         m4 files in $m4dir.
5230         Reported by Karl Berry <karl@freefriends.org>.
5231
5232 2006-04-20  Bruno Haible  <bruno@clisp.org>
5233
5234         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
5235         one argument, so that the code will be portable to Autoconf 2.60.
5236         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
5237         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5238         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
5239
5240 2006-04-19  Derek Price  <derek@ximbiot.com>
5241             Eric Blake  <ebb9@byu.net>
5242
5243         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
5244         rather than "/full/path.h".  Update comment to match.  Shorten &
5245         generalize m4_translit call via AS_TR_CPP.
5246
5247 2006-04-19  Derek Price  <derek@ximbiot.com>
5248             Eric Blake  <ebb9@byu.net>
5249
5250         * lib/inttypes.h: Correct grammar in comment.
5251
5252 2006-04-18  Derek Price  <derek@ximbiot.com>
5253             Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * modules/inttypes: New file.
5256         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
5257
5258 2006-04-18  Derek Price  <derek@ximbiot.com>
5259             Paul Eggert  <eggert@cs.ucla.edu>
5260
5261         * m4/_inttypes_h.m4, full-header-path.m4, include_next: New files.
5262
5263 2006-04-18  Derek Price  <derek@ximbiot.com>
5264             Paul Eggert  <eggert@cs.ucla.edu>
5265
5266         * lib/inttypes.h: New file.
5267         * lib/strtoimax.c: Assume <inttypes.h>.
5268
5269 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
5270
5271         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
5272         isn't mounted.  Problem reported by Kir Kolyshkin.
5273
5274 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5275
5276         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
5277         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
5278         Derek R. Price.
5279         * lib/regex.h (RE_DUP_MAX): Update comment to match current
5280         implementation.
5281
5282 2006-04-12  Eric Blake  <ebb9@byu.net>
5283
5284         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
5285         is now done automatically by the corresponding Autoconf macro.
5286
5287 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
5288
5289         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
5290         time_r.h.
5291
5292 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5293
5294         Merge regex changes from libc, removing some of our
5295         POSIX-conformance changes that were rejected and redoing them in a
5296         less-intrusive way.
5297
5298         * lib/regcomp.c (re_compile_internal, init_dfa):
5299         Length arg is now size_t, not Idx.  All uses changed.
5300         (peek_token): Forward decl now says internal_function.
5301         (__re_error_msgid, __re_error_msgid_idx):
5302         Now static rather than extern with attribute_hidden.
5303         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
5304         For some reason libc prefers K&R style defns for external functions.
5305         (regerror) [!defined _LIBC]: Likewise.
5306         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
5307         (seek_collating_symbol_entry, lookup_collation_sequence_value):
5308         (build_range_exp, build_collating_symbol):
5309         Use K&R-style defn.
5310         (re_compile_fastmap): Use '\0' to memset, not 0.
5311         (utf8_sb_map): Make the calculations more obvious.
5312         (init_dfa, parse_bracket_exp, build_charclass_op):
5313         Call calloc and cast result, as glibc does.
5314         (init_word_char, fetch_token, peek_token, peek_token_bracket):
5315         (build_range_exp, build_collating_symbol):
5316         Now internal functions.
5317
5318         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
5319
5320         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
5321         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
5322         Don't depend on VMS; depend on __VMS instead, for POSIX
5323         namespace cleanness.
5324         (regoff_t): Define to ssize_t, not long int.
5325
5326         Remove the REG_ macros named below.  Instead, make the old names
5327         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
5328         __USE_GNU_REGEX.
5329         (REG_BACKSLASH_ESCAPE_IN_LISTS):
5330         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
5331         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
5332         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
5333         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
5334         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
5335         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
5336         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
5337         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
5338         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
5339         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
5340         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
5341         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
5342         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
5343         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
5344         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
5345         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
5346         (REG_NREGS):
5347         Remove.  All uses replaced by the old RE_* names.
5348         (RE_BACKSLASH_ESCAPE_IN_LISTS):
5349         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
5350         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
5351         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
5352         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
5353         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
5354         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
5355         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
5356         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
5357         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
5358         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
5359         Don't bother having these macros be independent of each others'
5360         values, since they no longer exist in the POSIX name space.
5361
5362         Rename the following member names back to their old names,
5363         unless !__USE_GNU_REGEX.  All uses changed back.
5364         (buffer): Renamed from re_buffer.
5365         (allocated): Renamed from re_allocated.
5366         (used): Renamed from re_used.
5367         (syntax): Renamed from re_syntax.
5368         (fastmap): Renamed from re_fastmap.
5369         (translate): Renamed from re_translate.
5370         (can_be_null): Renamed from re_can_be_null.
5371         (regs_allocated): Renamed from re_regs_allocated.
5372         (fastmap_accurate): Renamed from re_fastmap_accurate.
5373         (no_sub): Renamed from re_no_sub.
5374         (not_bol): Renamed from re_not_bol.
5375         (not_eol): Renamed from re_not_eol.
5376         (newline_anchor): Renamed from re_newline_anchor.
5377         (num_regs): Renamed from rm_num_regs.
5378         (start): Renamed from rm_start.
5379         (end): Renamed from rm_end.
5380
5381         (free_state): Move up a bit.
5382
5383         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
5384         #define to be empty.
5385         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
5386         when that is what is intended.
5387         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
5388         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
5389         (MAX): New macro.
5390         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
5391         All uses changed back to re_malloc, etc.  It's now the caller's
5392         responsibility to check for overflow; all callers changed.
5393         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
5394         (re_x2nrealloc): Remove.
5395         (free_state): Remove decl.
5396
5397         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
5398         (re_set_registers, re_exec):
5399         Use K&R-style defn.
5400
5401         2006-01-31  Roland McGrath  <roland@redhat.com>
5402
5403         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
5404         Reported by Mike Frysinger <vapier@gentoo.org>.
5405
5406         2006-01-15  Andreas Jaeger  <aj@suse.de>
5407
5408         [BZ #1950]
5409         * lib/regex_internal.c (re_string_reconstruct): Adjust for
5410         build_wcs_upper_buffer change.
5411         (build_wcs_upper_buffer): Change return type.
5412
5413         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
5414
5415         * lib/regex_internal.h: Include <stdint.h> if available.
5416
5417         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
5418
5419         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
5420
5421         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
5422
5423         * lib/regcomp.c: Adjust for changed secondary hash function.
5424
5425         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
5426
5427         * lib/regex.h: Pretty printing.
5428         Clean up namespace a bit.
5429
5430         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
5431
5432         * lib/regexec.c (update_cur_sifted_state, check_arrival,
5433         check_arrival_add_next_nodes): Avoid using uninitialized variable.
5434
5435         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5436                     Ulrich Drepper  <drepper@redhat.com>
5437
5438         [BZ #1302]
5439         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
5440         changed.
5441         (bitset_word_t): Renamed from bitset_word.  All uses changed.
5442
5443         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
5444
5445         [BZ #281]
5446         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
5447         * lib/regcomp.c: Remove unnecessary uses of
5448         unsigned RE_TRANSLATE_TYPE.
5449         * lib/regex_internal.h: Likewise.
5450         * lib/regex_internal.c: Likewise.
5451         * lib/regexec.c: Likewise.
5452         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
5453
5454         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
5455
5456         * lib/regexec.c (find_recover_state): Remove unnecessary
5457         initialization.
5458         (transit_state_bkref): Make DFA a const pointer.
5459         (get_subexp): Likewise.
5460         (check_arrival): Likewise.
5461         (update_cur_sifted_state): Likewise.
5462         (re_search_internal): Likewise.
5463         (prune_impossible_nodes): Likewise.
5464         (acquire_init_state_context): Likewise.
5465         (proceed_next_node): Likewise.
5466         (set_regs): Likewise.
5467         (free_fail_stack_return): Likewise.
5468         (check_arrival_expand_ecl): Mark DFA parameter as const.
5469         (check_arrival_expand_ecl_sub): Likewise.
5470         (check_subexp_limits): Likewise.
5471         (sub_epsilon_src_nodes):  Likewise.
5472         (add_epsilon_src_nodes):  Likewise.
5473         (merge_state_array): Likewise.
5474         (update_regs): Likewise.
5475         (build_trtable): Likewise.
5476         (sift_states_backward): Mark MCTX parameter as const.
5477         (build_sifted_states): Likewise.
5478         (update_cur_sifted_state): Likewise.
5479         (sift_states_mkref): Likewise.
5480         (check_arrival_expand_ecl): Mark eclosure as const.
5481         (check_dst_limits_calc_pos_1): Likewise.
5482         * lib/regex_internal.h (re_match_context_t): Make dfa a const
5483         pointer.
5484
5485         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
5486
5487         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
5488         (transit_state_sb): Likewise.
5489         (transit_state_mb): Likewise.
5490         (sift_states_iter_mb): Likewise.
5491         (check_arrival_add_next_nodes): Likewise.
5492         (check_node_accept_bytes): Change first parameter to pointer-to-const.
5493         [_LIBC] (re_search_2_stub): Use mempcpy.
5494
5495         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
5496         mbrtowc for very simple UTF-8 case.
5497
5498         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
5499         a pointer-to-const.
5500         (re_acquire_state_context): Likewise.
5501         * lib/regex_internal.h: Adjust prototypes.
5502
5503         * lib/regex.c: Prevent using C++ compilers.
5504
5505         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
5506         (re_acquire_state_context): Likewise.
5507
5508 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5509
5510         * modules/regex (Depends-on): Add ssize_t.
5511
5512 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5513
5514         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
5515         translation table.
5516
5517 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
5518
5519         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
5520
5521 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
5522             Bruno Haible  <bruno@clisp.org>
5523
5524         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
5525         <sys/types.h> and <inttypes.h>.
5526
5527 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5528
5529         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
5530         `__error_t_defined', so argp.h will not typedef the former.
5531
5532 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
5533
5534         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
5535         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
5536         glibc names.  Even if glibc is changed to conform to POSIX, the
5537         traditional names will be available anyway, since regex depends on
5538         the extensions module.  Also, fix a longstanding typo in the
5539         implementation of Spencer ERE test #75 from grep 2.3.  Problems
5540         reported by Emanuele Giaquinta.  Also, change sense of cached
5541         variable, so that the message makes sense.
5542
5543 2006-03-24  Simon Josefsson  <jas@extundo.com>
5544
5545         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
5546         including some doc fixes.
5547         (base64_encode_alloc): Fix +1 bug on allocation failures.
5548
5549 2006-03-24  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5550
5551         * lib/base64.c (base64_encode): Do not read past end of array with
5552         unsanitized input on systems with CHAR_BIT > 8.
5553
5554 2006-03-24  Eric Blake  <ebb9@byu.net>
5555
5556         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
5557
5558 2006-03-22  Karl Berry  <karl@gnu.org>
5559
5560         * config/srclist.txt (*setenv.[ch]): get from coreutils.
5561         * config/srclistvars.sh (COREUTILS): new var.
5562
5563 2006-03-17  Jim Meyering  <jim@meyering.net>
5564
5565         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
5566         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
5567
5568 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
5569
5570         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
5571         no longer needs it.  Instead, check that regoff_t is as least
5572         as wide as ptrdiff_t.
5573
5574         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
5575         so that our regex.h stays compatible with the installed regex.
5576         This is helpful for installers who configure --without-included-regex.
5577         Problem reported by Emanuele Giaquinta.
5578
5579 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
5580
5581         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
5582         Typedef to long int, not to off_, as POSIX will likely change
5583         in that direction.
5584
5585 2006-03-15  Eric Blake  <ebb9@byu.net>
5586
5587         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
5588
5589 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5590
5591         * lib/argp-help.c (validate_uparams): Fix typo
5592         * lib/argp-parse.c (argp_default_options): Consistently begin help
5593         messages with a lowercase letter.
5594
5595 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
5596
5597         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
5598         overrun buffers and shouldn't be used (much as gets shouldn't be
5599         used).
5600         * lib/time_r.c (asctime_r, ctime_r): Likewise.
5601
5602 2006-03-08  Simon Josefsson  <jas@extundo.com>
5603
5604         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
5605         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5606
5607 2006-03-08  Simon Josefsson  <jas@extundo.com>
5608
5609         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
5610         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5611
5612 2006-03-08  Simon Josefsson  <jas@extundo.com>
5613
5614         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
5615         signal that configure disabled the device.
5616
5617 2006-03-08  Simon Josefsson  <jas@extundo.com>
5618
5619         * build-aux/maint.mk: Fix refresh-po, to handle no translated
5620         languages.
5621
5622 2006-03-07  Simon Josefsson  <jas@extundo.com>
5623
5624         * modules/getopt (Depends-on): Add unistd.
5625
5626         * modules/unistd: New file.
5627
5628 2006-03-07  Simon Josefsson  <jas@extundo.com>
5629
5630         * modules/gc-random: New file.
5631
5632 2006-03-07  Simon Josefsson  <jas@extundo.com>
5633
5634         * m4/unistd_h.m4: New file.
5635
5636 2006-03-07  Simon Josefsson  <jas@extundo.com>
5637
5638         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
5639         test to be side-effect free by storing the result in the cache
5640         variable gl_cv_lib_readline, and moving the assignment of
5641         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
5642         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5643
5644 2006-03-07  Simon Josefsson  <jas@extundo.com>
5645
5646         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
5647         error on missing devices (the functions will return an error).
5648
5649         * m4/gc.m4: Move random stuff to gc-random.m4
5650
5651 2006-03-07  Simon Josefsson  <jas@extundo.com>
5652
5653         * lib/unistd_.h: New file.
5654
5655 2006-03-07  Simon Josefsson  <jas@extundo.com>
5656
5657         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
5658
5659 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5660
5661         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
5662         Problem reported by Juan Manuel Guerrero.
5663
5664 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5665
5666         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
5667         the unistd module.
5668         * lib/getlogin_r.c: Likewise.
5669         * lib/getlogin_r.h: Likewise.
5670         * lib/glob.c: Likewise.
5671         * lib/pagealign_alloc.c: Likewise.
5672         * lib/unistd_.h: Remove; no longer needed.
5673
5674 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5675
5676         * MODULES.html.sh (Support for systems lacking POSIX:2001):
5677         Add unistd.
5678         * modules/c-stack (Depends-on): Add unistd.
5679         * modules/getlogin_r: Likewise.
5680         * modules/glob: Likewise.
5681         * modules/pagealign_alloc: Likewise.
5682         * modules/unistd (Files): Remove lib/unistd_.h.
5683         (EXTRA_DIST): Remove.
5684         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
5685         need unistd_.h.
5686         (MOSTLYCLEANFILES): Remove unistd.h-t.
5687
5688 2006-03-03  Simon Josefsson  <jas@extundo.com>
5689
5690         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
5691
5692 2006-03-03  Simon Josefsson  <jas@extundo.com>
5693
5694         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
5695         libidn and bison.
5696
5697 2006-03-03  Simon Josefsson  <jas@extundo.com>
5698
5699         * build-aux/maint.mk: Add indent target.
5700
5701 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
5702
5703         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
5704         our replacement poll.h in any case, to avoid a differing
5705         declaration from a system header.  Seen on AIX.
5706
5707 2006-03-01  Simon Josefsson  <jas@extundo.com>
5708
5709         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
5710         <kasal@ucw.cz>.
5711
5712 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5713
5714         * modules/gettime (Depends-on): Add extensions module.
5715         * modules/nanosleep (Depends-on): Likewise.
5716         * modules/settime (Depends-on): Likewise.
5717
5718 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5719
5720         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
5721         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
5722         pedantically.
5723         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5724         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
5725
5726         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
5727         not "==".  Reported by Ralf Wildenhues.
5728
5729 2006-03-01  Karl Berry  <karl@gnu.org>
5730
5731         * doc/Copyright/request-*: new files, synced from gnuorg.
5732
5733 2006-03-01  Karl Berry  <karl@gnu.org>
5734
5735         * config/srclist.txt (Copyright/*): new entries.
5736
5737 2006-02-28  Simon Josefsson  <jas@extundo.com>
5738
5739         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
5740
5741 2006-02-27  Simon Josefsson  <jas@extundo.com>
5742
5743         * lib/base64.h: Indent #define's.  From Jim Meyering
5744         <jim@meyering.net>.
5745
5746 2006-02-27  Jim Meyering  <jim@meyering.net>
5747
5748         Revert the change of 2006-02-24, so these files can continue
5749         to be sync'd from gettext.
5750         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
5751         of `config.h'.
5752
5753 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
5754
5755         * modules/intprops: New file.
5756         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5757         Add intprops.
5758         * modules/getloadavg (Files): Remove lib/intprops.h.
5759         (Depends-on): Add intprops.
5760         * modules/human: Likewise.
5761         * modules/inttostr: Likewise.
5762         * modules/openat: Likewise.
5763         * modules/sig2str: Likewise.
5764         * modules/userspec: Likewise.
5765         * modules/utimecmp: Likewise.
5766         * modules/xnanosleep: Likewise.
5767         * modules/xstrtol: Likewise.
5768
5769 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
5770
5771         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
5772         * modules/lock-tests (TESTS): Use $(EXEEXT).
5773         * modules/tls-tests: Likewise.
5774         * modules/argp-tests: Likewise.
5775         (check_PROGRAMS): New var, replacing...
5776         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
5777
5778 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5779
5780         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
5781         `config.h'.
5782
5783 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5784
5785         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
5786
5787 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5788
5789         Sync from coreutils.
5790         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
5791         gl_CHDIR_SAFER.
5792
5793 2006-02-22  Jim Meyering  <jim@meyering.net>
5794
5795         Sync from coreutils.
5796         * m4/chdir-safer.m4: New file.
5797
5798 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5799
5800         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
5801         AT_FDCWD exceeds INT_MAX.
5802         * lib/openat.h (AT_FDCWD): Likewise.
5803
5804 2006-02-17  Eric Blake  <address@hidden>
5805
5806         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
5807
5808 2006-02-16  Simon Josefsson  <jas@extundo.com>
5809
5810         * modules/getaddrinfo (Depends-on): Add sys_socket.
5811
5812 2006-02-15  Simon Josefsson  <jas@extundo.com>
5813
5814         * build-aux/maint.mk: Add dsyntax-check rule.
5815
5816 2006-02-15  Eric Blake  <ebb9@byu.net>
5817
5818         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
5819         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
5820         'present but cannot compile' warnings on cygwin.
5821         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
5822         use ws2tcpip.h if sys/socket.h works.
5823         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
5824         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
5825
5826 2006-02-14  Simon Josefsson  <jas@extundo.com>
5827
5828         * modules/maintainer-makefile (Files): Rename.
5829
5830         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
5831         and (the local) Makefile.cfg to maint-cfg.mk.
5832
5833         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
5834         to the latter.
5835
5836         * modules/maintainer-makefile: New module.
5837
5838         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
5839         severaly stripped to make it possible to build it up from scratch
5840         with reliable tests.
5841
5842         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
5843         fixes to permit overriding the default actions when configure and
5844         makefile are not available.
5845
5846 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5847
5848         Sync from coreutils.
5849         * modules/lstat (Depends-on): Don't depend on xalloc.
5850         (License): Change from GPL to LGPL, since this is now simply a
5851         replacement for a libc function.
5852
5853 2006-02-14  Jim Meyering  <jim@meyering.net>
5854
5855         Sync from coreutils.
5856
5857         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
5858         failure on deficient systems, and simplify gnulib lgpl dependencies.
5859         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
5860         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
5861
5862         * lib/xalloc-die.c: Remove unused definition of N_.
5863
5864 2006-02-14  Jim Meyering  <jim@meyering.net>
5865
5866         Sync from coreutils.
5867         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
5868         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
5869         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
5870         double-quote uses of that variable, to accommodate the rare case in
5871         which getmntent is available in none of the libraries checked.  This
5872         happens at least on FreeBSD 5.0.
5873
5874 2006-02-13  Simon Josefsson  <jas@extundo.com>
5875
5876         * gnulib-tool (Usage): Fix --import, from
5877         karl@freefriends.org (Karl Berry).
5878
5879 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5880
5881         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
5882
5883 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
5884
5885         * lib/argp-namefrob.h: Restore changes accidentally lost during the
5886         "autoupdate" on 2005-12-12.
5887
5888 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5889
5890         * modules/closeout (Depends-on): Remove atexit.
5891
5892 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5893
5894         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
5895         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
5896
5897 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5898
5899         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
5900         __EXTENSIONS__ if this causes compilation to fail.  Problem
5901         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
5902         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
5903
5904 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
5905
5906         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
5907         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
5908         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
5909         All uses changed.
5910
5911 2006-01-26  Simon Josefsson  <jas@extundo.com>
5912
5913         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
5914         prototype is visible on mingw32.
5915
5916         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
5917         for mingw32.
5918
5919         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
5920         mingw32).
5921
5922 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
5923
5924         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
5925         attempt to open for write; this always fails, at least on POSIX
5926         hosts.  This reinstates the 2006-01-09 change, which was
5927         inadvertently removed.
5928
5929 2006-01-26  Bruno Haible  <bruno@clisp.org>
5930
5931         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
5932         Reported by Paul Eggert.
5933
5934 2006-01-26  Bruno Haible  <bruno@clisp.org>
5935             Paul Eggert  <eggert@cs.ucla.edu>
5936
5937         * lib/stdbool_.h (_Bool)
5938         [(! (defined __cplusplus || defined __BEOS__)
5939           && !defined __GNUC__
5940           && !(defined __HP_cc || defined __xlc__
5941                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
5942                || defined __sgi))]:
5943         #define to signed char in these cases too; this simplifies
5944         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
5945         etc., separately) and makes it more conservative.
5946
5947 2006-01-25  Simon Josefsson  <jas@extundo.com>
5948
5949         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
5950         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
5951         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
5952
5953 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5954
5955         * lib/argp-namefrob.h: Bugfix. Remove stray #
5956
5957 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
5958
5959         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
5960         so that we test the test.
5961         Check for yet another HP-UX cc bug involving *bool |= bool.
5962
5963 2006-01-25  Karl Berry  <karl@gnu.org>
5964
5965         * config/srclist.txt (vasnprintf.c): sync lost.
5966
5967 2006-01-25  Jim Meyering  <jim@meyering.net>
5968
5969         Sync from the stable (b5) branch of coreutils:
5970
5971         * lib/fts.c (fts_children): Don't let close() clobber errno from
5972         failed fchdir().
5973
5974         * lib/fts.c (fts_stat): When following a symlink-to-directory,
5975         don't necessarily interpret stat-fails+lstat-succeeds as indicating
5976         a dangling symlink.  That can also happen at least for ELOOP.
5977         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
5978         FYI, this bug predates the inclusion of fts.c in coreutils.
5979
5980         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
5981         in their own block, so pre-c99 compilers don't object.
5982
5983         Avoid the double-free (first in fts_read, second in fts_close) that
5984         would occur when an `active' directory is made inaccessible (e.g.,
5985         via chmod a-x) during a traversal.
5986         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
5987         before returning.  Reproduce this failure by
5988         mkdir -p a/b; cd a; chmod a-x . b
5989         Reported by Stavros Passas.
5990
5991 2006-01-25  Jim Meyering  <jim@meyering.net>
5992
5993         * lib/fileblocks.c: Remove more useless parentheses.
5994         * lib/readutmp.h: Likewise.
5995
5996 2006-01-25  Bruno Haible  <bruno@clisp.org>
5997
5998         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
5999         warnings.
6000         Reported by Paul Eggert.
6001
6002 2006-01-25  Bruno Haible  <bruno@clisp.org>
6003
6004         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
6005         rid of a trap command. For Solaris sh.
6006         Reported by Mark D. Baushke <mdb@gnu.org>.
6007
6008 2006-01-24  Simon Josefsson  <jas@extundo.com>
6009
6010         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
6011         Bruno.
6012
6013 2006-01-24  Karl Berry  <karl@gnu.org>
6014
6015         * config/srclist.txt (argp-namefrob.h): sync lost.
6016
6017 2006-01-24  Jim Meyering  <jim@meyering.net>
6018
6019         * modules/openat (Files): Add lib/intprops.h.
6020         From Mark D. Baushke.
6021
6022 2006-01-24  Jim Meyering  <jim@meyering.net>
6023
6024         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
6025         Reported by Mark D. Baushke.
6026
6027 2006-01-24  Jim Meyering  <jim@meyering.net>
6028
6029         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
6030
6031 2006-01-24  Bruno Haible  <bruno@clisp.org>
6032
6033         * modules/strnlen (Maintainer): Change from glibc to all.
6034
6035 2006-01-24  Bruno Haible  <bruno@clisp.org>
6036
6037         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
6038         Patch by Paul Eggert.
6039
6040 2006-01-24  Bruno Haible  <bruno@clisp.org>
6041
6042         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
6043         already has it.
6044         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
6045         2005-11-26.
6046
6047         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
6048         'signed char' to avoid problems with the built-in _Bool type.
6049         Reported by Paul Eggert on 2005-11-26.
6050
6051 2006-01-24  Bruno Haible  <bruno@clisp.org>
6052
6053         * gnulib-tool (func_import): Avoid constructing complicated sed
6054         expressions inside backquote.
6055         Report and solution by Mark D. Baushke <mdb@gnu.org>.
6056
6057 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
6058
6059         These changes imported from libc.
6060         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
6061         test and two separate function calls.
6062         * lib/strndup.c (__strndup): Add libc_hidden_def.
6063
6064 2006-01-23  Simon Josefsson  <jas@extundo.com>
6065
6066         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
6067         Remove the test_*_SOURCES variable: automake infers it by default.
6068         * modules/tls-tests: Likewise.
6069
6070 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6071
6072         Work around porting bugs reported by Dieter in
6073         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
6074         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
6075         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
6076         Include "getopt.h" first, to check interface.
6077         (getenv): Declare only if defined HAVE_DECL_GETENV &&
6078         !HAVE_DECL_GETENV.
6079         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
6080         (__strndup): Revert to K&R-style function dfns, the glibc style.
6081         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
6082         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
6083         Include strnlen.h first, to get prototype properly.
6084         (strnlen): Renamed from __strnlen.
6085         Remove weak alias.
6086
6087 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6088
6089         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
6090
6091 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6092
6093         * config/srclist.txt: Adjust to reflect glibc reorganization.
6094         This affects only comments.
6095
6096 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6097
6098          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
6099          Reported by Bruce Korb <bkorb@gnu.org>.
6100
6101 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
6102
6103         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
6104         to pacify gcc -Wswitch-default.
6105
6106 2006-01-22  Bruno Haible  <bruno@clisp.org>
6107
6108         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
6109         temporary buffer for sprintf, take into account the precision also
6110         for 'd', 'i', 'u', 'o', 'x', 'X'.
6111
6112 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
6113
6114         * modules/argp-tests: New module
6115         * tests/test-argp.c: New file
6116         * tests/test-argp-2.sh: New file
6117
6118 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
6119
6120         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
6121         (__argp_base_name): Removed
6122         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
6123         typo.
6124         (__argp_base_name): Provide macro definition or extern declaration
6125         depending on the configuration
6126
6127 2006-01-20  Simon Josefsson  <jas@extundo.com>
6128
6129         * modules/inet_ntop (Depends-on): Depend on sys_socket.
6130
6131 2006-01-20  Simon Josefsson  <jas@extundo.com>
6132
6133         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
6134
6135 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
6136
6137         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
6138         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
6139         Suggested by Bruno Haible.
6140
6141 2006-01-20  Karl Berry  <karl@gnu.org>
6142
6143         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
6144         until changes propagate, I guess.
6145
6146 2006-01-19  Simon Josefsson  <jas@extundo.com>
6147
6148         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
6149
6150 2006-01-19  Simon Josefsson  <jas@extundo.com>
6151
6152         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
6153
6154 2006-01-19  Simon Josefsson  <jas@extundo.com>
6155
6156         * gnulib-tool: Set check_PROGRAMS.
6157
6158         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
6159         modules/des-tests, modules/gc-arcfour-tests,
6160         modules/gc-arctwo-tests, modules/gc-des-tests,
6161         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
6162         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
6163         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
6164         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
6165         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
6166         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
6167         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
6168         test_*_SOURCES.
6169
6170 2006-01-18  Simon Josefsson  <jas@extundo.com>
6171
6172         * modules/socklen (Depends-on): Depend on sys_socket.
6173
6174 2006-01-18  Simon Josefsson  <jas@extundo.com>
6175
6176         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
6177         modules/des-tests, modules/gc-arcfour-tests,
6178         modules/gc-arctwo-tests, modules/gc-des-tests,
6179         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
6180         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
6181         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
6182         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
6183         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
6184         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
6185         $(EXEEXT) to automake TESTS variable, for mingw32.
6186
6187 2006-01-17  Simon Josefsson  <jas@extundo.com>
6188
6189         * modules/socklen (Include): Need sys/socket.h.
6190
6191 2006-01-17  Bruno Haible  <bruno@clisp.org>
6192
6193         * modules/ssize_t (Include): Add <sys/types.h>.
6194
6195 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
6196
6197         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
6198         it's not portable and it doesn't work with cross-compiles.
6199         Problem reported by Bruno Haible.  Fix missing-$ typo in
6200         'test "gl_cv_ignore_unused_libraries" ...' that prevented
6201         -zignore from being used with Sun's C compiler.
6202
6203 2006-01-12  Simon Josefsson  <jas@extundo.com>
6204
6205         * lib/base64.c: Fix warning, reported by Bruno Haible
6206         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
6207
6208 2006-01-12  Bruno Haible  <bruno@clisp.org>
6209
6210         * modules/ldd: New file.
6211         * build-aux/ldd.sh.in: New file.
6212         * MODULES.html.sh (Support for building libraries and executables): Add
6213         ldd.
6214
6215 2006-01-12  Bruno Haible  <bruno@clisp.org>
6216
6217         * m4/ldd.m4: New file.
6218
6219 2006-01-12  Bruno Haible  <bruno@clisp.org>
6220
6221         * gnulib-tool (func_import, func_create_testdir): Don't go into an
6222         endless loop while replacing $auxdir with build-aux.
6223
6224 2006-01-11  Simon Josefsson  <jas@extundo.com>
6225
6226         * lib/stdint_.h (SIZE_MAX): Add missing (.
6227
6228 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
6229
6230         Sync from coreutils.
6231         * lib/md5.c: Fix commentary typos.
6232         (alignof, UNALIGNED_P): No need for a GCC-specific version.
6233         * lib/md5.h (__attribute__): Remove; unused.
6234         * lib/sha1.c: Fix commentary to match md5 better.
6235         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
6236         so that we don't need to worry about alignment.  All uses changed.
6237         This merges the 2005-10-28 md5 change into sha1.
6238
6239 2006-01-11  Jim Meyering  <jim@meyering.net>
6240
6241         Sync from coreutils.
6242         * lib/md5.c (OP): Fix spacing.
6243
6244 2006-01-11  Bruno Haible  <bruno@clisp.org>
6245
6246         Ensure automatic ordering between gl_LOCK and gl_ARGP.
6247         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
6248         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
6249
6250 2006-01-11  Bruno Haible  <bruno@clisp.org>
6251
6252         Ensure automatic ordering between gl_LOCK and gl_ARGP.
6253         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
6254         the "early" section as well.
6255
6256 2006-01-11  Bruno Haible  <bruno@clisp.org>
6257
6258         Avoid "ar: no archive members specified" error on MacOS X.
6259         * gnulib-tool (func_modules_add_dummy): New function.
6260         (func_import, func_create_testdir): Invoke it.
6261
6262 2006-01-11  Bruno Haible  <bruno@clisp.org>
6263
6264         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
6265         with $auxdir in AC_CONFIG_FILES statements.
6266
6267 2006-01-11  Bruno Haible  <bruno@clisp.org>
6268
6269         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6270         Initialize also noinst_HEADERS to empty.
6271
6272 2006-01-11  Bruno Haible  <bruno@clisp.org>
6273
6274         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
6275         variables.
6276         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
6277         autoreconf.
6278
6279 2006-01-11  Bruno Haible  <bruno@clisp.org>
6280
6281         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
6282         overridable by the user.
6283         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6284
6285 2006-01-10  Simon Josefsson  <jas@extundo.com>
6286
6287         * modules/sys_socket: New file.
6288
6289 2006-01-10  Simon Josefsson  <jas@extundo.com>
6290
6291         * m4/sys_socket_h.m4: New file.
6292
6293 2006-01-10  Simon Josefsson  <jas@extundo.com>
6294
6295         * lib/socket_.h: New file.
6296
6297 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6298
6299         * modules/readutmp (Maintainer): Add myself.
6300
6301 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6302
6303         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
6304         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
6305         People who are still concerned with buggy memcmp implementations
6306         can invoke gl_FUNC_MEMCMP themselves.
6307
6308 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6309
6310         * lib/regex_internal.h (BITSET_WORD_BITS):
6311         Work around a bug in 64-bit PGC (before version 6.1-2), where the
6312         preprocessor mishandles large unsigned values as if they were signed.
6313         Problem reported by Claudio Fontana in
6314         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
6315
6316 2006-01-10  Jim Meyering  <jim@meyering.net>
6317
6318         Avoid the double-free (first in fts_read, second in fts_close) that
6319         would occur when an `active' directory is made inaccessible (e.g.,
6320         via chmod a-x) during a traversal.
6321         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
6322         before returning.  Reproduce this failure by
6323         mkdir -p a/b; cd a; chmod a-x . b
6324         Reported by Stavros Passas.
6325
6326         Sync from coreutils.
6327         * lib/sha1.c: Tweak grammar in a comment.
6328
6329 2006-01-10  Jim Meyering  <jim@meyering.net>
6330
6331         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
6332         Patch by Joerg Sonnenberger.
6333
6334 2006-01-10  Bruno Haible  <bruno@clisp.org>
6335
6336         * modules/readutmp: Depend on module free.
6337         * modules/strtok_r: Depend on module restrict.
6338
6339 2006-01-10  Bruno Haible  <bruno@clisp.org>
6340
6341         * modules/gettext (configure.ac): Add an invocation of
6342         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
6343
6344 2006-01-10  Bruno Haible  <bruno@clisp.org>
6345
6346         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
6347         Reported by Werner Lemberg <wl@gnu.org>.
6348
6349 2006-01-10  Bruno Haible  <bruno@clisp.org>
6350
6351         * lib/localcharset.c: Update from GNU gettext.
6352
6353 2006-01-10  Bruno Haible  <bruno@clisp.org>
6354
6355         * lib/argp.h (__const): Remove macro. Use const instead.
6356         * lib/argp-fmtstream.h (__const): Likewise.
6357         * lib/glob_.h (__const): Remove macro.
6358         * lib/glob-libc.h: Use const instead of __const.
6359
6360 2006-01-10  Bruno Haible  <bruno@clisp.org>
6361
6362         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
6363         variable.
6364         Needed to avoid an automake error regarding the 'gettext' module.
6365
6366 2006-01-09  Simon Josefsson  <jas@extundo.com>
6367
6368         * modules/inet_ntop (Depends-on): Add restrict.
6369
6370 2006-01-09  Simon Josefsson  <jas@extundo.com>
6371
6372         * modules/gc-rijndael-tests (License): Put under LGPL.
6373
6374         * modules/gc-des-tests (License): Likewise.
6375
6376         * modules/gc-arcfour-tests (License): Likewise.
6377
6378         * modules/gc-arctwo-tests (License): Likewise.
6379
6380         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
6381
6382         * modules/gc-hmac-sha1-tests (Files): Likewise.
6383
6384         * modules/gc-hmac-md5-tests (License): Likewise.
6385
6386         * modules/gc-sha1-tests (License): Likewise.
6387
6388         * modules/gc-md5-tests (License): Likewise.
6389
6390         * modules/gc-md4-tests (License): Likewise.
6391
6392         * modules/gc-md2-tests (License): Likewise.
6393
6394         * modules/gc-tests (License): Likewise.
6395
6396         * modules/des-tests (License): Likewise.
6397
6398         * modules/md4-tests (License): Likewise.
6399
6400         * modules/md2-tests (License): Likewise.
6401
6402 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6403
6404         Sync from coreutils:
6405
6406         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
6407         * modules/lib-ignore: New file.
6408         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
6409         chdir-safer.m4, lchmod.m4.
6410         * modules/openat: Add mkdirat.c, openat-priv.h.
6411
6412 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6413
6414         Sync from coreutils.
6415         * m4/lib-ignore.m4: New file.
6416         * m4/lchmod.m4: New file.
6417
6418 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6419
6420         Sync from coreutils.
6421         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
6422         for write access: POSIX says that must fail.
6423         * lib/fts.c (diropen): Likewise.
6424         * lib/save-cwd.c (save_cwd): Likewise.
6425         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
6426         well, for minor improvements on hosts that lack O_DIRECTORY.
6427         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
6428         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
6429         Fall back on chown if open failed with EACCES.
6430
6431         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
6432         Report an error at compile-time if only a 1-second nominal clock
6433         resolution is found.
6434
6435         * lib/lchmod.h: New file.
6436         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
6437         (make_dir_parents): Use lchown rather than chown, and
6438         lchmod rather than chmod.
6439
6440         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
6441         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
6442         "proc" reported by n0dalus.
6443
6444         * lib/mountlist.c: Include <limits.h>.
6445         (dev_from_mount_options)
6446         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
6447         New function.  It no longer assumes "dev=" has the System V meaning
6448         on Linux (since it doesn't).  It also parses "dev=" more carefully.
6449         (read_file_system_list)
6450         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
6451         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
6452         dev= in that case.
6453
6454         * lib/posixtm.h (PDS_PRE_2000): New macro.
6455         * lib/posixtm.c (year): Arg is now syntax_bits rather than
6456         allow_century.  All usages changed.  Reject dates outside the range
6457         1969-1999 if PDS_PRE_2000 is used.
6458
6459 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6460
6461         Sync from coreutils.
6462         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
6463         (Time of day items): Mention the possibility of leap seconds.
6464         Problem reported by Dr. David Alan Gilbert.
6465
6466 2006-01-09  Jim Meyering  <jim@meyering.net>
6467
6468         Sync from coreutils.
6469
6470         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
6471
6472         * lib/chdir-safer.h, chdir-safer.c: New files.
6473
6474         * lib/modechange.c (mode_compile): Reject an invalid mode string
6475         that starts with an octal digit.  From Andreas Gruenbacher.
6476
6477         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
6478         and dup to open_safer and dup_safer, respectively.
6479         (openat_permissive): Fix typo in comment.
6480
6481         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
6482         "gettext.h"; either no longer needed or are guaranteed by openat.h.
6483         (_): Remove; no longer needed.
6484         (openat): Renamed from rpl_openat; no need for rpl_openat
6485         since openat.h renames openat for us.
6486         Replace most of the body with a call to openat_permissive,
6487         to avoid duplicate code.
6488         Port to (probably hypothetical) environments were mode_t is
6489         wider than int.
6490         (openat_permissive): Require mode arg, so that we can check
6491         types better.  Put it just after flags.  Change cwd failure
6492         indicator from pointer-to-bool to pointer-to-errno-value.
6493         All callers changed.
6494         Invoke openat_save_fail and/or openat_restore_fail if
6495         cwd_errno is null, so that openat can call us.
6496         (openat_permissive, fdopendir, fstatat, unlinkat):
6497         Simplify errno handling to avoid some duplicate code,
6498         as it's OK to set errno on success.
6499         * lib/openat.h: Revamp code so that function macros depend on
6500         __OPENAT_PREFIX only, not also on AT_FDCWD.
6501         (openat_ro): Remove.  Caller changed to use openat_permissive.
6502         (openat_permissive): Now a macro, if not a function.
6503         (openat_restore_fail, openat_save_fail): Now always functions,
6504         since mkdirat needs them even if __OPENAT_PREFIX is defined.
6505
6506         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
6507         and openat.c.
6508         * lib/mkdirat.c: Include openat-priv.h.
6509         Remove definitions of macros defined therein.
6510         * lib/openat.c: Likewise.
6511
6512         * lib/mkdirat.c (mkdirat): New file and function.
6513         * lib/openat.h (mkdirat): Declare.
6514
6515         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
6516
6517         * lib/openat.h (openat_permissive): Declare.
6518         (openat_ro): Define.
6519
6520         * lib/openat.c (EXPECTED_ERRNO): New macro.
6521         (openat_permissive): New function -- used in remove.c rewrite.
6522         (all functions): Set errno just before returning, only if there
6523         was an actual failure.
6524         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
6525
6526         Emulate openat-family functions using Linux's procfs, if possible.
6527         Idea and some code based on Ulrich Drepper's glibc changes.
6528
6529         * lib/openat.c: (BUILD_PROC_NAME): New macro.
6530         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
6531         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
6532         before falling back on save_cwd and restore_cwd.
6533         (fdopendir, fstatat, unlinkat): Likewise.
6534
6535         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
6536         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
6537
6538         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
6539         as second argument to va_arg.  Otherwise, some versions of gcc
6540         warn that `if this code is reached, the program will abort'.
6541
6542 2006-01-09  Jim Meyering  <jim@meyering.net>
6543
6544         Sync from coreutils.
6545         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
6546         Require openat-priv.h.
6547
6548 2006-01-09  Bruno Haible  <bruno@clisp.org>
6549
6550         * modules/strnlen (Include): Use strnlen.h.
6551
6552 2006-01-09  Bruno Haible  <bruno@clisp.org>
6553
6554         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
6555
6556 2006-01-09  Bruno Haible  <bruno@clisp.org>
6557
6558         * lib/sysexit_.h (EX_OK): New macro.
6559         Suggested by Martin Lambers <marlam@marlam.de>.
6560
6561 2006-01-09  Bruno Haible  <bruno@clisp.org>
6562
6563         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
6564         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
6565
6566 2006-01-09  Bruno Haible  <bruno@clisp.org>
6567
6568         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
6569         numbers.
6570
6571 2006-01-09  Bruno Haible  <bruno@clisp.org>
6572
6573         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
6574         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
6575         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
6576         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
6577
6578 2006-01-09  Bruno Haible  <bruno@clisp.org>
6579
6580         * build-aux/javacomp.sh.in: New file, moved from lib/.
6581         * modules/javacomp-script (Files): Update.
6582         (configure.ac): Add AC_CONFIG_FILES invocation.
6583         (EXTRA_DIST): Remove variable.
6584
6585         * build-aux/javaexec.sh.in: New file, moved from lib/.
6586         * modules/javaexec (Files): Update.
6587         (configure.ac): Add AC_CONFIG_FILES invocation.
6588         (EXTRA_DIST): Remove javaexec.sh.in.
6589
6590         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
6591         * modules/csharpcomp-script (Files): Update.
6592         (configure.ac): Add AC_CONFIG_FILES invocation.
6593         (EXTRA_DIST): Remove variable.
6594
6595         * build-aux/csharpexec.sh.in: New file, moved from lib/.
6596         * modules/csharpexec (Files): Update.
6597         (configure.ac): Add AC_CONFIG_FILES invocation.
6598         (EXTRA_DIST): Remove csharpexec.sh.in.
6599
6600 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6601
6602         Sync from coreutils.
6603
6604         Add POSIX ACL support
6605         * lib/acl.h (copy_acl, set_acl): Add declarations.
6606         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
6607         systems other than Linux.
6608         (chmod_or_fchmod): New function: use fchmod when possible,
6609         and chmod otherwise.
6610         (file_has_acl): Add a POSIX ACL implementation, with a
6611         Linux-specific subcase.
6612         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
6613         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
6614         acls are unsupported.
6615         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
6616         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
6617         are unsupported.
6618
6619 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6620
6621         Sync from coreutils.
6622         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
6623
6624 2006-01-07  Bruno Haible  <bruno@clisp.org>
6625
6626         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
6627         gl_EARLY.
6628
6629 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6630
6631         * lib/strftime.c (tzname): Don't declare if it is already #defined.
6632         Problem reported for Mingw by Mark Junker.
6633
6634 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6635
6636         * README: Gnulib normally doesn't generate a tarball.
6637
6638 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
6639
6640         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
6641         long int, not int, for nanosecond counts, so that people who are
6642         used to POSIX struct timespec won't be surprised.  Reported by Jim
6643         Meyering.
6644
6645 2005-12-28  Bruno Haible  <bruno@clisp.org>
6646
6647         * build-aux/config.rpath: Update from GNU gettext.
6648
6649 2005-12-16  Jim Meyering  <jim@meyering.net>
6650
6651         * modules/fprintftime: New module.
6652         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
6653
6654 2005-12-16  Jim Meyering  <jim@meyering.net>
6655
6656         * m4/fprintftime.m4: New file.
6657
6658 2005-12-16  Jim Meyering  <jim@meyering.net>
6659
6660         * lib/fprintftime.c, fprintftime.h: New files.
6661
6662 2005-12-15  Simon Josefsson  <jas@extundo.com>
6663
6664         * modules/socklen (configure.ac): Fix M4 macro name, to align with
6665         new m4/socklen.m4.
6666
6667 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6668
6669         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
6670         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
6671
6672 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6673
6674         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
6675         * lib/argp-help.c (fill_in_uparams): Check if the constructed
6676         struct uparams is valid. Fall back to the default values if it is
6677         not.
6678
6679 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6680
6681         * modules/argp (Files): Add argp-pin.c
6682         (Depends-on): dirname
6683         (lib_SOURCES): Add argp-pin.c
6684
6685 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6686
6687         * m4/argp.m4:  Check if program_invocation_name and
6688         program_invocation_short_name are declared and define appropriate
6689         macros if they are not.
6690
6691 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6692
6693         * lib/argp-help.c (__argp_base_name): New function
6694         (__argp_short_program_name): Rewrite using __argp_base_name
6695         * lib/argp-namefrob.h: Define program_invocation_name and
6696         program_invocation_short_name if requested
6697         (__argp_base_name): Add prototype
6698         * lib/argp-parse.c (argp_def): Use gettext wrappers
6699         (argp_default_parser): Use __argp_base_name
6700         * lib/argp-pin.c: New file. Defines program_invocation_name and
6701         program_invocation_short_name on systems that lack them.
6702
6703 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6704
6705         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
6706         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6707         porting problem reported by Georg Schwarz in
6708         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6709
6710 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6711
6712         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
6713         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6714         porting problem reported by Georg Schwarz in
6715         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6716
6717 2005-12-05  Bruno Haible  <bruno@clisp.org>
6718
6719         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
6720         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
6721         Reported by Mark Junker <mjscod@gmx.de>.
6722
6723 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6724
6725         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
6726         Use implementation from Albert Chin, with some
6727         comments/corrections by Stepan Kasal and myself.
6728
6729 2005-12-02  Bruno Haible  <bruno@clisp.org>
6730
6731         * gnulib-tool (func_import): Accept GPLed build tool modules when
6732         --lgpl is given.
6733         * modules/csharpcomp-script: New file.
6734         * modules/csharpcomp: Depend on it.
6735         * modules/javacomp-script: New file.
6736         * modules/javacomp: Depend on it.
6737         Suggested by Simon Josefsson.
6738
6739 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
6740
6741         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
6742         statement, to work around an HP-UX 10.20 compiler bug reported by
6743         Peter O'Gorman.
6744
6745 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6746
6747         * modules/savedir (Depends-on): Add openat.
6748
6749 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6750
6751         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
6752         (uintmax_t) [defined uintmax_t]: Do not declare.
6753         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
6754         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
6755         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
6756         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
6757         sake of portability to weird hosts that C allows (though we don't
6758         know of any practical examples).
6759
6760         * lib/savedir.h (fdsavedir): New decl.
6761         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
6762         contains most of the former guts of savedir.
6763         (savedir): Use savedirstream.
6764         Include "openat.h".
6765
6766 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6767
6768         * modules/obstack (Files): Add m4/ulonglong.m4.
6769         Problem reported by Davide Angelocola.
6770
6771 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
6772
6773         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
6774         coreutils no longer futzes with rounding modes.
6775
6776 2005-11-14  Jim Meyering  <jim@meyering.net>
6777
6778         * lib/mkstemp-safer.c: Include <config.h>, required for possible
6779         replacement of mkstemp.
6780
6781 2005-11-10  Simon Josefsson  <jas@extundo.com>
6782
6783         * lib/readline.c: Remove EOL.
6784
6785 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6786
6787         * modules/gethrxtime (Depends-on): Add gettime.
6788
6789 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6790
6791         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
6792         or gettimeofday; no longer needed.
6793
6794 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6795
6796         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
6797         time business.
6798         (gethrxtime) [! (HAVE_NANOUPTIME
6799         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
6800         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
6801         our own approximation.
6802
6803 2005-11-08  Eric Blake  <ebb9@byu.net>
6804
6805         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6806
6807 2005-11-08  Eric Blake  <ebb9@byu.net>
6808
6809         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6810
6811 2005-11-04  Bruno Haible  <bruno@clisp.org>
6812
6813         * gnulib-tool: Implement --update mode.
6814
6815 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6816
6817         Fix porting problem reported by Theodoros V. Kalamatianos.
6818         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
6819         Don't assume that futimes failing means we must fail.
6820
6821 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6822
6823         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
6824         variables to suggest the intended function of the PATH_MAX check.
6825
6826 2005-10-30  Kean Johnston  <jkj@sco.com>
6827
6828         Trivial changes to support SCO systems.
6829         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
6830         as PATH_MAX.
6831         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
6832         where __ptr is null when no I/O is pending.
6833
6834 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
6835
6836         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
6837         leave errno alone.  Problem reported by Dmitry V. Levin.
6838
6839 2005-10-28  Simon Josefsson  <jas@extundo.com>
6840
6841         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
6842         Test more.
6843
6844         * tests/test-gc-md2.c, tests/test-md2.c: New files.
6845
6846         * modules/md2, modules/md2-tests: New files.
6847
6848 2005-10-28  Simon Josefsson  <jas@extundo.com>
6849
6850         * m4/inet_ntop.m4: More tests.
6851
6852         * m4/gc-md2.m4, md2.m4: New file.
6853
6854 2005-10-28  Simon Josefsson  <jas@extundo.com>
6855
6856         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
6857         "restrict" keywords, as per POSIX.  Protect the function
6858         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
6859         Don't use K&R prototypes.  Check the sprintf return values.
6860         Re-define EAFNOSUPPORT if not present.  Indent.
6861
6862         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
6863         suggested by Bruno Haible <bruno@clisp.org>.
6864
6865         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
6866
6867         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
6868
6869         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
6870         libgcrypt).
6871
6872         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
6873
6874         * lib/md2.h, md2.c: New files.
6875
6876 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
6877
6878         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
6879         errno alone.  Problem reported by Frederic Jolliton.
6880
6881 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6882
6883         * modules/verify (License): Change from GPL to LGPL.  This is a
6884         tiny module and there are apparently near-equivalents that are
6885         under the BSD license.
6886
6887 2005-10-24  Simon Josefsson  <jas@extundo.com>
6888
6889         * modules/sha1: Relicense to LGPL.
6890
6891 2005-10-24  Simon Josefsson  <jas@extundo.com>
6892
6893         * lib/md4.h: Shrink buffer size, now that we changed the type.
6894
6895 2005-10-23  Simon Josefsson  <jas@extundo.com>
6896
6897         * gnulib-tool (func_import): Fix --tests-base.
6898
6899 2005-10-22  Simon Josefsson  <jas@extundo.com>
6900
6901         * modules/arcfour (Depends-on): Need stdint.
6902
6903 2005-10-22  Simon Josefsson  <jas@extundo.com>
6904
6905         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
6906         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
6907
6908 2005-10-22  Simon Josefsson  <jas@extundo.com>
6909
6910         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
6911         suggested by Bruno Haible <bruno@clisp.org>.
6912
6913 2005-10-22  Simon Josefsson  <jas@extundo.com>
6914
6915         * lib/crc.h: Include stddef.h, for size_t.
6916
6917 2005-10-22  Simon Josefsson  <jas@extundo.com>
6918
6919         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
6920         arcfour_context struct (simplify test vector testing in GNU
6921         Shishi).
6922
6923 2005-10-21  Simon Josefsson  <jas@extundo.com>
6924
6925         * modules/des, modules/des-tests: New files.
6926
6927         * modules/gc-des, modules/gc-des-tests: New files.
6928
6929         * tests/test-des.c, tests/test-gc-des.c: New file.
6930
6931 2005-10-21  Simon Josefsson  <jas@extundo.com>
6932
6933         * modules/arctwo, modules/arctwo-tests: New files.
6934
6935         * tests/test-arctwo.c: New file.
6936
6937         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
6938
6939         * tests/test-gc-arctwo.c: New file.
6940
6941 2005-10-21  Simon Josefsson  <jas@extundo.com>
6942
6943         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
6944         Bruno Haible <bruno@clisp.org>.
6945
6946         * m4/gc-des.m4: New file.
6947
6948 2005-10-21  Simon Josefsson  <jas@extundo.com>
6949
6950         * m4/arctwo.m4: New file.
6951
6952         * m4/gc-arctwo.m4: New file.
6953
6954 2005-10-21  Simon Josefsson  <jas@extundo.com>
6955
6956         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
6957         block.
6958
6959 2005-10-21  Simon Josefsson  <jas@extundo.com>
6960
6961         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
6962         <bruno@clisp.org>.
6963
6964         * lib/hmac-sha1.c (hmac_sha1): Likewise.
6965
6966         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
6967         Bruno Haible <bruno@clisp.org>.
6968
6969         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
6970         <bruno@clisp.org>.
6971
6972 2005-10-21  Simon Josefsson  <jas@extundo.com>
6973
6974         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
6975
6976 2005-10-21  Simon Josefsson  <jas@extundo.com>
6977
6978         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
6979
6980 2005-10-21  Simon Josefsson  <jas@extundo.com>
6981
6982         * lib/des.h, des.c: New files.
6983
6984         * lib/gc-gnulib.c: Support DES.c
6985
6986 2005-10-21  Simon Josefsson  <jas@extundo.com>
6987
6988         * lib/arctwo.h, arctwo.c: New files.
6989
6990         * lib/gc-gnulib.c: Support ARCTWO.
6991
6992 2005-10-21  Simon Josefsson  <jas@extundo.com>
6993
6994         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
6995         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6996
6997 2005-10-21  Simon Josefsson  <jas@extundo.com>
6998
6999         * gnulib-tool (func_import, func_create_testdir): Define automake
7000         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
7001         Makefile.am snippet),
7002         suggested by Bruno Haible <bruno@clisp.org>.
7003
7004         * modules/gc (Makefile.am): Use it.
7005
7006 2005-10-21  Bruno Haible  <bruno@clisp.org>
7007
7008         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
7009         patch.
7010
7011 2005-10-19  Simon Josefsson  <jas@extundo.com>
7012
7013         * tests/test-gc-rijndael.c: New file.
7014
7015         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
7016
7017 2005-10-19  Simon Josefsson  <jas@extundo.com>
7018
7019         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
7020         interface too.
7021
7022 2005-10-19  Simon Josefsson  <jas@extundo.com>
7023
7024         * tests/test-gc-arcfour.c: New file.
7025
7026         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
7027
7028 2005-10-19  Simon Josefsson  <jas@extundo.com>
7029
7030         * modules/gc-md4, modules/gc-md4-tests: New file.
7031
7032         * tests/test-gc-md4.c: New file.
7033
7034 2005-10-19  Simon Josefsson  <jas@extundo.com>
7035
7036         * m4/gc-md4.m4: New file.
7037
7038 2005-10-19  Simon Josefsson  <jas@extundo.com>
7039
7040         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
7041         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
7042         <kasal@ucw.cz>.
7043
7044 2005-10-19  Simon Josefsson  <jas@extundo.com>
7045
7046         * m4/gc-arcfour.m4: New file.
7047
7048         * m4/gc-rijndael.m4: New file.
7049
7050 2005-10-19  Simon Josefsson  <jas@extundo.com>
7051
7052         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
7053
7054 2005-10-19  Simon Josefsson  <jas@extundo.com>
7055
7056         * lib/gc-gnulib.c: Support ARCFOUR.
7057
7058 2005-10-19  Simon Josefsson  <jas@extundo.com>
7059
7060         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
7061         support.
7062
7063         * lib/gc.h: Add ECB enum type.
7064
7065         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
7066
7067 2005-10-18  Simon Josefsson  <jas@extundo.com>
7068
7069         * tests/test-md5.c: New file.
7070
7071         * modules/md5-tests: New file.
7072
7073 2005-10-18  Simon Josefsson  <jas@extundo.com>
7074
7075         * tests/test-md4.c: New file.
7076
7077         * modules/md4, modules/md4-tests: New files.
7078
7079 2005-10-18  Simon Josefsson  <jas@extundo.com>
7080
7081         * m4/md4.m4: New file.
7082
7083 2005-10-18  Simon Josefsson  <jas@extundo.com>
7084
7085         * lib/md4.h, md4.c: New files, based on md5.?.
7086
7087 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
7088
7089         * gnulib-tool (func_create_testdir): Omit the second check whether
7090         BUILT_SOURCES in nonempty.
7091
7092 2005-10-17  Simon Josefsson  <jas@extundo.com>
7093
7094         * tests/test-rijndael.c: New file.
7095
7096 2005-10-17  Simon Josefsson  <jas@extundo.com>
7097
7098         * modules/sha1: Depend on stdint instead of md5.
7099
7100         * modules/md5: Depend on stdint, remove uint32_t.
7101
7102 2005-10-17  Simon Josefsson  <jas@extundo.com>
7103
7104         * modules/gc-sha1-tests: New file.
7105
7106         * tests/test-gc-sha1.c: New file.
7107
7108 2005-10-17  Simon Josefsson  <jas@extundo.com>
7109
7110         * m4/md5.m4: Remove call to uint32_t.m4.
7111
7112 2005-10-17  Simon Josefsson  <jas@extundo.com>
7113
7114         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
7115
7116         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
7117         md5.h.
7118
7119         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
7120
7121         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
7122
7123 2005-10-17  Simon Josefsson  <jas@extundo.com>
7124
7125         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
7126
7127 2005-10-17  Simon Josefsson  <jas@extundo.com>
7128
7129         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
7130
7131 2005-10-17  Simon Josefsson  <jas@extundo.com>
7132
7133         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
7134
7135         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
7136
7137 2005-10-17  Bruno Haible  <bruno@clisp.org>
7138
7139         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
7140         that it can also be used in a test.
7141
7142 2005-10-16  Bruno Haible  <bruno@clisp.org>
7143
7144         * gnulib-tool (func_emit_tests_Makefile_am): Also define
7145         TESTS_ENVIRONMENT, so that individual tests can augment it.
7146
7147         * gnulib-tool (func_create_testdir): Use an intermediate target for
7148         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
7149         macros, like $(ALLOCA_H), which cannot be passed through the command
7150         line.
7151
7152 2005-10-15  Simon Josefsson  <jas@extundo.com>
7153
7154         * modules/rijndael-tests: New file.
7155
7156         * modules/rijndael: New file.
7157
7158 2005-10-15  Simon Josefsson  <jas@extundo.com>
7159
7160         * m4/rijndael.m4: New file.
7161
7162 2005-10-15  Simon Josefsson  <jas@extundo.com>
7163
7164         * lib/rijndael-api-fst.h, rijndael-api-fst.c: New files.
7165
7166         * lib/rijndael-alg-fst.h, rijndael-alg-fst.c: New files.
7167
7168 2005-10-14  Simon Josefsson  <jas@extundo.com>
7169
7170         * tests/test-arcfour.c: New file.
7171
7172         * modules/arcfour, modules/arcfour-tests: New files.
7173
7174 2005-10-14  Simon Josefsson  <jas@extundo.com>
7175
7176         * m4/arcfour.m4: New file.
7177
7178 2005-10-14  Simon Josefsson  <jas@extundo.com>
7179
7180         * lib/arcfour.h, arcfour.c: New files.
7181
7182 2005-10-14  Roland McGrath  <roland@redhat.com>
7183
7184         Import from libc.  [BZ #1331]
7185         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
7186         macro argument.
7187         Reported by Matej Vela <vela@debian.org>.
7188
7189 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7190
7191         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
7192         include <wchar.h>; no longer needed.
7193
7194 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7195
7196         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
7197
7198 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
7199         and  Ulrich Drepper  <drepper@redhat.com>
7200
7201         Import from libc.
7202         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
7203         instead of inline stream orientation test and two separate
7204         function calls.  Pay no attention to USE_IN_LIBIO.
7205
7206 2005-10-13  Simon Josefsson  <jas@extundo.com>
7207
7208         * modules/gc-hmac-md5-tests: New file.
7209
7210         * tests/test-gc-hmac-sha1.c: New file.
7211
7212         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
7213
7214         * modules/gc-hmac-md5-tests: New file.
7215
7216         * tests/test-gc-md5.c: New file.
7217
7218         * modules/gc-md5-tests: New file.
7219
7220 2005-10-13  Simon Josefsson  <jas@extundo.com>
7221
7222         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
7223         Move memory allocation outside of loop.
7224
7225 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
7226
7227         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
7228         intermediate directory is in a read-only file system.  Problem
7229         reported by Eric Blake.
7230
7231 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
7232
7233         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
7234
7235 2005-10-12  Simon Josefsson  <jas@extundo.com>
7236
7237         * tests/test-hmac-sha1.c: New file.
7238
7239         * modules/hmac-sha1-tests: New file.
7240
7241         * modules/hmac-sha1: New file.
7242
7243 2005-10-12  Simon Josefsson  <jas@extundo.com>
7244
7245         * modules/gc-sha1: New file.
7246
7247 2005-10-12  Simon Josefsson  <jas@extundo.com>
7248
7249         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
7250
7251         * tests/test-gc-pbkdf2-sha1.c: New file.
7252
7253 2005-10-12  Simon Josefsson  <jas@extundo.com>
7254
7255         * modules/gc-md5, modules/gc-hmac-md5: New files.
7256
7257         * modules/gc (Files): Remove md5, memxor and hmac files.
7258
7259 2005-10-12  Simon Josefsson  <jas@extundo.com>
7260
7261         * m4/gc-pbkdf2-sha1.m4: New file.
7262
7263         * m4/gc-hmac-sha1.m4: New file.
7264
7265         * m4/gc-sha1: New file.
7266
7267         * m4/hmac-sha1.m4: New file.
7268
7269 2005-10-12  Simon Josefsson  <jas@extundo.com>
7270
7271         * m4/gc-md5.m4, gc-hmac-md5: New files.
7272
7273         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
7274
7275 2005-10-12  Simon Josefsson  <jas@extundo.com>
7276
7277         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
7278         suggested by Bruno Haible <bruno@clisp.org>.
7279
7280 2005-10-12  Simon Josefsson  <jas@extundo.com>
7281
7282         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
7283
7284 2005-10-12  Simon Josefsson  <jas@extundo.com>
7285
7286         * lib/gc-pbkdf2-sha1.c: New file.
7287
7288         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
7289
7290 2005-10-12  Simon Josefsson  <jas@extundo.com>
7291
7292         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
7293
7294         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
7295
7296 2005-10-12  Simon Josefsson  <jas@extundo.com>
7297
7298         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
7299         GC_USE_HMAC_MD5, respectively.
7300
7301         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
7302         (gc_md5): Fix typo.
7303
7304         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
7305
7306         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
7307
7308         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
7309
7310 2005-10-12  Bruno Haible  <bruno@clisp.org>
7311
7312         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
7313         Reported by Stepan Kasal <kasal@ucw.cz>.
7314
7315 2005-10-11  Simon Josefsson  <jas@extundo.com>
7316
7317         * tests/test-crc.c: New file.
7318
7319         * modules/crc, modules/crc-tests: New files.
7320
7321 2005-10-11  Simon Josefsson  <jas@extundo.com>
7322
7323         * m4/crc.m4: New file.
7324
7325 2005-10-11  Simon Josefsson  <jas@extundo.com>
7326
7327         * lib/gc.h: Add gc_hash and gc_hash_buffer.
7328
7329         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
7330
7331         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
7332
7333 2005-10-11  Simon Josefsson  <jas@extundo.com>
7334
7335         * lib/crc.h, crc.c: New files.
7336
7337         * lib/gc.h (gc_hash_buffer): Add doc.
7338
7339 2005-10-11  Bruno Haible  <bruno@clisp.org>
7340
7341         * modules/c-strcasestr: New file.
7342         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
7343
7344 2005-10-11  Bruno Haible  <bruno@clisp.org>
7345
7346         * modules/c-strcase: New file.
7347         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
7348
7349 2005-10-11  Bruno Haible  <bruno@clisp.org>
7350
7351         * lib/strcasecmp.c: Include limits.h.
7352         (strcasecmp): Avoid integer overflow on exotic platforms.
7353         * lib/strncasecmp.c: Include limits.h.
7354         (strncasecmp): Avoid integer overflow on exotic platforms.
7355         Reported by Paul Eggert.
7356
7357 2005-10-11  Bruno Haible  <bruno@clisp.org>
7358
7359         * lib/c-strcasestr.h: New file, from GNU gettext.
7360         * lib/c-strcasestr.c: New file, from GNU gettext.
7361
7362 2005-10-11  Bruno Haible  <bruno@clisp.org>
7363
7364         * lib/c-strcase.h: New file, from GNU gettext.
7365         * lib/c-strcasecmp.c: New file, from GNU gettext.
7366         * lib/c-strncasecmp.c: New file, from GNU gettext.
7367
7368 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
7369
7370         * modules/mempcpy (License): GPL -> LGPL.
7371         * modules/strchrnul (License): Likewise.
7372         * modules/sysexits (License): Likewise.
7373
7374 2005-10-08  Simon Josefsson  <jas@extundo.com>
7375
7376         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
7377
7378 2005-10-07  Simon Josefsson  <jas@extundo.com>
7379
7380         * m4/memxor.m4: Remove gl_C_RESTRICT call.
7381
7382 2005-10-06  Simon Josefsson  <jas@extundo.com>
7383
7384         * tests/test-hmac-md5.c: New file.
7385
7386         * modules/hmac-md5-tests: New file.
7387
7388         * modules/hmac-md5: New file.
7389
7390 2005-10-06  Simon Josefsson  <jas@extundo.com>
7391
7392         * m4/hmac-md5.m4: New file.
7393
7394         * m4/memxor.m4: Require gl_C_RESTRICT.
7395
7396 2005-10-06  Simon Josefsson  <jas@extundo.com>
7397
7398         * lib/memxor.c (memxor): Avoid casts and warnings.
7399
7400 2005-10-06  Simon Josefsson  <jas@extundo.com>
7401
7402         * lib/hmac-md5.c: New file.
7403
7404         * lib/hmac.h: New file.
7405
7406 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
7407
7408         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
7409         promotes to int, not unsigned int, to catch the AIX 5.3
7410         compiler bug.
7411
7412 2005-10-05  Simon Josefsson  <jas@extundo.com>
7413
7414         * modules/memxor: New file.
7415
7416         * modules/iconv (Files): Move config.rpath to havelib, it is used
7417         there.
7418
7419         * modules/havelib (Files): Add config.rpath.
7420
7421 2005-10-05  Simon Josefsson  <jas@extundo.com>
7422
7423         * m4/memxor.m4: New file.
7424
7425 2005-10-05  Simon Josefsson  <jas@extundo.com>
7426
7427         * lib/memxor.c (memxor): Fix compiler error.
7428
7429         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
7430         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
7431
7432         * lib/memxor.h, memxor.c: New files.
7433
7434         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
7435         we assume all systems have it, suggested by Jim Meyering
7436         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
7437         any systems lack sys/socket.h; mingw32 is known to lack it, but we
7438         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
7439         same reasons.
7440
7441 2005-10-05  Simon Josefsson  <jas@extundo.com>
7442
7443         * config/srclist.txt: Add glibc bug 1423 for md5.h.
7444
7445 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7446
7447         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
7448         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
7449         needed, since the source code now assumes these .h files.
7450
7451 2005-10-05  Derek Price  <derek@ximbiot.com>
7452
7453         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
7454
7455 2005-10-05  Bruno Haible  <bruno@clisp.org>
7456
7457         * modules/stdint (License): Change to LGPL.
7458
7459 2005-10-04  Simon Josefsson  <jas@extundo.com>
7460
7461         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
7462         D. Baushke" <mdb@gnu.org>.
7463
7464 2005-10-04  Bruno Haible  <bruno@clisp.org>
7465
7466         * lib/verify.h (verify_true): Provide alternative definition for C++.
7467
7468 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
7469
7470         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
7471         (SSIZE_MAX): New macro, if not already defined.
7472         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
7473         than 2 GiB.
7474
7475 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7476
7477         Sync from coreutils.
7478         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
7479         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
7480         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
7481         ULLONG_MAX doesn't work with 2.7.2.1.
7482
7483 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7484
7485         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
7486         From Ben Pfaff.
7487
7488         * modules/exclude (Depends-on): Depend on verify.
7489         * modules/strtoimax (Depends-on): Likewise.
7490         * modules/utimecmp (Depends-on): Likewise.
7491
7492 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7493
7494         * lib/exclude.c: Include verify.h.
7495         (verify): Remove.  All callers changed to use verify.h's version.
7496         * lib/strtoimax.c: Likewise.
7497         * lib/utimecmp.c: Likewis.e
7498
7499         Sync from coreutils.
7500         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
7501         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
7502         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
7503         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
7504         bother returning ENOSYS if settimeofday or stime fails; just let
7505         them return whatever errno they want to return.
7506         * lib/utimens.c: Include unistd.h, for dup2.
7507         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
7508         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
7509
7510 2005-10-02  Jim Meyering  <jim@meyering.net>
7511
7512         Sync from coreutils.
7513         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
7514         from glibc-2.2.5 that fails for read-only files.
7515
7516 2005-10-02  Jim Meyering  <jim@meyering.net>
7517
7518         Sync from coreutils.
7519         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
7520         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
7521         `#if HAVE_CONFIG_H'.
7522         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
7523         Remove AT_FDCWD test.
7524         Do not consume the fd unless successful.
7525         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
7526         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
7527         block, so that we don't even try to compile it if settimeofday is
7528         available.  This works around a compilation failure on OSF1 V5.1,
7529         due to stime requiring a `long int*' while tv_sec is `int'.
7530
7531 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
7532
7533         Sync from coreutils.
7534         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
7535         against `yes', rather than just testing for nonempty.
7536
7537 2005-10-01  Simon Josefsson  <jas@extundo.com>
7538
7539         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
7540         and Darwin.
7541
7542         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
7543         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
7544         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
7545         freeaddrinfo and gai_strerror are declared by the POSIX headers.
7546         Check if struct addrinfo is declared.
7547
7548 2005-10-01  Simon Josefsson  <jas@extundo.com>
7549
7550         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
7551         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
7552         AI_* and EAI_* definitions.  Protect function declarations.
7553
7554 2005-10-01  Jim Meyering  <jim@meyering.net>
7555
7556         Sync from coreutils.
7557
7558         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
7559         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
7560         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
7561         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
7562         in the inet and nsl libraries.  Required on Solaris 5.7.
7563
7564 2005-10-01  Jim Meyering  <jim@meyering.net>
7565
7566         Sync from coreutils.
7567         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
7568         in the inet and nsl libraries.  Required on Solaris 5.7.
7569
7570 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
7571
7572         * lib/getdelim.c (getdelim): Remove unused variables.
7573
7574 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7575
7576         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
7577         so that the code works even with ancient cpp.  Portability problem
7578         with GCC 2.7.2.1 reported by Thomas M.Ott.
7579
7580 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7581
7582         * modules/regex (Depends-on): Add strcase.
7583
7584         * modules/gethostname (Licence): Change from GPL to LGPL, since
7585         gethostname.c is a trivial implementation of a standard library
7586         function.
7587         * modules/poll (License): Change from GPL to LGPL, since it's
7588         derived from LGPL code.
7589
7590 2005-09-27  Jim Meyering  <jim@meyering.net>
7591
7592         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
7593         HAVE_CONFIG_H.
7594
7595         * lib/intprops.h (signed_type_or_expr__): Define.
7596         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
7597         for unsigned types.
7598
7599 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7600
7601         * lib/verify.h (verify_expr): Remove, replacing with:
7602         (verify_true): New macro that returns true instead of void.
7603         (verify_type__): Remove.
7604         (verify): Use verify_true rather than verify_type__.
7605
7606 2005-09-26  Bruno Haible  <bruno@clisp.org>
7607
7608         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
7609         is necessary.
7610         (lib_SOURCES): Remove mbchar.c.
7611         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
7612         (Files): Add m4/mbrtowc.m4.
7613         * modules/mbiter: Likewise.
7614         * modules/mbuiter: Likewise.
7615
7616 2005-09-26  Bruno Haible  <bruno@clisp.org>
7617
7618         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
7619         compile mbchar.c if they are not both present.
7620         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
7621         * m4/mbiter.m4 (gl_MBITER): Likewise.
7622         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
7623         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
7624         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
7625
7626 2005-09-25  Jim Meyering  <jim@meyering.net>
7627
7628         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
7629         also uses socklen_t.
7630
7631 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
7632
7633         * lib/utimens.c (ENOSYS): Define if not already defined.
7634         (futimens): Support having a null PATH if the file descriptor
7635         is nonnegative.
7636
7637         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
7638         Remove.
7639         (__attribute): Define to empty unless GCC 3.1 or later.
7640         This works around a core dump on OpenBSD 3.4, which has GCC
7641         2.95.3, which dumps core when given __attribute__(()).  It also
7642         simplifies other tests, since we really don't want to bother with
7643         worrying about which ancient version of GCC supported what.
7644         Original problem reported by Yoann Vandoorselaere, with part of
7645         the fix suggested by Derek Price.
7646
7647 2005-09-24  Jim Meyering  <jim@meyering.net>
7648
7649         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
7650         so we can once again use a positive bitfield width of 1 -- now we
7651         don't have to explain why we were using a bitfield width of 2.
7652
7653 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7654
7655         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
7656         and similarly for the other external symbols.  Problem reported
7657         by James Gallager.
7658
7659         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
7660         bug reported by Jim Meyering.
7661
7662         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
7663         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
7664         not needed, since socklen is a prerequisite module.
7665
7666 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7667
7668         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
7669         Problem reported by Eric Blake.
7670         (getaddrinfo): Initialize se so that it's not garbage.
7671         Redo internal storage allocation so that it doesn't make unportable
7672         assumptions about alignment.
7673         Fix a memory leak.
7674
7675         * lib/utimens.c (futimens): Use futimesat if available.
7676         Prefer it to futimes since it doesn't have the futimes bug.
7677
7678         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
7679         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
7680         Instead, declare a function that returns a pointer to an array,
7681         and use verify_type__ to declare the size of the array.
7682         Problem and germ of a solution reported by Bruno Haible.
7683         (verify_type__): Use 2, not 1, for bitfield size, to avoid
7684         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
7685
7686 2005-09-23  Jim Meyering  <jim@meyering.net>
7687
7688         Sync from coreutils.
7689         Correct build failure (socklen_t not defined) on at least
7690         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
7691         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
7692
7693 2005-09-23  Jim Meyering  <jim@meyering.net>
7694
7695         * modules/getaddrinfo (Depends-on): Add socklen.
7696
7697 2005-09-23  Bruno Haible  <bruno@clisp.org>
7698
7699         * tests/test-verify.c: New file.
7700
7701 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7702
7703         Sync from coreutils.
7704
7705         * modules/argmatch (Depends-on): Add verify.
7706         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
7707         unistd-safer.
7708         * modules/save-cwd (Depends-on): Likewise.
7709
7710         * modules/openat (Files): Add lib/openat-die.c.
7711         (Depends-on): Remove error, exitfail.
7712         Add dirname.
7713
7714         * modules/verify: New file.
7715         * MODULES.html.sh (Diagnostics <assert.h>): New section,
7716         with "verify" module.
7717
7718 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7719
7720         Sync from coreutils.
7721
7722         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
7723         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
7724         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
7725         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
7726         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
7727         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
7728         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
7729         Don't bother checking for string.h, stdlib.h, unistd.h.
7730         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
7731         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
7732         module's job.
7733         * m4/jm-macros.m4 (gl_MACROS): Likewise.
7734         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
7735
7736         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
7737         (gl_GETDATE): Use it.
7738
7739         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
7740
7741 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7742
7743         Sync from coreutils.
7744
7745         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
7746         stat-time.h.
7747         * lib/argmatch.h: Include verify.h
7748         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
7749         (ARGMATCH_ASSERT): Remove; unused.
7750         * lib/canonicalize.c: Assume STDC_HEADERS.
7751         * lib/exclude.c: Include "strcase.h".
7752         * lib/regex_internal.h [!defined _LIBC]: Likewise.
7753         * lib/getusershell.c: Include stdio--.h rather than stdio.h
7754         and stdio-safer.h.
7755         (getusershell): Call fopen, not fopen_safer.
7756         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
7757         Do not include unistd-safer.h.
7758         (save_cwd): Don't call fd_safer; no longer needed
7759         now that we include fcntl--.h.
7760
7761         * lib/getdate.y (relative_time): New type.
7762         (RELATIVE_TIME_0): New constant.
7763         (parser_control): Use relative_time instead of doing it ourselves.
7764         (%union): Add new relative_time rel member.
7765         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
7766         Now typeless.
7767         (relunit, relunit_snumber): Now of type rel.
7768         (zone, rel, relunit, get_date): Adjust to above changes.
7769
7770         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
7771         Do not include unistd-safer.h.
7772         (getloadavg): Don't call fd_safer; no longer needed
7773         now that we include fcntl--.h.
7774
7775         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
7776         (make_dir_parents): Treat ENOSYS like EEXIST.
7777
7778         Improve quality of diagnostics on restore_cwd failure.
7779         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
7780         (make_dir_parents): Last arg is now int * (for errno), not bool *.
7781         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
7782         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
7783         each time through the loop.  Do not diagnose restore_cwd failure;
7784         that is the caller's job (and perhaps the caller does not care).
7785
7786         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
7787         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
7788         If the file already exists but is not a directory, don't bother
7789         to try to make its parents.
7790         Close potential file descriptor leak if we can't chdir("/") (!).
7791         Don't always return true if chdir($PWD) fails; return true only
7792         if the requested action was done successfully (except for the
7793         chdir($PWD)).
7794         Don't log final directory unless we actually made it.
7795         Refactor to avoid duplicate code to fix up permissions.
7796         Don't attempt to fix up parent permissions if chdir($PWD) fails.
7797
7798         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
7799         to make it a bit faster and (I hope) clearer.
7800         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
7801         Fix bug in formats like %2N.
7802
7803         * lib/verify.h: New file.
7804
7805 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7806
7807         Sync from coreutils.
7808         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
7809
7810 2005-09-22  Jim Meyering  <jim@meyering.net>
7811
7812         Sync from coreutils.
7813
7814         * m4/lstat.m4 (gl_FUNC_LSTAT):
7815         Use AC_LIBSOURCES to require lstat.c and lstat.h.
7816         Remove obsolete comment.
7817         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
7818         * m4/xstrtod.m4: Likewise.
7819
7820         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
7821
7822 2005-09-22  Jim Meyering  <jim@meyering.net>
7823
7824         Sync from coreutils.
7825
7826         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
7827
7828         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
7829         the .tm_year member, since otherwise gcc-4.0 would now warn about
7830         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
7831
7832         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
7833         order to avoid an unsuppressible warning from gcc on 64-bit systems.
7834
7835         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
7836         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
7837         when run in a time zone for which daylight savings time is in effect
7838         for the starting date.
7839
7840         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
7841         stop us from restricting permissions of just-created absolute-named
7842         directories.
7843         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
7844         to restore initial working directory.
7845         * lib/mkdir-p.c (make_dir_parents): New parameter:
7846         different_working_dir, to tell caller if/when we change the working
7847         directory and are unable to return to the initial one.
7848         * lib/mkdir-p.h (make_dir_parents): Update prototype.
7849         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
7850         `return false'.  This fixes a bug introduced on 2004-07-30.
7851
7852         * lib/openat.c (fdopendir): Be sure to close the supplied
7853         file descriptor before returning.  This makes our replacement
7854         implementation a little closer to Solaris's, where fdopendir
7855         ties the file descriptor to the returned DIR* pointer.
7856         * lib/openat.c (unlinkat): New function.
7857         * lib/openat.h (unlinkat): Add prototype.
7858         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
7859         (openat_restore_fail): Rename from openat_restore_die.
7860         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
7861
7862         Provide an alternative to exiting immediately upon save_cwd or
7863         restore_cwd failure.  Now, an application can arrange e.g.,
7864         to perform a longjump in that case.
7865         * lib/openat.c: Include dirname.h.
7866         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
7867         (rpl_openat, fdopendir, fstatat): Call openat_save_die
7868         and openat_restore_die rather than calling error directly.
7869         Don't include "error.h" or "exitfail.h"; they're no longer needed.
7870
7871         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
7872         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
7873         define.
7874
7875         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
7876         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
7877                             int utc, int nanoseconds);
7878         Background:
7879         date should not have to allocate a megabyte of virtual memory to
7880         handle a format argument like +%1048575T.  When implemented with
7881         strftime, it must allocate such a buffer, use strftime to fill it
7882         in, print it, then free it.
7883         With fprintftime, it simply prints everything and exits.
7884         With no need for memory allocation, that's one fewer way to fail.
7885         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
7886         optional field width, not before, so we accept %9:z, not %:9z.
7887         (my_strftime): Be sure to use L_('x') for literals.
7888
7889         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
7890         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
7891         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
7892         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
7893         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
7894         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
7895         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
7896         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
7897         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
7898         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
7899         * lib/xgethostname.c, lib/xreadlink.c:
7900         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
7901
7902         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
7903         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
7904         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
7905         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
7906         and don't include <sys/file.h>).
7907
7908 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
7909
7910         Sync from coreutils.
7911
7912         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
7913         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
7914         [!LDAV_DONE]: Avoid unused variable warning.
7915
7916 2005-09-21  Bruno Haible  <bruno@clisp.org>
7917
7918         * lib/unicodeio.h (unicode_to_mb): New declaration.
7919
7920 2005-09-20  Derek Price  <derek@ximbiot.com>
7921
7922         * lib/getaddrinfo.c: Don't include <netdb.h> included from
7923         getaddrinfo.h.
7924
7925 2005-09-20  Bruno Haible  <bruno@clisp.org>
7926
7927         * gnulib-tool: Remove trailing slashes from the values specified for
7928         --source-base, --m4-base, --tests-base, --aux-dir.
7929         Suggested by Simon Josefsson <jas@extundo.com>.
7930
7931 2005-09-20  Bruno Haible  <bruno@clisp.org>
7932
7933         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
7934         func_modules_to_filelist, func_import, func_create_testdir): Make all
7935         sorting results locale-independent, so that gnulib-cache.m4 doesn't
7936         change when gnulib-tool is invoked in a different locale.
7937
7938 2005-09-19  Simon Josefsson  <jas@extundo.com>
7939
7940         * m4/socklen.m4: Fix typo.
7941
7942 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7943
7944         Use a consistent style for including <config.h>.
7945         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
7946         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
7947         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
7948         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
7949         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
7950         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
7951         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
7952         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
7953         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
7954         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
7955         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
7956         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
7957         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
7958         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
7959         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
7960         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
7961         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
7962         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
7963         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
7964         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
7965         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
7966         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
7967         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
7968         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
7969         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
7970         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
7971         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
7972         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
7973         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
7974         lib/xstrtoumax.c, lib/yesno.c:
7975         Standardize inclusion of config.h.
7976         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
7977         lib/inttostr.h:  Removed inclusion of config.h from header files.
7978         * lib/inttostr.c:  Adjusted in-tree users.
7979         * lib/timespec.h: Remove superfluous warning to include config.h.
7980         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
7981         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
7982         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
7983         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
7984         config.h with HAVE_CONFIG_H.
7985
7986 2005-09-19  Jim Meyering  <jim@meyering.net>
7987
7988         * modules/pathmax (License): Change to LGPL.
7989
7990 2005-09-19  Derek Price  <derek@ximbiot.com>
7991
7992         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
7993
7994 2005-09-19  Bruno Haible  <bruno@clisp.org>
7995
7996         * gnulib-tool (import): Provide default for --tests-base.
7997
7998 2005-09-19  Bruno Haible  <bruno@clisp.org>
7999
8000         * doc/quote.texi: New file, extracted from gnulib.texi.
8001         * doc/ctime.texi: New file, extracted from gnulib.texi.
8002         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
8003         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
8004         * doc/gnulib.texi: Include them.
8005
8006 2005-09-18  Bruno Haible  <bruno@clisp.org>
8007
8008         Portability fix.
8009         * gnulib-tool (func_readlink): New function.
8010         (func_ln_if_changed): Use it.
8011
8012 2005-09-18  Bruno Haible  <bruno@clisp.org>
8013
8014         * gnulib-tool: Support --with-tests also with --import.
8015         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
8016         (func_import): Use variables $testsbase and $inctests. Emit a
8017         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
8018         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
8019         SUBDIRS += $testsdir.
8020         (func_create_testdir): Update.
8021
8022 2005-09-18  Bruno Haible  <bruno@clisp.org>
8023
8024         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
8025         instead of $dry_run.
8026         (func_cp_if_changed, func_mv_if_changed): Remove functions.
8027         (func_ln_if_changed): Don't handle dry-run here.
8028         (func_import): In dry-run mode, detect more precisely which actions
8029         would be performed, and don't use "...ing" verbs.
8030
8031 2005-09-18  Bruno Haible  <bruno@clisp.org>
8032
8033         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
8034         (func_import): Use join on two temporary files instead of three nested
8035         loops, in order to determine which files are new or old.
8036
8037 2005-09-18  Bruno Haible  <bruno@clisp.org>
8038
8039         * gnulib-tool (func_import): Comment out code that spits out the
8040         new files with --dry-run.
8041
8042 2005-09-18  Bruno Haible  <bruno@clisp.org>
8043
8044         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
8045
8046 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8047
8048         * lib/stat-time.h: New file.
8049         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
8050         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
8051         in a different way.
8052         (timespec_cmp): New function.
8053         * lib/utimecmp.c: Include stat-time.h.
8054         (SYSCALL_RESOLUTION): Depend on whether various struct stat
8055         members exist, not on the obsolescent ST_MTIM_NSEC.
8056         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
8057
8058 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8059
8060         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
8061
8062 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8063
8064         * MODULES.html.sh (File system functions): Add stat-time.
8065         * modules/stat-time: New file.
8066         * modules/timespec (Files): Remove m4/st_mtim.m4; this
8067         is now done in a different way, by the stat-time module.
8068         * modules/utimecmp (Depends-on): Add stat-time.
8069
8070 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8071
8072         * m4/st_mtim.m4: Remove.  Superseded by...
8073         * m4/stat-time.m4: New file.
8074         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
8075         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
8076
8077 2005-09-15  Derek Price  <derek@ximbiot.com>
8078
8079         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
8080
8081 2005-09-15  Derek Price  <derek@ximbiot.com>
8082
8083         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
8084         * lib/regex_internal.c: Ditto, using this...
8085         (__GNUC_PREREQ): ...new macro.
8086         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
8087         using...
8088         (__GNUC_PREREQ): ...this new macro.
8089
8090         * lib/strstr.h: Include string.h. Define strstr as a macro here.
8091
8092 2005-09-15  Derek Price  <derek@ximbiot.com>
8093             Paul Eggert  <eggert@cs.ucla.edu>
8094
8095         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
8096         changes, consolidating in...
8097         * lib/regex_internal.h: ...this file.
8098
8099 2005-09-13  Jim Meyering  <jim@meyering.net>
8100
8101         * lib/canon-host.c: Filter through gnu indent and reword comments
8102         slightly.
8103         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
8104
8105 2005-09-13  Derek Price  <derek@ximbiot.com>
8106
8107         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
8108         failure.
8109         Reported by Jim Meyering  <jim@meyering.net>.
8110
8111 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8112
8113         * lib/base64.c: Typo.
8114         (base64_encode): Put b64str in initialized data section.
8115
8116 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8117
8118         Merge glibc and coreutils changes into gnulib, plus a few
8119         extra fixes.
8120         * lib/md5.c: Use #error rather than a string.
8121         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
8122         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
8123         (__attribute__): Define to empty for non recent-GCC.
8124         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
8125         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
8126         Renamed from their non-__ counterparts, with new macros replacing
8127         them if not _LIBC.  Add __THROW attribute.
8128         (rol): Remove.
8129         (struct md5_ctx): Align buffer if using GCC.
8130         * lib/sha1.h (struct sha1_ctx): Likewise.
8131         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
8132         The old name was backwards.
8133         (NOTSWAP): Remove; not used.
8134         (rol): New macro, moved here from md5.h.
8135         (sha1_process_block): Remove a FIXME that doesn't make sense.
8136
8137 2005-09-12  Derek Price  <derek@ximbiot.com>
8138
8139         Return usable errors from canon-host.
8140         * lib/canon-host.h: New file.
8141         * lib/canon-host.c (canon_host): Wrap...
8142         (canon_host_r): ...this new function, which now relies exclusively on
8143         getaddrinfo.
8144         (ch_strerror): New function.
8145         (last_cherror): New global.
8146         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
8147         interface.
8148         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
8149         void *.
8150         (freeaddrinfo): Free ai->ai_canonname when set.
8151
8152 2005-09-12  Derek Price  <derek@ximbiot.com>
8153
8154         Make canon-host require getaddrinfo.
8155         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
8156         AC_LIBSOURCE canon-host.h.  Call...
8157         (gl_PREREQ_CANON_HOST): ...this new function, which requires
8158         gl_GETADDRINFO.
8159         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
8160
8161 2005-09-12  Derek Price  <derek@ximbiot.com>
8162
8163         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
8164         LGPL.
8165         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
8166
8167 2005-09-12  Derek Price  <derek@ximbiot.com>
8168
8169         * lib/gai_strerror.c: Include config.h when available.  Include
8170         getaddrinfo.h before other headers to test interface.
8171         Reported by Larry Jones <lawrence.jones@ugs.com>.
8172
8173 2005-09-12  Derek Price  <derek@ximbiot.com>
8174             Paul Eggert  <eggert@cs.ucla.edu>
8175
8176         * modules/glob (Files): Add glob-libc.h.
8177
8178 2005-09-12  Derek Price  <derek@ximbiot.com>
8179             Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
8182         glob_.h, glob-libc.h.
8183         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
8184
8185 2005-09-12  Derek Price  <derek@ximbiot.com>
8186             Paul Eggert  <eggert@cs.ucla.edu>
8187
8188         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
8189         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
8190         protecting things that should be done only in gnulib contexts.
8191         * lib/glob_.h: New file, containing only the glob things needed for
8192         gnulib.
8193         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
8194         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
8195         (glob, globfree, glob_pattern_p): Now defined simply in terms of
8196         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
8197         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
8198         and to respect the namespace rules better.
8199
8200 2005-09-08  Simon Josefsson  <jas@extundo.com>
8201
8202         * modules/socklen: New file.
8203
8204 2005-09-08  Simon Josefsson  <jas@extundo.com>
8205
8206         * m4/socklen.m4: New file.
8207
8208 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8209
8210         * modules/utimens (Files): Add m4/utimbuf.m4, since
8211         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
8212         Reported by Sergey Poznyakoff.
8213
8214 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8215
8216         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
8217         definitions, since that's the preferred style in glibc.
8218         Fix a minor spacing issue, and update copyright notice to match
8219         glibc's.
8220
8221 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8222
8223         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
8224
8225 2005-09-06  Simon Josefsson  <jas@extundo.com>
8226
8227         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
8228         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
8229
8230 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8231
8232         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
8233         warning.
8234
8235 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8236
8237         * config/srclist.txt: Add glibc bug 1302.
8238
8239 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
8240
8241         Change bitset word type from unsigned int to unsigned long int,
8242         as this has better performance on typical 64-bit hosts.
8243         Port bitset code to hosts with unusual word sizes.
8244         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
8245         (build_collating_symbol):
8246         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
8247         argument is a bitset.  This is merely a style issue, but it makes
8248         it clearer that an entire array is expected.
8249         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
8250         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
8251         Port to the case where bitset_word is not the same as unsigned int.
8252         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
8253         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
8254         Likewise.
8255         * lib/regexec.c (check_dst_limits_calc_pos_1,
8256         check_subexp_matching_top):
8257         (build_trtable, group_nodes_into_DFAstates):
8258         Likewise.
8259         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
8260         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
8261         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
8262         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
8263         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
8264         * lib/regcomp.c (optimize_subexps, lower_subexp):
8265         Work even if bitset_word has holes in its bitwise representation.
8266         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
8267         * lib/regexec.c (check_dst_limits_calc_pos_1,
8268         check_subexp_matching_top):
8269         Likewise.
8270         * lib/regex_internal.c (re_string_reconstruct):
8271         Don't assume UCHAR_MAX == 255.
8272         * lib/regex_internal.h (bitset_set_all): Likewise.
8273         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
8274         All uses changed.
8275         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
8276         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
8277         All uses changed.
8278         (BITSET_WORD_MAX): New macro.
8279         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
8280         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
8281         (bitset_empty, bitset_copy):
8282         Prefer sizeof (bitset) to multiplying it out ourselves.
8283         (bitset_not_merge): Remove; unused.
8284         (bitset_contain): Return bool, not unsigned int with one bit on.
8285         All callers changed.
8286         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
8287         alignment than re_node_set; do this by defining a new internal
8288         type struct dests_alloc and using it to allocate memory.
8289
8290 2005-09-05  Bruno Haible  <bruno@clisp.org>
8291
8292         * gnulib-tool (func_import): Fix comparison in handling of symbolic
8293         links.
8294
8295 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
8296
8297         * modules/size_max (Makefile.am): Add size_max.h
8298
8299 2005-09-04  Derek Price  <derek@ximbiot.com>
8300
8301         * gnulib-tool (func_import): Fix reversed $symbolic logic.
8302
8303 2005-09-03  Simon Josefsson  <jas@extundo.com>
8304
8305         * gnulib-tool: Fix typo.
8306
8307 2005-09-03  Simon Josefsson  <jas@extundo.com>
8308
8309         * config/srclist.txt: Add glibc bug 1293.
8310
8311 2005-09-03  Derek Price  <derek@ximbiot.com>
8312
8313         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
8314         From Larry Jones <lawrence.jones@ugs.com>.
8315
8316 2005-09-02  Simon Josefsson  <jas@extundo.com>
8317
8318         * modules/socklen: New file.
8319
8320 2005-09-02  Simon Josefsson  <jas@extundo.com>
8321
8322         * modules/havelib: New module.
8323
8324         * modules/gettext, modules/iconv, modules/lock, modules/readline:
8325         Use havelib.
8326
8327 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
8328
8329         Check for arithmetic overflow when calculating sizes, to prevent
8330         some buffer-overflow issues.  These patches are conservative, in the
8331         sense that when I couldn't determine whether an overflow was possible,
8332         I inserted a run-time check.
8333         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
8334         macros.
8335         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
8336         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
8337         (re_xnrealloc, re_x2nrealloc): New inline functions.
8338         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
8339         parse_bracket_exp):
8340         (build_equiv_class, build_charclass): Check for arithmetic overflow
8341         in size expression calculations.
8342         * lib/regex_internal.c (re_string_realloc_buffers):
8343         (build_wcs_upper_buffer, re_node_set_add_intersect):
8344         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
8345         (re_dfa_add_node, register_state): Likewise.
8346         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
8347         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
8348         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
8349         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
8350
8351 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
8352
8353         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
8354         m4/ulonglong.m4.  Problem reported by Martin Lambers.
8355
8356 2005-09-02  Bruno Haible  <bruno@clisp.org>
8357
8358         Support for lib vs. lib64 distinction on biarch platforms.
8359         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
8360         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
8361         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
8362
8363 2005-09-02  Bruno Haible  <bruno@clisp.org>
8364
8365         * gnulib-tool (import): In the other first-use case, provide defaults
8366         as well.
8367
8368 2005-09-02  Bruno Haible  <bruno@clisp.org>
8369
8370         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
8371         patches not yet found in the latest gettext release.
8372
8373 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8374
8375         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
8376         to avoid a collision with bits/local_lim.h in glibc.
8377         All uses changed.  Problem reported by Dmitry V. Levin in
8378         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
8379
8380         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
8381         bugs in int versus size_t comparisons.
8382         (re_string_context_at): Fix bug where the code assumed that
8383         Idx is signed.
8384
8385         Use bool where appropriate.
8386         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
8387         All callers changed.
8388         (calc_eclosure_iter): Likewise, for ROOT arg.
8389         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
8390         (build_charclass_op): Likewise, for NON_MATCH arg.
8391         * lib/regex_internal.c (re_string_allocate, re_string_construct):
8392         (re_string_construct_common): Likewise, for ICASE arg.
8393         * lib/regexec.c (re_search_2_stub, re_search_stub):
8394         Likewise, for RET_LEN arg.
8395         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
8396         (set_regs): Likewise, for FL_BACKTRACK arg.
8397         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
8398         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
8399         (calc_eclosure_iter, parse_bracket_exp):
8400         Use bool for internal variables that are booleans.
8401         * lib/regexec.c (re_search_internal, check_matching,
8402         proceed_next_node):
8403         (set_regs, build_sifted_states, sift_states_bkref):
8404         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
8405         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
8406         (find_collation_sequence_value):
8407         Likewise.
8408         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
8409         (re_node_set_compare):
8410         Return bool, not int. All callers changed.
8411         * lib/regexec.c (check_halt_node_context, check_dst_limits):
8412         (build_trtable, check_node_accept): Likewise.
8413         * lib/regex_internal.h: Include stdbool.h.
8414
8415         Fix bugs uncovered when converting to bool.
8416         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
8417         failure instead of charging ahead blindly.
8418         * lib/regex_internal.c (register_state): Likewise.
8419         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
8420         for freeing internal storage.
8421         (group_nodes_into_DFA_states): Use unsigned int, not int, for
8422         bitset pieces used as boolean, to avoid undefined behavior
8423         on hosts that do int overflow checking.
8424
8425 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8426
8427         * config/srclist.txt: Add glibc bugs 1285-1287.
8428
8429 2005-09-01  Jim Meyering  <jim@meyering.net>
8430
8431         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
8432         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
8433         Require gl_STAT_MACROS, too.
8434
8435 2005-09-01  Bruno Haible  <bruno@clisp.org>
8436
8437         * gnulib-tool (import): In the first-use case, provide defaults.
8438
8439 2005-09-01  Bruno Haible  <bruno@clisp.org>
8440
8441         * gnulib-tool (func_import): Remove the .tmp files.
8442
8443 2005-09-01  Bruno Haible  <bruno@clisp.org>
8444
8445         * gnulib-tool (func_import): Fix handling of symbolic links.
8446
8447 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8448
8449         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
8450         old glibc regex code mishandles strings longer than 2**31 bytes.
8451         This patch fixes this when the regex code is used in gnulib
8452         (i.e., outside glibc).
8453
8454         This patch should not affect the use of the regex code inside
8455         glibc.  No doubt this problem also needs to be handled for glibc
8456         as well, but the result will be an incompatible change to the
8457         glibc ABI, and the old ABI will have to be supported too.  That
8458         can be the the subject for another patch.
8459
8460         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
8461         governing whether the rest of this patch is active.  By default,
8462         the macro is disabled and the patch has no effect.
8463         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
8464         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
8465         (struct re_pattern_buffer, re_search, re_search_2, re_match):
8466         (re_match_2, re_set_registers): Use the new types.
8467         * lib/regex_internal.h (Idx, re_hashval_t): New types.
8468         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
8469         New macros.
8470         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
8471         (re_string_context_at, bin_tree_t, re_dfastate_t):
8472         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
8473         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
8474         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
8475         (re_string_char_size_at, re_string_wchar_at):
8476         (re_string_elem_size_at):
8477         Use the new types and macros to port to 64-bit hosts.
8478         Use unsigned types for internal values, so that the code
8479         mostly works even for arrays larger than SSIZE_MAX.
8480         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
8481         (search_duplicated_node, calc_eclosure_iter, fetch_number):
8482         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
8483         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
8484         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
8485         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
8486         (calc_inveclosure, parse_dup_op, build_range_exp):
8487         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
8488         (fetch_number, create_token_tree, mark_opt_subexp):
8489         Likewise.
8490         * lib/regex_internal.c (re_string_construct_common,
8491         create_ci_newstate):
8492         (create_cd_newstate, re_string_allocate, re_string_construct):
8493         (re_string_realloc_buffers, build_wcs_upper_buffer):
8494         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
8495         (re_string_reconstruct, re_string_peek_byte_case):
8496         (re_string_fetch_byte_case, re_string_context_at):
8497         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
8498         (re_node_set_init_copy, re_node_set_add_intersect):
8499         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8500         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8501         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
8502         (re_acquire_state, re_acquire_state_context, register_state):
8503         Likewise.
8504         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
8505         search_cur_bkref_entry):
8506         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
8507         (re_search_internal, re_search_2_stub, re_search_stub)
8508         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
8509         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
8510         (update_cur_sifted_state, check_dst_limits):
8511         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
8512         (check_subexp_limits, sift_states_bkref, merge_state_array):
8513         (check_subexp_matching_top, get_subexp, get_subexp_sub):
8514         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
8515         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
8516         (expand_bkref_cache, check_node_accept_bytes):
8517         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
8518         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
8519         (acquire_init_state_context, check_halt_node_context):
8520         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
8521         (sift_states_backward, clean_state_log_if_needed):
8522         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
8523         (find_recover_state, transit_state_sb, transit_state_mb):
8524         (transit_state_bkref, build_trtable, match_ctx_clean):
8525         Likewise.
8526         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
8527         to work around an assumption that REG_MISSING is negative.
8528
8529         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
8530         (seek_collating_symbol_entry) [defined _LIBC]:
8531         (lookup_collation_sequence_value) [defined _LIBC]:
8532         (build_range_exp, build_collating_symbol) [defined _LIBC]:
8533         Use prototypes rather than old-style function definitions.
8534         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
8535         (transit_state_sb) [0]:
8536         (find_collation_sequence_value) [defined _LIBC]: Likewise.
8537
8538         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
8539         rm_eo.
8540
8541         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
8542         (optimize_subexps, lower_subexp):
8543         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
8544         since the signed shift might overflow.  Use 1u<<31 instead.
8545         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
8546         Likewise.
8547         * lib/regexec.c (check_dst_limits_calc_pos_1,
8548         check_subexp_matching_top): Likewise.
8549
8550         * lib/regcomp.c (optimize_subexps, lower_subexp):
8551         Use CHAR_BIT rather than 8, for clarity.
8552         * lib/regexec.c (check_dst_limits_calc_pos_1):
8553         (check_subexp_matching_top): Likewise.
8554         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
8555         have to worry about portability issues when shifting it left.
8556         Remove no-longer-needed test for table_size > 0.
8557         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
8558         in a word, as the resulting behavior is undefined.
8559         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
8560         in one case, a <= should have been an <, and in another case the
8561         whole test was missing.
8562         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
8563         the standard name CHAR_BIT.
8564         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
8565         this is not true on one's complement and signed-magnitude hosts.
8566
8567         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
8568         next_last_offset.
8569         (struct re_dfa_t): Remove unused member states_alloc.
8570         * lib/regcomp.c (init_dfa): Don't initialize unused members.
8571
8572 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8573
8574         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
8575         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
8576         and large-file glibc and in 32-bit large-file Solaris.
8577
8578 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8579
8580         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
8581         lengths fit in regoff_t; this isn't true if regoff_t is the same
8582         width as size_t.
8583         * lib/regex.c (re_search_internal): 5th arg is LAST_START
8584         (= START + RANGE) instead of RANGE.  This avoids overflow
8585         problems when regoff_t is the same width as size_t.
8586         All callers changed.
8587         (re_search_2_stub): Check for overflow when adding the
8588         sizes of the two strings.
8589         (re_search_stub): Check for overflow when adding START
8590         to RANGE; if it occurs, substitute the extreme value.
8591
8592 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8593
8594         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
8595
8596 2005-08-31  Jim Meyering  <jim@meyering.net>
8597
8598         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
8599         a pointer-to-const.
8600         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
8601         (register_state): Likewise.
8602         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
8603         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
8604         (group_nodes_into_DFAstates): Likewise.
8605
8606 2005-08-31  Jim Meyering  <jim@meyering.net>
8607
8608         * check-module: Add a FIXME comment.
8609
8610 2005-08-31  Eric Blake  <ebb9@byu.net>
8611
8612         * modules/unistd-safer (Files): Add unistd--.h.
8613         * modules/stdio-safer (Files): Add stdio--.h.
8614
8615 2005-08-31  Derek Price  <derek@ximbiot.com>
8616
8617         * lib/getdelim.c (getdelim): Return EOF on EOF.
8618         Reported by Larry Jones <lawrence.jones@ugs.com>.
8619
8620 2005-08-31  Bruno Haible  <bruno@clisp.org>
8621
8622         Avoid unnecessary diffs in the generated lib/Makefile.am.
8623         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
8624         the generated files.
8625         (func_import): Don't set cmd.
8626
8627 2005-08-31  Bruno Haible  <bruno@clisp.org>
8628
8629         * lib/strstr.c: Include <stddef.h>, for NULL.
8630         * lib/strcasestr.c: Likewise.
8631         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8632
8633 2005-08-31  Bruno Haible  <bruno@clisp.org>
8634
8635         * gnulib-tool: New option --macro-prefix.
8636         (func_import): Use macro_prefix.
8637         (import): Handle option --macro-prefix.
8638
8639 2005-08-31  Bruno Haible  <bruno@clisp.org>
8640
8641         * gnulib-tool (import): Rename most ac_* variables to cached_*.
8642         Also use new variables cached_lgpl, cached_libtool.
8643
8644 2005-08-31  Bruno Haible  <bruno@clisp.org>
8645
8646         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
8647         always instantiating them.
8648
8649 2005-08-31  Bruno Haible  <bruno@clisp.org>
8650
8651         * gnulib-tool (func_import): Read the previous cached settings
8652         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
8653         earlier added by gnulib but are now dropped. Warn when a gnulib file
8654         overwrites a non-gnulib file.
8655
8656 2005-08-31  Bruno Haible  <bruno@clisp.org>
8657
8658         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
8659         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
8660         projects that don't keep autogenerated files in CVS. Put into
8661         actioncmd only the specified modules, not the transitive closure.
8662
8663 2005-08-31  Bruno Haible  <bruno@clisp.org>
8664
8665         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
8666         Create directories that shall be filled.
8667         (import): Don't look for gl_* macros in configure.ac. Recurse across
8668         all directories containing a gnulib-cache.m4 files, if meaningful.
8669
8670 2005-08-31  Bruno Haible  <bruno@clisp.org>
8671
8672         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
8673         (import): Set seen_libtool when we see gl_LIBTOOL.
8674
8675 2005-08-31  Bruno Haible  <bruno@clisp.org>
8676
8677         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
8678         declaration macro definitions from generated gnulib.m4.
8679
8680 2005-08-30  "Oskar Liljeblad" <oskar@osk.mine.nu>
8681
8682         * lib/iconvme.h: Add prototype for iconv_alloc.
8683
8684 2005-08-29  Simon Josefsson  <jas@extundo.com>
8685
8686         * lib/iconvme.c: Fix errno.
8687
8688 2005-08-29  Bruno Haible  <bruno@clisp.org>
8689
8690         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
8691         that it works when the directory contains spaces.
8692
8693 2005-08-29  Bruno Haible  <bruno@clisp.org>
8694
8695         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
8696
8697 2005-08-29  Bruno Haible  <bruno@clisp.org>
8698
8699         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
8700         Emit more advice.
8701
8702 2005-08-29  Bruno Haible  <bruno@clisp.org>
8703         and Stepan Kasal  <kasal@ucw.cz>
8704
8705         * check-module: If more parameters are given, check each of them
8706         separately; add more exceptions, as noted by Jim Meyering.
8707         (check_module): New procedure.
8708         (%exempt_header): Now contains all exceptions.
8709
8710 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
8711
8712         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
8713
8714 2005-08-29  "Oskar Liljeblad" <oskar@osk.mine.nu>
8715
8716         * lib/iconvme.c: Split iconv_string into iconv_alloc.
8717
8718 2005-08-28  Bruno Haible  <bruno@clisp.org>
8719
8720         * m4/gnulib-tool.m4: New file.
8721
8722 2005-08-27  Jim Meyering  <jim@meyering.net>
8723
8724         * modules/unistd-safer (Files): Add pipe-safer.c.
8725         * modules/fcntl-safer (Files): Add creat-safer.c.
8726
8727 2005-08-27  Jim Meyering  <jim@meyering.net>
8728
8729         * m4/stdlib-safer.m4: New file.  From coreutils.
8730         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
8731         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
8732         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
8733         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
8734         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
8735
8736 2005-08-27  Jim Meyering  <jim@meyering.net>
8737
8738         * lib/fopen-safer.c: Merge minor changes from coreutils.
8739         * lib/dup-safer.c: Likewise.
8740         * lib/fd-safer.c: Likewise.
8741
8742         Merge from coreutils.
8743         * lib/stdio--.h: New file.
8744         * lib/stdlib--.h: New file.
8745         * lib/mkstemp-safer.c: New file.
8746
8747         GNU tar needs these.
8748         * lib/pipe-safer.c: New file.
8749         * lib/creat-safer.c: New file.
8750         * lib/fcntl--.h (creat): Define to creat_safer.
8751         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
8752         * lib/unistd--.h (pipe): Define to pipe_safer.
8753         * lib/unistd-safer.h: Declare pipe_safer.
8754
8755 2005-08-26  Simon Josefsson  <jas@extundo.com>
8756
8757         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
8758         Haible <bruno@clisp.org>.
8759
8760 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
8761
8762         * lib/regex_internal.h: Remove all references to
8763         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
8764         or better.
8765         (bitset_not, bitset_merge, bitset_not_merge):
8766         (bitset_mask, re_string_allocate, re_string_construct):
8767         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
8768         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
8769         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
8770         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
8771         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8772         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8773         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
8774         (re_acquire_state_context):
8775         Remove unnecessary forward decls.
8776         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
8777         Put __attribute at function definition,
8778         now that the function decl has been removed.
8779         * lib/regex_internal.c (re_string_peek_byte_case):
8780         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
8781         Likewise.
8782
8783 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
8784
8785         * m4/regex.m4: Add AC_PREREQ(2.50).
8786         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
8787
8788 2005-08-25  Simon Josefsson  <jas@extundo.com>
8789
8790         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
8791         __fsetlocking.
8792
8793 2005-08-25  Simon Josefsson  <jas@extundo.com>
8794
8795         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
8796         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
8797         GLIBC specific code.
8798
8799 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8800
8801         Make regex safe for g++.  This fixes one real bug (an "err"
8802         that should have been "*err").  g++ problem reported by
8803         Sam Steingold.
8804         * lib/regex_internal.h (re_calloc): New macro, consistent with
8805         re_malloc etc.  All callers of calloc changed to use re_calloc.
8806         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
8807         not int.  All callers changed.
8808         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
8809         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
8810         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
8811         (find_recover_state): Change "err" to "*err"; this fixes what
8812         appears to be a real bug.
8813         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
8814         versus int.
8815
8816 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8817
8818         * modules/regex (Depends-on): Add malloc, since the code
8819         assumes that !malloc(0) means failure.
8820
8821 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8822
8823         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
8824
8825         alloca modernization/simplification for regex.
8826         * lib/regex.c: Remove portability cruft for alloca.  This no longer
8827         needs to be at the start of the file, and can be moved into
8828         regex_internal.h and simplified.
8829         * lib/regex_internal.h: Include <alloca.h>.
8830         (__libc_use_alloca) [!defined _LIBC]: New macro.
8831         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
8832         now works outside glibc.
8833
8834 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8835
8836         * config/srclist.txt: Add glibc bugs 1241, 1245.
8837
8838 2005-08-25  Jim Meyering  <jim@meyering.net>
8839
8840         * lib/open-safer.c: Include <config.h>.
8841         Otherwise, we'd lose LARGEFILE support in any file using
8842         e.g. "fcntl--.h"
8843
8844 2005-08-25  Bruno Haible  <bruno@clisp.org>
8845
8846         * m4/minmax.m4: Require autoconf 2.52.
8847         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
8848         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
8849         alternatives of translit over the alphabet.
8850         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
8851
8852 2005-08-24  Simon Josefsson  <jas@extundo.com>
8853
8854         * tests/test-getpass.c: New file.
8855
8856 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8857
8858         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
8859         for GNU regex features.
8860
8861 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8862
8863         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
8864         * lib/regex.h (regerror): Likewise.
8865
8866         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
8867         requires this.  (The code never needed it.)
8868
8869         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
8870         All uses of recently-renamed identifiers changed to use the new,
8871         POSIX-compliant names.  The code will build and run just fine
8872         without these changes, but it's better to eat our own dog food
8873         and use the standard-conforming names.
8874
8875         * lib/regex.h: Fix a multitude of POSIX name space violations.
8876         These changes have an effect only for programs that define
8877         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
8878         do not change anything for programs compiled in the normal way.
8879         Also, there is no effect on the ABI.
8880
8881         (_REGEX_SOURCE): New macro.
8882         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
8883         defined and _GNU_SOURCE is not; this fixes a name space violation.
8884
8885         Rename the following macros to obey POSIX requirements.
8886         The old names are still visible as macros if _REGEX_SOURCE is defined.
8887         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
8888         RE_BACKSLASH_ESCAPE_IN_LISTS.
8889         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
8890         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
8891         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
8892         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
8893         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
8894         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
8895         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
8896         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
8897         (REG_INTERVALS): renamed from RE_INTERVALS.
8898         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
8899         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
8900         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
8901         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
8902         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
8903         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
8904         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
8905         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
8906         RE_UNMATCHED_RIGHT_PAREN_ORD.
8907         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
8908         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
8909         (REG_DEBUG): renamed from RE_DEBUG.
8910         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
8911         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
8912         unusual, since we can't clash with the POSIX REG_ICASE.
8913         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
8914         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
8915         (REG_NO_SUB): renamed from RE_NO_SUB.
8916         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
8917         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
8918         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
8919         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
8920         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
8921         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
8922         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
8923         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
8924         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
8925         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
8926         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
8927         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
8928         RE_SYNTAX_POSIX_MINIMAL_BASIC.
8929         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
8930         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
8931         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
8932         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
8933         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
8934         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
8935         (REG_FIXED): Renamed from REGS_FIXED.
8936         (REG_NREGS): Renamed from RE_NREGS.
8937
8938         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
8939         of other REG_* macros, since POSIX says the user is allowed to
8940         #undef these macros selectively.
8941
8942         (reg_errcode_t): Update comment stating what other tables need
8943         to be consistent.
8944
8945         Rename the following enum values to obey POSIX requirements.
8946         The old names are still visible as macros.
8947         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
8948         is not defined, since GNU is supposed to be a superset of POSIX as
8949         much as possible, and since we want reg_errcode_t to be a signed
8950         type for implementation consistency.
8951         (_REG_NOERROR): Renamed from REG_NOERROR.
8952         (_REG_NOMATCH): Renamed from REG_NOMATCH.
8953         (_REG_BADPAT): Renamed from REG_BADPAT.
8954         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
8955         (_REG_ECTYPE): Renamed from REG_ECTYPE.
8956         (_REG_EESCAPE): Renamed from REG_EESCAPE.
8957         (_REG_ESUBREG): Renamed from REG_ESUBREG.
8958         (_REG_EBRACK): Renamed from REG_EBRACK.
8959         (_REG_EPAREN): Renamed from REG_EPAREN.
8960         (_REG_EBRACE): Renamed from REG_EBRACE.
8961         (_REG_BADBR): Renamed from REG_BADBR.
8962         (_REG_ERANGE): Renamed from REG_ERANGE.
8963         (_REG_ESPACE): Renamed from REG_ESPACE.
8964         (_REG_BADRPT): Renamed from REG_BADRPT.
8965         (_REG_EEND): Renamed from REG_EEND.
8966         (_REG_ESIZE): Renamed from REG_ESIZE.
8967         (_REG_ERPAREN): Renamed from REG_ERPAREN.
8968         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
8969         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
8970         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
8971         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
8972
8973         (_REG_RE_NAME, _REG_RM_NAME): New macros.
8974         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
8975         changed.  But support the old name if the new one is not defined
8976         and if _REGEX_SOURCE.
8977
8978         Change the following member names in struct re_pattern_buffer.
8979         The old names are still supported if !_REGEX_SOURCE.
8980         The new names are always supported, regardless of _REGEX_SOURCE.
8981         (re_buffer): Renamed from buffer.
8982         (re_allocated): Renamed from allocated.
8983         (re_used): Renamed from used.
8984         (re_syntax): Renamed from syntax.
8985         (re_fastmap): Renamed from fastmap.
8986         (re_translate): Renamed from translate.
8987         (re_can_be_null): Renamed from can_be_null.
8988         (re_regs_allocated): Renamed from regs_allocated.
8989         (re_fastmap_accurate): Renamed from fastmap_accurate.
8990         (re_no_sub): Renamed from no_sub.
8991         (re_not_bol): Renamed from not_bol.
8992         (re_not_eol): Renamed from not_eol.
8993         (re_newline_anchor): Renamed from newline_anchor.
8994
8995         Change the following member names in struct re_registers.
8996         The old names are still supported if !_REGEX_SOURCE.
8997         The new names are always supported, regardless of _REGEX_SOURCE.
8998         (rm_num_regs): Renamed from num_regs.
8999         (rm_start): Renamed from start.
9000         (rm_end): Renamed from end.
9001
9002         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
9003         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
9004         Prepend __ to parameter names.
9005
9006         Undo yesterday's changes.
9007
9008 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9009
9010         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
9011         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
9012         lib/regex.c.
9013
9014 2005-08-24  Jim Meyering  <jim@meyering.net>
9015
9016         Sync from coreutils.
9017         * m4/fcntl-safer.m4: New file.
9018
9019         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
9020         and object files for this module.
9021
9022 2005-08-24  Jim Meyering  <jim@meyering.net>
9023
9024         Sync from coreutils.
9025         * lib/fcntl--.h, fcntl-safer.h, open-safer.c: New files.
9026
9027 2005-08-24  Jim Meyering  <jim@meyering.net>
9028
9029         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
9030         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
9031
9032 2005-08-24  Jim Meyering  <jim@meyering.net>
9033
9034         * modules/fcntl-safer: New module.
9035         * modules/fts (Depends-on): Add fcntl-safer.
9036         * MODULES.html.sh (File descriptor based Input/Output):
9037         Add fcntl-safer.
9038
9039 2005-08-24  Bruno Haible  <bruno@clisp.org>
9040
9041         Support for unit test modules.
9042         * modules/README: Mention tests modules.
9043         * modules/TEMPLATE-TESTS: New file.
9044         * gnulib-tool: New options --extract-tests-module, --with-tests and
9045         --tests-base (unused for the moment).
9046         (testsbase, inctests): New variables.
9047         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
9048         (func_verify_module): Exclude TEMPLATE-TESTS.
9049         (func_verify_nontests_module, func_verify_tests_module): New functions.
9050         (func_get_dependencies): Add implicit dependency for tests modules.
9051         (func_get_tests_module): New function.
9052         (func_modules_transitive_closure): When --with-tests was specified,
9053         include the unit tests as well, unless explicitly avoided.
9054         (func_emit_lib_Makefile_am): Ignore the tests modules here.
9055         (func_emit_tests_Makefile_am): New function.
9056         (func_create_testdir): When --with-tests was specified, emit a
9057         tests/ directory.
9058         * MODULES.html.sh (Future developments): Update.
9059
9060 2005-08-24  Bruno Haible  <bruno@clisp.org>
9061
9062         * modules/tls-tests: New file.
9063         * tests/test-tls.c: New file, from GNU gettext.
9064
9065 2005-08-24  Bruno Haible  <bruno@clisp.org>
9066
9067         * modules/lock-tests: New file.
9068         * tests/test-lock.c: New file, from GNU gettext.
9069
9070 2005-08-24  Bruno Haible  <bruno@clisp.org>
9071
9072         * lib/lock.h: Add multiple inclusion guard.
9073         * lib/tls.h: Add multiple inclusion guard.
9074
9075 2005-08-24  Bruno Haible  <bruno@clisp.org>
9076
9077         * gnulib-tool: Add support for the --aux-dir option to
9078         --create-testdir, --create-megatestdir, --test, --megatest.
9079         (func_create_testdir, func_create_megatestdir): Optionally emit a
9080         AC_CONFIG_AUX_DIR directive.
9081         (create-testdir, create-megatestdir, test, megatest): Provide a
9082         default value for $auxdir.
9083
9084 2005-08-24  Bruno Haible  <bruno@clisp.org>
9085
9086         * gnulib-tool (import): Use compound statement instead of subshell
9087         where possible.
9088
9089 2005-08-24  Bruno Haible  <bruno@clisp.org>
9090
9091         * gnulib-tool (import): Change --aux-dir default to "build-aux".
9092
9093 2005-08-24  Bruno Haible  <bruno@clisp.org>
9094
9095         * gnulib-tool (func_version): Update.
9096
9097 2005-08-24  Bruno Haible  <bruno@clisp.org>
9098
9099         * gnulib-tool (func_import, func_create_testdir,
9100         func_create_megatestdir): Quote all autoconf macro arguments.
9101
9102 2005-08-24  Bruno Haible  <bruno@clisp.org>
9103
9104         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
9105         option --force, because --force causes the aclocal.m4 of each
9106         subdirectory to be newer than the corresponding config.h.in.
9107
9108 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9109
9110         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
9111         All contents moved to gl_REGEX.
9112         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
9113         assume that it does.
9114
9115 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9116
9117         * lib/regex.h (REG_NOSYS)
9118         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
9119         Define, since POSIX requires it as of 2001.
9120         (_REG_ENOSYS)
9121         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
9122         New private symbol, used to keep the enum signed in all cases.
9123         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
9124         Youngman in
9125         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
9126
9127         * lib/regex_internal.c (re_string_skip_chars, register_state):
9128         (calc_state_hash):
9129         Remove forward decls; no longer needed now that we use prototypes.
9130         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
9131         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
9132         (clean_state_log_if_needed): Likewise.
9133
9134 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
9135
9136         * config/srclist.txt: Add glibc bugs 1231-1233.
9137
9138 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9139
9140         Fix problems reported by Sam Steingold in
9141         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
9142         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
9143         assumed that reg_errcode_t is a signed type, which is not
9144         necessarily true if _XOPEN_SOURCE is not defined.
9145         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
9146         since some compilers warn about it otherwise.
9147
9148 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9149
9150         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
9151         (init_word_char, create_initial_state, duplicate_node_closure):
9152         (fetch_token, peek_token_bracket, build_range_exp):
9153         (build_collating_symbol): Remove forward decls; no longer needed
9154         now that we use prototypes.
9155
9156         * lib/regcomp.c:
9157         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
9158         (re_compile_fastmap_iter, regcomp, regerror, regfree):
9159         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
9160         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
9161         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
9162         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
9163         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
9164         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
9165         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
9166         (build_range_exp, build_collating_symbol, parse_bracket_exp):
9167         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
9168         (build_charclass, build_charclass_op, fetch_number, create_tree):
9169         (create_token_tree, mark_opt_subexp, duplicate_tree):
9170         Use prototypes rather than old-style definitions.
9171
9172         * lib/regex_internal.c:
9173         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
9174         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
9175         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9176         (re_string_reconstruct, re_string_peek_byte_case):
9177         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
9178         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9179         (re_node_set_init_copy, re_node_set_add_intersect):
9180         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9181         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9182         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9183         (re_acquire_state, re_acquire_state_context, register_state):
9184         (create_ci_newstate, create_cd_newstate, free_state):
9185         Likewise.
9186         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
9187         re_search_2):
9188         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
9189         (re_search_internal, prune_impossible_nodes):
9190         (acquire_init_state_context, check_matching, static):
9191         (check_halt_node_context, check_halt_state_context, proceed_next_node):
9192         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
9193         (update_regs, sift_states_backward, build_sifted_states):
9194         (clean_state_log_if_needed, merge_state_array):
9195         (update_cur_sifted_state, add_epsilon_src_nodes):
9196         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
9197         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
9198         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
9199         (find_recover_state, check_subexp_matching_top, transit_state_mb):
9200         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
9201         (check_arrival, check_arrival_add_next_nodes):
9202         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9203         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9204         (check_node_accept_bytes, check_node_accept, extend_buffers):
9205         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
9206         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
9207         (sift_ctx_init):
9208         Likewise.
9209
9210         * lib/regex_internal.h:
9211         (re_string_allocate, re_string_construct, re_string_reconstruct):
9212         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
9213         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
9214         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
9215         (re_string_context_at, re_string_peek_byte_case):
9216         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
9217         is defined, since we now use prototypes always.
9218
9219         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
9220         C89 or better.  All uses removed.
9221
9222 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
9223
9224         * config/srclist.txt: Add glibc bugs 1220-1227.
9225
9226 2005-08-20  Jim Meyering  <jim@meyering.net>
9227
9228         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
9229         of unused local, dfa.
9230
9231 2005-08-20  Bruno Haible  <bruno@clisp.org>
9232
9233         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
9234
9235 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9236
9237         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
9238         (re_node_set_insert_last, re_dfa_add_node):
9239         Rename local variables to avoid GCC shadowing warnings.
9240
9241 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9242
9243         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
9244         [defined lint]: Suppress bogus uninitialized-variable warnings.
9245
9246         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
9247         and let the caller return REG_ESPACE if out of space.  This
9248         removes an uninitialied-variable warning with GCC 4.0.1, and also
9249         avoids taking the address of a local variable.  All callers
9250         changed.
9251
9252 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
9253
9254         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
9255         $LIBCSRC/posix/regexec.c.
9256         Add glibc bug 1217 for regcomp.c.
9257
9258 2005-08-19  Jim Meyering  <jim@meyering.net>
9259
9260         * lib/regexec.c (proceed_next_node): Redo local variables to
9261         avoid GCC shadowing warnings.
9262
9263 2005-08-18  Bruno Haible  <bruno@clisp.org>
9264
9265         * lib/strstr.c (strstr): Fix return value in multibyte case.
9266         * lib/strcasestr.c (strcasestr): Likewise.
9267
9268 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9269
9270         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
9271
9272 2005-08-17  Jim Meyering  <jim@meyering.net>
9273
9274         Make the %s format (seconds since the epoch) work for a negative
9275         number and when used with a zero-padded field width, e.g. %015s.
9276
9277         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
9278         label so that it precedes the code to set `digits'.  Otherwise,
9279         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
9280         print `00-22'.  Now, it prints `-0022', as it should.
9281
9282 2005-08-17  Bruno Haible  <bruno@clisp.org>
9283
9284         * modules/strstr (Files): Add m4/mbrtowc.m4.
9285         (Depends-on): Add mbuiter.
9286
9287 2005-08-17  Bruno Haible  <bruno@clisp.org>
9288
9289         * modules/strcasestr: New file.
9290         * MODULES.html.sh (String handling, based on ANSI C 89): Add
9291         strcasestr.
9292
9293 2005-08-17  Bruno Haible  <bruno@clisp.org>
9294
9295         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
9296
9297 2005-08-17  Bruno Haible  <bruno@clisp.org>
9298
9299         * modules/mbuiter: New file.
9300         * MODULES.html.sh (Extended multibyte and wide character utilities):
9301         Add mbuiter.
9302
9303 2005-08-17  Bruno Haible  <bruno@clisp.org>
9304
9305         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
9306         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
9307
9308 2005-08-17  Bruno Haible  <bruno@clisp.org>
9309
9310         * m4/strcasestr.m4: New file.
9311
9312 2005-08-17  Bruno Haible  <bruno@clisp.org>
9313
9314         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
9315         * lib/strstr.c: Completely rewritten, with multibyte locale support.
9316
9317 2005-08-17  Bruno Haible  <bruno@clisp.org>
9318
9319         * lib/strcasestr.h: New file.
9320         * lib/strcasestr.c: New file.
9321
9322 2005-08-17  Bruno Haible  <bruno@clisp.org>
9323
9324         * lib/strcasecmp.c: Use mbuiter.h.
9325
9326 2005-08-17  Bruno Haible  <bruno@clisp.org>
9327
9328         * lib/mbuiter.h: New file.
9329
9330 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9331
9332         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
9333         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
9334         and gl_GETOPT are both invoked via different paths (as happens
9335         with GNU tar CVS because it uses both argp and getopt), the former
9336         wins.
9337
9338 2005-08-16  Bruno Haible  <bruno@clisp.org>
9339
9340         * modules/tls: New file.
9341         * MODULES.html.sh (Multithreading): Add tls.
9342
9343 2005-08-16  Bruno Haible  <bruno@clisp.org>
9344
9345         * modules/strnlen1: New file.
9346         * MODULES.html.sh (String handling): Add strnlen1.
9347
9348 2005-08-16  Bruno Haible  <bruno@clisp.org>
9349
9350         * modules/strcase (Files): Add m4/mbrtowc.m4.
9351         (Depends-on): Add strnlen1, mbchar.
9352
9353 2005-08-16  Bruno Haible  <bruno@clisp.org>
9354
9355         * modules/mbiter: New file.
9356         * MODULES.html.sh (Extended multibyte and wide character utilities):
9357         Add mbiter.
9358
9359 2005-08-16  Bruno Haible  <bruno@clisp.org>
9360
9361         * modules/mbfile: New file.
9362         * MODULES.html.sh (Extended multibyte and wide character utilities):
9363         Add mbfile.
9364
9365 2005-08-16  Bruno Haible  <bruno@clisp.org>
9366
9367         * modules/mbchar: New file.
9368         * MODULES.html.sh (Extended multibyte and wide character utilities):
9369         New section.
9370
9371 2005-08-16  Bruno Haible  <bruno@clisp.org>
9372
9373         * m4/tls.m4: New file, from GNU gettext.
9374
9375 2005-08-16  Bruno Haible  <bruno@clisp.org>
9376
9377         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
9378         always.
9379         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
9380
9381 2005-08-16  Bruno Haible  <bruno@clisp.org>
9382
9383         * m4/mbiter.m4: New file.
9384
9385 2005-08-16  Bruno Haible  <bruno@clisp.org>
9386
9387         * m4/mbfile.m4: New file.
9388
9389 2005-08-16  Bruno Haible  <bruno@clisp.org>
9390
9391         * m4/mbchar.m4: New file.
9392
9393 2005-08-16  Bruno Haible  <bruno@clisp.org>
9394
9395         * lib/tls.h: New file, from GNU gettext.
9396         * lib/tls.c: New file, from GNU gettext.
9397
9398 2005-08-16  Bruno Haible  <bruno@clisp.org>
9399
9400         * lib/strnlen1.h: New file.
9401         * lib/strnlen1.c: New file.
9402
9403 2005-08-16  Bruno Haible  <bruno@clisp.org>
9404
9405         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
9406         (mbi_init): Update.
9407         (mbi_avail, mbi_advance): Let the iteration end before the terminating
9408         NUL byte, not after it.
9409
9410 2005-08-16  Bruno Haible  <bruno@clisp.org>
9411
9412         * lib/strcase.h (strcasecmp): Add note in comments.
9413         * lib/strncasecmp.c: Use code from strcasecmp.c.
9414         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
9415         (strcasecmp): Work correctly in multibyte locales.
9416
9417 2005-08-16  Bruno Haible  <bruno@clisp.org>
9418
9419         * lib/mbiter.h: New file.
9420
9421 2005-08-16  Bruno Haible  <bruno@clisp.org>
9422
9423         * lib/mbfile.h: New file.
9424
9425 2005-08-16  Bruno Haible  <bruno@clisp.org>
9426
9427         * lib/mbchar.h: New file.
9428         * lib/mbchar.c: New file.
9429
9430 2005-08-16  Bruno Haible  <bruno@clisp.org>
9431
9432         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
9433         the valid ones. Makes the comparison operations transitive:
9434         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
9435         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
9436
9437 2005-08-15  Simon Josefsson  <jas@extundo.com>
9438
9439         * modules/ssize_t (License): Change to 'unlimited'.
9440
9441         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
9442
9443 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9444
9445         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
9446         Add comments for each pending glibc patch.
9447
9448 2005-08-15  Bruno Haible  <bruno@clisp.org>
9449
9450         * lib/regex.h (__restrict_arr): Don't define to __restrict if
9451         __cplusplus is defined.
9452
9453 2005-08-14  Jim Meyering  <jim@meyering.net>
9454
9455         Sync from coreutils.
9456
9457         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
9458         Use the hash-table-based cycle-detection code not just when
9459         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
9460         Reported by James Youngman in
9461         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
9462         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
9463         FTS_TIGHT_CYCLE_CHECK.
9464         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
9465         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
9466         once again.
9467         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
9468         * lib/fts.c (fd_safer): Remove decl.
9469         Include fcntl--.h rather than unistd-safer.h
9470         (fts_safe_changedir): Don't call fd_safer; no longer needed
9471         now that we include fcntl--.h.
9472
9473 2005-08-12  Simon Josefsson  <jas@extundo.com>
9474
9475         * modules/getndelim2: Use ssize_t module.
9476         * modules/getnline: Likewise.
9477         * modules/safe-read: Likewise.
9478         * modules/xreadlink: Likewise.
9479
9480         * modules/ssize_t: New file.
9481
9482 2005-08-12  Simon Josefsson  <jas@extundo.com>
9483
9484         * m4/readline.m4: Look for termcap, curses or ncurses if required.
9485
9486 2005-08-12  Simon Josefsson  <jas@extundo.com>
9487
9488         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9489         ssize_t.
9490
9491 2005-08-12  Simon Josefsson  <jas@extundo.com>
9492
9493         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
9494         readline, getdelim and check_version.
9495         (Support for systems lacking ISO C 99: Sizes of integer types):
9496         Add size_max.
9497
9498 2005-08-12  Bruno Haible  <bruno@clisp.org>
9499
9500         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
9501
9502 2005-08-11  Simon Josefsson  <jas@extundo.com>
9503
9504         * modules/readline: New file.
9505
9506         * modules/strnlen (Files): Add strnlen.h.
9507
9508 2005-08-11  Simon Josefsson  <jas@extundo.com>
9509
9510         * m4/readline.m4: New file.
9511
9512 2005-08-11  Simon Josefsson  <jas@extundo.com>
9513
9514         * lib/readline.h, readline.c: New file.
9515
9516 2005-08-11  Simon Josefsson  <jas@extundo.com>
9517
9518         * doc/gnulib.texi (Initial import, Finishing touches): Mention
9519         gl_AVOID.
9520
9521 2005-08-11  Bruno Haible  <bruno@clisp.org>
9522
9523         * lib/strnlen.h (strnlen): Change parameter name to match comment.
9524
9525 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
9526
9527         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
9528
9529 2005-08-10  Simon Josefsson  <jas@extundo.com>
9530
9531         * tests/test-iconvme.c: New file.
9532
9533 2005-08-10  Simon Josefsson  <jas@extundo.com>
9534
9535         * m4/strnlen.m4: New file.
9536
9537         * m4/strndup.m4: Don't check for strnlen declaration, done in
9538         strnlen.m4.
9539
9540 2005-08-10  Simon Josefsson  <jas@extundo.com>
9541
9542         * lib/strndup.c: Use strnlen.h.
9543
9544         * lib/strnlen.h: New file.
9545
9546 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
9547
9548         * README: Typos.
9549
9550 2005-08-02  Simon Josefsson  <jas@extundo.com>
9551
9552         * modules/readline: New file.
9553
9554 2005-08-02  Simon Josefsson  <jas@extundo.com>
9555
9556         * modules/getdelim: New file.
9557
9558         * modules/getline: Rewrite, don't use getndelim2.
9559
9560 2005-08-02  Simon Josefsson  <jas@extundo.com>
9561
9562         * m4/getline.m4: Separate out getdelim stuff into separate module.
9563
9564         * m4/getdelim.m4: New file.
9565
9566 2005-08-02  Simon Josefsson  <jas@extundo.com>
9567
9568         * lib/getline.h, getline.c: Rewrite.
9569
9570         * lib/getdelim.h, getdelim.c: New files, ported from glibc.
9571
9572 2005-07-31  Bruno Haible  <bruno@clisp.org>
9573
9574         * lib/lock.h (gl_lock_initializer): New macro.
9575         (gl_lock_define_initialized): Use it.
9576         (gl_rwlock_initializer): New macro.
9577         (gl_rwlock_define_initialized): Use it.
9578         (gl_recursive_lock_initializer): New macro.
9579         (gl_recursive_lock_define_initialized): Use it.
9580
9581 2005-07-30  Karl Berry  <karl@gnu.org>
9582
9583         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
9584         Report from Ben Pfaff, regarding getopt.
9585
9586 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
9587
9588         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
9589         normal way.
9590         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
9591         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
9592         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
9593         (gl_GETOPT): Use the new macros.  Most of the implementation
9594         is moved to the new macros.  This is for programs like Emacs
9595         that don't want all the functionality of gl_GETOPT.
9596
9597 2005-07-26  Bruno Haible  <bruno@clisp.org>
9598
9599         * m4/lock.m4: Update from GNU gettext.
9600
9601 2005-07-26  Bruno Haible  <bruno@clisp.org>
9602
9603         * lib/lock.h: Update from GNU gettext.
9604         * lib/lock.c: Update from GNU gettext.
9605
9606 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9607
9608         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
9609         obsolescent AC_TRY_RUN.  Include the default includes files, for
9610         'exit'.
9611
9612 2005-07-24  Bruno Haible  <bruno@clisp.org>
9613
9614         * modules/visibility: New file.
9615         * MODULES.html.sh (Misc): Add visibility.
9616
9617 2005-07-24  Bruno Haible  <bruno@clisp.org>
9618
9619         * m4/visibility.m4: New file.
9620
9621 2005-07-24  Bruno Haible  <bruno@clisp.org>
9622
9623         * doc/visibility.texi: New file.
9624
9625 2005-07-22  Bruno Haible  <bruno@clisp.org>
9626
9627         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
9628         $(ALLOCA_H), redundant through BUILT_SOURCES.
9629         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
9630         redundant through BUILT_SOURCES.
9631         * modules/byteswap (Makefile.am): Remove explicit dependency on
9632         $(BYTESWAP_H), redundant through BUILT_SOURCES.
9633         * modules/fnmatch (Makefile.am): Remove explicit dependency on
9634         $(FNMATCH_H), redundant through BUILT_SOURCES.
9635         * modules/getopt (Makefile.am): Remove explicit dependency on
9636         $(GETOPT_H), redundant through BUILT_SOURCES.
9637         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
9638         redundant through BUILT_SOURCES.
9639         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
9640         redundant through BUILT_SOURCES.
9641         * modules/stdbool (Makefile.am): Remove explicit dependency on
9642         $(STDBOOL_H), redundant through BUILT_SOURCES.
9643         * modules/stdint (Makefile.am): Remove explicit dependency on
9644         $(STDINT_H), redundant through BUILT_SOURCES.
9645         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
9646         Remove explicit dependency on $(SYSEXITS_H).
9647         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
9648
9649 2005-07-18  Simon Josefsson  <jas@extundo.com>
9650
9651         * lib/check-version.c (check_version): Accept identical versions too.
9652
9653 2005-07-18  Bruno Haible  <bruno@clisp.org>
9654
9655         * modules/lock: New file.
9656         * MODULES.html.sh (Multithreading): New section.
9657
9658 2005-07-18  Bruno Haible  <bruno@clisp.org>
9659
9660         * m4/lock.m4: New file, from GNU gettext.
9661
9662 2005-07-18  Bruno Haible  <bruno@clisp.org>
9663
9664         * lib/lock.h: New file, from GNU gettext.
9665         * lib/lock.c: New file, from GNU gettext.
9666
9667 2005-07-18  Bruno Haible  <bruno@clisp.org>
9668
9669         * lib/lock.h (gl_once_t): New type.
9670         (gl_once_define, gl_once): New macros.
9671         * lib/lock.c (fresh_once): New variable.
9672         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
9673         functions.
9674
9675 2005-07-16  Simon Josefsson  <jas@extundo.com>
9676
9677         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
9678         workaround, suggested by Bruno.
9679
9680 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9681
9682         * modules/xalloc (Depends-on): Add xalloc-die.
9683         * modules/xvasprintf (Depends-on): Add xalloc-die.
9684
9685 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9686
9687         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
9688         with a minor change.
9689
9690 2005-07-15  Bruno Haible  <bruno@clisp.org>
9691
9692         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
9693         When using lib/poll.c, define poll as rpl_poll.
9694
9695 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
9696
9697         * modules/argp (Depends-on): Remove unlocked-io.
9698
9699 2005-07-14  Derek Price  <derek@ximbiot.com>
9700
9701         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
9702         for glob symlink bug.
9703
9704 2005-07-14  Bruno Haible  <bruno@clisp.org>
9705
9706         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
9707         Instead, test for *_unlocked function declarations directly.
9708
9709 2005-07-11  Simon Josefsson  <jas@extundo.com>
9710
9711         * modules/size_max: New file.
9712
9713         * modules/xsize: Depend on size_max module for size_max.m4.
9714
9715 2005-07-11  Simon Josefsson  <jas@extundo.com>
9716
9717         * lib/size_max.h: New file.
9718
9719 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
9720
9721         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
9722         copyright symbol and the year.
9723         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
9724         (version_etc_va): Use parameterized copyright notice.
9725         Reword to conform to the current GNU coding standards.
9726
9727 2005-07-11  Karl Berry  <karl@gnu.org>
9728
9729         * doc/gnulib.texi (Quoting): new node.
9730         (Initial import): more info, from Patrice.
9731
9732 2005-07-11  Bruno Haible  <bruno@clisp.org>
9733
9734         * gnulib-tool (func_usage): Document option --avoid.
9735         (Command line options): Handle --avoid.
9736         (func_acceptable): New function.
9737         (func_modules_transitive_closure): Use it.
9738
9739 2005-07-11  Bruno Haible  <bruno@clisp.org>
9740
9741         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
9742         Reported by Jim Meyering.
9743
9744 2005-07-10  Bruno Haible  <bruno@clisp.org>
9745
9746         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
9747         Needed when size_t is smaller than 'unsigned int'.
9748         Reported by Paul Eggert.
9749
9750 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9751
9752         * modules/argp (Depends-on): Add unlocked-io
9753
9754 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9755
9756         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
9757         block of defines.
9758
9759 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9760
9761         * config/srclist.txt: Comment out regcomp.c, since we have a porting
9762         fix now.
9763
9764 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
9765         and Paul Eggert  <eggert@cs.ucla.edu>
9766
9767         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
9768         in wint_t, not wchar_t.  Remove now-unnecessary cast.
9769
9770 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9771
9772         * modules/regex (Files): Add lib/regex_internal.c,
9773         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
9774         (Depends-on): Add extensions.
9775         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
9776
9777 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9778
9779         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
9780         pathconf.
9781         * m4/same.m4 (gl_SAME): Likewise.
9782         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
9783
9784         * m4/regex.m4: Adjust to new libc regex implementation.
9785         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
9786         all the .c and .h parts of (the new) regex.
9787         Quote the m4 stuff better.
9788         Check for RE_ICASE bug of old gnulib.
9789         Check for REG_STARTEND of recent libc.
9790         Rename local variables from jm_* to gl_*.
9791         Quote operand of "test -f".
9792         Say "recent enough" version of libc, not "version 2".
9793         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
9794         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
9795         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
9796         Remove check for btowc, isascii.
9797         Require AM_LANGINFO_CODESET.
9798
9799 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9800
9801         * lib/regex.c, regex.h: Sync from libc.
9802         * lib/regcomp.c, regexec_internal.c, regex_internal.h, regexec.c:
9803         New files, synced from libc, except that regex_internal.h
9804         currently has a small porting fix.
9805
9806 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9807
9808         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
9809         regex_internal.c, regexec.c.
9810         Add regex_internal.h too, but as a comment, since the libc version
9811         is currently broken in gnulib mode.
9812
9813 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9814
9815         Support programs like Emacs that use gnulib but not gettext.
9816         * MODULES.html.sh (Internationalization functions): Add gettext-h.
9817         * modules/gettext-h: New file.
9818         * modules/gettext (Files): Remove lib/gettext.h.
9819         (Depends-on): Add gettext-h.
9820         (Makefile.am): Remove lib_SOURCES.
9821         * modules/argmatch, modules/c-stack, modules/closeout:
9822         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
9823         * modules/execute, modules/file-type, modules/getaddrinfo:
9824         * modules/getopt, modules/human, modules/javacomp:
9825         * modules/javaexec, modules/mkdir-p, modules/obstack:
9826         * modules/openat, modules/pagealign_alloc, modules/pipe:
9827         * modules/quotearg, modules/regex, modules/rpmatch:
9828         * modules/unicodeio, modules/userspec, modules/version-etc:
9829         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
9830         * modules/xsetenv:
9831         Depend on gettext-h, not gettext.
9832
9833 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9834
9835         * gnulib-tool (func_import): Add support for 'public domain' license.
9836         * modules/alloca, modules/atexit, modules/memmove:
9837         Now public domain, not GPL.
9838         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
9839         * modules/realloc, modules/strerror, modules/strtod:
9840         Now LGPL, not GPL.
9841
9842 2005-07-05  Bruno Haible  <bruno@clisp.org>
9843
9844         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
9845         autoconf CVS. Needed for mingw.
9846
9847 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9848
9849         Remove the dependency of the strftime module on the tzset module.
9850         * modules/strftime (Depends-on): Remove dependency on tzset.
9851
9852 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         Remove the dependency of the strftime module on the tzset module.
9855         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
9856         gl_FUNC_TZSET_CLOBBER.
9857
9858 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9859
9860         Remove the dependency of the strftime module on the tzset module.
9861         * lib/strftime.c (my_strftime)
9862         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
9863         Copy the input structure, to work around some of the bug with
9864         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
9865         Solaris releases, you should also use the tzset module, but we won't
9866         require it as a dependency any more since we don't want LGPLed code
9867         to depend on GPLed code.
9868
9869 2005-07-02  Jim Meyering  <jim@meyering.net>
9870
9871         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
9872         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
9873         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
9874         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
9875
9876 2005-07-02  Jim Meyering  <jim@meyering.net>
9877
9878         * lib/backupfile.c (backup_args): Change a `0' to NULL.
9879
9880 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9881
9882         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
9883         declares only 'struct timespec;' (!).
9884
9885 2005-07-01  Jim Meyering  <jim@meyering.net>
9886
9887         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
9888         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
9889         * lib/save-cwd.c, tempname.c:
9890         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9891         and don't include <sys/file.h>).
9892
9893 2005-06-29  Jim Meyering  <jim@meyering.net>
9894
9895         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
9896         type name.  Use the variable name instead.
9897         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
9898         Likewise.
9899
9900 2005-06-28  Simon Josefsson  <jas@extundo.com>
9901
9902         * modules/check-version (Files): Add check-version.m4.
9903
9904 2005-06-28  Simon Josefsson  <jas@extundo.com>
9905
9906         * m4/check-version.m4: New file, suggested by Jim Meyering
9907         <jim@meyering.net>.
9908
9909 2005-06-28  Simon Josefsson  <jas@extundo.com>
9910
9911         * lib/check-version.h, check-version.c: New files.
9912
9913 2005-06-28  Simon Josefsson  <jas@extundo.com>
9914
9915         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
9916         collision with global variable.  Better indentation.  Don't
9917         increment buffer pointer beyond buffer end.  Based on comments
9918         from Paul Eggert <eggert@cs.ucla.edu>.
9919
9920         * lib/base64.h: Indent.
9921
9922 2005-06-28  Simon Josefsson  <jas@extundo.com>
9923
9924         * doc/gnulib.texi (Library version handling): New section.
9925
9926 2005-06-28  Jim Meyering  <jim@meyering.net>
9927
9928         * check-module (find_included_lib_files): Hard-code another
9929         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
9930         but modules/fts-lgpl (correctly) does not list those files.
9931
9932         * modules/canonicalize (Files): Add lib/pathmax.h.
9933
9934 2005-06-25  Simon Josefsson  <jas@extundo.com>
9935
9936         * modules/check-version: New file.
9937
9938 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9939
9940         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
9941         initializer of struct addrinfo, as an indication that we don't
9942         care how many members the structure has.
9943
9944 2005-06-24  Derek Price  <derek@ximbiot.com>
9945         and Bruno Haible  <bruno@clisp.org>
9946
9947         Remove stat module & update lstat.
9948         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
9949         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9950         * m4/stat.m4: Remove this file.
9951
9952 2005-06-24  Derek Price  <derek@ximbiot.com>
9953         and Bruno Haible  <bruno@clisp.org>
9954
9955         Remove stat module & update lstat.
9956         * lib/stat.c: Remove this file...
9957         (slash_aware_lstat): ...moving this content and its support...
9958         * lib/lstat.c (rpl_lstat): ...into here.
9959         * lib/lstat.h: New file.
9960
9961 2005-06-24  Derek Price  <derek@ximbiot.com>
9962         and Bruno Haible  <bruno@clisp.org>
9963
9964         Remove stat module & update lstat.
9965         * config/srclist.txt (libc sources): Remove stat.
9966
9967 2005-06-24  Derek Price  <derek@ximbiot.com>
9968         and Bruno Haible  <bruno@clisp.org>
9969
9970         Remove stat module & update lstat.
9971         * MODULES.html.sh (stat): Remove.
9972         * MODULES.html: Regenerated.
9973         * modules/lstat (Description): Correct function name.
9974         (Files): Add "lstat.h".
9975         (Depends-on): Remove stat, add xalloc, stat-macros.
9976         * modules/stat: Remove this file.
9977         (Include): Add "lstat.h", remove <sys/stat.h>.
9978
9979 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9980
9981         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
9982         (ranged_convert): Don't save conversion in a temporary struct.
9983         This causes a warning with GCC 4.0.0, and anyway in the typical
9984         case it's not worth the extra 100 bytes or so of code.
9985         (ranged_convert, __mktime_internal): When calling a function via a
9986         pointer P, use P () rather than (*P) (), as we now assume C89 or
9987         better.
9988
9989 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9990
9991         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
9992         "who -r" failed to give output.  Problem reported by Tim Waugh.
9993
9994         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
9995         (xcalloc): Use it to avoid needless tests.
9996         Problem reported by Jim Meyering.
9997
9998 2005-06-20  Derek Price  <derek@ximbiot.com>
9999
10000         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
10001         unnecessary for Autoconfs > 2.59c.
10002
10003 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10004
10005         * lib/argp.h (__option_is_short): Check upper limit of
10006         __key. Isprint() requires its argument to have the value
10007         of an unsigned char or EOF.
10008
10009 2005-06-16  Jim Meyering  <jim@meyering.net>
10010
10011         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
10012         when either N or S is zero.
10013
10014 2005-06-16  Derek Price  <derek@ximbiot.com>
10015
10016         * m4/bison.m4: Declare YACC & YFLAGS precious.
10017
10018 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
10019
10020         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
10021         multibyte string or pattern, fall back on unibyte matching.
10022         Problem reported by James Youngman.
10023
10024 2005-06-08  Bruno Haible  <bruno@clisp.org>
10025
10026         * modules/csharpcomp: New file.
10027         * MODULES.html.sh (C#): Add csharpcomp.
10028
10029 2005-06-08  Bruno Haible  <bruno@clisp.org>
10030
10031         * m4/csharpcomp.m4: New file, from GNU gettext.
10032
10033 2005-06-08  Bruno Haible  <bruno@clisp.org>
10034
10035         * lib/csharpcomp.h: New file, from GNU gettext.
10036         * lib/csharpcomp.c: New file, from GNU gettext.
10037         * lib/csharpcomp.sh.in: New file, from GNU gettext.
10038
10039 2005-06-08  Bruno Haible  <bruno@clisp.org>
10040
10041         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
10042         warning on mingw.
10043
10044 2005-06-07  Derek Price  <derek@ximbiot.com>
10045
10046         Sync from CVS.
10047         * lib/glob_.h: Indent nested #ifdef.
10048
10049 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10050
10051         Sync from coreutils.
10052         Use "file name" when talking about file names, instead of "filename"
10053         or "path", as per the GNU coding standards.
10054         * lib/mkdir-p.c: Renamed from makepath.c.
10055         (make_dir_parents): Renamed from make_path.  All callers changed.
10056         * lib/mkdir-p.h: Likewise.  All includers changed.
10057         * lib/filenamecat.c: Renamed from path-concat.c.
10058         (file_name_concat): Renamed from path_concat.  All callers changed.
10059         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
10060         * lib/filenamecat.h: Likewise.  All includers changed.
10061         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
10062         in comments or local variable names.
10063         * lib/basename.c: Likewise.
10064         * lib/canonicalize.c, canonicalize.h: Likewise.
10065         * lib/dirname.c, dirname.h: Likewise.
10066         * lib/euidaccess.c: Likewise.
10067         * lib/exclude.c: Likewise
10068         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
10069         * lib/fsusage.c, fsuage.h: Likewise.
10070         * lib/fts.c, fts_.h: Likewise.
10071         * lib/getcwd.c: Likewise.
10072         * lib/getloadavg.c: Likewise.
10073         * lib/mkstemp.c: Likewise.
10074         * lib/mountlist.c, mountlist.h: Likewise.
10075         * lib/openat.c, openat.h: Likewise.
10076         * lib/readlink-stub.c: Likewise.
10077         * lib/readutmp.c, readutmp.h: Likewise.
10078         * lib/rename.c: Likewise.
10079         * lib/rmdir.c: Likewise.
10080         * lib/same.c: Likewise.
10081         * lib/savedir.c: Likewise.
10082         * lib/stripslash.c: Likewise.
10083         * lib/tempname.c: Likewise.
10084         * lib/xreadlink.c: Likewise.
10085         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
10086         All uses changed.
10087         * lib/exclude.h: Likewise.
10088
10089         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
10090         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10091         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
10092         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10093         * lib/pathmax.h: Include <limits.h> unconditionally, since other
10094         files have been getting away with it for years (MORE/BSD 4.3
10095         is extinct now).
10096         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
10097         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
10098
10099         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
10100         Define to 256, not 255, as per modern POSIX.
10101
10102 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10103
10104         Sync from coreutils.
10105         Use "file name" when talking about file names, instead of "filename"
10106         or "path", as per the GNU coding standards.
10107         * MODULES.html.sh: mkdir-p renamed from makepath.
10108         filenamecat renamed from path-concat.
10109         * modules/filenamecat: Renamed from modules/path-concat.
10110         (Files): filenamecat.h and filenamecat.c renamed from
10111         path-concat.h and path-concat.c.
10112         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
10113         (Include): filenamecat.h, not path-concat.h.
10114         * modules/mkdir-p: Renamed from modules/makepath.
10115         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
10116         makepath.c.
10117         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
10118         (Include): mkdir-p.h, not makepath.h.
10119
10120 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10121
10122         Sync from coreutils.
10123         * m4/mkdir-p.m4: Renamed from makepath.m4.
10124         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
10125         Rename files from makepath.c to mkdir-p.c, and from
10126         makepath.h to mkdir-p.h.
10127         * m4/filenamecat.m4: Renamed from path-concat.m4.
10128         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
10129         Rename files from path-concat.c to filenamecat.c,
10130         and from path-concat.h to filenamecat.h.
10131         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
10132         "file name" in local variables or comments.
10133         * m4/rename.m4: Likewise.
10134
10135 2005-06-01  Bruno Haible  <bruno@clisp.org>
10136
10137         * modules/csharpexec: New file.
10138         * MODULES.html.sh (C#): New section.
10139
10140 2005-06-01  Bruno Haible  <bruno@clisp.org>
10141
10142         * m4/csharp.m4: New file, from GNU gettext.
10143         * m4/csharpexec.m4: New file, from GNU gettext.
10144
10145 2005-06-01  Bruno Haible  <bruno@clisp.org>
10146
10147         * lib/csharpexec.h: New file, from GNU gettext.
10148         * lib/csharpexec.c: New file, from GNU gettext.
10149         * lib/csharpexec.sh.in: New file, from GNU gettext.
10150
10151 2005-05-31  Derek Price  <derek@ximbiot.com>
10152             Paul Eggert  <eggert@cs.ucla.edu>
10153
10154         Sync from cvs.
10155         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
10156
10157 2005-05-31  Derek Price  <derek@ximbiot.com>
10158             Paul Eggert  <eggert@cs.ucla.edu>
10159
10160         Sync from cvs.
10161         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
10162
10163 2005-05-29  Derek Price  <derek@ximbiot.com>
10164
10165         * config/srclist.txt (glob_.h, glob.c): Add these files.
10166
10167 2005-05-29  Derek Price  <derek@ximbiot.com>
10168
10169         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
10170         * modules/glob: New file.
10171         * modules/getlogin_r: Add link to POSIX spec in description.
10172
10173 2005-05-29  Derek Price  <derek@ximbiot.com>
10174             Paul Eggert  <eggert@cs.ucla.edu>
10175
10176         * m4/glob.m4: New file.
10177
10178 2005-05-29  Derek Price  <derek@ximbiot.com>
10179             Paul Eggert  <eggert@cs.ucla.edu>
10180
10181         * lib/glob_.h, glob.c: New files.
10182
10183 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10184
10185         * modules/fts (Files): Remove m4/inttypes-pri.m4.
10186         * modules/fts-lgpl (Depends-on): Remove gettext.
10187
10188 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10189
10190         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
10191         and don't require gt_INTTYPES_PRI.
10192
10193 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10194
10195         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
10196
10197         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
10198         the configuration hassle isn't worth it.
10199         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
10200         (LONGEST_MODIFIER, PRIuMAX): Remove.
10201
10202 2005-05-27  Bruno Haible  <bruno@clisp.org>
10203
10204         * lib/getlogin_r.h: Remove second include of <stddef.h>.
10205
10206 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
10207
10208         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
10209         _POSIX_PTHREAD_SEMANTICS for Solaris.
10210
10211 2005-05-25  Derek Price  <derek@ximbiot.com>
10212
10213         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
10214
10215 2005-05-25  Derek Price  <derek@ximbiot.com>
10216             Paul Eggert  <eggert@cs.ucla.edu>
10217
10218         * modules/getlogin_r: New files.
10219
10220 2005-05-25  Derek Price  <derek@ximbiot.com>
10221             Paul Eggert  <eggert@cs.ucla.edu>
10222
10223         * m4/getlogin_r.m4: New files.
10224
10225 2005-05-25  Derek Price  <derek@ximbiot.com>
10226             Paul Eggert  <eggert@cs.ucla.edu>
10227
10228         * lib/getlogin_r.c, getlogin_r.h: New files.
10229
10230 2005-05-25  Bruno Haible  <bruno@clisp.org>
10231             Derek Price  <derek@ximbiot.com>
10232
10233         * lib/getlogin_r.h: Simplify API documentation.
10234
10235 2005-05-23  Derek Price  <derek@ximbiot.com>
10236
10237         * modules/minmax (Files): Add m4/minmax.m4.
10238         (configure.ac): Add gl_MINMAX.
10239
10240 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10241
10242         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
10243         so that unistd-safer.h (GPL'ed code) need not be included.
10244
10245 2005-05-22  Bruno Haible  <bruno@clisp.org>
10246
10247         * m4/minmax.m4: New file.
10248         Based on a patch by Derek Price <derek@ximbiot.com>.
10249
10250 2005-05-22  Bruno Haible  <bruno@clisp.org>
10251
10252         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
10253         (INT64_MIN): Fix definition.
10254         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
10255
10256         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
10257         NEED_SIGNED_INT_TYPES.
10258
10259         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
10260         HAVE_SYSTEM_INTTYPES.
10261
10262 2005-05-22  Bruno Haible  <bruno@clisp.org>
10263
10264         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
10265         Also include <sys/param.h> if it defines MIN, MAX.
10266         Based on a patch by Derek Price <derek@ximbiot.com>.
10267
10268 2005-05-21  Jim Meyering  <jim@meyering.net>
10269
10270         * modules/fts (Files): Add m4/inttypes-pri.m4.
10271         (Depends-on): Add lstat and remove gettext.  Alphabetize.
10272
10273 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10274
10275         New fts module.
10276         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
10277         (setup_dir, free_dir): New functions.
10278         (enter_dir, leave_dir): Define trivial
10279         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
10280         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
10281         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
10282         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
10283         Move to fts-cycle.c.
10284         (fts_open): Use setup_dir.
10285         (fts_close): Use free_dir.
10286         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
10287         This adds a label and some gotos, but the alternatives were messier.
10288         Check for memory allocation failure when entering a dir.
10289         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
10290         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
10291         (FTS): New member fts_cycle, that is a union that contains the
10292         old active_dir_ht and cycle_state.  All uses changed to mention
10293         fts_cycle.ht and fts_cycle.state.
10294         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
10295         fts.c, with the following changes:
10296         (setup_dir, free_dir): New functions.
10297         (enter_dir): Now returns bool.  Return true if successful, false
10298         if memory exhausted.  All callers changed.
10299         Do not bother partly cleaning up on
10300         memory allocation failure; that is free_dir's job.
10301         However, free ad if hash_insert fails, to avoid memory leak.
10302         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
10303         fts->fts_options to see which union member to use.
10304
10305 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10306
10307         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
10308         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
10309
10310 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
10313
10314 2005-05-20  Jim Meyering  <jim@meyering.net>
10315
10316         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
10317         Now a macro, to pacify GCC.
10318
10319 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
10320
10321         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
10322         of -1.
10323
10324 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
10325
10326         * lib/chown.c (rpl_chown): Return -1 on failure.
10327
10328 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10329
10330         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
10331         Don't check for stddef.h.
10332         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
10333         don't use its results.
10334         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
10335         since we include them unconditionally.  Don't require
10336         AM_STDBOOL_H, since stdbool is a prerequisite.
10337         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
10338         since we assume C89 or better.
10339         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
10340         as we don't use their results.
10341         Don't check for fchdir, memmove, memset, strrchr, as we use
10342         them unconditionally.
10343         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
10344         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
10345
10346 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10347
10348         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
10349         Include <stddef.h> unconditionally, since we assume C89 now.
10350         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
10351         * lib/fts.c: Include fts_.h first, to check interface.
10352         Do not include intprops.h; no longer needed.
10353         Include cycle-check.h and hash.h, since fts_.h no longer does.
10354         Remove unnecessary casts of closedir to void.
10355         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
10356         decide whether to decrement nlinks.
10357         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
10358         (FTS): Use struct hash_table * instead of Hash_table, so that
10359         we no longer need to include hash.h here.
10360
10361 2005-05-18  Jim Meyering  <jim@meyering.net>
10362
10363         * modules/dirfd (License): Change to LGPL.  Most of the code
10364         is already in the public domain.
10365
10366 2005-05-18  Jim Meyering  <jim@meyering.net>
10367
10368         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
10369         Reported by Yoann Vandoorselaere.
10370
10371 2005-05-17  Jim Meyering  <jim@meyering.net>
10372
10373         * m4/fts.m4: New file, from coreutils.
10374
10375 2005-05-17  Jim Meyering  <jim@meyering.net>
10376
10377         * lib/fts.c, fts_.h: New files, from coreutils.
10378
10379 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10380
10381         Sync from coreutils.
10382         * m4/unlinkdir.m4: New file.
10383
10384 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10385
10386         Sync from coreutils.
10387         * lib/unlinkdir.c, unlinkdir.h: New files.
10388         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
10389         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
10390         White space changes only.
10391         * lib/makepath.c (make_path): Port to hosts where leading "//" is
10392         special.
10393         * lib/yesno.c: Include getline.h, not ctype.h.
10394         (yesno): Don't remove leading white space; POSIX doesn't allow it.
10395         Use getline to remove arbitrary restriction on response length.
10396
10397 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10398
10399         * config/srclist-update: Spell out "Street" in FSF postal
10400         mail address; this is the style the FSF seems to prefer.
10401
10402         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
10403         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
10404         this updates FSF postal mail address.
10405
10406         Sync from coreutils.
10407         * modules/unlinkdir: New file.
10408         * modules/yesno (Depends-on): Add getline.
10409         * MODULES.html.sh (File system functions): Add unlinkdir.
10410
10411 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10412
10413         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
10414         lib/strsep.h:
10415         Change the initial comment to refer to GPL, not LGPL.
10416         gnulib-tool will change it to LGPL as needed.
10417
10418         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
10419         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
10420         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
10421         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
10422         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
10423         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
10424         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
10425         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
10426         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
10427         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
10428         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
10429         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
10430         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
10431         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
10432         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
10433         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
10434         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
10435         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
10436         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
10437         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
10438         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
10439         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
10440         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
10441         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
10442         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
10443         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
10444         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
10445         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
10446         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
10447         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
10448         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
10449         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
10450         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
10451         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
10452         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
10453         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
10454         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
10455         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
10456         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
10457         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
10458         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
10459         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
10460         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
10461         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
10462         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
10463         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
10464         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
10465         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
10466         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
10467         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
10468         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
10469         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
10470         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
10471         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
10472         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
10473         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
10474         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
10475         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
10476         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
10477         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
10478         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
10479         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
10480         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
10481         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
10482         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
10483         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
10484         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
10485         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
10486         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
10487         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
10488         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
10489         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
10490         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
10491         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
10492         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
10493         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
10494         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
10495         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
10496         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
10497         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
10498         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
10499         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
10500         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
10501         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
10502         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
10503         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
10504         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
10505         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
10506         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
10507         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
10508         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
10509         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
10510         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
10511         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
10512         lib/yesno.c, lib/yesno.h:
10513         Update FSF postal mail address.
10514
10515 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10516
10517         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
10518         tests/test-memmem.c, tests/test-stpncpy.c:
10519         Update FSF postal mail address.
10520
10521 2005-05-13  Bruno Haible  <bruno@clisp.org>
10522
10523         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
10524         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
10525         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
10526         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
10527         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
10528         Add support for 64-bit integers in the MSVC compiler.
10529
10530 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10531
10532         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
10533
10534 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
10535
10536         * gnulib-tool (func_import): Sort and uniquify recommended includes.
10537
10538 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
10539
10540         * doc/getdate.texi (General date syntax): Don't say that date
10541         date --iso-8601=ns generates acceptable dates; it doesn't yet.
10542         Problem reported by Nic Ferrier.
10543
10544 2005-05-10  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10545
10546         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
10547         specified in ai_socktype. Fix invalid ai_protocol
10548         check. ai_protocol is usually set to 0 or depending on
10549         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
10550         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
10551         ai_socktype / ai_protocol in the returned addrinfo structure.
10552
10553 2005-05-10  Simon Josefsson  <jas@extundo.com>
10554
10555         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
10556         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10557
10558 2005-05-10  Karl Berry  <karl@gnu.org>
10559
10560         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
10561         (from http://www.gnu.org/licenses).
10562         * doc/COPYING.LIB: also rename to COPYING.LESSER.
10563         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
10564         fdl.texi suffices.
10565
10566 2005-05-10  Karl Berry  <karl@gnu.org>
10567
10568         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
10569         (COPYING.DOC): remove.
10570
10571         * config/srclist-update: new FSF address.
10572
10573 2005-05-10  Derek Price  <derek@ximbiot.com>
10574
10575         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
10576         possible.
10577
10578 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10579             Bruno Haible  <bruno@clisp.org>
10580
10581         * modules/inet_ntop: New file.
10582         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10583         inet_ntop.
10584
10585 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10586             Bruno Haible  <bruno@clisp.org>
10587
10588         * m4/inet_ntop.m4: New file.
10589
10590 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10591             Bruno Haible  <bruno@clisp.org>
10592
10593         * lib/inet_ntop.h: New file.
10594         * lib/inet_ntop.c: New file, from glibc with modifications.
10595
10596 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
10597
10598         * modules/time_r (License): Change to LGPL.
10599         * modules/extensions (License): Change to LGPL.  Actually,
10600         the license is more permissive than that, but currently gnulib-tool
10601         doesn't know how to handle more-permissive licenses.
10602
10603         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
10604         Problem reported by Dave Love.
10605
10606 2005-05-08  Jim Meyering  <jim@meyering.net>
10607
10608         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
10609         blank.
10610
10611 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
10612
10613         * modules/argmatch (Depends-on): Add stdbool.
10614         * modules/backupfile (Depends-on): Likewise.
10615         * modules/chdir-long (Depends-on): Likewise.
10616         * modules/closeout (Depends-on): Likewise.
10617         * modules/cycle-check (Depends-on): Likewise.
10618         * modules/dirname (Depends-on): Likewise.
10619         * modules/fnmatch (Depends-on): Likewise.
10620         * modules/fsusage (Depends-on): Likewise.
10621         * modules/fwriteerror (Depends-on): Likewise.
10622         * modules/getcwd (Depends-on): Likewise.
10623         * modules/getloadavg (Depends-on): Likewise.
10624         * modules/hard-locale (Depends-on): Likewise.
10625         * modules/makepath (Depends-on): Likewise.
10626         * modules/mountlist (Depends-on): Likewise.
10627         * modules/nanosleep (Depends-on): Likewise.
10628         * modules/posixtm (Depends-on): Likewise.
10629         * modules/quotearg (Depends-on): Likewise.
10630         * modules/readtokens (Depends-on): Likewise.
10631         * modules/readtokens0 (Depends-on): Likewise.
10632         * modules/readutmp (Depends-on): Likewise.
10633         * modules/save-cwd (Depends-on): Likewise.
10634         * modules/strftime (Depends-on): Likewise.
10635         * modules/userspec (Depends-on): Likewise.
10636         * modules/utimecmp (Depends-on): Likewise.
10637         * modules/xgetcwd (Depends-on): Likewise.
10638         * modules/xnanosleep (Depends-on): Likewise.
10639         * modules/xstrtod (Depends-on): Likewise.
10640         * modules/yesno (Depends-on): Likewise.
10641
10642 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
10643
10644         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
10645         needless checks.
10646
10647 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10648
10649         Merge from coreutils.  Among other things,
10650         add bulletproofing for cases where stdin, stdout, or stderr are closed.
10651         * lib/fd-safer.c: New file.
10652         * lib/fcntl-safer.h, open-safer.c: Remove.
10653         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
10654         * lib/dup-safer.c: Include unistd-safer.h first.
10655         Don't include errno.h.
10656         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
10657         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
10658         * lib/file-type.c: Rely on file-type.h change.
10659         * lib/getloadavg.c: Include unistd-safer.h.
10660         (getloadavg): Use safer open.
10661         * lib/getusershell.c: Include "stdio-safer.h".
10662         (getusershell): Use safer fopen.
10663         * lib/long-options.c (long_options): Use NULL rather than 0.
10664         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
10665         'free'.
10666         * lib/modechange.c: Likewise.
10667         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
10668         (MODE_DONE): New constant.
10669         (struct mode_change): Remove 'next' member.
10670         (make_node_op_equals): New function; like the old one of the
10671         same name, except it allocates an array.
10672         (mode_compile, mode_create_from_ref): Use it.
10673         (mode_compile): Allocate result as an array, not a linked list.
10674         Parse octal string ourself, so that we catch mistakes like "+0".
10675         (mode_adjust): Arg is an array, not a linked list.
10676         * lib/modechange.c: Include stat-macros.h, xalloc.h.
10677         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
10678         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
10679         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
10680         Remove.  This is now stat-macros.h's job.
10681         (talloc): Remove.  All callers replaced by xalloc, so that
10682         our invokers don't have to worry about reporting memory failures.
10683         (make_node_op_equals): Remove.
10684         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10685         New constants.
10686         (struct mode_change): Moved here from modechange.h.
10687         (mode_append_entry): Remove.
10688         (mode_compile): Remove MASKED_OPS arg, since it encouraged
10689         apps to have incorrect behavior.  Use simpler algorithm for head
10690         and tail.  Don't futz with umask; that's now the job of mode_adjust.
10691         Detect more invalid usages rather than having somewhat-random behavior.
10692         Don't insert an "a=" action, as that leads to incorrect behavior.
10693         (mode_compile, mode_create_from_ref): Return NULL on error instead
10694         of an enum, since now there's only one way to have an error.  All
10695         callers changed.
10696         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
10697         at the correct time.  Simplify calculation of "+u" and its ilk.
10698         Don't mishandle "+X".
10699         (mode_free): Remove "register" and localize decls.
10700         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10701         (struct mode_change): Move to modechange.c; callers don't
10702         need to see this stuff.
10703         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
10704         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
10705         (mode_change, mode_adjust): Reflect the new signatures noted above.
10706         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
10707         that might redefine system include files.
10708         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
10709         (my_usleep): Use NULL rather than (void *) 0.
10710         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
10711         Use siginterrupt to specify that system calls should be interrupted.
10712         (rpl_nanosleep): Move initialization of suspended closer to call of
10713         my_usleep.
10714         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
10715         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
10716         (desirable_utmp_entry): New function.
10717         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
10718         using x2nrealloc, to simplify logic.
10719         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
10720         size calculation.  Do not assume utmp file is a regular file.
10721         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
10722         (READ_UTMP_CHECK_PIDS): New constant.
10723         * lib/save-cwd.c: Include unistd-safer.h.
10724         (save_cwd): Use fd_safer.
10725         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
10726         [!_LIBC] Include "stat-macros.h" instead.
10727         * lib/unistd-safer.h (fd_safer): New decl.
10728
10729 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10730
10731         * modules/getloadavg (Depends-on): Add unistd-safer.
10732         * modules/getusershell (Depends-on): Add stdio-safer.
10733         * modules/lstat (Depends-on): Remove xalloc.
10734         * modules/mkstemp (Depends-on): Add stat-macros.
10735         * modules/modechange (Depends-on): Remove xstrtol.
10736         Add stat-macros, xalloc.
10737         * modules/save-cwd (Depends-on): Add unistd-safer.
10738         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
10739         * modules/unistd-safer (Files): Add lib/fd-safer.c
10740         (Makefile.am): Remove lib_SOURCES.
10741
10742         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
10743         Remove fcntl-safer; unistd-safer supersedes it.
10744
10745 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10746
10747         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
10748         AC_HEADER_STAT.
10749         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
10750         (gl_PREREQ_CHOWN): Remove.
10751         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
10752         it.  Don't require AC_HEADER_STAT.
10753         (gl_PREREQ_LSTAT): Remove.
10754         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
10755         Don't require AC_HEADER_STAT.
10756         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
10757         (gl_PREREQ_RMDIR): Remove.
10758         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
10759         mention stat-macros.h or AC_HEADER_STAT, since we'll make
10760         the stat-macros module a prerequisite.
10761         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
10762         * m4/filemode.m4 (gl_FILEMODE): Likewise.
10763         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
10764         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
10765         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
10766         variable names.
10767         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
10768         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
10769         variable prefixes.
10770         * m4/fcntl-safer.m4: Remove.
10771         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
10772         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
10773         Invoke gl_PREREQ_FD_SAFER.
10774         (gl_PREREQ_FD_SAFER): New macro.
10775         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
10776         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
10777         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
10778         Remove duplicate call to AC_LIBOBJ(readutmp).
10779         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
10780
10781         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
10782         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
10783
10784 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10785
10786         * MODULES.html.sh (Misc): Add byteswap.
10787
10788 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10789
10790         * modules/getcwd (Depends-on): Add extensions.
10791         * modules/openat (Depends-on): Likewise.
10792
10793 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10794
10795         * modules/byteswap: New file.
10796
10797 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10798
10799         * m4/byteswap.m4: New file.
10800
10801 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10802
10803         * lib/byteswap_.h: New file.
10804
10805 2005-04-25  Karl Berry  <karl@gnu.org>
10806
10807         * m4/gettext.m4: Update from GNU gettext 0.14.4.
10808
10809 2005-04-25  Albert Chin  <china@thewrittenword.com>
10810
10811         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
10812         Toolkit C bug.
10813
10814 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
10815
10816         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
10817         (func_ln_if_changed) Remove forcibly for no error message
10818         in case file does not exist.
10819
10820 2005-04-19  Simon Josefsson  <jas@extundo.com>
10821
10822         * gnulib-tool (Options): Make --symlink mean --symbolic.
10823
10824 2005-04-18  Oskar Liljeblad <oskar@osk.mine.nu>
10825
10826         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
10827
10828 2005-04-16  Simon Josefsson  <jas@extundo.com>
10829
10830         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
10831
10832 2005-04-15  Simon Josefsson  <jas@extundo.com>
10833
10834         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
10835
10836 2005-04-15  Simon Josefsson  <jas@extundo.com>
10837
10838         * gnulib-tool: Rename --symlink to --symbolic.
10839
10840 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
10841
10842         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
10843         symbolic links to files instead of copying/moving.  Add --aux-dir,
10844         specifying directory relative --dir where auxiliary build tools
10845         are placed.
10846
10847 2005-04-14  Bruno Haible  <bruno@clisp.org>
10848
10849         * modules/allocsa (License): Change to LGPL.
10850         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10851
10852 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10853
10854         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
10855         that "UTC +1 second" continues to work.  Problem reported
10856         by Dmitry V. Levin.
10857         (relunit_snumber): New rule.
10858         (relunit): Use it.
10859
10860 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10861
10862         * lib/getdate.y (universal_time_zone_table): New constant.
10863         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
10864         universal_time_zone_table.
10865         (lookup_zone): Prefer universal_time_zone_table to
10866         local_time_zone_table, so that "GMT" time stamps are allowed in
10867         London during the summer.  Problem reported by Ian Abbott.
10868
10869 2005-04-12  Jim Meyering  <jim@meyering.net>
10870
10871         * lib/human.c (humblock): Set *options even when returning due to
10872         xstrtoumax conversion failure.  Thanks to a used-uninitialized
10873         warning from gcc-4.
10874
10875 2005-04-09  Jim Meyering  <jim@meyering.net>
10876
10877         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
10878         -Wuninitialized: initialize tm0.tm_year.
10879
10880 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10881
10882         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
10883         count, since there's no maximum.  All uses changed.
10884         Add member dsts_seen.
10885         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
10886         not being INT_MAX.
10887         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
10888         Use pc_rels_seen to decide whther a date is absolute.
10889
10890         * lib/getdate.y (number): Don't overwrite year.
10891         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
10892         check.
10893
10894 2005-04-02  Simon Josefsson  <jas@extundo.com>
10895
10896         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
10897         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
10898
10899 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
10900
10901         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
10902         where no absolute path name can be longer than PATH_MAX.
10903
10904 2005-03-27  Jim Meyering  <jim@meyering.net>
10905
10906         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
10907
10908 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
10909
10910         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
10911         "one's complement" -> "ones' complement" in comment, as per Knuth.
10912         "value of type" -> "type or expression" in comment.
10913         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
10914
10915 2005-03-26  Jim Meyering  <jim@meyering.net>
10916
10917         Comment nits.
10918         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
10919         Correct typos: s/or/of/.
10920
10921 2005-03-26  Jim Meyering  <jim@meyering.net>
10922
10923         * modules/check-include-files: Move to ../ and rename to...
10924         * check-module: ...this.
10925
10926 2005-03-25  Jim Meyering  <jim@meyering.net>
10927
10928         * modules/xvasprintf (Files): Add xalloc.h.
10929
10930 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
10931
10932         * modules/gettext (Files): config/config.rpath ->
10933         build-aux/config.rpath
10934         * modules/iconv (Files): Likewise.
10935         Problem reported by Oskar Liljeblad.
10936
10937 2005-03-23  Jim Meyering  <jim@meyering.net>
10938
10939         * modules/check-include-files: New script to check for
10940         missing dependencies, multiple includes, etc.
10941
10942         * modules/c-strtold (Depends-on): Add xalloc.
10943         * modules/c-strtod (Depends-on): Add xalloc.
10944         * modules/hash (Depends-on): Add xalloc.
10945         (Files): Remove lib/xalloc.h.
10946
10947         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
10948         * modules/userspec (Files): Add lib/inttostr.h.
10949
10950 2005-03-23  Jim Meyering  <jim@meyering.net>
10951
10952         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
10953
10954 2005-03-22  Jim Meyering  <jim@meyering.net>
10955
10956         * modules/stat-macros: New module.
10957         * modules/canonicalize, modules/euidaccess, modules/file-type,
10958         * modules/filemode, modules/lchown, modules/makepath,
10959         * modules/rmdir, modules/stat: Depend on new stat-macros module
10960         rather than listing lib/stat-macros.h manually.
10961         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
10962
10963 2005-03-22  Jim Meyering  <jim@meyering.net>
10964
10965         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
10966
10967 2005-03-22  Bruno Haible  <bruno@clisp.org>
10968
10969         * config/srclist.txt: Replace target directory 'config' with
10970         'build-aux'.
10971         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
10972         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
10973         ../build-aux/.
10974
10975 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * modules/chdir-long (Depends-on): Add mempcpy.
10978
10979         * modules/acl, modules/backupfile, modules/c-strtod,
10980         modules/c-strtold, modules/canon-host, modules/canonicalize,
10981         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
10982         modules/exclude, modules/exitfail, modules/file-type,
10983         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
10984         modules/getdate, modules/getline, modules/getpagesize,
10985         modules/getpass, modules/getugroups, modules/group-member,
10986         modules/hard-locale, modules/hash, modules/human, modules/idcache,
10987         modules/inttostr, modules/long-options, modules/makepath,
10988         modules/md5, modules/memcasecmp, modules/memcoll,
10989         modules/modechange, modules/mountlist, modules/path-concat,
10990         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
10991         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
10992         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
10993         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
10994         modules/strftime, modules/strndup, modules/strverscmp,
10995         modules/timespec, modules/unlocked-io, modules/userspec,
10996         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
10997         modules/yesno:
10998         Remove lib_SOURCES line from Makefile.am section, as this is now
10999         done automatically by the corresponding Autoconf macro.
11000
11001 2005-03-21  Jim Meyering  <jim@meyering.net>
11002
11003         Changes imported from coreutils.
11004
11005         * lib/cycle-check.c: Don't include xalloc.h.
11006
11007         * lib/path-concat.c: Don't include assert.h.
11008         (path_concat): Remove assertion that would have triggered
11009         for ABASE starting with more than one slash.
11010         Reported by Andreas Schwab.
11011
11012         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
11013         properly when ABASE is an absolute file name.
11014         Correct the description of this function.
11015         Include <assert.h>.
11016         Add an assertion and a test driver.
11017         This fixes a bug introduced on 2004-07-02.
11018         Andreas Schwab reported the resulting failure of cp --parents:
11019         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
11020
11021 2005-03-21  Jim Meyering  <jim@meyering.net>
11022
11023         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
11024         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
11025
11026 2005-03-21  Jim Meyering  <jim@meyering.net>
11027         and  Paul Eggert  <eggert@cs.ucla.edu>
11028
11029         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
11030         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
11031         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
11032         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
11033         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
11034         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
11035         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
11036         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
11037         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
11038         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
11039         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
11040         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
11041         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
11042         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
11043         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
11044         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
11045         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
11046         for these modules.
11047
11048 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11049
11050         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
11051         (which shouldn't happen), generate nothing instead of returning 0
11052         immediately, so that nstrftime (NULL, ...) doesn't return 0.
11053
11054 2005-03-16  Bruno Haible  <bruno@clisp.org>
11055
11056         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
11057         HAVE_LONGLONG_64BIT.
11058
11059 2005-03-16  Bruno Haible  <bruno@clisp.org>
11060
11061         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
11062         HAVE_LONGLONG_64BIT.
11063
11064 2005-03-16  Bruno Haible  <bruno@clisp.org>
11065
11066         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
11067         HAVE_LONGLONG_64BIT.
11068
11069 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11070
11071         * lib/strftime.c (my_strftime): Prepend space to format so that we can
11072         reliably distinguish strftime failure from empty output on POSIX
11073         hosts.
11074
11075 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11076
11077         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
11078         (iconv_string): Don't guess a size-zero buffer, as that might cause
11079         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
11080         result would be 'too large', where 'too large' is (heuristically)
11081         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
11082         overflow concerns.  This will prevent some unwanted malloc failures
11083         when the inputs are very large.
11084
11085 2005-03-15  Karl Berry  <karl@gnu.org>
11086
11087         * config/srclist.txt (config.rpath): from gettext.
11088         * config/config.rpath: update.
11089
11090 2005-03-15  Bruno Haible  <bruno@clisp.org>
11091
11092         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
11093         to 'negate'.
11094
11095         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
11096         variable.
11097
11098         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
11099         results.
11100
11101 2005-03-14  Simon Josefsson  <jas@extundo.com>
11102
11103         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
11104         <fx@gnu.org>.
11105
11106 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
11107
11108         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
11109         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
11110         intprops.h.
11111         * lib/strtol.c: Likewise.
11112
11113 2005-03-14  Jim Meyering  <jim@meyering.net>
11114
11115         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
11116         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
11117         to be nonzero so that we (and caller) can detect the difference
11118         between a valid zero-length expansion and an error return, even
11119         when the underlying strftime fails before writing anything into
11120         that location.
11121
11122 2005-03-14  Bruno Haible  <bruno@clisp.org>
11123
11124         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
11125         Update from GNU gettext 0.14.3.
11126
11127 2005-03-10  Jim Meyering  <jim@meyering.net>
11128
11129         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
11130
11131 2005-03-10  Jim Meyering  <jim@meyering.net>
11132
11133         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
11134         so that this module works on systems without fchdir.
11135
11136 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
11137
11138         Factor int-properties macros into a single file, except for
11139         glibc-related files.
11140         * lib/intprops.h: New file.
11141         * lib/getloadavg.c: Include it instead of limits.h.
11142         (INT_STRLEN_BOUND): Remove.
11143         * lib/human.c: Include intprops.h.
11144         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
11145         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
11146         302/1000.
11147         * lib/inttostr.h: Include intprops.h instead of limits.h.
11148         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
11149         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
11150         for consistency with intprops.h.
11151         (time_t_is_integer, twos_complement_arithmetic): Use them.
11152         * lib/sig2str.h: Include <signal.h>, intprops.h.
11153         (INT_STRLEN_BOUND): Remove.
11154         * lib/strftime.c (TYPE_SIGNED): Remove.
11155         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
11156         * lib/strtol.c: Adjust comments to match intprops.h.
11157         * lib/userspec.c: Include intprops.h.
11158         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
11159         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
11160         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
11161         instead of rolling our own expressions.
11162         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
11163
11164         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
11165         instead of int.
11166         (my_strftime): Do not mishandle years close to INT_MAX, by doing
11167         the right thing even if adding 1900 would overflow.  Similarly
11168         for tm_mon + 1 and tm_yday + 1.
11169         Make %Y always equivalent to %C%y, and similarly for %G and %g.
11170         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
11171         (DO_SIGNED_NUMBER): New macro.
11172         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
11173
11174 2005-03-07  Bruno Haible  <bruno@clisp.org>
11175
11176         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
11177
11178 2005-03-07  Bruno Haible  <bruno@clisp.org>
11179
11180         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
11181
11182 2005-03-04  Derek R. Price  <derek@ximbiot.com>
11183
11184         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
11185         (func_import): Only replace files via --import when they have actually
11186         changed.
11187
11188 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11189
11190         * m4/mmap-anon.m4: New file.
11191         * m4/pagealign_alloc.m4: New file.
11192
11193 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11194             Bruno Haible  <bruno@clisp.org>
11195
11196         * modules/pagealign_alloc: New file.
11197         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
11198
11199 2005-03-03  Derek R. Price  <derek@ximbiot.com>
11200             Bruno Haible  <bruno@clisp.org>
11201
11202         * lib/pagealign_alloc.h: New file.
11203         * lib/pagealign_alloc.c: New file.
11204
11205 2005-03-03  Bruno Haible  <bruno@clisp.org>
11206
11207         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
11208         Use an all-permissive copyright notice, recommended by RMS.
11209
11210 2005-03-02  Bruno Haible  <bruno@clisp.org>
11211
11212         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
11213         of AIX, the replacement has to be done only after <string.h> is
11214         included, therefore not in config.h. stpncpy.h does the replacement,
11215         and stpncpy.c uses it.
11216
11217 2005-03-02  Bruno Haible  <bruno@clisp.org>
11218
11219         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
11220         stpncpy.c uses it.
11221
11222 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11223
11224         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
11225         The workaround isn't strictly needed for POSIX conformance, and
11226         it's too much of a pain to configure and maintain.  We'll ask
11227         people to fix their kernels instead.
11228         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
11229         (NANOSLEEP_BUG_WORKAROUND): Remove.
11230         (xnanosleep): Remove the workaround.
11231
11232 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11233
11234         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
11235         Reported by Derek Price.
11236         (Include): Add "timespec.h".
11237
11238         * modules/xnanosleep (Depends-on): Remove gethrxtime.
11239
11240 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11241
11242         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
11243         to detect nanosleep bug.
11244
11245 2005-03-01  Bruno Haible  <bruno@clisp.org>
11246
11247         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
11248
11249 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11250
11251         * modules/gethrxtime: New file.
11252         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
11253         (Depends-on): Add gethrxtime.
11254         (configure.ac): Add gl_XNANOSLEEP.
11255         (Makefile.am): Remove lib_SOURCES line.
11256
11257 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11258
11259         * m4/gethrxtime.m4, xnanosleep.m4: New files.
11260         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
11261
11262 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * lib/gethrxtime.h, gethrxtime.c, xtime.h: New files.
11265         * lib/timespec.h (gettime): Return void, since it always
11266         succeeds now.  All uses changed.
11267         * lib/gettime.c (gettime) Likewise.
11268         [HAVE_NANOTIME]: Prefer nanotime.
11269         Assume gettimeofday succeeds, as POSIX requires.
11270         Assime time () succeeds, since other code already does.
11271         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
11272         (timespec_subtract): Remove.
11273         (NANOSLEEP_BUG_WORKAROUND): New constant.
11274         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
11275         things considerably.  Use it only on GNU/Linux hosts, since the
11276         workaround shouldn't be needed elsewhere.
11277
11278 2005-02-24  Bruno Haible  <bruno@clisp.org>
11279
11280         * modules/gettext (Files): Add m4/glibc2.m4.
11281
11282 2005-02-24  Bruno Haible  <bruno@clisp.org>
11283
11284         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
11285         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
11286         * m4/progtest.m4:
11287         Update from GNU gettext 0.14.2.
11288         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
11289
11290 2005-02-24  Bruno Haible  <bruno@clisp.org>
11291
11292         * lib/localcharset.c: Update from GNU gettext 0.14.2.
11293         * lib/config.charset: Update from GNU gettext 0.14.2.
11294
11295 2005-02-24  Bruno Haible  <bruno@clisp.org>
11296
11297         * lib/gettext.h: Update from GNU gettext 0.14.2.
11298
11299 2005-02-23  Simon Josefsson  <jas@extundo.com>
11300
11301         * m4/iconvme.m4: New file.
11302
11303 2005-02-23  Jim Meyering  <jim@meyering.net>
11304
11305         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
11306         change.
11307         Thanks to Bruno Haible for catching it.
11308
11309 2005-02-22  Simon Josefsson  <jas@extundo.com>
11310
11311         * modules/iconvme: New file.
11312
11313         * MODULES.html.sh: Add iconvme.
11314
11315 2005-02-22  Simon Josefsson  <jas@extundo.com>
11316
11317         * lib/iconvme.h, iconvme.c: New files, from libc.
11318
11319 2005-02-22  Simon Josefsson  <jas@extundo.com>
11320
11321         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
11322
11323 2005-02-22  Jim Meyering  <jim@meyering.net>
11324
11325         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
11326         s/ifndef/ifdef/.
11327
11328 2005-02-20  Neil Conway  <neilc@samurai.com>
11329
11330         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
11331         returned by OSX/Darwin if the specified buffer is not large
11332         enough for the hostname.
11333
11334 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11335
11336         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
11337         pass it to _help, otherwise the latter coredumps trying to
11338         dereference state.root_argp.
11339
11340 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11341
11342         * modules/chdir-long (Depends-on): Add memrchr.
11343         * modules/memrchr (Files): Add lib/memrchr.h.
11344         (Include): "memrchr.h".
11345
11346 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11347
11348         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
11349
11350 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
11351
11352         * lib/memrchr.h: New file.
11353         * lib/chdir-long.c: Include it.
11354         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
11355         Don't bother including stddef.h.
11356
11357 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
11358
11359         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
11360         inclusion.
11361         Include <sys/types.h>, for dev_t.
11362         (ME_DUMMY, ME_REMOTE): Move from here....
11363         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
11364         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
11365         Dmitry V. Levin.
11366         Include mountlist.h first, to test the interface.
11367
11368 2005-01-29  Bruno Haible  <bruno@clisp.org>
11369
11370         * lib/progname.c (program_name): Initialize.
11371         Needed when linking statically on MacOS X.
11372
11373 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         Sync from coreutils.
11376         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
11377         (Depends-on): Add c-strtod.
11378         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
11379
11380 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
11381
11382         Sync from coreutils.
11383         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
11384
11385         Remove files that are specific to coreutils.
11386         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
11387
11388 2005-01-28  Bruno Haible  <bruno@clisp.org>
11389
11390         * modules/javacomp: New file.
11391         * MODULES.html.sh (Java): Add javacomp.
11392
11393 2005-01-28  Bruno Haible  <bruno@clisp.org>
11394
11395         * m4/javacomp.m4: New file, from GNU gettext.
11396
11397 2005-01-28  Bruno Haible  <bruno@clisp.org>
11398
11399         * lib/javacomp.sh.in: New file, from GNU gettext.
11400         * lib/javacomp.h: New file, from GNU gettext.
11401         * lib/javacomp.c: New file, from GNU gettext.
11402
11403 2005-01-26  Simon Josefsson  <jas@extundo.com>
11404
11405         * lib/gai_strerror.c: Use GPL in header.
11406
11407 2005-01-26  Bruno Haible  <bruno@clisp.org>
11408
11409         * modules/javaexec: New file.
11410         * MODULES.html.sh (Java): Add javaexec.
11411
11412 2005-01-26  Bruno Haible  <bruno@clisp.org>
11413
11414         * m4/javaexec.m4: New file, from GNU gettext.
11415
11416 2005-01-26  Bruno Haible  <bruno@clisp.org>
11417
11418         * lib/javaexec.sh.in: New file, from GNU gettext.
11419         * lib/javaexec.h: New file, from GNU gettext.
11420         * lib/javaexec.c: New file, from GNU gettext.
11421
11422 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11423
11424         * modules/lchown (Depends-on): Remove lchown.h
11425
11426 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11427
11428         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
11429         must be defined if the header file was not found, in order
11430         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
11431
11432 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11433
11434         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
11435         initializers for struct pentry_state.
11436         (__argp_error): Check return value of __asprintf
11437         (__argp_failure): Translate error message
11438
11439         * lib/argp-parse.c: Removed braces around the expansion of N_()
11440
11441 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11442
11443         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
11444         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
11445         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
11446         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
11447         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
11448         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
11449         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
11450         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
11451         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
11452         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
11453         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
11454         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
11455         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
11456         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
11457         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
11458         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
11459         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
11460         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
11461         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
11462         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
11463         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
11464         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
11465         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
11466         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
11467         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
11468         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
11469         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
11470         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
11471         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
11472         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
11473         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
11474         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
11475         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
11476         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
11477         xstrtol.m4, xstrtoumax.m4, yesno.m4:
11478         Use an all-permissive copyright notice, recommended by RMS.
11479
11480 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
11481
11482         * modules/chdir-long (Depends-on): Remove mempcpy.
11483
11484 2005-01-21  Jim Meyering  <jim@meyering.net>
11485
11486         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
11487         same value as for Solaris 9.
11488
11489         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
11490         component length.  This included changing the parameter to be
11491         of type `char *' rather than `char const *'.
11492         * lib/chdir-long.h (chdir_long): Update prototype.
11493
11494         * lib/openat.c (fdopendir, fstatat): New functions.
11495         * lib/openat.h: Include headers required for use of DIR and struct
11496         stat.
11497         [AT_SYMLINK_NOFOLLOW]: Define.
11498         (fdopendir, fstatat): Add prototypes.
11499
11500 2005-01-21  Bruno Haible  <bruno@clisp.org>
11501
11502         * modules/classpath: New file.
11503         * MODULES.html.sh (Java): Add classpath.
11504
11505 2005-01-21  Bruno Haible  <bruno@clisp.org>
11506
11507         * lib/classpath.h: New file, from GNU gettext.
11508         * lib/classpath.c: New file, from GNU gettext.
11509
11510 2005-01-20  Simon Josefsson  <jas@extundo.com>
11511
11512         * modules/version-etc-fsf: New file.
11513
11514 2005-01-20  Simon Josefsson  <jas@extundo.com>
11515
11516         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
11517         * lib/version-etc.c: Remove version_etc_copyright.
11518         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
11519         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
11520
11521 2005-01-20  Simon Josefsson  <jas@extundo.com>
11522
11523         * lib/base64.h (isbase64): Add.
11524
11525         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
11526         using a unsigned prototype, don't inline.
11527         (base64_decode): Use it.
11528
11529 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11530
11531         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
11532         it.
11533
11534 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11535
11536         * lib/save-cwd.c (save_cwd): Remove code to support the case
11537         where fchdir is missing or flaky.
11538
11539 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
11540
11541         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
11542
11543 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
11544
11545         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
11546         AC_LIBSOURCES now does this.
11547         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
11548         with new ullong_max module.
11549
11550 2005-01-19  Bruno Haible  <bruno@clisp.org>
11551
11552         * modules/sh-quote: New file.
11553         * MODULES.html.sh (Executing programs): Add sh-quote.
11554
11555 2005-01-19  Bruno Haible  <bruno@clisp.org>
11556
11557         * lib/sh-quote.h: New file, from GNU gettext.
11558         * lib/sh-quote.c: New file, from GNU gettext.
11559
11560 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11561
11562         Merge from coreutils.
11563         * m4/ullong_max.m4: New file.
11564         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
11565         (gl_MACROS): Assume localeconv exists.
11566
11567 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11568
11569         Merge changes from coreutils, as described below in several
11570         changelogs dated today.
11571
11572         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
11573         (O_DIRECTORY): Remove; not needed here, since "." must be
11574         a directory.  All uses removed.
11575         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
11576         universal on Suns, and we also need to test for IRIX.
11577         Revamp code to use 'if' rather than '#if'.
11578         Avoid unnecessary comparison of cwd->desc to 0.
11579
11580         * lib/utimens.c (futimens): Robustify the previous patch, by checking
11581         for known valid error numbers rather than observed invalid ones.
11582
11583 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
11584
11585         * modules/ullong_max: New file.
11586
11587         * modules/chdir-long, modules/openat: New files.
11588         * modules/save-cwd (Depends-on): Depend on chdir-long.
11589         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
11590
11591 2005-01-18  Jim Meyering  <jim@meyering.net>
11592
11593         Merge from coreutils.
11594         * m4/chdir-long.m4, openat.m4: New files.
11595         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
11596         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
11597         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
11598         is sane and DOES follow symlinks.  Besides, testing 20 different
11599         systems found no broken chown implementations.
11600         Prompted by a change in rsync's copy of this macro.
11601         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
11602
11603         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
11604
11605         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
11606         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
11607         NULL-means-set-to-current-time semantics.
11608         Remove temporary file immediately, rather than waiting
11609         for configure's at-exit trap code to do it.
11610
11611 2005-01-18  Jim Meyering  <jim@meyering.net>
11612
11613         * lib/version-etc.c (version_etc_copyright): Update copyright date.
11614
11615         * lib/utimens.c (futimens): Account for the fact that futimes
11616         can also fail with errno == ENOSYS or errno == ENOENT.
11617         Patch from Dmitry V. Levin.
11618
11619         Change the name of the robust chdir function from chdir to chdir_long.
11620         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
11621         (restore_cwd): Use chdir_long, not chdir.
11622         * lib/chdir-long.c: Renamed from chdir.c.
11623         * lib/chdir-long.h: Renamed from chdir.h.
11624         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
11625         Hurd.
11626
11627 2005-01-18  Bruno Haible  <bruno@clisp.org>
11628
11629         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
11630         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
11631         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
11632         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
11633         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
11634         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
11635         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
11636         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
11637         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
11638         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
11639         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
11640         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
11641         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
11642         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
11643         Use an all-permissive copyright notice, recommended by RMS.
11644
11645 2005-01-18  Bob Proulx  <bob@proulx.com>
11646
11647         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
11648         simplify offsetof() macro construct to avoid compile failure with
11649         native HP-UX 11.0 ANSI C compiler.
11650
11651 2005-01-17  Bruno Haible  <bruno@clisp.org>
11652
11653         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
11654         redundant because stpncpy.m4 takes care of it.
11655
11656 2005-01-17  Bruno Haible  <bruno@clisp.org>
11657
11658         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
11659
11660 2005-01-17  Bruno Haible  <bruno@clisp.org>
11661
11662         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
11663         used.
11664
11665 2005-01-17  Bruno Haible  <bruno@clisp.org>
11666
11667         * lib/fwriteerror.h (fwriteerror): Change specification to include
11668         fclose.
11669         * lib/fwriteerror.c: Include <stdbool.h>.
11670         (fwriteerror): At the end, close the file stream. Record whether
11671         stdout was already closed.
11672
11673 2005-01-17  Bruno Haible  <bruno@clisp.org>
11674
11675         * lib/execute.c (environ): Declare if needed.
11676         * lib/pipe.c (environ): Likewise.
11677         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
11678
11679 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11680
11681         * modules/argp: Depend on vsnprintf
11682
11683 2005-01-10  Jim Meyering  <jim@meyering.net>
11684
11685         * modules/closeout (Depends-on): Add atexit.
11686
11687 2005-01-06  Bruno Haible  <bruno@clisp.org>
11688
11689         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
11690
11691 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
11694         definitions to be after all include files, to avoid collisions.
11695         Problem reported by Bob Proulx.
11696
11697 2005-01-04  Jim Meyering  <jim@meyering.net>
11698
11699         Changes imported from coreutils.
11700         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
11701         as the mkstemp template, use a temporary directory and an
11702         8.3-friendly template to avoid trouble on systems like DJGPP.
11703         Reported by Juan M. Guerrero via Stepan Kasal.
11704         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
11705         close. Remove the temporary directory right away, rather than waiting
11706         for configure's at-exit trap code to do it.
11707         Suggestion from Stepan Kasal.
11708
11709 2005-01-01  Simon Josefsson  <jas@extundo.com>
11710
11711         * gnulib-tool: Print #include directives when --import'ing.
11712
11713 2004-12-28  Simon Josefsson  <jas@extundo.com>
11714
11715         * tests/test-base64.c: Include required header files.  Remove
11716         unused variables.
11717
11718 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11719
11720         * modules/error (Depends-on): Remove gettext.
11721
11722 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11723
11724         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
11725         not needed.  This removes a dependency on the gettext module.
11726         [defined _LIBC]: Do not include <libintl.h>; not needed.
11727
11728 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11729
11730         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
11731         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
11732
11733 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11734
11735         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
11736         HAVE_DECL_STRTOLD.
11737
11738 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11739
11740         * modules/getdate (Depends-on): Remove alloca-opt.
11741
11742 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11743
11744         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
11745
11746 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11747
11748         * lib/argp-parse.c: Include <stddef.h>.
11749         (alignof, alignto): New macros.
11750         (parser_init): Don't assume that void * is aligned sufficiently
11751         for struct option.
11752
11753         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
11754         need to extend the stack.
11755         (YYINITDEPTH): New macro, so that the initial stack isn't overly
11756         large.
11757
11758 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11759
11760         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
11761
11762 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11763
11764         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
11765         (2004-10-24) change.  Apparently this was a false alarm.
11766
11767         * modules/getdate: Depend on alloca-opt, not alloca.
11768
11769 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11770
11771         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
11772         Remove now-obsolete comment about AIX.
11773         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
11774         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
11775         (YYMAXDEPTH): New macro.
11776
11777 2004-12-18  Simon Josefsson  <jas@extundo.com>
11778
11779         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
11780
11781 2004-12-18  Bruno Haible  <bruno@clisp.org>
11782
11783         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
11784
11785 2004-12-18  Bruno Haible  <bruno@clisp.org>
11786
11787         * lib/fatal-signal.c (fatal_signals): Make non-const.
11788         (init_fatal_signals): New function.
11789         (uninstall_handlers, install_handlers): Ignore signals that were set to
11790         SIG_IGN.
11791         (at_fatal_signal): Call init_fatal_signals.
11792         (init_fatal_signal_set): Likewise. Ignore signals that were set to
11793         SIG_IGN.
11794         Reported by Paul Eggert.
11795
11796 2004-12-18  Bruno Haible  <bruno@clisp.org>
11797
11798         * doc/alloca.texi: New file.
11799         * doc/alloca-opt.texi: New file.
11800
11801 2004-12-17  Jim Meyering  <jim@meyering.net>
11802
11803         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
11804         Otherwise, install-sh could exit with improper exit status when
11805         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
11806
11807 2004-12-16  Simon Josefsson  <jas@extundo.com>
11808
11809         * tests/test-base64.c: Add license.
11810
11811 2004-12-15  Stepan Kasal  <address@hidden>
11812
11813         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
11814
11815 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
11816
11817         * modules/getcwd (Files): Add m4/d-ino.m4.
11818         Suggested by Mark D. Baushke.
11819
11820 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11821
11822         * lib/getdate.y (textint): New member "negative".
11823         (time_zone_hhmm): New function.
11824         Expect 14 shift-reduce conflicts, not 13.
11825         (o_colon_minutes): New rule.
11826         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
11827         (yylex): Set the "negative" member of signed numbers.
11828
11829 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11830
11831         * doc/getdate.texi (Time of day items, Time zone items):
11832         Describe new formats +00:00, UTC+00:00.
11833
11834 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11835
11836         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
11837         spurious "-l"s.  Problem reported by Stepan Kasal.
11838
11839 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
11840
11841         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
11842         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
11843
11844 2004-12-04  Simon Josefsson  <jas@extundo.com>
11845
11846         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
11847         Vandoorselaere <yoann@prelude-ids.org>.
11848
11849 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11850
11851         Changes imported from coreutils.
11852         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
11853         exist.
11854         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
11855
11856 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         Changes imported from coreutils.
11859         * lib/hard-locale.c: Assume <locale.h> exists.
11860         Include "strdup.h".
11861         (GLIBC_VERSION): New macro.
11862         (hard_locale): Assume setlocale exists.
11863         Rewrite to avoid #ifdef.
11864         Use strdup rather than malloc + strcpy.
11865         * lib/human.c: Assume <locale.h> exists.
11866         (human_readable): Assume localeconv exists.
11867
11868 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11869
11870         * modules/hard-locale (Depends-on): Add strdup.
11871
11872 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
11873
11874         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
11875         convert T2, not T.  (Imported from libc.)
11876
11877 2004-11-30  Simon Josefsson  <jas@extundo.com>
11878
11879         * modules/restrict (License): Change to LGPL.
11880
11881 2004-11-30  Simon Josefsson  <jas@extundo.com>
11882
11883         * m4/restrict.m4: Add copyright and copying conditions.
11884
11885 2004-11-30  Simon Josefsson  <jas@extundo.com>
11886
11887         * m4/base64.m4: New file.
11888
11889 2004-11-30  Simon Josefsson  <jas@extundo.com>
11890
11891         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
11892         base64.
11893
11894         * tests/test-base64.c: New file.
11895
11896         * modules/base64: New file.
11897
11898 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11899
11900         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
11901         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
11902
11903         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
11904
11905 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11906
11907         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
11908         (__getcwd.c): Don't restore errno; glibc doesn't.
11909         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
11910         first, falling back to our code only if its results look suspicious.
11911         Ensure that the resulting buffer is only as large as necessary.
11912
11913         * lib/readutmp.c: Include readutmp.h first.
11914         Include <errno.h>, since readutmp.h no longer does that.
11915         * lib/readutmp.h: Don't include <errno.h>,
11916         <sys/param.h>, <time.h>; not needed to establish interface.
11917         (errno): Remove decl.
11918         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
11919         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
11920         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
11921
11922 2004-11-28  Simon Josefsson  <jas@extundo.com>
11923
11924         * lib/base64.h, base64.c: New file.
11925
11926 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11927
11928         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
11929
11930 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11931
11932         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
11933         (Depends-on): Remove pathmax, same.  Add mempcpy.
11934         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
11935         (Makefile.am): Append getcwd.h to lib_SOURCES.
11936         (Include): Add getcwd.h.
11937         (Maintainer): Change from Jim Meyering to "all, glibc",
11938         since getdate now uses intended-for-glibc code.
11939         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
11940         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
11941
11942 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11943
11944         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
11945         HP's ANSI C compiler.
11946         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
11947         Declaring int functions causes warnings on some modern systems and
11948         shouldn't be needed to compile on ancient ones.
11949         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
11950         defined.
11951
11952         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
11953         with the following changes.
11954         (__set_errno): Parenthesize properly.
11955         Include <stdbool.h>.
11956         (MIN, MAX, MATCHING_INO): New macros.
11957         (__getcwd): Define with prototype, not K&R form.
11958         Use heuristics to allocate default buffer on stack if possible.
11959         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
11960         behavior, and to avoid the PATH_MAX limit when computing
11961         ../../../../...
11962         Use MATCHING_INO to compare inode number to file.
11963         Check for arithmetic overflow in size calculations.
11964         Fix bug in reallocation of dot array that caused getcwd to fail
11965         on directories nested deeper than 75.
11966         Be more careful about saving errno on error.
11967         Do not use realloc; use only free+malloc, as this is a bit
11968         more flexible and avoids a needless copy operation.
11969         Do not inspect st_dev and st_ino for symbolic links; POSIX
11970         doesn't specify the latter.
11971         Check for closedir errors.
11972         Avoid needless casts.
11973         Use "#ifdef weak_alias" around weak_alias, to be like other
11974         glibc code.
11975         The following changes to getcwd.c have effect only when used in
11976         gnulib; they have no effect inside glibc proper.
11977         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
11978         as alloca isn't used.
11979         (alloca, __alloca): Likewise.
11980         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
11981         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
11982         unconditionally, as gnulib assumes C89 or better.
11983         Do not include <sys/param.h>.
11984         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
11985         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
11986         better.
11987         (NULL) [!defined NULL]: Remove; we assume C89 or better.
11988         Include <dirent.h> in a way that is compatible with modern Autoconf.
11989         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
11990         New macros, if not already defined.
11991         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
11992         Use "_LIBC", not "defined _LIBC", for consistency.
11993         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
11994         a mempcpy module.
11995         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
11996         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
11997         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
11998         credit only to Jim Meyering and adjust the copyright dates.
11999         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
12000         <stdlib.h>, <unistd.h>, "pathmax.h".
12001         Instead, include "xgetcwd.h" (first) and "getcwd.h".
12002         (INITIAL_BUFFER_SIZE): Remove.
12003         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
12004
12005 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12006
12007         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
12008         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
12009         Use the _ONCE methods, for efficiency.
12010         Check for fcntl.h.  In test program, include <errno.h>
12011         and <fcntl.h> if available.  Remove old K&R cruft from
12012         test program.  Check for common errors in GNU/Linux,
12013         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
12014         don't do AC_LIBOBJ, as that's getcwd.m4's job.
12015         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
12016         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
12017         name accordingly.
12018         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
12019         accommodate new getcwd.c.
12020         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
12021         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
12022         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
12023         that's all we need now.
12024
12025 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12026
12027         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
12028         argp-parse.c depends on getopt internals, that means we should
12029         always use our getopt, to be on the safe side.
12030         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
12031         order not to spoil the result of an eventual previous invocation
12032         of gl_GETOPT_SUBSTITUTE.
12033
12034 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12035
12036         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
12037         redefinition warnings. To avoid them, include the defines
12038         in `#if !defined __need_getopt ... #endif'. The only place
12039         where __getopt_argv_const is used is in definitions
12040         of getopt_long and getopt_long_only below, which are as well
12041         protected by `#ifndef __need_getopt'.
12042         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
12043         __need_getopt after including <stdio.h> and <unistd.h> These
12044         headers might have defined it.
12045
12046 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12047
12048         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
12049
12050 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12051
12052         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
12053         (futimens): New function, which uses futimes if available.
12054         (futimens, utimens): Support timespec==NULL, with same semantics
12055         as utime and utimens.
12056         * lib/utimens.h (futimens): New decl.
12057
12058 2004-11-23  Jim Meyering  <jim@meyering.net>
12059
12060         * lib/getopt_.h: Remove trailing blanks.
12061
12062 2004-11-23  Jim Meyering  <jim@meyering.net>
12063
12064         * lib/__fpending.c: Add comment.
12065
12066 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
12067
12068         * modules/canonicalize (Depends-on): Add xreadlink.
12069         Problem reported by James Youngman.
12070
12071 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12072
12073         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
12074         New macros.
12075         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
12076         optopt): Use them instead of invoking ## directly; otherwise, the
12077         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
12078
12079 2004-11-19  Bruno Haible  <bruno@clisp.org>
12080
12081         * lib/strtok_r.c: Move comments from here...
12082         * lib/strtok_r.h: ... to here.
12083
12084 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12085
12086         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
12087         implementations that mishandle size_t overflow.
12088
12089 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12090
12091         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
12092         might fail.  Problem reported by Yoann Vandoorselaere.
12093         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
12094         implementations that mishandle size_t overflow.
12095
12096 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12097
12098         * modules/canon-host (Depends-on): Add strdup.
12099
12100 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12101
12102         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
12103
12104 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12105
12106         * lib/canon-host.c: Include "strdup.h".
12107         (canon_host): Use getaddrinfo if available, so that IPv6 works.
12108         Use strdup instead of malloc/strcpy to duplicate strings.
12109
12110         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
12111         (human_space_before_unit): New constant.
12112         * lib/human.c (human_readable): Support it.
12113
12114         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
12115         (xgetcwd): Set errno correctly when failing.
12116         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
12117         the failure is actually due to a PATH_MAX problem.
12118
12119         Further getopt changes to make it more likely that glibc will
12120         buy the changes back.
12121         * lib/getopt.c (POSIXLY_CORRECT): New constant.
12122         (getopt): Use it, so to preserve glibc semantic
12123         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
12124         when compiling for libc.
12125         * lib/getopt_.h (__getopt_argv_const): Bring it back.
12126         (getopt_long, getopt_long_only): Use it.
12127
12128         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
12129         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
12130         (getopt): Argv is now char * const *, as per standard.
12131         (_getopt_internal_r, _getopt_internal): Argv is now char **,
12132         not char *__getopt_argv_const *.
12133         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
12134         _getopt_long_only_r): Likewise.
12135         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
12136         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
12137         _getopt_long_r, _getopt_long_only_r): Likewise.
12138         * lib/getopt_.h (__getopt_argv_const): Remove.
12139         (getopt): Argv is now char * const *, as per standard.
12140
12141         * lib/getdate.y (tORDINAL): New token.
12142         (day, relunit): Allow it for relative times.
12143         (relative_time_table): Use tORDINAL for ordinals.
12144
12145 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12146
12147         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
12148         Document that "second" isn't allowed as an ordinal number.
12149
12150 2004-11-16  Jim Meyering  <jim@meyering.net>
12151
12152         * modules/closeout (Depends-on): Add fpending.
12153
12154 2004-11-15  Jim Meyering  <jim@meyering.net>
12155
12156         * lib/closeout.c: Include "__fpending.h" once again.
12157         Include <stdbool.h>.
12158         (close_stdout): Don't fail just because stdout was closed initially,
12159         since some programs don't write to stdout in the normal course of
12160         operation (other than --version and --help), and we don't want this
12161         function to make e.g. `touch file >&-' fail.
12162         But do fail if it was closed and someone has tried to write to it.
12163         E.g., `printf foo >&-' must fail.
12164
12165 2004-11-13  Jim Meyering  <jim@meyering.net>
12166
12167         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
12168
12169 2004-11-12  Simon Josefsson  <jas@extundo.com>
12170
12171         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
12172         small doc fix is still pending.
12173
12174 2004-11-11  Simon Josefsson  <jas@extundo.com>
12175
12176         * modules/strtok_r: New file.
12177
12178         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12179         strtok_r.
12180
12181 2004-11-11  Simon Josefsson  <jas@extundo.com>
12182
12183         * m4/strtok_r.m4: New file.
12184
12185         * m4/getopt.m4: Replace opterr.
12186
12187 2004-11-11  Simon Josefsson  <jas@extundo.com>
12188
12189         * lib/strtok_r.h, strtok_r.c: New file.
12190
12191 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
12192
12193         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
12194         of replacing opterr, getopt, etc.  This should handle the
12195         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
12196
12197 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
12198
12199         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
12200         we can stop lying to compilers about the constness of argv when we
12201         are compiled outside glibc.
12202         (getopt, getopt_long, getopt_long_only): Use it.
12203         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
12204         _getopt_internal, getopt): Likewise.
12205         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
12206         _getopt_long_only_r): Likewise.
12207         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
12208         _getopt_long_r, _getopt_long_only_r): Likewise.
12209
12210         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
12211         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
12212         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
12213         the other external symbols.
12214         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
12215         declaration, since the above renaming now works around collisions.
12216
12217 2004-11-11  Jim Meyering  <jim@meyering.net>
12218
12219         * lib/linebreak.c: Remove trailing blanks.
12220         * lib/alloca_.h: Likewise.
12221         * lib/acosl.c: Likewise.
12222         * lib/euidaccess.c: Likewise.
12223         * lib/allocsa.h: Likewise.
12224
12225 2004-11-10  Simon Josefsson  <jas@extundo.com>
12226
12227         * m4/getaddrinfo.m4: New file.
12228
12229 2004-11-10  Simon Josefsson  <jas@extundo.com>
12230
12231         * lib/getaddrinfo.h, getaddrinfo.c: New files.
12232
12233 2004-11-10  Simon Josefsson  <jas@extundo.com>
12234
12235         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12236         getaddrinfo.
12237
12238         * modules/getaddrinfo: New file.
12239
12240 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
12243
12244 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12245
12246         * lib/mktime.c (SHR): New macro, which is a portable
12247         substitute for >> that should work even on Crays.
12248         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
12249         Problem reported by Mark D. Baushke in
12250         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
12251         * lib/getdate.y (SHR): Likewise.
12252         (tm_diff): Use it.
12253         * lib/strftime.c (SHR): Likewise.
12254         (tm_diff): Use it.
12255         * lib/quotearg.c (struct quoting_options): Use unsigned int for
12256         quote_these_too, so that right shifts are well defined.  All uses
12257         changed.
12258
12259 2004-11-10  Jim Meyering  <jim@meyering.net>
12260
12261         Ensure that no close failure goes unreported.
12262         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
12263         return early when it seems there's nothing to flush.
12264         Don't include __fpending.h.
12265
12266 2004-11-10  Jim Meyering  <jim@meyering.net>
12267
12268         * modules/closeout (Depends-on): Remove fpending.
12269
12270 2004-11-10  Jim Meyering  <jim@meyering.net>
12271
12272         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
12273
12274 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12275
12276         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
12277         gl_FUNC_STRFTIME.
12278         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
12279         and AC_REQUIRE when possible, to avoid duplicate checks.
12280         Check for <wchar.h>.
12281
12282 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12283
12284         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
12285
12286 2004-11-09  Bruno Haible  <bruno@clisp.org>
12287
12288         * m4/sockpfaf.m4: New file.
12289
12290 2004-11-05  Bruno Haible  <bruno@clisp.org>
12291
12292         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
12293         Reported by Mark D. Baushke <mdb@cvshome.org>.
12294
12295 2004-11-04  Bruno Haible  <bruno@clisp.org>
12296
12297         2004-09-11  Bruno Haible  <bruno@clisp.org>
12298                 * allocsa.valgrind: New file.
12299         2004-02-06  Bruno Haible  <bruno@clisp.org>
12300                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
12301                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
12302                 Reported by Christopher Seip <chris.seip@hp.com>.
12303
12304 2004-11-04  Bruno Haible  <bruno@clisp.org>
12305
12306         * modules/allocsa (Files): Add lib/allocsa.valgrind.
12307         (Makefile.am): Distribute it.
12308
12309 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
12310
12311         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
12312         with errno == ERANGE if the buffer is too small.
12313         Problem reported by Mark D. Baushke.
12314
12315 2004-11-03  Albert Chin <china@thewrittenword.com>
12316             Paul Eggert  <eggert@cs.ucla.edu>
12317
12318         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
12319         equivalent, substitute $ac_type for equivalent type rather than
12320         blindly using uint32_t *always* which won't work if uint32_t is not
12321         available.  Define _UINT32_T to work around typedef of uint32_t if
12322         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
12323         2.5.1.
12324
12325 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12326
12327         * m4/jm-macros.m4: Sync from coreutils.
12328         (gl_MACROS): Check for mbrlen, for pathchk.
12329         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
12330
12331 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12332
12333         * lib/xreadlink.c (MAXSIZE): New macro.
12334         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
12335         size does not exceed MAXSIZE.  Avoid cast.
12336         As suggested by Mark D. Baushke in
12337         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
12338         if readlink fails with buffer size just under MAXSIZE, try again
12339         with MAXSIZE.
12340
12341 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
12342
12343         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
12344
12345 2004-11-02  Derek R. Price  <derek@ximbiot.com>
12346         and  Paul Eggert  <eggert@cs.ucla.edu>
12347
12348         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
12349         (get_date): Overparenthesize to avoid GCC warning.
12350
12351 2004-11-02  Bruno Haible  <bruno@clisp.org>
12352
12353         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
12354         returns void.
12355
12356 2004-11-02  Bruno Haible  <bruno@clisp.org>
12357
12358         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
12359         function returns void.
12360
12361 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12362
12363         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
12364         fflush_unlocked, flockfile, funlockfile, funlockfile,
12365         fputs_unlocked, putc_unlocked.
12366
12367 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
12368
12369         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
12370         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
12371         already declared.
12372
12373 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12374
12375         * modules/getdate (Files): Add doc/getdate.texi.
12376         (Depends-on): Add setenv, xalloc.
12377
12378 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12379
12380         * lib/getdate.y: Add support for TZ="foo" within a date string.
12381         Fix some bugs near time_t boundaries.  Reject dates with
12382         out-of-range components, e.g., "Sept 31".
12383         Include <stdlib.h>, "setenv.h", "xalloc.h".
12384         (ISDIGIT_LOCALE): Remove; unused.
12385         Note that the TZ and time functions used here are not reentrant.
12386         (mktime_ok, get_tz): New functions.
12387         (TZBUFSIZE): New constant.
12388         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
12389         This requires that we sometimes generate our own TZ="XXX..." setting.
12390
12391 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12392
12393         * doc/getdate.texi: New file, from coreutils with modifications for
12394         the new TZ parsing.
12395
12396 2004-10-27  Derek R. Price  <derek@ximbiot.com>
12397
12398         * lib/mktime.c (not_equal_tm): Remove redundant check.
12399
12400 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12401
12402         * modules/regex (lib_SOURCES): Add regex.c.
12403         Reported by James Youngman in
12404         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
12405
12406 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
12407
12408         * lib/getdate.y: Use Bison 1.875 features, and some minor
12409         code cleanups.  This change does not affect semantics.
12410         Don't include <stdlib.h>; no longer needed.
12411         Don't include unlocked-io.h; only the "#if TEST" code uses
12412         stdio, and performance isn't crucial there.
12413         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
12414         Bison 1.875 features as described below.
12415         All uses of "PC." replaced by "pc->".
12416         (YYSTYPE): Add a forward declaration.
12417         (yylex, yyerror): Use full prototypes in forward decls.
12418         Use "%pure-parser" rather than obsolescent "%pure_parser".
12419         Use %parse-param and %lex-param instead of obsolescent
12420         YYPARSE_PARAM and YYLEX_PARAM.
12421         (meridian_table, month_and_day_table, time_units_table,
12422         relative_time_table, time_zone_table, military_table,
12423         lookup_zone, lookup_word, get_date):
12424         Use NULL instead of 0 where appropriate.
12425         (to_hour): Avoid abort (), to avoid a dependency on
12426         stdlib.h.
12427         (yyerror, yylex): Now accepts parser_control * arg.
12428         (main) [TEST]: Use '\0' rather than 0 for char.
12429
12430 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12431
12432         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
12433
12434 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
12435
12436         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
12437         It's now the caller's responsibility to handle the case where
12438         !HAVE_GETPAGESIZE && !defined getpagesize.
12439
12440         * lib/mktime.c (leapyear): Arg is long int, not int.
12441
12442 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
12443
12444         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
12445
12446 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
12447
12448         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
12449         missing.  Problem reported by James Youngman.
12450
12451 2004-10-16  Simon Josefsson  <jas@extundo.com>
12452
12453         * gnulib-tool: Fix comments.  Fix parse problem.
12454         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
12455
12456 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
12457
12458         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
12459         implementation of getopt_long.  Problem reported by Alexander Taler in:
12460         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
12461
12462 2004-10-15  Bruno Haible  <bruno@clisp.org>
12463
12464         * gnulib-tool: Untabify. Initialize supplied_libname.
12465         (func_usage): More homogenous output.
12466         (func_modules_transitive_closure, func_modules_to_filelist,
12467         func_emit_lib_Makefile_am): New functions.
12468         (func_import): New function, extracted from big case statement. Use
12469         func_get_license, func_modules_transitive_closure,
12470         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
12471         opt_lgpl. Don't use test -a, as it's not portable.
12472         (func_create_testdir): Use func_modules_transitive_closure,
12473         func_modules_to_filelist, func_emit_lib_Makefile_am.
12474
12475 2004-10-15  Bruno Haible  <bruno@clisp.org>
12476
12477         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
12478
12479 2004-10-15  Bruno Haible  <bruno@clisp.org>
12480
12481         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
12482         the portions belonging to each module.
12483         Suggested by Derek Robert Price <derek@ximbiot.com>.
12484
12485 2004-10-12  Simon Josefsson  <jas@extundo.com>
12486
12487         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
12488         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
12489         to real functions.
12490
12491 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12492
12493         * modules/vsnprintf: New file.
12494
12495 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12496
12497         * m4/vsnprintf.m4: New file.
12498
12499 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12500
12501         * lib/vsnprintf.h: New file.
12502         * lib/vsnprintf.c: New file.
12503
12504 2004-10-11  Bruno Haible  <bruno@clisp.org>
12505
12506         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
12507         vsnprintf.
12508
12509 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12510
12511         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
12512
12513 2004-10-07  Bruno Haible  <bruno@clisp.org>
12514
12515         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
12516         fits into the provided buffer.
12517
12518 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12519
12520         * lib/diacrit.c, diacrit.h: Add GPL notice.
12521
12522         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
12523         notice.
12524         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
12525         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
12526         This avoids a potential constant-folding bug.
12527
12528 2004-10-05  Bruno Haible  <bruno@clisp.org>
12529
12530         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
12531         for the declaration of strsep.
12532
12533 2004-10-05  Bruno Haible  <bruno@clisp.org>
12534
12535         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
12536
12537 2004-10-04  Simon Josefsson  <jas@extundo.com>
12538
12539         * modules/memmem: New file.
12540         * tests/test-memmem.c: New file.
12541         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
12542
12543 2004-10-04  Simon Josefsson  <jas@extundo.com>
12544
12545         * m4/memmem.m4: New file.
12546
12547 2004-10-04  Simon Josefsson  <jas@extundo.com>
12548
12549         * lib/memmem.h: New file.
12550         * lib/memmem.c: New file, taken from glibc.
12551
12552 2004-10-04  Simon Josefsson  <jas@extundo.com>
12553
12554         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
12555         '#ifdef USE_UNLOCKED_IO'.
12556
12557 2004-10-04  Simon Josefsson  <jas@extundo.com>
12558
12559         * config/srclist.txt: Add memmem from glibc.
12560
12561 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12562
12563         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
12564
12565         * modules/argmatch, modules/argp, modules/closeout, modules/error,
12566         modules/exclude, modules/getdate, modules/getline,
12567         modules/getndelim2, modules/getpass, modules/getpass-gnu,
12568         modules/getusershell, modules/linebuffer, modules/md5,
12569         modules/mountlist, modules/posixtm, modules/readtokens,
12570         modules/readutmp, modules/regex, modules/sha1,
12571         modules/version-etc, modules/yesno:
12572         Remove dependency on unlocked-io.
12573
12574 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12575
12576         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
12577
12578         * m4/unlocked-io.m4: Add copyright notice.
12579         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
12580
12581 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12582
12583         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
12584         * lib/xmalloc.c (xmemdup): Likewise.
12585         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
12586         XFREE): Remove these long-obsolescent macros.
12587         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
12588         * lib/xstrdup.c: Remove.
12589
12590         * lib/regex.c (re_comp): Cast gettext return value to char *,
12591         Problem reported by Martin Neitzel via Mark D. Baushke.
12592
12593 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
12594
12595         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
12596         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
12597         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
12598         regex.c, sha1.c, version-etc.c, yesno.c:
12599         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
12600         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
12601         the includer's responsibility.
12602
12603         Sync from coreutils.
12604
12605         * lib/modechange.c (mode_compile): Don't decrement a pointer that
12606         points to the start of a string, as the C Standard says the
12607         resulting behavior is undefined.
12608
12609         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
12610         simple -> simple_backups, numbered_existing ->
12611         numbered_existing_backups, numbered -> numbered_backups
12612         to avoid shadowing problems.  All uses changed.
12613         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
12614         * lib/backupfile.c (check_extension, numbered_backup):
12615         Rename locals to avoid shadowing 'basename'.
12616         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
12617         once.
12618
12619         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
12620         * lib/.cvsignore: Add getopt.h.
12621
12622 2004-10-04  Bruno Haible  <bruno@clisp.org>
12623
12624         * modules/README: New file.
12625         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
12626         not a module.
12627
12628 2004-10-02  Jim Meyering  <jim@meyering.net>
12629
12630         * lib/dirfd.h, getpagesize.h: Add copyright notice.
12631
12632 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12633
12634         * modules/strsep: New file.
12635
12636 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12637
12638         * m4/strsep.m4: New file.
12639
12640 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12641
12642         * lib/strsep.h: New file.
12643         * lib/strsep.c: New file.
12644
12645 2004-10-01  Simon Josefsson  <jas@extundo.com>
12646
12647         * lib/snprintf.c (snprintf): Handle size==0.
12648
12649 2004-10-01  Simon Josefsson  <jas@extundo.com>
12650             Bruno Haible  <bruno@clisp.org>
12651
12652         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
12653         (snprintf): Declare 'args'.
12654
12655 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
12656
12657         * lib/snprintf.c: Remove comments as to why each header is needed.
12658
12659 2004-10-01  Bruno Haible  <bruno@clisp.org>
12660
12661         * MODULES.html.sh: Add strsep.
12662
12663 2004-09-30  Simon Josefsson  <jas@extundo.com>
12664
12665         * modules/snprintf: New file.
12666
12667 2004-09-30  Simon Josefsson  <jas@extundo.com>
12668
12669         * m4/snprintf.m4: New file.
12670
12671 2004-09-30  Simon Josefsson  <jas@extundo.com>
12672
12673         * lib/snprintf.h, snprintf.c: New files.
12674
12675 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12676
12677         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
12678         (hol_entry_help): Never translate an empty string.
12679         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
12680         * lib/argp.h (OPTION_NO_TRANS): New option.
12681
12682 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12683
12684         * modules/argp (Maintainer): Replace Simon Josefsson
12685         by Sergey Poznyakoff.
12686
12687 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12688
12689         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
12690         changes merged back into glibc.
12691
12692 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12693
12694         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
12695
12696 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12697
12698         * lib/xvasprintf.c: Include xalloc.h.
12699         (xvasprintf): Use xalloc_die, not xmalloc_die.
12700
12701 2004-09-29  Bruno Haible  <bruno@clisp.org>
12702
12703         * modules/alloca-opt: New file, derived from modules/alloca.
12704         * modules/allocsa: Depend on alloca-opt instead of alloca.
12705         * modules/setenv: Likewise.
12706         * modules/vasnprintf: Likewise.
12707         * MODULES.html.sh: Add alloca-opt.
12708
12709 2004-09-28  Simon Josefsson  <jas@extundo.com>
12710
12711         * gnulib-tool: New parameter --lgpl, to asseert that modules are
12712         LGPL, and to replace license template from GPL to LGPL.
12713
12714 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12715
12716         * modules/dummy: Change license to LGPL.
12717
12718 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12719
12720         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
12721
12722 2004-09-24  Simon Josefsson  <jas@extundo.com>
12723
12724         * modules/minmax (License): Change from GPL to LGPL.
12725
12726 2004-09-23  Simon Josefsson  <jas@extundo.com>
12727
12728         * gnulib-tool (--import): Typo.
12729
12730 2004-09-23  Simon Josefsson  <jas@extundo.com>
12731
12732         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
12733
12734 2004-09-22  Bruno Haible  <bruno@clisp.org>
12735
12736         * modules/*: Add 'License' field.
12737         * gnulib-tool: Accept --extract-license option.
12738         (func_get_license): New function.
12739
12740 2004-09-21  Bruno Haible  <bruno@clisp.org>
12741
12742         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
12743         Reported by Simon Josefsson.
12744
12745 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12746
12747         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
12748         gl_AC_TYPE_LONG_LONG.
12749
12750 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12751
12752         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
12753
12754 2004-09-18  Simon Josefsson  <jas@extundo.com>
12755         and  Paul Eggert  <eggert@cs.ucla.edu>
12756
12757         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
12758         calls with autoreconf.  Define GL_LIB.
12759
12760 2004-09-14  Karl Berry  <karl@gnu.org>
12761
12762         * config/srclist.txt: unsync setenv.c, sigh.
12763
12764 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12765
12766         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
12767         Problem reported by Bruno Haible in:
12768         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
12769
12770 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12771
12772         * config/srclist.txt: Comment out argp-pvh.c.
12773
12774 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
12775
12776         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
12777         in case some system header has #define'd it.  Problem reported by
12778         Soeren D. Schulze in
12779         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
12780
12781 2004-09-09  Karl Berry  <karl@gnu.org>
12782
12783         * regex.[ch]: delete from the root.  These were supposed to be
12784                 synced with emacs cvs, but this has not happened for about
12785                 a year, and anyway nothing else uses emacs regex.[ch].
12786                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
12787                 lib/regex[.ch] is untouched.
12788
12789 2004-09-09  Bruno Haible  <bruno@clisp.org>
12790
12791         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
12792
12793 2004-09-09  Bruno Haible  <bruno@clisp.org>
12794
12795         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
12796         modifications.
12797         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
12798
12799 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12800
12801         * modules/xvasprintf: New file.
12802         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
12803
12804 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12805
12806         * lib/xvasprintf.h: New file.
12807         * lib/xvasprintf.c: New file.
12808         * lib/xasprintf.c: New file.
12809
12810 2004-09-08  Bruno Haible  <bruno@clisp.org>
12811
12812         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
12813
12814 2004-09-08  Bruno Haible  <bruno@clisp.org>
12815
12816         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
12817         length is > INT_MAX.
12818         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
12819         more.
12820
12821 2004-09-08  Bruno Haible  <bruno@clisp.org>
12822
12823         * lib/stdint_.h: New file, taken from GNU clisp.
12824
12825 2004-09-08  Bruno Haible  <bruno@clisp.org>
12826             Oskar Liljeblad  <oskar@osk.mine.nu>
12827
12828         * modules/stdint: New file.
12829         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
12830
12831 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         Import from coreutils.
12834         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
12835         strings on unbounded length.  alloca's performance benefits aren't
12836         that important here.
12837         (V_STRDUP): Remove.
12838         (parse_with_separator): New function, with most of the internals
12839         of the old parse_user_spec.  Allow user to omit both user and group,
12840         for compatibility with FreeBSD.
12841         Clone only the user name, not the entire spec.
12842         Do not set *uid, *gid unless entirely successful.
12843         Avoid memory leak in some failing cases.
12844         Fix regression for USER.GROUP reported by Dmitry V. Levin in
12845         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
12846         (parse_user_spec): Rewrite to use parse_with_separator.
12847
12848 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         * modules/userspec: Don't depend on alloca.
12851
12852 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12853
12854         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
12855
12856 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12857
12858         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
12859         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
12860         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
12861
12862 2004-08-16  Simon Josefsson  <jas@extundo.com>
12863
12864         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
12865         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
12866         Add --dry-run for --import.
12867         Let user provided command line parameters override configure.ac
12868         settings.
12869
12870 2004-08-12  Simon Josefsson  <jas@extundo.com>
12871
12872         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
12873         as discussed with Paul Eggert in threads rooted at
12874         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
12875         and
12876         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
12877         Before, the test was empty, and relied on ELIDE_CODE in source
12878         code.)
12879         (gl_PREREQ_GETOPT): New macro.
12880         (gl_GETOPT): Use them.
12881
12882 2004-08-12  Simon Josefsson  <jas@extundo.com>
12883
12884         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
12885         * lib/getopt_.h: Renamed from getopt.h.
12886
12887 2004-08-12  Simon Josefsson  <jas@extundo.com>
12888
12889         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
12890         Change default library name from libfoo to libgnu.
12891         Now, if you have a configure.ac that says:
12892                 gl_SOURCE_BASE(gl)
12893                 gl_M4_BASE(gl/m4)
12894                 gl_MODULES(error getopt etcetera)
12895                 gl_INIT
12896         you can import all you need by running:
12897                 ../gnulib/gnulib-tool --import
12898
12899         * modules/getopt (Files): Rename getopt.h to getopt_.h.
12900         (Makefile.am): Rewrite, use logic from argz.
12901         (Include): Use <getopt.h> instead of "getopt.h".
12902
12903 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12904
12905         * modules/argp (Files): Add m4/unlocked-io.m4.
12906         (Depends-on): Add extensions.
12907
12908 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12909
12910         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
12911         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
12912         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
12913         Check for program_invocation_name, program_invocation_short_name,
12914         flockfile, funlockfile, features.h, _getopt_long_only_r.
12915
12916 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12917
12918         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
12919         its complicated substitute.
12920         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
12921         and program_invocation_name.
12922         (__argp_basename) [!_LIBC]: Remove; the only use was
12923         replaced by its body.
12924         (__argp_short_program_name): Change condition from
12925         !defined __argp_short_program_name to
12926         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
12927         to match argp-namefrob.h.
12928         (__argp_failure): Don't assume strerror_r returns char *.
12929         * lib/argp-parse.c (N_): Define unconditionally.
12930         (argp_default_options): Fill out initializers with 0 to avoid
12931         gcc warnings.
12932
12933 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12934
12935         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
12936         getopt1.c.
12937
12938 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12939
12940         Merge from coreutils.
12941
12942         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
12943
12944         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
12945         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
12946
12947 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12948
12949         Merge from coreutils.
12950
12951         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
12952         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
12953         for Reliant Unix 5.43.
12954
12955         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
12956         (union fooround): Use uintmax_t, not long int.
12957         The rest is a merge from libc:
12958         [defined _LIBC]: Include <shlib-compat.h>.
12959         (_obstack) [defined _LIBC]: Remove after 2.3.4.
12960
12961         * lib/settime.c (settime): Recode to avoid warning with
12962         Sun Forte C 6U2.
12963
12964         * lib/strverscmp.c: Convert to UTF-8.
12965
12966 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12967
12968         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12969         m4/uintmax_t.m4.
12970
12971 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         * modules/xalloc-die: New file.
12974         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
12975
12976         * modules/md5 (Files): Add m4/uint32_t.m4.
12977         * modules/sha1: Renamed from modules/sha.
12978         (Files):
12979         Rename lib/sha.h to lib/sha1.h.
12980         Rename lib/sha.c to lib/sha1.c.
12981         Rename m4/sha.m4 to m4/sha1.m4.
12982         (lib_SOURCES): Likewise.
12983         (configure.ac): Rename gl_SHA to gl_SHA1.
12984         (Include): sha.h -> sha1.h.
12985
12986 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         * m4/uint32_t.m4, uintptr_t.m4: New files.
12989         * m4/sha1.m4: Renamed from sha.m4.
12990         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
12991
12992 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12993
12994         * lib/obstack.h (obstack_empty_p):
12995         Don't assume that chunk->contents is suitably aligned.
12996         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
12997         Likewise. Problem reported by Benno in
12998         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
12999
13000         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
13001         readable.  This could be improved further but it'd take some work.
13002
13003 2004-08-08  Simon Josefsson  <jas@extundo.com>
13004
13005         * modules/xgethostname (Depends-on): Remove exit and error (not
13006         used).
13007
13008         * modules/getpass-gnu: Add getpass.h.
13009         (Depends-on): Add stdbool.
13010         * modules/getpass: Add getpass.h.
13011
13012 2004-08-08  Simon Josefsson  <jas@extundo.com>
13013
13014         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
13015         Check getpass declaration.
13016
13017 2004-08-08  Simon Josefsson  <jas@extundo.com>
13018
13019         * lib/xgethostname.c: Don't include error.h (not used).
13020
13021         * lib/getpass.h: Add.
13022         * lib/getpass.c: Include getpass.h first.
13023
13024 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
13025
13026         * lib/xalloc-die.c: New files.
13027         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
13028         All uses removed.
13029         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
13030         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
13031         xalloc-die.c.
13032         (_, N_, xalloc_die): Move to xalloc-die.c.
13033         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
13034         so that we needn't mess with xalloc_msg_memory_exhausted.
13035
13036         * lib/sha1.h: Renamed from sha.h.
13037         (SHA1_H): Renamed from _SHA_H.
13038         (sha1_ctx): Renamed from sha_ctx.
13039         (sha1_init_ctx): Renamed from sha_init_ctx.
13040         (sha1_process_block): Renamed from sha_process_block.
13041         (sha1_process_bytes): Renamed from sha_process_bytes.
13042         (sha1_finish_ctx): Renamed from sha_finish_ctx.
13043         (sha1_read_ctx): Renamed from sha_read_ctx.
13044         (sha1_stream): Renamed from sha_stream.
13045         (sha1_buffer): Renamed from sha_buffer.
13046         * lib/sha1.c: Likewise; renamed from sha.c.
13047         Do not include <sys/types.h>.
13048         Include <stddef.h> rather than <stdlib.h>.
13049
13050 2004-08-08  Bruno Haible  <bruno@clisp.org>
13051
13052         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
13053         FILESYSTEM_PREFIX_LEN.
13054         * lib/progreloc.c: Likewise.
13055         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
13056
13057 2004-08-06  Simon Josefsson  <jas@extundo.com>
13058
13059         * modules/progname (Depends-on): Don't depend on stdbool.
13060
13061 2004-08-06  Simon Josefsson  <jas@extundo.com>
13062
13063         * modules/getsubopt: New file.
13064         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13065         getsubopt.
13066
13067 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13068
13069         More merge from coreutils.
13070
13071         * m4/utimens.m4, utimecmp.m4: New files.
13072         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
13073         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
13074         prereq.m4, sha.m4: Import changes from coreutils.
13075
13076 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13077
13078         More merge from coreutils.
13079         * modules/raise, modules/readtokens0, modules/utimens,
13080         modules/utimecmp, module/xnanosleep: New files.
13081         * modules/strftime: Add lib/strftime.h.
13082         Change include from <time.h> to "strftime.h".
13083         * modules/yesno: Add lib/yesno.h.
13084         * modules/backupfile: Remove lib/addext.c.
13085         * modules/euidaccess: Add stat-macros.h.
13086         * modules/canonicalize, modules/euidaccess,
13087         modules/filemode, modules/lchown, modules/makepath,
13088         modules/rmdir, modules/stat: Likewise.
13089
13090 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13091
13092         Merge from tar.
13093         * lib/argp-help.c (make_hol, hol_append): Don't assume that
13094         SIZE_MAX is a valid preprocessor constant.
13095         (__argp_basename): Change from "#ifndef _LIBC"
13096         to "#ifndef __argp_short_program_name", so that
13097         we don't compile these functions for tar.
13098
13099         More merges from coreutils.
13100         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h,
13101         lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c,
13102         lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
13103         * lib/addext.c: Remove; no longer needed.
13104         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
13105         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
13106         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
13107         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
13108         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
13109         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
13110         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
13111         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
13112         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
13113         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13114         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
13115         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
13116         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
13117         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
13118         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
13119         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
13120         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
13121         Import changes from coreutils.
13122
13123 2004-08-05  Simon Josefsson  <jas@extundo.com>
13124
13125         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
13126
13127 2004-08-05  Simon Josefsson  <jas@extundo.com>
13128
13129         * m4/getsubopt.m4: New file.
13130
13131 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13132
13133         Merge from coreutils.
13134
13135         * m4/c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
13136         New files.
13137
13138         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
13139         FILESYSTEM_PREFIX_LEN ->
13140         FILE_SYSTEM_PREFIX_LEN.
13141         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
13142         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
13143         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
13144         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
13145
13146         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
13147         prerequisite modules now handle the DOS stuff.
13148         Don't check for unistd.h.
13149
13150 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13151
13152         Merge from coreutils.
13153
13154         * lib/.gdb-history: Remove; this doesn't belong here.
13155
13156         * lib/c-strtod.c, c-strtod.h, c-strtold.c, cycle-check.c,
13157         cycle-check.h, dev-ino.h, canonicalize.h, canonicalize.c,
13158         fcntl-safer.h, fcntl-safer.c, getcwd.c: New files.
13159
13160         * lib/dirname.h: Include <stdbool.h>.
13161         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
13162         for consistency with POSIX terminology.  All uses changed.
13163         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
13164         (strip_trailing_slashes): Use bool for booleans.
13165         * lib/stripslash.c (strip_trailing_slashes): Likewise.
13166
13167         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
13168         sometimes returns a positive errno value even when it succeeds.
13169         (print_errno_message) [!LIBC]: Fall back on strerror if
13170         __strerror_r fails.
13171
13172         * lib/path-concat.c (mempcpy): Don't define if a system header defines
13173         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
13174         (longest_relative_suffix): New function.
13175         (path_concat): Use it.  Assume first argument is not NULL.
13176         Port to DOS.  Omit redundant separators.
13177         Report an error instead of returning NULL.
13178         Use mempcpy instead of memcpy.
13179         (xpath_concat): Remove: not declared or used.
13180
13181         * lib/same.h: Include <stdbool.h>
13182         (same_name): Return bool, not int.
13183         * lib/same.c (same_name): Likewise.
13184         (errno): Don't declare; we assume C89 or better now.
13185
13186         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
13187         if not already defined.
13188
13189         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
13190         * lib/dup-safer.c (errno): Likewise.
13191
13192 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
13193
13194         Merge from coreutils.
13195         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
13196         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
13197         * modules/path-concat: Don't depend on strdup.
13198
13199 2004-08-03  Simon Josefsson  <jas@extundo.com>
13200
13201         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
13202         * lib/progname.h: Don't include stdbool.h.
13203
13204 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
13207         * MODULES.html.sh (func_all_modules): Remove fatal.
13208
13209 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13210
13211         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
13212
13213 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
13214
13215         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
13216         working.
13217
13218 2004-08-02  Simon Josefsson  <jas@extundo.com>
13219
13220         * lib/getsubopt.h: New file, with comments from Bruno Haible.
13221         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
13222         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
13223
13224 2004-08-01  Simon Josefsson  <jas@extundo.com>
13225
13226         * lib/xgetdomainname.c: Include stdlib.h, for free().
13227
13228 2004-07-19  Bruno Haible  <bruno@clisp.org>
13229
13230         * MODULES.html.sh (func_all_modules): Add dummy.
13231
13232 2004-07-16  Simon Josefsson  <jas@extundo.com>
13233
13234         * modules/dummy: New file.
13235
13236 2004-07-16  Simon Josefsson  <jas@extundo.com>
13237
13238         * lib/dummy.c: New file.
13239
13240 2004-07-16  Bruno Haible  <bruno@clisp.org>
13241
13242         * lib/backupfile.h: Add extern "C" for C++.
13243         * lib/closeout.h: Likewise.
13244         * lib/copy-file.h: Likewise.
13245         * lib/findprog.h: Likewise.
13246         * lib/full-write.h: Likewise.
13247         * lib/pathname.h: Likewise.
13248         * lib/progname.h: Likewise.
13249         * lib/stpcpy.h: Likewise.
13250         * lib/stpncpy.h: Likewise.
13251         * lib/strcase.h: Likewise.
13252         * lib/strstr.h: Likewise.
13253         * lib/xalloc.h: Likewise.
13254
13255         * lib/mbswidth.h: Add extern "C" for C++.
13256         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
13257
13258 2004-07-13  Robert Millan  <robertmh@gnu.org>
13259
13260         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
13261
13262 2004-07-09  Simon Josefsson  <jas@extundo.com>
13263
13264         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
13265         failed without this.)
13266
13267 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13268
13269         * modules/chown (Files): Add lib/fchown-stub.c, since
13270         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
13271
13272 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13273
13274         * lib/fchown-stub.c: New file.
13275
13276 2004-06-24  Jim Meyering  <jim@meyering.net>
13277
13278         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
13279
13280 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13281
13282         * modules/argz: Omit "#include".
13283
13284         * MODULES.html.sh (func_all_modules): Add calloc, to match
13285         2004-06-01 addition of calloc module.
13286
13287 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         * m4/argz.m4: New file, which is autoupdated from libtool.
13290
13291 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13292
13293         * lib/argz.c, argz_.h: New files, which are autoupdated from libtool.
13294
13295 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13296
13297         * config/srclist-update: Don't insist on "USA." before the
13298         close-comment, as libtool omits the period and puts the */ on a
13299         separate line.
13300         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
13301         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
13302
13303 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
13304
13305         * modules/argz: New file.
13306         * MODULES.html.sh (func_all_modules): Add argz.
13307
13308 2004-06-12  Jim Meyering  <jim@meyering.net>
13309         and  Paul Eggert  <eggert@cs.ucla.edu>
13310
13311         * modules/hash (Files): Add lib/xalloc.h.
13312         * modules/pipe (Depends-on): Add wait-process.
13313         * modules/stat (Depends-on): Add xalloc.
13314         * modules/userspec (Files): Add lib/userspec.h.
13315         * modules/xstrto
13316
13317         Upgrade from gettext-0.13.
13318         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
13319         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
13320         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
13321
13322 2004-06-10  Jim Meyering  <jim@meyering.net>
13323
13324         * lib/calloc.c: New file.
13325
13326 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         * lib/getdate.y (yylex): Allow space between sign and number.
13329         Problem reported by Dan Jacobson.
13330
13331 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13332
13333         Merge from coreutils CVS.
13334
13335         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
13336         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
13337         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
13338         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
13339         xstrtol.m4: Fix copyright date and/or serial number.
13340
13341         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
13342         See if we need an fchown replacement.
13343         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
13344         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
13345         and use the replacement function if we detect either defect.
13346
13347         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
13348         gl_UTIMECMP.
13349
13350 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13351         and  Jim Meyering  <jim@meyering.net>
13352
13353         Merge from coreutils CVS.
13354
13355         * lib/stat-macros.h: New file, with contents from file-type.h
13356         and coreutils' system.h.
13357         * lib/file-type.c: Include "stat-macros.h".
13358         * lib/file-type.h (file_type): Move all macro definitions to new file,
13359         stat-macros.h.
13360
13361         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
13362         Wrap old code with this conditional.
13363         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
13364         function that does not dereference symlinks.
13365         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
13366
13367         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
13368         dependency problems.
13369         (xreadlink): Accept new arg SIZE, for efficiency.
13370         All decls and uses changed.
13371         * lib/xreadlink.h: Include <stddef.h>, for size_t.
13372
13373         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
13374         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
13375
13376         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
13377         sysexits.h.
13378
13379 2004-06-01  Jim Meyering  <jim@meyering.net>
13380
13381         * m4/calloc.m4: New file.
13382
13383 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
13384
13385         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
13386         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
13387         Also, fix a typo in a diagnostic.
13388
13389 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
13390
13391         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
13392         or AC_FUNC_REALLOC.
13393
13394 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
13395
13396         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
13397         macros to be defined.
13398         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
13399         the allocator returns NULL because the requested size is zero.
13400
13401 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13402
13403         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
13404         var.  Add comment explaining why libc still defines it.  This
13405         merges the following patch from glibc:
13406         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
13407
13408 2004-05-20  Andreas Schwab  <schwab@suse.de>
13409
13410         * m4/free.m4: Replace free if it not known to work, not the other
13411         way round.
13412
13413 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
13414
13415         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
13416         present in glibc since revision 1.1 of this file.
13417         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
13418         obstack_alignment_mask, obstack_alloc, obstack_base,
13419         obstack_blank, obstack_blank_fast, obstack_chunk_size,
13420         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
13421         obstack_grow0, obstack_init, obstack_int_grow,
13422         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
13423         obstack_next_free, obstack_object_size, obstack_ptr_grow,
13424         obstack_ptr_grow_fast, obstack_room): Remove declarations of
13425         nonexistent functions.
13426
13427 2004-05-18  Karl Berry  <karl@gnu.org>
13428
13429         * config/srclist.txt: break link for vasnprintf.c.
13430
13431 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13432
13433         Port obstack to the AS/400, where pointers are 16 bytes wide and
13434         you cannot cast an integer to a valid pointer.  This patch is
13435         currently waiting to be integrated into glibc; see
13436         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
13437
13438         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
13439         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
13440         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
13441         (struct obstack): temp member is now a union of a pointer and
13442         an integer, instead of an integer.  All integer uses changed.
13443         This does not affect the physical layout of struct obstack,
13444         except on hosts (like the AS/400) where the size or alignment of
13445         void * is greater than that of ptrdiff_t.
13446         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
13447         __STDC__)]: Store temporary in pointer member of union, not
13448         integer member.
13449         * lib/obstack.c: Include <stddef.h>, for offsetof.
13450         (struct fooalign): Remove; it doesn't need a name.
13451         (union fooround): Change double to long double, and add void *.
13452         (DEFAULT_ALIGNMENT): Use offsetof to compute.
13453         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
13454         not a macro.  Hence the values are always int; so remove all
13455         casts-to-int in uses.
13456
13457 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13458
13459         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
13460         we can get this patch merged into glibc.
13461
13462 2004-05-17  Derek R. Price  <derek@ximbiot.com>
13463             Paul Eggert  <eggert@cs.ucla.edu>
13464
13465         * m4/argp: Depend on alloca.
13466
13467 2004-05-17  Derek R. Price  <derek@ximbiot.com>
13468             Paul Eggert  <eggert@cs.ucla.edu>
13469
13470         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
13471         freecoding.
13472
13473 2004-05-17  Bruno Haible  <bruno@clisp.org>
13474
13475         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
13476         precision that consists of a '.' followed by an empty digit string.
13477         Patch by Tor Lillqvist <tml@iki.fi>.
13478
13479 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13480
13481         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
13482         for backward compatibility with older code.  We need our own
13483         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
13484         it under some other name, and our alloca.h will define it.
13485
13486 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13487             Derek Price  <derek@ximbiot.com>
13488
13489         * lib/alloca.c: Include <alloca.h>, to get our interface.
13490         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
13491         include <alloca.h> first.  Use C89 prototype for alloca; this
13492         requires including <stddef.h> for size_t.  Use extern "C" if C++.
13493         Use #elif for simplicity, since we can assume C89 now.
13494         Don't try to source the system alloca.h since it will not be found
13495         and to prevent recursively including its replacement.
13496         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
13497         * lib/regex.c: Likewise.
13498
13499 2004-05-16  Derek Price  <derek@ximbiot.com>
13500             Paul Eggert  <eggert@cs.ucla.edu>
13501
13502         getline cleanup.  This changes the getndelim2 API: both order of
13503         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
13504         no delimiter).
13505
13506         * lib/getline.c: Don't include stddef.h or stdio.h, since our
13507         interface does that.
13508         (getline): Always use getdelim, so that we don't have two
13509         copies of this code.
13510         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
13511         if available.
13512         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
13513         (GETNDELIM2_MAXIMUM): New macro.
13514         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
13515         instead of the old practice of delim2==0.  All callers changed.
13516         Return -1 on overflow, instead of returning junk.
13517         Do not set *linesize unless allocation succeeds.
13518         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
13519         that we include sys/types.h.
13520         * lib/getnline.h: Likewise.
13521         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
13522         (getndelim2): Reorder arguments.
13523         * lib/getnline.c (getnline, getndelim):
13524         Don't discard the NMAX argument.
13525         (getnline): Invoke getndelim, to avoid code duplication.
13526         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
13527         of (size_t) -1 by callers of the getnline family.
13528
13529 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13530
13531         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
13532         Check for gettimeofday.
13533         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
13534         Check for settimeofday, stime.
13535
13536 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13537
13538         * lib/nanosleep.c (suspended): Change its type from int to
13539         sig_atomic_t volatile.
13540         (first_call): Make it private to rpl_nanosleep, and have it
13541         be zero initially as that's a bit faster.
13542         (my_usleep): Round up fractional times instead of truncating them,
13543         as this is the usual meaning for 'sleep'.
13544
13545         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
13546         doesn't work.
13547         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
13548         (ENOSYS): Define if not defined.
13549         (settime): Fall back on stime if it exists and settimeofday fails.
13550         But don't bother with fallbacks if a method fails with errno == EPERM.
13551
13552 2004-05-11  Jim Meyering  <jim@meyering.net>
13553
13554         Prior to this change, the save_cwd caller required read access to the
13555         current directory on most systems (ones with the fchdir function).
13556
13557         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
13558         fails, try write-only, and finally, resort to using xgetcwd.
13559
13560 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13561
13562         * lib/obstack.c, obstack.h: Import changes from libc.
13563
13564 2004-04-28  Bruno Haible  <bruno@clisp.org>
13565
13566         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
13567         also implicitly appends .exe to executables.
13568         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
13569         accepts Windows pathnames.
13570         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
13571         Treat Cygwin like Windows, since it now accepts Windows pathnames.
13572         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
13573         Treat Cygwin like Windows, since it now accepts Windows pathnames.
13574         Reported by Derek Robert Price <derek@ximbiot.com>.
13575
13576 2004-04-21  Karl Berry  <karl@gnu.org>
13577
13578         * config/srclist.txt (localcharset.c): break sync.
13579
13580 2004-04-20  Paul Eggert  <eggert@twinsun.com>
13581
13582         * m4/host-os.m4: Add a copyright notice.
13583
13584 2004-04-20  Jim Meyering  <jim@meyering.net>
13585
13586         Change UTILS_ to gl_ in AC_DEFINE'd names.
13587         Change utils_- and jm_-prefixed variables, too.
13588         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
13589         UTILS_FUNC_MKDIR_TRAILING_SLASH.
13590         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
13591
13592         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
13593         Don't emit trailing blanks.
13594         Also rename jm_-prefixed variables to have gl_ prefix.
13595
13596         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
13597         Also rename jm_-prefixed variables to have gl_ prefix.
13598
13599         * m4/jm-macros.m4: Reflect the renamings.
13600         * m4/prereq.m4: Likewise.
13601
13602 2004-04-20  Jim Meyering  <jim@meyering.net>
13603
13604         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
13605         memory.
13606
13607 2004-04-20  Jim Meyering  <jim@meyering.net>
13608             Bruno Haible  <bruno@clisp.org>
13609
13610         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
13611         memory when realloc fails.
13612
13613 2004-04-19  Jim Meyering  <jim@meyering.net>
13614
13615         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
13616         now that readutmp.c may call `free (0)'.
13617
13618 2004-04-19  Bruno Haible  <bruno@clisp.org>
13619
13620         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
13621         * m4/inttypes_h.m4: Likewise.
13622         * m4/stdint_h.m4: Likewise.
13623         * m4/intmax_t.m4: Likewise.
13624         * m4/uintmax_t.m4: Likewise.
13625
13626 2004-04-18  Jim Meyering  <jim@meyering.net>
13627
13628         * m4/prereq.m4: Don't forbid jm_ prefix.
13629
13630         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
13631         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
13632         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
13633         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
13634         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
13635         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
13636         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
13637         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
13638         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
13639         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
13640         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
13641         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
13642         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
13643         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
13644         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
13645         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
13646         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
13647         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
13648         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
13649
13650 2004-04-18  Jim Meyering  <jim@meyering.net>
13651
13652         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
13653         failure, don't leak memory and do call END_UTMP_ENT.
13654
13655 2004-04-16  Jim Meyering  <jim@meyering.net>
13656
13657         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
13658         coreutils' stat program.
13659         (gl_PREREQ): Don't require jm_PREREQ_STAT.
13660
13661 2004-04-11  Paul Eggert  <eggert@twinsun.com>
13662
13663         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
13664         C89.
13665         (CHAR_BIT): Remove, since we assume C89.
13666         Include <stdint.h> if available, as per current Autoconf CVS advice.
13667
13668 2004-03-31  Jim Meyering  <jim@meyering.net>
13669
13670         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
13671         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
13672         * m4/xalloc.m4: Likewise.
13673
13674 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13675
13676         Merge from coreutils.
13677
13678         * m4/inttostr.m4: New file.
13679         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
13680         Require AM_STDBOOL_H and gl_TIMESPEC instead.
13681         Require gl_CLOCK_TIME.
13682         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
13683
13684 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13685
13686         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
13687         not bool, to be more consistent with Unix conventions.
13688         Suggested by Bruno Haible.
13689
13690         Merge from coreutils.
13691
13692         * lib/imaxtostr.c, inttostr.c, inttostr.h, offtostr.c, umaxtostr.c:
13693         New files.
13694
13695         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
13696         the usual <time.h> dance.
13697         (get_date): Change signature to support fractional time stamps.
13698         All callers changed.
13699         * lib/getdate.y: Include "getdate.h" first, as we can now
13700         assume C89 and don't need to worry about 'const'.
13701         Similarly, include "unlocked-io.h" near start, not in middle.
13702         Include <limits.h>.
13703         (textint.value): Use long int rather than int.
13704         (textint.digits): Use size_t rather than int.
13705         (BILLION, LOG10_BILLION): New constants.
13706         (parser_control): New member rel_ns.  Members day_ordinal,
13707         time_zone, month, day, hour, minutes, rel_year, rel_month,
13708         rel_day, rel_hour, rel_minutes, rel_seconds
13709         are now long int, not int.  Member seconds is now struct timespec,
13710         not int.  New member timespec_seen.  Members dates_seen, days_seen,
13711         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
13712         not int.
13713         (%union.intval): Now long int, not int.
13714         New member timespec.
13715         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
13716         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
13717         (spec): Now is a timespec or an item list.
13718         (timespec, items): New nonterminals.
13719         (time, rel, relunit, number, get_date):
13720         Add support for fractional seconds.
13721         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
13722         (gmtime, localtime, mktime): Remove decls; not needed with C89.
13723         (to_hour): First arg is now long int, not int.
13724         (to_year): Returns long int, not int.
13725         Don't treat year -70 like 70.
13726         (tm_diff): Returns long int, not int.
13727         (lookup_word): Use bool instead of int when appropriate.
13728         (yylex): Use size_t for count, not int.
13729         Detect overflow when parsing large integer constants.
13730         Add support for fractions.
13731         (get_date): Make pointers 'const' if possible.
13732         Use more-portable code to detect integer overflow.
13733         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
13734         Don't use ctime; it's not reliable if the year has >4 digits.
13735
13736         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
13737         This is for compatibility with BSD.
13738
13739         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
13740         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
13741         From coreutils' system.h.
13742
13743         * lib/userspec.c: Don't include "posixver.h".
13744         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
13745         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
13746         compatible extension.  Simplify code by removing a boolean int
13747         that was always nonzero if a string was nonnull.
13748
13749 2004-03-30  Jim Meyering  <jim@meyering.net>
13750
13751         Merge from coreutils.
13752
13753         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
13754         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
13755         on some systems one must include <grp.h> before it.
13756         Reported by Christian Krackowizer.
13757
13758 2004-03-30  Jim Meyering  <jim@meyering.net>
13759
13760         Merge from coreutils.
13761
13762         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
13763
13764         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
13765         an empty input stream.
13766
13767         * lib/readtokens.c: Include <stdbool.h>.
13768         (readtoken): Use `size_t' rather than int/long.
13769         All callers adjusted.
13770         Use `bool' rather than `int' where appropriate.
13771         Use memset rather than an explicit loop.
13772         Use x2nrealloc rather than xrealloc.
13773         Allow the use of `\0' as a delimiter.
13774         (readtokens): Likewise.
13775         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
13776
13777 2004-03-30  Jim Meyering  <jim@meyering.net>
13778
13779         * m4/realloc.m4: Remove file, since now it does no more than
13780         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
13781         the `configure.ac' section of module/realloc.
13782         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
13783
13784 2004-03-30  Bruno Haible  <bruno@clisp.org>
13785
13786         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
13787         nonnull.
13788
13789 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13790
13791         Merge changes to getloadavg.c from coreutils and Emacs.
13792
13793         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
13794         Define to an expression, not to the empty string.
13795         Include cloexec.h and xalloc.h.
13796         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
13797         Use set_cloexec_flag rather than rolling our own.
13798         * lib/cloexec.c, cloexec.h: New files.
13799
13800 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13801
13802         * m4/cloexec.m4: New file.
13803
13804 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13805
13806         * lib/getopt.h: Sync with libc CVS.
13807
13808 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13809             Bruno Haible  <bruno@clisp.org>
13810
13811         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
13812         mbswidth.
13813
13814 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13815             Bruno Haible  <bruno@clisp.org>
13816
13817         * lib/mbswidth.h: Include <wchar.h> only if
13818         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
13819         <wchar.h>.
13820         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
13821
13822 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13823
13824         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
13825         Sync with libc CVS.
13826         * lib/getopt_int.h: New file, also synced from libc.
13827
13828 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13829
13830         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
13831         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
13832         Bring back getopt.c, getopt.h, getopt1.c.
13833
13834 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13835
13836         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
13837         All uses changed.  Check for sa_sigaction member; this fixes
13838         a bug first reported by Jason Andrade in
13839         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13840
13841 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13842
13843         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
13844         '#if' expressions.  Unlike the code it replaces, it does not
13845         depend on (defined _SC_PAGESIZE).  However, it does depend on
13846         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
13847         first reported by Jason Andrade in
13848         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13849
13850 2004-02-25  Simon Josefsson  <jas@extundo.com>
13851
13852         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
13853
13854 2004-02-25  Simon Josefsson  <jas@extundo.com>
13855
13856         * lib/strdup.h: New file.
13857         * lib/strdup.c: Include it.
13858         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
13859         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
13860
13861 2004-02-23  Karl Berry  <karl@gnu.org>
13862
13863         * doc/maintain.texi, standards.texi, make-stds.texi: new files
13864         (from fencepost.gnu.org:/gd/gnuorg).
13865
13866 2004-02-23  Karl Berry  <karl@gnu.org>
13867
13868         * config/srclistvars.sh (GNUORG) [karl]: redefine.
13869         * config/srclist.txt: add maintain/standards documents.
13870
13871 2004-02-18  Bruno Haible  <bruno@clisp.org>
13872
13873         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
13874         Reported by Derek Robert Price <derek@ximbiot.com>.
13875
13876 2004-02-16  Karl Berry  <karl@gnu.org>
13877
13878         * config/mkinstalldirs, install-sh: update from automake.
13879
13880 2004-02-06  Karl Berry  <karl@gnu.org>
13881
13882         * m4/po.m4: update from gettext 0.14.1.
13883
13884 2004-02-06  Karl Berry  <karl@gnu.org>
13885
13886         * lib/config.charset: update from gettext 0.14.1.
13887
13888 2004-02-05  Paul Eggert  <eggert@twinsun.com>
13889
13890         Add comments and code, prompted by suggestions from Bruno Haible
13891         for sh-quote.
13892         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
13893         describing the enum quoting_style values.
13894         * lib/quotearg.c (quotearg_alloc): New function.
13895         (quotearg_buffer_restyled): Treat lone { and } as special.
13896         Treat = as special.  Work around bug with older shells
13897         that "see" a '\' that is really the 2nd byte of a multibyte char.
13898         Quote empty string with shell_quoting_style.
13899
13900 2004-02-03  Bruno Haible  <bruno@clisp.org>
13901
13902         * m4/pipe.m4: New file, from GNU gettext.
13903
13904 2004-02-03  Bruno Haible  <bruno@clisp.org>
13905
13906         * lib/pipe.h: New file, from GNU gettext.
13907         * lib/pipe.c: New file, from GNU gettext.
13908
13909 2004-01-27  Bruno Haible  <bruno@clisp.org>
13910
13911         * m4/execute.m4: New file, from GNU gettext.
13912
13913 2004-01-27  Bruno Haible  <bruno@clisp.org>
13914
13915         * lib/execute.h: New file, from GNU gettext.
13916         * lib/execute.c: New file, from GNU gettext.
13917         * lib/w32spawn.h: New file, from GNU gettext.
13918
13919 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13920
13921         Merge from diffutils.
13922
13923         * lib/file-type.c (file_type): Add typed memory objects.
13924         * lib/file-type.h (S_TYPEISTMO): New macro.
13925
13926         * lib/c-stack.h (c_stack_action): Remove argv argument.
13927         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
13928         (die): Don't calculate message unless segv_action returns.
13929         (get_stack_location, min_address_from_argv, max_address_from_argv,
13930         volatile stack_base, volatile_stack_size): Remove.
13931         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
13932         that every segmentation violation is a stack overflow.  (Ouch!)
13933         See Debian bug 136249 (still outstanding) for more info about why
13934         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
13935
13936 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13937
13938         Exit-status fix from coreutils.
13939
13940         Use exit_failure consistently in place of EXIT_FAILURE,
13941         so that program exit statuses are consistent on failure.
13942
13943         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
13944         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
13945         * lib/argmatch.h: Comment fix to match the above.
13946         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
13947         Now a macro referring to exit_failure, instead of a separate
13948         variable.  Include "exitfail.h" to get it.
13949         * lib/xstrtol.h: Include "exitfail.h".
13950         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
13951
13952         * lib/long-options.c (parse_long_options): Use prototype
13953         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
13954         for clarity.
13955
13956 2004-01-21  Jim Meyering  <jim@meyering.net>
13957
13958         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
13959         so as not to conflict with a different-sized __mktime_internal
13960         function in GNU libc.
13961         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
13962         Problem building statically-linked `ls' reported by Michael Brunnbauer.
13963
13964 2004-01-20  Karl Berry  <karl@gnu.org>
13965
13966         * config/config.guess: update from config.
13967
13968         * config/srclistvars.sh: GNUWWWLICENSES for karl.
13969
13970 2004-01-20  Bruno Haible  <bruno@clisp.org>
13971
13972         Safer stack allocation.
13973         * lib/setenv.c: Include allocsa.h.
13974         (alloca): Remove fallback definition.
13975         (freea): Remove macro.
13976         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
13977         instead of freea.
13978
13979 2004-01-20  Bruno Haible  <bruno@clisp.org>
13980
13981         * m4/eealloc.m4: New file, from GNU gettext.
13982
13983 2004-01-20  Bruno Haible  <bruno@clisp.org>
13984
13985         * m4/allocsa.m4: New file, from GNU gettext.
13986
13987 2004-01-20  Bruno Haible  <bruno@clisp.org>
13988
13989         * lib/xallocsa.h: New file, from GNU gettext.
13990         * lib/xallocsa.c: New file, from GNU gettext.
13991
13992 2004-01-20  Bruno Haible  <bruno@clisp.org>
13993
13994         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
13995
13996 2004-01-20  Bruno Haible  <bruno@clisp.org>
13997
13998         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
13999         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
14000         specially.
14001
14002 2004-01-20  Bruno Haible  <bruno@clisp.org>
14003
14004         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
14005         patch.
14006
14007 2004-01-20  Bruno Haible  <bruno@clisp.org>
14008
14009         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
14010
14011 2004-01-20  Bruno Haible  <bruno@clisp.org>
14012
14013         * lib/eealloc.h: New file.
14014
14015 2004-01-20  Bruno Haible  <bruno@clisp.org>
14016
14017         * lib/binary-io.h: Avoid warnings on Cygwin.
14018
14019 2004-01-20  Bruno Haible  <bruno@clisp.org>
14020
14021         * lib/allocsa.h: New file, from GNU gettext.
14022         * lib/allocsa.c: New file, from GNU gettext.
14023
14024 2004-01-18  Karl Berry  <karl@gnu.org>
14025
14026         * doc/gpl.texi, lgpl.texi: new files.
14027
14028 2004-01-18  Karl Berry  <karl@gnu.org>
14029
14030         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
14031         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
14032
14033 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14034
14035         Merge from coreutils.
14036
14037         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
14038         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
14039         (gl_DEFAULT_POSIX2_VERSION): Move
14040         the documentation from 'configure' into 'config.hin',
14041         so that 'configure --help' isn't burdened by it and
14042         we don't have to worry about its formatting there.
14043         Reword the documentation so that it's more succinct
14044         and can be run together into a single paragraph.
14045         * m4/same.m4 (gl_SAME): Check for pathconf.
14046
14047 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14048
14049         Merge from coreutils.
14050
14051         * lib/posixver.c: Include posixver.h.
14052
14053         * lib/same.c: Include <stdbool.h>, <limits.h>.
14054         (_POSIX_NAME_MAX): Define if not defined.
14055         (MIN): New macro.
14056         (same_name): If file names are silently truncated, report
14057         that the file names are the same if they are the same after
14058         the silent truncation.
14059
14060         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
14061         conversion function.
14062         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
14063         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
14064         longer needed.
14065
14066 2004-01-15  Jim Meyering  <jim@meyering.net>
14067
14068         Merge from coreutils.
14069
14070         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
14071         if no library is required.
14072         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
14073         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
14074         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
14075         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
14076         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
14077         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
14078         value, $ac_cv_search_crypt, if it's "none required".
14079         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
14080         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
14081         not gl_FUNC_GETLOADAVG.
14082         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
14083         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
14084
14085 2004-01-15  Jim Meyering  <jim@meyering.net>
14086
14087         Merge from coreutils.
14088
14089         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
14090         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
14091         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
14092
14093         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
14094         optional configure-time default.
14095
14096         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14097
14098         * lib/xreadlink.c (xreadlink): Correct outdated comment.
14099
14100 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
14101
14102         Merge from coreutils.
14103
14104         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
14105         value, $ac_cv_search_nanosleep, if it's "none required".
14106
14107 2004-01-14  Paul Eggert  <eggert@twinsun.com>
14108
14109         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
14110         with like-named macro in fnmatch.c.
14111         (EXT): Use an internal constant instead.
14112
14113         Merge fnmatch patches from glibc.
14114         * lib/fnmatch.c (mbsinit): Remove define.
14115         Add libc_hidden_ver (__fnmatch, fnmatch).
14116         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
14117         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
14118
14119 2004-01-14  Karl Berry  <karl@gnu.org>
14120
14121         * config/install-sh: update from automake.
14122
14123 2004-01-13  Karl Berry  <karl@gnu.org>
14124
14125         * config/install-sh: update from automake.
14126
14127 2004-01-09  Karl Berry  <karl@gnu.org>
14128
14129         * config/install-sh: update from automake.
14130
14131 2004-01-05  Karl Berry  <karl@gnu.org>
14132
14133         * config/config.{sub,guess}: update from config.
14134
14135 2003-12-31  Karl Berry  <karl@gnu.org>
14136
14137         * config/depcomp: update from automake.
14138
14139 2003-12-14  Karl Berry  <karl@gnu.org>
14140
14141         * lib/config.charset: update from gettext-runtime.
14142
14143 2003-12-03  Paul Eggert  <eggert@twinsun.com>
14144
14145         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
14146         Bug reported by Alfred M. Szmidt.
14147
14148 2003-12-03  Bruno Haible  <bruno@clisp.org>
14149
14150         * m4/gettext.m4: Upgrade from gettext-0.13.
14151         * m4/po.m4: Upgrade from gettext-0.13.
14152         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
14153         * m4/intmax.m4: New file, from gettext-0.13.
14154         * m4/printf-posix.m4: New file, from gettext-0.13.
14155
14156 2003-11-29  Karl Berry  <karl@gnu.org>
14157
14158         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
14159
14160 2003-11-25  Paul Eggert  <eggert@twinsun.com>
14161             Bruno Haible  <bruno@clisp.org>
14162
14163         * lib/printf-parse.h: Don't include sys/types.h.
14164         (ARG_NONE): New macro.
14165         (char_directive): Change type of *arg_index fields to size_t.
14166         * lib/printf-parse.c: Don't include sys/types.h.
14167         (SSIZE_MAX): Remove macro.
14168         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
14169         Remove unnecessary overflow check.
14170         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
14171         fields.
14172
14173 2003-11-25  Bruno Haible  <bruno@clisp.org>
14174
14175         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
14176
14177 2003-11-25  Bruno Haible  <bruno@clisp.org>
14178
14179         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
14180         gt_TYPE_SSIZE_T.
14181
14182 2003-11-24  Paul Eggert  <eggert@twinsun.com>
14183
14184         * modules/alloca: Remove dependency on xalloc.
14185
14186 2003-11-24  Paul Eggert  <eggert@twinsun.com>
14187
14188         * lib/alloca.c: Remove dependency on xalloc module.
14189         (xalloc_die): Remove.
14190         (memory_full) [!defined emacs]: New macro.
14191         [!defined emacs]: Don't include xalloc.h.
14192         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
14193         address arithmetic overflows.  Change datatypes a bit to avoid
14194         unnecessary casts.
14195
14196 2003-11-22  Jim Meyering  <jim@meyering.net>
14197
14198         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
14199         s/size/size_t/.
14200
14201 2003-11-21  Karl Berry  <karl@gnu.org>
14202
14203         * config/config.{sub,guess}: update from config.
14204
14205 2003-11-18  Karl Berry  <karl@gnu.org>
14206
14207         * config/config.{sub,guess}: update from config.
14208
14209         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
14210
14211 2003-11-17  Paul Eggert  <eggert@twinsun.com>
14212
14213         * README: Mention that S+T cannot overflow if S is the size of
14214         an existing object and T is sufficiently small.
14215
14216 2003-11-17  Jim Meyering  <jim@meyering.net>
14217
14218         On systems without utime and without a utimes function capable of
14219         dealing with a NULL struct utimbuf* argument, this utime replacement
14220         could -- in unusual circumstances -- leak a file descriptor.
14221         * lib/utime.c: Include <unistd.h> and <errno.h>.
14222         (utime_null): Be sure to close `fd' and to preserve errno.
14223         Reported by Geoff Collyer via Arnold Robbins.
14224
14225 2003-11-17  Bruno Haible  <bruno@clisp.org>
14226
14227         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
14228         (Depends-on): Add xsize.
14229
14230 2003-11-17  Bruno Haible  <bruno@clisp.org>
14231
14232         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
14233
14234 2003-11-17  Bruno Haible  <bruno@clisp.org>
14235
14236         * lib/vasnprintf.c (alloca): Remove fallback definition.
14237         (freea): Remove definition.
14238         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
14239         Reported by Paul Eggert.
14240
14241 2003-11-16  Paul Eggert  <eggert@twinsun.com>
14242             Bruno Haible  <bruno@clisp.org>
14243
14244         Protect against address arithmetic overflow.
14245         * lib/printf-args.h: Include stddef.h.
14246         (arguments): Change type of field 'count' to size_t.
14247         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
14248         'unsigned int' where appropriate.
14249         * lib/printf-parse.h: Include sys/types.h.
14250         (char_directive): Change type of *arg_index fields to ssize_t.
14251         (char_directives): Change type of fields 'count', max_*_length to
14252         size_t.
14253         * lib/printf-parse.c: Include sys/types.h and xsize.h.
14254         (SSIZE_MAX): Define fallback value.
14255         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
14256         instead of 'int' where appropriate. Check a_allocated, d_allocated
14257         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
14258         * lib/vasnprintf.c: Include xsize.h.
14259         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
14260         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
14261         overflow. Avoid wraparound when converting a width or precision from
14262         decimal to binary.
14263
14264 2003-11-16  Bruno Haible  <bruno@clisp.org>
14265
14266         Update from GNU gettext.
14267         * lib/printf-parse.c: Generalize to it can be compiled for wide
14268         strings.
14269         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
14270         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
14271         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
14272         SNPRINTF): New macros.
14273         Don't include <alloca.h> if the file is used inside libintl.
14274         (local_wcslen): New function, for Solaris 2.5.1.
14275         (VASNPRINTF): Use it instead of wcslen.
14276
14277 2003-11-16  Bruno Haible  <bruno@clisp.org>
14278
14279         * lib/xsize.h (xmax): New function.
14280         (xsum, xsum3, xsum4): Declare as "pure" functions.
14281
14282 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14283
14284         * modules/xalloc (Files): Undo latest change, since xalloc.h
14285         no longer needs SIZE_MAX or PTRDIFF_MAX.
14286
14287 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14288
14289         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
14290         gl_PTRDIFF_MAX.
14291
14292 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14293
14294         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
14295         "return", to pacify some unknown compiler.  Problem reported
14296         by Joerg Schilling.
14297
14298 2003-11-12  Paul Eggert  <eggert@twinsun.com>
14299
14300         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
14301         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
14302         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
14303         heuristic is just as accurate as far as we know, and it removes a
14304         dependency on size_max.m4 and ptrdiff_max.m4.
14305
14306 2003-11-11  Bruno Haible  <bruno@clisp.org>
14307
14308         * modules/xsize (Files): Add m4/size_max.m4.
14309         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
14310
14311 2003-11-11  Bruno Haible  <bruno@clisp.org>
14312
14313         * m4/size_max.m4: New file.
14314         * m4/ptrdiff_max.m4: New file.
14315         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
14316         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
14317         (gl_XALLOC): Invoke it.
14318
14319 2003-11-11  Bruno Haible  <bruno@clisp.org>
14320
14321         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
14322         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
14323         defined.
14324
14325 2003-11-10  Paul Eggert  <eggert@twinsun.com>
14326
14327         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
14328         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
14329         rejected some allocations of exactly SIZE_MAX - 2 bytes.
14330         From Bruno Haible.
14331         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
14332         not (size_t) -1, since it's defined here.
14333
14334 2003-11-09  Karl Berry  <karl@gnu.org>
14335
14336         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
14337
14338 2003-11-06  Paul Eggert  <eggert@twinsun.com>
14339
14340         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
14341         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
14342         Reject sizes of exactly SIZE_MAX bytes.
14343         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
14344         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
14345
14346 2003-11-05  Bruno Haible  <bruno@clisp.org>
14347
14348         * lib/xsize.h: Include limits.h, to avoid a possible collision with
14349         SIZE_MAX defined in <limits.h> on Solaris.
14350
14351 2003-11-04  Jim Meyering  <jim@meyering.net>
14352
14353         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
14354         variable names, rather than @VAR@.
14355         * modules/poll: Likewise.
14356
14357 2003-11-04  Bruno Haible  <bruno@clisp.org>
14358
14359         * modules/xsize: New file.
14360         * modules/linebreak: Depend on xsize.
14361         * MODULES.html.sh (func_all_modules): Add xsize.
14362
14363 2003-11-04  Bruno Haible  <bruno@clisp.org>
14364
14365         * m4/xsize.m4: New file.
14366
14367 2003-11-04  Bruno Haible  <bruno@clisp.org>
14368
14369         * lib/xsize.h: New file.
14370         * lib/linebreak.c: Include xsize.h.
14371         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
14372         argument for overflow.
14373         Suggested by Paul Eggert.
14374
14375 2003-11-03  Karl Berry  <karl@gnu.org>
14376
14377         * config/config.{guess,sub}: update from config.
14378
14379 2003-11-03  Jim Meyering  <jim@meyering.net>
14380
14381         * modules/userspec (lib_SOURCES): Add userspec.h.
14382         (Include): Add "userspec.h".
14383         Improve description.
14384
14385 2003-11-03  Jim Meyering  <jim@meyering.net>
14386
14387         * lib/userspec.c: Include "userspec.h".
14388         * lib/userspec.h: New file.
14389
14390 2003-11-03  Bruno Haible  <bruno@clisp.org>
14391
14392         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
14393
14394 2003-11-03  Bruno Haible  <bruno@clisp.org>
14395
14396         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
14397         available, to avoid (extremely rare) race condition.
14398         Suggested by Paul Eggert.
14399
14400 2003-11-02  Karl Berry  <karl@gnu.org>
14401
14402         * config/srclist.txt (vasprintf.c): sync broken, sigh.
14403
14404 2003-10-31  Paul Eggert  <eggert@twinsun.com>
14405
14406         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
14407         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
14408         (read_filesystem_list): Set and use me_type_malloced.
14409         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
14410         whatever the type happens to be), for brevity and consistency.
14411         Check for size calculation overflow on Alphas running OSF/1.
14412
14413 2003-10-31  Jim Meyering  <jim@meyering.net>
14414
14415         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
14416
14417         * lib/linebuffer.c: Include <string.h> for declaration of memset.
14418
14419 2003-10-30  Paul Eggert  <eggert@twinsun.com>
14420             Bruno Haible  <bruno@clisp.org>
14421
14422         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
14423         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
14424
14425 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
14428         netbsd*-gnu*.  Suggested by Robert Millan.
14429
14430 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14431
14432         * modules/group-member: Depend on stdbool.
14433
14434 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14435
14436         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
14437
14438 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14439
14440         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
14441         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
14442         after the 'gnu' in these cases.  This fixes some bugs in the
14443         previous change, and is based on suggestions by Robert Millan.
14444
14445 2003-10-29  Paul Eggert  <eggert@twinsun.com>
14446
14447         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
14448         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
14449         no longer needed.
14450         * lib/quotearg.c (quotearg_n_options): Use it.
14451         * lib/group-member.c: Include <stdbool.h>.
14452         (free_group_info): Arg is now const *; don't free arg.
14453         (get_group_info): Now returns bool and accepts struct group_info *,
14454         rather than returning a malloc'ed struct group_info *.
14455         All uses changed.  Check for overflow in internal size calculation.
14456
14457         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
14458         rather than xmalloc/xrealloc.
14459         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
14460         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
14461         conformance bug: the old code used a pointer after freeing the
14462         storage that it addressed.
14463         * lib/hash.c (hash_initialize): Simplify the code by using
14464         xalloc_oversized rather than doing it by hand.
14465         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
14466         the buffer preserved.  Use free and xmalloc instead.
14467         * lib/quotearg.c (quotearg_n_options): Likewise.
14468         Use a simpler test for size overflow.  Don't use xalloc_oversized
14469         because unsigned int might be wider than size_t (!); this suggests
14470         that we should switch from unsigned int to size_t for slot numbers.
14471
14472 2003-10-28  Paul Eggert  <eggert@twinsun.com>
14473
14474         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
14475         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
14476         NetBSD kernels.  Requested by Richard Stallman.
14477
14478 2003-10-27  Paul Eggert  <eggert@twinsun.com>
14479
14480         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
14481         to allocate the returned structure.  Do not allocate a subarray,
14482         as x2nrealloc will do that.
14483         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
14484         instead of xnrealloc.
14485         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
14486
14487 2003-10-27  Bruno Haible  <bruno@clisp.org>
14488
14489         * lib/stdbool_.h: Better support for BeOS.
14490
14491 2003-10-26  Paul Eggert  <eggert@twinsun.com>
14492
14493         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
14494         now uses inline.
14495
14496 2003-10-26  Paul Eggert  <eggert@twinsun.com>
14497
14498         * lib/xalloc.h (xalloc_oversized): New static inline function, for
14499         callers that want to do their own size-overflow checking.  Include
14500         <stdbool.h>, since xalloc_oversized returns bool.
14501         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
14502         to use xalloc_oversized.
14503
14504         Add two functions x2realloc, x2nrealloc, for programs that grow
14505         arrays dynamically by doubling their sizes.
14506         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
14507         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
14508         New functions.
14509
14510         Port to C99 semantics for 'inline' of external functions.
14511         Bug reported by Bruno Haible.
14512         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
14513         with the old contents of xnmalloc.
14514         (xnmalloc, xmalloc): Use it.
14515         (xnrealloc_inline): New static inline function,
14516         with the old contents of xnrealloc.
14517         (xnrealloc, xrealloc): Use it.
14518
14519         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
14520         that.
14521
14522 2003-10-26  Karl Berry  <karl@gnu.org>
14523
14524         * config/srclist.txt (COPYING.DOC): no longer available from
14525         /gd/gnuorg; don't know where the ultimate source is.
14526
14527 2003-10-25  Paul Eggert  <eggert@twinsun.com>
14528
14529         Fix several address-calculation bugs in the hash modules,
14530         plus some minor code cleanup.
14531
14532         * lib/hash.h: Include <stdbool.h>, for bool.
14533         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
14534         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
14535         hash_get_n_entries, hash_get_max_bucket_length,
14536         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
14537         hash_rehash): Use size_t rather than unsigned.
14538         * lib/hash.c (struct hash_table, hash_get_n_buckets,
14539         hash_get_n_buckets_used, hash_get_n_entries,
14540         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
14541         hash_get_entries, hash_do_for_each, hash_string, is_prime,
14542         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
14543         Likewise.
14544         (SIZE_MAX): Define if not defined.
14545         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
14546         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
14547         hash_print):
14548         Use const * when possible.
14549         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
14550         (check_tuning): Fix bug: if tuning parameters were very close to
14551         0 or 1, rounding errors could have caused subscript violations.
14552         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
14553         (hash_initialize): Add 'fail:' label
14554         to free table and return NULL, and use it to simplify code.
14555         Use calloc rather than clearing the storage ourself.
14556         (hash_initialize, hash_rehash): Check for arithmetic overflow in
14557         buffer size calculations.
14558         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
14559         Include <stddef.h>, for size_t.
14560         * lib/hash-pjw.c (hash_pjw): Likewise.
14561         Switch to method described by Bruno Haible.
14562         Include <limits.h>, for CHAR_BIT.
14563         (SIZE_BITS): New macro.
14564
14565 2003-10-23  Paul Eggert  <eggert@twinsun.com>
14566
14567         * m4/getline.m4 (AM_FUNC_GETLINE):
14568         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
14569         hosts.  Problem reported by Derek Robert Price in
14570         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
14571         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
14572         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
14573
14574 2003-10-21  Paul Eggert  <eggert@twinsun.com>
14575
14576         * lib/getndelim2.c (getndelim2): When size calculation overflows,
14577         ceiling the allocation at NMAX bytes rather than silently
14578         discarding input bytes before NMAX is reached.  This makes
14579         a difference only if NMAX exceeds SIZE_MAX / 2.
14580
14581         * lib/obstack.c: Merge from glibc.
14582         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
14583         Add libc_hidden_def (_obstack_newchunk).
14584         (_obstack_free) [! defined _LIBC]: Remove.
14585         [defined _LIBC]: Make a strong alias from obstack_free, rather than
14586         a clone of the function body.
14587         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
14588         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
14589
14590         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
14591         glibc.
14592         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
14593         arg to memcpy.
14594
14595         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
14596         (obstack_ptr_grow_fast, obstack_int_grow_fast):
14597         Don't use lvalue casts, as GCC plans to remove support for them
14598         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
14599         was also present in the non-GCC version, indicating that this
14600         code had always been buggy and had never been widely used.
14601         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
14602         Use the fast variant of each macro, rather than copying the
14603         definiens of the fast variant; that way, we'll be more likely to
14604         catch future bugs in the fast variants.
14605
14606 2003-10-20  Bruno Haible  <bruno@clisp.org>
14607
14608         * modules/wait-process: New file.
14609         * MODULES.html.sh (func_all_modules): Add wait-process.
14610
14611 2003-10-20  Bruno Haible  <bruno@clisp.org>
14612
14613         * m4/wait-process.m4: New file.
14614
14615 2003-10-20  Bruno Haible  <bruno@clisp.org>
14616
14617         * lib/wait-process.h: New file, from GNU gettext.
14618         * lib/wait-process.c: New file, from GNU gettext.
14619
14620 2003-10-19  Jim Meyering  <jim@meyering.net>
14621
14622         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
14623         HPUX 10.20.
14624
14625 2003-10-18  Karl Berry  <karl@gnu.org>
14626
14627         * config/config.guess: update from config.
14628
14629 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14630
14631         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
14632         (getgroups): First arg is int, not size_t.
14633         Don't let 'free' mangle errno.
14634
14635 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14636
14637         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
14638
14639 2003-10-16  Karl Berry  <karl@gnu.org>
14640
14641         * config/config.{guess,sub}: update from config.
14642
14643 2003-10-16  Jim Meyering  <jim@meyering.net>
14644
14645         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
14646         memcpy.
14647
14648 2003-10-15  Paul Eggert  <eggert@twinsun.com>
14649
14650         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
14651         (SIZE_MAX): Remove.
14652         (new_exclude, add_exclude_file): Initial size no longer needs to
14653         be a power of 2.
14654         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
14655         our own address arithmetic overflow checking.
14656
14657         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
14658         (fnmatch): Do not alloca more than 2000 wide characters;
14659         instead, use malloc for large buffers.
14660         Check for address arithmetic overflow, and return -1
14661         with errno set to ENOMEM in that case.
14662         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
14663         (NEW_PATTERN): Do not alloca more than 8000 bytes;
14664         instead, return -1.  Check for address arithmetic overflow.
14665
14666 2003-10-14  Paul Eggert  <eggert@twinsun.com>
14667
14668         Handle invalid suffixes and overflow independently, so that
14669         callers can treat them independently as needed.  Fix some bugs in
14670         suffix handling, e.g., "100k@" was not diagnosed as an invalid
14671         suffix for a human-readable blocksize.  The major caller-visible
14672         change is the addition of a new
14673         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
14674         that both overflow and suffix chars were found.
14675
14676         * lib/human.c (humblock): Don't check separately for invalid suffix
14677         char; that is xstrtoumax's job (now that its bug is fixed).
14678         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
14679         INTMAX_MAX]: New macros.
14680         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
14681         TYPE_MAXIMUM): New macros.
14682         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
14683         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
14684         if overflow occurs, as it's what __strtol does and it's more useful
14685         in practice.
14686         (__xstrtol): If __strtol reports some error other than ERANGE,
14687         reflect it to the caller as LONGINT_INVALID.  If it reports
14688         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
14689         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
14690         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
14691         value.
14692         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
14693         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
14694         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
14695         [defined UINTMAX_MAX]: New macros.
14696
14697 2003-10-14  Bruno Haible  <bruno@clisp.org>
14698
14699         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
14700
14701 2003-10-14  Bruno Haible  <bruno@clisp.org>
14702
14703         * m4/sig_atomic_t: New file, from GNU gettext.
14704         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
14705
14706 2003-10-14  Bruno Haible  <bruno@clisp.org>
14707
14708         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
14709         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
14710         Also use volatile where needed.
14711
14712 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14713
14714         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
14715         Change maintainer from Bruno Haible to 'all'.
14716
14717 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14718
14719         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
14720
14721 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14722
14723         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
14724         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
14725         and define in terms of the other primitives.
14726         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
14727         (SIZE_MAX): Define if not already defined.
14728         (array_size_overflow): New function.
14729         (xalloc_die): Abort instead of exiting if 'error' returns.
14730         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
14731         (xmalloc, xrealloc): Use them.
14732         (xcalloc): Check for address arithmetic overflow.
14733         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
14734         a bit faster than strcpy.
14735
14736 2003-10-10  Simon Josefsson  <jas@extundo.com>
14737
14738         * modules/argp (Depends-on): Add restrict and strcase.
14739
14740 2003-10-10  Simon Josefsson  <jas@extundo.com>
14741
14742         * m4/argp.m4: Add AC_C_INLINE.
14743
14744 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14745
14746         Merge getpass from libc, plus a few fixes.
14747
14748         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
14749         Include <stdbool.h>.
14750         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
14751         __fsetlocking to empty.
14752         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
14753         do include <bits/libc-lock.h>.
14754         Do not include <fcntl.h>; not needed.
14755         [_LIBC]: Include <wchar.h>.
14756         (NOTCANCEL_MODE): New macro.
14757         (flockfile, funlockfile) [_LIBC]: New macros.
14758         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
14759         [!_LIBC]: New macros.
14760         (call_fclose): New function.
14761         (getpass): Use it.  Save tty stream separately; this simplifies the
14762         code and makes it more reliable if stdin happens to equal stdout.
14763         Invoke __fsetlocking on tty.
14764         Handle thread cancellation if needed.
14765         Namespace cleanup (use __tcgetattr, __getline).
14766         Use bool for Booleans.
14767         [USE_IN_LIBIO]: Handle wide streams.
14768         [!_LIBC]: Unconditionally do the fseek, since we don't know what
14769         stream might go where.
14770
14771         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
14772         doesn't have to include <stdio.h> before us.
14773         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
14774         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
14775         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
14776         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
14777         if not declared, so that we can use getpass.c code from libc without
14778         rewriting it.
14779         (flockfile, ftrylockfile, funlockfile): New macros.
14780
14781 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14782
14783         * modules/getpass: Depend on stdbool.
14784
14785 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14786
14787         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
14788
14789 2003-10-07  Karl Berry  <karl@gnu.org>
14790
14791         * config/config.{guess,sub}: update from config.
14792
14793 2003-10-06  Jim Meyering  <jim@meyering.net>
14794             Bruno Haible  <bruno@clisp.org>
14795
14796         This lets translators provide better translations for the
14797         "Written by ..." part of --version output.
14798         * lib/version-etc.h: Include stdarg.h.
14799         (version_etc_copyright): Declare as readonly.
14800         (version_etc): Make this function variadic with a NULL-terminated list
14801         of author name strings.
14802         (version_etc_va): New declaration.
14803         * lib/version-etc.c: Include stdarg.h, stdlib.h.
14804         (version_etc_copyright): Declare as readonly.
14805         (version_etc_va): New function. Provide a different translatable string
14806         for each possible number of authors < 10. Abbreviate when there are 10
14807         authors or more.
14808         (version_etc): Make this function variadic. Call version_etc_va.
14809         Suggestion from Gary V. Vaughan.
14810
14811         * lib/long-options.h (parse_long_options): Change prototype: the
14812         authors string is moved to the end and becomes variadic.
14813         * lib/long-options.c: Include stdarg.h.
14814         (parse_long_options): Make this function variadic, too.
14815         Call version_etc_va, not version_etc.
14816
14817 2003-10-06  Bruno Haible  <bruno@clisp.org>
14818
14819         * modules/version-etc-2: Remove file.
14820         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
14821
14822 2003-10-06  Bruno Haible  <bruno@clisp.org>
14823
14824         * modules/fatal-signal: New file.
14825         * MODULES.html.sh (func_all_modules): Add fatal-signal.
14826
14827 2003-10-06  Bruno Haible  <bruno@clisp.org>
14828
14829         * m4/fatal-signal.m4: New file.
14830         * m4/signalblocking.m4: New file, from GNU gettext.
14831
14832 2003-10-06  Bruno Haible  <bruno@clisp.org>
14833
14834         * lib/version-etc-2.h: Remove file.
14835         * lib/version-etc-2.c: Remove file.
14836
14837 2003-10-06  Bruno Haible  <bruno@clisp.org>
14838
14839         * lib/fatal-signal.h: New file, from GNU gettext.
14840         * lib/fatal-signal.c: New file, from GNU gettext.
14841
14842 2003-10-05  Paul Eggert  <eggert@twinsun.com>
14843
14844         * README: Rework advice for preventing empty .o files.
14845         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
14846         not <sys/types.h>.
14847
14848 2003-10-04  Karl Berry  <karl@gnu.org>
14849
14850         * lib/argp*: update from libc.
14851
14852 2003-10-04  Karl Berry  <karl@gnu.org>
14853
14854         * config/config.{guess,sub}: update from config.
14855
14856 2003-10-02  Bruno Haible  <bruno@clisp.org>
14857
14858         * modules/lchown (Include): Add lchown.h.
14859         * modules/time_r (Include): Use "..." syntax.
14860         * modules/xgetdomainname (Include): Add xgetdomainname.h.
14861
14862 2003-10-01  Simon Josefsson  <jas@extundo.com>
14863
14864         * MODULES.html.sh (func_all_modules): Move gethostname from section
14865         'based on' to section 'lacking' POSIX:2001.
14866
14867 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
14868
14869         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
14870         to output mode on the same stream.
14871
14872 2003-09-29  Paul Eggert  <eggert@twinsun.com>
14873
14874         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
14875         Fix arg typo in previous patch.
14876
14877 2003-09-28  Jim Meyering  <jim@meyering.net>
14878
14879         * lib/error.c: Correct cpp indentation.
14880
14881 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14882
14883         * modules/free: New file.
14884
14885 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14886
14887         * m4/free.m4: New file.
14888
14889 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14890
14891         * lib/minmax.h (MIN, MAX)
14892         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
14893         Omit the special code that used __typeof__, since we worry that
14894         it could be more trouble than it's worth.  See:
14895         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
14896         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
14897
14898         * lib/free.c: New file.
14899
14900 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
14901
14902         Trivial fixes to Makefile.am parts of module listings.
14903         * modules/strstr: Append strstr.h to lib_SOURCES.
14904         * modules/strcase: Likewise, for strcase.h.
14905
14906 2003-09-27  Karl Berry  <karl@gnu.org>
14907
14908         * config/mkinstalldirs: update from automake.
14909
14910 2003-09-26  Paul Eggert  <eggert@twinsun.com>
14911
14912         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
14913         (error_tail): Do not loop, reallocating temporary buffer, since
14914         the output cannot contain more wide characters than the input
14915         contains bytes, the size must be big enough already.  This avoids
14916         one potential size overflow calculation.  Check for size overflow
14917         when calculating temporary buffer size.  Free temporary buffer
14918         when done, if it was allocated with malloc; this plugs a memory
14919         leak.  Remove casts from void * to pointers, that are no longer
14920         needed now that we're assuming C89 or better.
14921
14922         Merge error changes from glibc.
14923
14924         * lib/error.c, error.h: Update copyright notice header to match glibc.
14925         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
14926         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
14927         Disable cancellation while printing error.
14928         * lib/error.h: Prepend __ to parameter names.
14929
14930 2003-09-26  Jim Meyering  <jim@meyering.net>
14931
14932         * lib/error.c (error_tail): Move some declarations
14933         into inner scope where the local variables are used.
14934
14935 2003-09-26  Bruno Haible  <bruno@clisp.org>
14936
14937         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
14938         stpncpy().
14939         Don't define stpncpy through config.h; it's now done through stpncpy.h.
14940
14941 2003-09-26  Bruno Haible  <bruno@clisp.org>
14942
14943         * lib/stpncpy.h (gnu_stpncpy): New declaration.
14944         (stpncpy): Define as alias for gnu_stpncpy.
14945         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
14946
14947 2003-09-25  Simon Josefsson  <jas@extundo.com>
14948
14949         * lib/xgetdomainname.h: New file.
14950         * lib/xgetdomainname.c: New file.
14951
14952 2003-09-25  Simon Josefsson  <jas@extundo.com>
14953             Bruno Haible  <bruno@clisp.org>
14954
14955         * modules/getdomainname: New file.
14956         * modules/xgetdomainname: New file.
14957         * MODULES.html.sh (func_all_modules): Add getdomainname,
14958         xgetdomainname.
14959
14960 2003-09-25  Simon Josefsson  <jas@extundo.com>
14961             Bruno Haible  <bruno@clisp.org>
14962
14963         * m4/getdomainname.m4: New file.
14964
14965 2003-09-25  Simon Josefsson  <jas@extundo.com>
14966             Bruno Haible  <bruno@clisp.org>
14967
14968         * lib/getdomainname.h: New file.
14969         * lib/getdomainname.c: New file.
14970
14971 2003-09-25  Karl Berry  <karl@gnu.org>
14972
14973         * lib/argp-fmtstream.c, argp-help.c: update from libc.
14974
14975 2003-09-25  Karl Berry  <karl@gnu.org>
14976
14977         * config/install-sh: update from automake.
14978
14979 2003-09-25  Bruno Haible  <bruno@clisp.org>
14980
14981         * modules/version-etc-2: New file, from modules/version-etc with
14982         modifications.
14983         * MODULES.html.sh (func_all_modules): Add version-etc-2.
14984
14985 2003-09-25  Bruno Haible  <bruno@clisp.org>
14986
14987         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
14988         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
14989
14990 2003-09-24  Simon Josefsson  <jas@extundo.com>
14991
14992         * modules/xgethostname: Add xgethostname.h.
14993
14994 2003-09-24  Paul Eggert  <eggert@twinsun.com>
14995
14996         * lib/linebuffer.c (freebuffer): Don't free the argument, just
14997         the buffer associated with the argument.  Bug reported by
14998         Simon Josefsson.
14999
15000 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15001
15002         * README: Document assumptions that 'int' is at least 32 bits
15003         wide, that integer arithmetic is 2's complement without overflow,
15004         that there are no holes in integer values, that adding sizes of
15005         two nonoverlapping objects can't overflow, and that all-bits-zero
15006         yields scalar zero.  Fix spelling and capitalization typos.
15007
15008 2003-09-19  Karl Berry  <karl@gnu.org>
15009
15010         * lib/argp.h: update from libc.
15011
15012 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15013
15014         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
15015         to avoid spurious warnings like "AC_RUN_IFELSE was called before
15016         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
15017
15018 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15019
15020         * gnulib-tool: Use "test -h", not "test -L", for portability
15021         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
15022         (tags_regexp): Remove, since \| doesn't conform to POSIX.
15023         (sed_extract_prog): Issue s commands one-by-one, rather than
15024         using \| in one s command.
15025
15026 2003-09-16  Paul Eggert  <eggert@twinsun.com>
15027
15028         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
15029         input error, instead of returning NULL the next time we are called
15030         (and therefore losing track of errno).
15031
15032 2003-09-16  Bruno Haible  <bruno@clisp.org>
15033
15034         * gnulib-tool (func_create_testdir): Warn about duplicated
15035         dependencies.
15036
15037 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15038
15039         * modules/argmatch, modules/fatal, modules/obstack,
15040         modules/xalloc, modules/xgethostname: Sort dependencies by
15041         importance, not alphabetically.
15042
15043 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15044
15045         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
15046         fails, so that the caller gets the proper errno.
15047
15048         * lib/readutmp.c (read_utmp): Likewise.
15049         Check for fstat error.  Close stream and free storage
15050         when failing.
15051
15052 2003-09-14  Karl Berry  <karl@gnu.org>
15053
15054         * config/srclist.txt (strdup.c): disable for c89 changes.
15055
15056 2003-09-14  Jim Meyering  <jim@meyering.net>
15057
15058         * lib/getloadavg.c: Correct cpp indentation.
15059         * lib/strdup.c: Likewise.
15060         * lib/vasnprintf.c: Likewise.
15061
15062 2003-09-14  Bruno Haible  <bruno@clisp.org>
15063
15064         * modules/fwriteerror: New file.
15065         * MODULES.html.sh (func_all_modules): Add fwriteerror.
15066
15067 2003-09-14  Bruno Haible  <bruno@clisp.org>
15068
15069         * lib/fwriteerror.h: New file.
15070         * lib/fwriteerror.c: New file.
15071
15072 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15073
15074         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
15075         modules/xgethostname, modules/xalloc: Depend on exit.
15076
15077 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15078
15079         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
15080
15081         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
15082         and AC_MINIX, too, so that their extensions are available.
15083
15084         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
15085         This macro has been superseded by gl_BACKUPFILE.
15086
15087         More patches to assume C89 or better.
15088
15089         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
15090
15091         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
15092         unconditionally.
15093         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
15094         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
15095         Include <string.h>, <stdlib.h> unconditionally.
15096         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
15097         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
15098         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
15099         headers or for string.h.
15100         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
15101         or strtoul.
15102
15103         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
15104         headers.
15105         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
15106         * m4/userspec.m4 (gl_USERSPEC): Likewise.
15107         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
15108         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
15109         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15110         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
15111         memcpy, memset.
15112         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
15113         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
15114         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
15115         strtol.
15116         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
15117         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
15118         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
15119         strtoul.
15120
15121 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15122
15123         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
15124         * lib/obstack.c [!defined _LIBC]: Likewise.
15125         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
15126         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
15127         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
15128
15129         More changes to assume C89 or better.
15130
15131         * lib/error.c (error_tail): Assume vprintf.
15132
15133         * lib/argmatch.c (getenv): Remove decl.
15134         * lib/progreloc.c (get_full_program_name): Define via prototype.
15135         * lib/setenv.c (clearenv): Likewise.
15136         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
15137         needed.
15138         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
15139         (malloc, memcpy): Remove decls.
15140         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
15141         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
15142         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
15143         (memcpy): Remove macro.
15144         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
15145         (__P): Remove.  All uses removed.
15146         (PTR): Remove.  All uses changed to void *.
15147         (CHAR_BIT, NULL): Remove.
15148         (spaces, zeros, memset_space, memset_zero)
15149         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
15150         Remove.
15151         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
15152         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
15153         Define with prototype.
15154         Remove now-unnecessary prototype decl.
15155         (extra_args_spec): Assume ANSI C.  All uses changed.
15156         (extra_args_spec_iso): Remove.
15157         (my_strftime, emacs_strftimeu): Define via prototype.
15158         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
15159         unconditionally.
15160         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
15161         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
15162         (strtoul, strtol): Remove decls.
15163         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
15164         LONG_MAX): Remove.
15165         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
15166         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
15167         (LOCALE_PARAM_PROTO): New macro.
15168         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
15169         (INTERNAL (strtol), strtol): Define with a prototype.
15170         (PARAMS): Remove.  All uses removed.
15171         * lib/tempname.c: Include <string.h> unconditionally.
15172         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
15173         * lib/xgethostname.c (main): Define with a prototype.
15174         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
15175         Include <stdlib.h> unconditionally.
15176         (calloc, malloc, realloc, free): Remove decls.
15177         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
15178         Include <stdlib.h> unconditionally.  Sort include file names.
15179         (strtod): Remove.
15180         (xstrtod): Define with a prototype.
15181         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
15182         (strtol, strtoul): Remove decls.
15183
15184 2003-09-11  Paul Eggert  <eggert@twinsun.com>
15185
15186         More patches to assume C89 or better.
15187         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
15188         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
15189         string.h, memchr, STDC_HEADERS.
15190
15191 2003-09-11  Paul Eggert  <eggert@twinsun.com>
15192
15193         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
15194         Include <stdlib.h>, <string.h> unconditionally.
15195         Remove now-unnecessary cast to char *.
15196         * lib/strnlen.c: Include <string.h> unconditionally.
15197         * lib/yesno.c (yesno): Define with a prototype.
15198
15199 2003-09-11  Bruno Haible  <bruno@clisp.org>
15200
15201         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
15202
15203 2003-09-10  Jim Meyering  <jim@meyering.net>
15204
15205         * lib/error.c: Correct indentation of cpp directives.
15206
15207 2003-09-10  Bruno Haible  <bruno@clisp.org>
15208
15209         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
15210         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
15211         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
15212         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
15213         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
15214         <stdlib.h> and <string.h> checks.
15215         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
15216         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
15217
15218 2003-09-10  Bruno Haible  <bruno@clisp.org>
15219
15220         * lib/strcspn.c: Include <string.h> unconditionally.
15221         * lib/strpbrk.c: Include <string.h> unconditionally.
15222         * lib/strstr.c: Include <string.h> unconditionally.
15223         * lib/unicodeio.c: Include <string.h> unconditionally.
15224         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
15225         * lib/unsetenv.c: Likewise.
15226         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
15227         * lib/yesno.c: Include <stdlib.h> unconditionally.
15228         (rpmatch): Add prototype.
15229
15230 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15231
15232         More patches to assume C89 or better.
15233         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
15234         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
15235         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
15236         or for string.h.
15237         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
15238         stdlib.h.
15239         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
15240         C headers.
15241         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
15242         string.h.
15243         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
15244         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
15245         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
15246         or for string.h.
15247         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
15248         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
15249         C headers.
15250         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
15251         memcpy.
15252         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
15253         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
15254         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
15255         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
15256         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
15257         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
15258         string.h, free.
15259         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
15260         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
15261         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
15262         C headers, or for string.h.
15263         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
15264         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
15265         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
15266         headers, memory.h, stdlib.h, string.h, strings.h.
15267         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
15268         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
15269         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
15270         strchr.
15271         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
15272         headers, memory.h, string.h.
15273         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
15274         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
15275         free.
15276         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
15277         headers.
15278         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
15279         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
15280         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
15281         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
15282         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
15283
15284 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15285
15286         More K&R removal.
15287
15288         * lib/acosl.c (main): Use a prototype.
15289         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
15290         tanl.c: Likewise.
15291
15292         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
15293
15294         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
15295         (getopt, etopt_long, getopt_long_only, _getopt_internal)
15296         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
15297         with a prototype.
15298         * lib/getopt.c (const): Remove macro.
15299         Include <string.h> unconditionally.
15300         (my_index): Remove; all uses changed to strchr.
15301         (strlen): Remove decl.
15302         (exchange): Remove forward decl; no longer needed.
15303         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
15304         Define with prototype.
15305         * lib/getopt1.c (const): Remove macro.
15306         (getopt_long, getopt_long_only, main): Define with prototype.
15307
15308         * lib/getugroups.c: Include <string.h> unconditionally.
15309
15310         * lib/getusershell.c: Include <stdlib.h> unconditionally.
15311         (getusershell, setusershell, endusershell, readname, main):
15312         Define with prototypes.
15313
15314         * lib/group-member.c: Include group-member.h first.
15315         Include <stdlib.h> unconditionally.
15316
15317         * lib/hard-locale.c: Include hard-locale.h first.
15318         Include <stdlib.h>, <string.h> unconditionally.
15319
15320         * lib/hash.c (free, malloc): Remove decls.
15321         Include <stdlib.h> unconditionally.
15322
15323         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
15324         (getenv): Do not declare.
15325
15326         * lib/idcache.c: Include <string.h> unconditionally.
15327
15328         * lib/long-options.c: Include long-options.h first, to test interface.
15329         Include <stdlib.h> unconditionally.
15330
15331         * lib/makepath.c: Include makepath.h first, to test interface.
15332         Include <stdlib.h> and <string.h> unconditionally.
15333
15334         * lib/linebuffer.c: Include <stdlib.h>.
15335         (free): Remove decl.
15336
15337         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
15338         stddef.h. rpl_malloc returns void *, not char *.
15339         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
15340         prototype.
15341
15342         * lib/md5.h: Include <limits.h> unconditionally.
15343         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
15344         (__P): Remove; all uses removed.
15345         * lib/md5.c: Include "md5.h" first.
15346         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
15347         md5_buffer, md5_process_bytes, md5_process_block):
15348         Define with prototypes.
15349         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
15350         * lib/sha.c: Include "sha.h" first.
15351         Include <stdlib.h>, <string.h> unconditionally.
15352
15353         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
15354         * lib/memcmp.c (__ptr_t): Likewise.
15355         * lib/memrchr.c (__ptr_t): Likewise.
15356         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
15357         Include <string.h> unconditionally.
15358         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
15359         * lib/memchr.c: Include <stdlib.h> unconditionally.
15360         * lib/memchr.c (LONG_MAX): Remove.
15361         * lib/memrchr.c (LONG_MAX): Likewise.
15362         * lib/memchr.c (__memchr): Define via a prototype.
15363         * lib/memrchr.c (__memrchr): Likewise.
15364         * lib/memcmp.c (__P): Remove, and remove all uses.
15365         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
15366         Remove forward decls; no longer needed.
15367         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
15368         Use types required by C89 in prototype.
15369
15370         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
15371         * lib/savedir.c: Likewise.
15372         * lib/mkdir.c (free): Remove decl.
15373         * lib/rmdir.c (rmdir): Define with a prototype.
15374         * lib/savedir.c: Include savedir.h first, to test interface.
15375
15376         * lib/mktime.c (STDC_HEADERS): Remove.
15377         Include <stdlib.h>, <string.h> unconditionally.
15378
15379         * lib/modechange.c: Include <stdlib.h> unconditionally.
15380         (malloc): Remove decl.
15381
15382         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
15383         (free): Remove decl.
15384
15385         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
15386         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
15387         (This type really should be intptr_t, but that's a C99ism.)
15388         (_obstack_memcpy): Remove: all uses changed to memcpy.
15389         Include <string.h> unconditionally.
15390         (struct obstack): Assume __STDC__ for types of members
15391         chunkfun, freefun, extra_arg.
15392         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
15393         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
15394         obstack_begin, obstack_specify_allocation,
15395         obstack_specify_allocation_with_arg, obstack_chunkfun,
15396         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
15397         Remove unprototyped decls and the macros that use them.
15398         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
15399         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
15400         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
15401         (defined __STDC__ && __STDC__)]:
15402         Remove nonprototyped code.
15403         Include <stdlib.h> unconditionally.
15404         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
15405         _obstack_allocated_p, _obstack_free, obstack_free,
15406         _obstack_memory_used, print_and_abort):
15407         Define using prototypes.
15408         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
15409         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
15410         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
15411         obstack_next_free, obstack_object_size, obstack_room) [0]:
15412         Remove unused, unprototyped code.
15413
15414         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
15415
15416         * lib/physmem.c (physmem_total, physmem_available, main): Define
15417         with prototypes.
15418
15419         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
15420         (main): Define with a prototype.
15421
15422         * lib/posixver.c (getenv): Remove decl.
15423
15424         * lib/putenv.c (malloc): Returns void *, not char *.
15425         Include <string.h> unconditionally.
15426         (strchr, memcpy, NULL): Do not define.
15427
15428         * lib/readtokens.c: Include readtokens.h first, to test interface.
15429         Include <stdlib.h>, <string.h> unconditionally.
15430         (init_tokenbuffer): Define with a prototype.
15431
15432         * lib/regex.c (PARAMS): Remove.  All uses removed.
15433         All uses of _RE_ARGS removed, too.
15434         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15435         unconditionally.
15436         (bzero): Assume memset exists.
15437         (memcmp, memcpy, NULL): Remove.
15438         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
15439         char, or assignments to local vars of type signed char.
15440         (init_syntax_once, PREFIX(extract_number_and_incr),
15441         PREFIX(print_partial_compiled_pattern),
15442         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
15443         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
15444         PREFIX(regex_grow_registers), PREFIX(regex_compile),
15445         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
15446         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
15447         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
15448         wcs_compile_range, byte_compile_range, truncate_wchar,
15449         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
15450         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
15451         count_mbs_length, wcs_re_match_2_internal,
15452         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
15453         PREFIX(alt_match_null_string_p),
15454         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
15455         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
15456         regfree, PREFIX(extract_number)): Define with prototype.  Remove
15457         now-unnecessary declaration, if any.
15458         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
15459         regcomp, regexec):
15460         Remove now-unnecessary casts among pointer types.
15461         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
15462
15463         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
15464         (free): Remove decl.
15465
15466         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
15467
15468         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
15469         (free): Remove decl.
15470
15471         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
15472         * lib/xgetcwd.c: Likewise.
15473
15474         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
15475         (free): Remove decl.
15476
15477         * lib/strchrnul.c (strchrnul): Define with a prototype.
15478         Fix bug: c_in was not converted to char before searching.
15479
15480         The following changes are not K&R related:
15481
15482         * lib/group-member.h: Include <sys/types.h>, so that this file is
15483         self-contained.
15484         * lib/makepath.h: Likewise.
15485
15486         * lib/getusershell.c (readname, default_index, line_size, readname):
15487         Use size_t, not int, for sizes.
15488         (readname): If the size overflows, report an error instead of
15489         looping forever.
15490
15491 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15492
15493         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
15494         libc.
15495
15496 2003-09-09  Paul Eggert  <eggert@twinsun.com>
15497
15498         * README: New section: portability guidelines.
15499
15500 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
15501
15502         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
15503         C89 spec.
15504
15505 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
15506
15507         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
15508
15509 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15510
15511         Assume C89 or better; remove K&R cruft.
15512         A few of these changes were first proposed by Derek Robert Price
15513         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
15514
15515         * lib/addext.c: Include <string.h> unconditionally.
15516         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
15517         Don't declare getenv or malloc.
15518
15519         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
15520         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
15521         (NULL): Remove.
15522         (find_stack_direction, alloca): Use prototypes.
15523
15524         * lib/atexit.c (atexit): Define using a prototype.
15525
15526         * lib/basename.c, dirname.c, stripslash.c:
15527         Include <string.h> unconditionally.
15528
15529         * lib/bcopy.c: Include <stddef.h>.
15530         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
15531
15532         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
15533
15534         * lib/error.h (error, error_at_line, error_print_progname)
15535         [! (defined (__STDC__) && __STDC__)]: Remove decls.
15536         * lib/error.c: Include error.h first, to check interface.
15537         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
15538         (VA_START): Remove; all uses changeed to va_start.
15539         (exit, strerror): Remove decls.
15540         (error_print_progname): Prototype uncondionally.
15541         Don't include <errno.h>; no longer needed.
15542         (private_strerror): Remove.
15543         (error_tail): Always define.
15544         (error, error_at_line): Assume C89 or better; always use prototypes.
15545         * lib/fatal.c: Include "fatal.h" first, to test interface.
15546         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
15547         (VA_START): Remove; all uses changed to va_start.
15548         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
15549         this case.
15550         (exit): Remove decl.
15551         (fatal): Prototype unconditionally.  Assume va_start works.
15552         Abort at end, to pacify gcc.
15553
15554         * lib/euidaccess.c (main): Define with a prototype.
15555
15556         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
15557
15558         * lib/exitfail.c: Include <stdlib.h> unconditionally.
15559
15560         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
15561         prototypes.
15562         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
15563         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
15564         (getenv): Remove decl.
15565         (fnmatch): Define using a prototype.
15566         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
15567         (FCT): Define using a prototype.
15568
15569         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
15570
15571         * lib/gethostname.c: Include <stddef.h>.
15572         (gethostname): Define with prototype.  Length is size_t, not int.
15573
15574 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15575
15576         Assume C89 or better; remove K&R cruft.
15577         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
15578         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
15579         string.h, getenv, malloc.
15580         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
15581         headers.
15582         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
15583         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
15584         do not check for strerror.
15585         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
15586         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
15587         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
15588         do not check for doprnt or vprintf.
15589         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
15590         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
15591
15592 2003-09-08  Paul Eggert  <eggert@twinsun.com>
15593
15594         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
15595         getversion.c should have been removed then, but was accidentally
15596         preserved.
15597
15598         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
15599         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
15600
15601 2003-09-08  Karl Berry  <karl@gnu.org>
15602
15603         * config/config.sub, config.guess, srclistvars.sh: update from savannah
15604                 config, forget about prep.
15605
15606         * config/depcomp, missing: update from automake.
15607
15608 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15609
15610         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
15611         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15612
15613 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15614
15615         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
15616         copy_tm_result.  Bug reported by Simon Josefsson in
15617         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15618
15619 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15620
15621         * m4/time_r.m4: New file.
15622         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
15623         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
15624         is. Check for timegm declaration.
15625         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
15626         Do not check for gmtime_r.
15627         Replace mktime if __mktime_internal does not exist and if mktime
15628         hasn't been replaced already.
15629
15630 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15631
15632         * lib/time_r.c, time_r.h: New files.
15633
15634         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
15635         __localtime_r.
15636         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
15637         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
15638
15639         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
15640         __gmtime_r.
15641         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
15642         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
15643         Include <time_r.h>.
15644
15645         * lib/timegm.c: Switch to glibc implementation, with the following
15646         changes:
15647         [defined HAVE_CONFIG_H]: Include <config.h>.
15648         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
15649         (__mktime_internal) [!defined _LIBC]: New decl.
15650         (__gmtime_r) [!defined _LIBC]: New macro and function.
15651         (timegm): Use a prototype, since gnulib assumes C89.
15652         Do not bother declaring tmp to be const, as it's not really usefu.
15653         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
15654         (timegm): Declare only if HAVE_DECL_TIMEGM.
15655
15656 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15657
15658         * MODULES.html.sh (func_all_modules): Add time_r.
15659         * modules/time_r: New file.
15660         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
15661         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
15662
15663 2003-09-03  Paul Eggert  <eggert@twinsun.com>
15664
15665         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
15666         Bug reported by Lute Kamstra in
15667         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
15668
15669         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
15670         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
15671         course with correspondingly smaller numbers for tomorrow and
15672         yesterday.  From Tadayoshi Funaba.  Originally installed into
15673         sh-utils on 1999-08-07, but the patch got lost (I guess during the
15674         coreutils merge?).
15675
15676 2003-08-31  Simon Josefsson  <jas@extundo.com>
15677
15678         * modules/timegm: New file.
15679         * MODULES.html.sh (func_all_modules): Add timegm.
15680
15681 2003-08-31  Simon Josefsson  <jas@extundo.com>
15682
15683         * m4/timegm.m4: New file.
15684
15685 2003-08-31  Simon Josefsson  <jas@extundo.com>
15686
15687         * lib/timegm.h: New file.
15688         * lib/timegm.c: New file.  Based on
15689         wget-1.8.2/src/http.c:mktime_from_utc.
15690
15691 2003-08-31  Karl Berry  <karl@gnu.org>
15692
15693         * lib/argp.h: update from libc.
15694
15695 2003-08-28  Bruno Haible  <bruno@clisp.org>
15696
15697         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
15698         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
15699         followed by '#define fnmatch fnmatch_posix' gives an error.
15700
15701 2003-08-28  Bruno Haible  <bruno@clisp.org>
15702
15703         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
15704         warning on QNX, which defines O_BINARY to 000000.
15705
15706 2003-08-27  Jim Meyering  <jim@meyering.net>
15707
15708         * m4/mkstemp.m4: Require that the system mkstemp be able to create
15709         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
15710         would fail after 32.  Reported by Danny Levinson.  Details here:
15711         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
15712
15713 2003-08-24  Bruno Haible  <bruno@clisp.org>
15714
15715         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
15716         MSVC7 <stdio.h> is included later.
15717
15718 2003-08-22  Simon Josefsson  <jas@extundo.com>
15719
15720         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
15721
15722 2003-08-20  Karl Berry  <karl@gnu.org>
15723
15724         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
15725
15726 2003-08-20  Bruno Haible  <bruno@clisp.org>
15727
15728         * modules/progname: New file.
15729         * MODULES.html.sh (func_all_modules): Add progname.
15730
15731 2003-08-20  Bruno Haible  <bruno@clisp.org>
15732
15733         * lib/progname.h: New file, from GNU gettext.
15734         * lib/progname.c: New file, from GNU gettext.
15735         * lib/progreloc.c: New file, from GNU gettext.
15736
15737 2003-08-19  Jim Meyering  <jim@meyering.net>
15738
15739         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
15740         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
15741
15742 2003-08-19  Bruno Haible  <bruno@clisp.org>
15743
15744         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
15745         more.
15746
15747 2003-08-19  Bruno Haible  <bruno@clisp.org>
15748
15749         * lib/xstrdup.c: Assume <string.h> exists.
15750
15751 2003-08-18  Paul Eggert  <eggert@twinsun.com>
15752
15753         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
15754         in makefile rules.
15755
15756 2003-08-18  Jim Meyering  <jim@meyering.net>
15757
15758         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
15759         * m4/lib-ld.m4: Likewise.
15760
15761 2003-08-18  Jim Meyering  <jim@meyering.net>
15762
15763         * lib/setenv.h: Indent nested cpp directive.
15764         * lib/vasnprintf.c: Remove trailing blanks.
15765
15766 2003-08-17  Simon Josefsson  <jas@extundo.com>
15767
15768         * modules/xstrndup: New file.
15769         * MODULES.html.sh (func_all_modules): Add xstrndup.
15770
15771 2003-08-17  Simon Josefsson  <jas@extundo.com>
15772
15773         * modules/argp: Fix autoconf macro name. Add more dependencies.
15774
15775 2003-08-17  Simon Josefsson  <jas@extundo.com>
15776
15777         * m4/xstrndup.m4: New file.
15778
15779 2003-08-17  Simon Josefsson  <jas@extundo.com>
15780
15781         * m4/argp.m4: New file.
15782
15783 2003-08-17  Simon Josefsson  <jas@extundo.com>
15784             Bruno Haible  <bruno@clisp.org>
15785
15786         * lib/xstrndup.h: New file.
15787         * lib/xstrndup.c: New file.
15788
15789 2003-08-17  Bruno Haible  <bruno@clisp.org>
15790
15791         * modules/strndup (Files, Include): Add lib/strndup.h.
15792
15793 2003-08-17  Bruno Haible  <bruno@clisp.org>
15794
15795         * modules/euidaccess (Files): Add lib/euidaccess.h.
15796
15797 2003-08-17  Bruno Haible  <bruno@clisp.org>
15798
15799         * lib/strndup.h: New file.
15800
15801 2003-08-17  Bruno Haible  <bruno@clisp.org>
15802
15803         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
15804         like AC_GNU_SOURCE.
15805         * modules/extensions (configure.ac): Comment out the invocation of
15806         gl_USE_SYSTEM_EXTENSIONS.
15807
15808 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15809
15810         Merges from coreutils, etc.
15811         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
15812         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
15813         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
15814         fixing a typo.
15815         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
15816         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
15817
15818 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15819
15820         Document merge from coreutils.
15821         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
15822         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
15823         * modules/utime: Add m4/utimes-null.m4.
15824
15825 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15826
15827         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
15828         space, undoing this 2003-08-12 change:
15829         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15830
15831 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15832
15833         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
15834         strtoul.c from libc, undoing this 2003-08-12 change:
15835         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15836
15837 2003-08-16  Jim Meyering  <jim@meyering.net>
15838
15839         Merges from coreutils.
15840         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
15841         prefix.  Adjust cache variables similarly.  Create 500 rather than
15842         just 300 files, to exercise bug on Darwin6.5, too.
15843         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
15844         $missing_dir.
15845         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
15846         AM_SYS_POSIX_TERMIOS.
15847         Reported by mkc@mathdogs.com.
15848         Also change use of $am_cv_sys_posix_termios
15849         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
15850         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
15851         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
15852         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
15853         in /proc/mounts until it finds one with matching device number.  This
15854         is unnecessary when the FILE argument *is* a mount point.  No stat call
15855         is necessary in that case.  So, disable the statvfs-testing code on
15856         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
15857         as RedHat bug# 84846.
15858         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15859         to 1MB, so as not to render systems with no stack size limit (e.g.,
15860         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15861         Include <unistd.h>.  On some systems,
15862         it is required for the definition of _SC_PAGESIZE.
15863
15864 2003-08-16  Jim Meyering  <jim@meyering.net>
15865
15866         Merge from coreutils.
15867         * lib/xstrtoimax.c: #else #if -> #elif.
15868         * lib/xstrtoumax.c: Likewise.
15869
15870 2003-08-16  Jim Meyering  <jim@meyering.net>
15871
15872         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
15873         * m4/utimes.m4: Removed.
15874         * m4/utimes-null.m4: Renamed from utimes.m4.
15875
15876         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15877         to 1MB, so as not to render systems with no stack size limit (e.g.,
15878         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15879         Include <unistd.h>.  On some systems,
15880         it is required for the definition of _SC_PAGESIZE.
15881
15882 2003-08-16  Jim Meyering  <jim@meyering.net>
15883         and Paul Eggert  <eggert@cs.ucla.edu>
15884
15885         Merges from coreutils, etc.
15886
15887         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
15888         using the latest version from cvs.  This avoids problems with #line
15889         directives using a vendor (Sun) compiler.
15890         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
15891         Don't set GETGROUPS_LIB here; now it's
15892         done via getgroups.m4's wrapper function.
15893         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
15894         rather than just in sh-util/configure.in, so that the
15895         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
15896         same.
15897         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
15898         AC_FUNC_GETLOADAVG where to find getloadavg.c.
15899         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
15900         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
15901         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
15902         Remove code that is now done by the newly-required macros.
15903         Append $(EXEEXT) to DF_PROG.
15904         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
15905         Do not invoke or require the following here,
15906         since prereq.m4 or some gnulib .m4 now does this for us:
15907         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
15908         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
15909         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
15910         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
15911         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
15912         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
15913         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
15914         AC_FUNC_OBSTACK.
15915         Do not replace the following functions, as this is now the job
15916         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
15917         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
15918         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
15919         atexit getpass, strdup, getpagesize.
15920         Replace 'raise'.
15921         Do not check for the following functions, as this is now the job
15922         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
15923         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
15924         setregid.
15925         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
15926         Check for sys/sysctl.h.
15927         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
15928         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
15929         of checking for ssize_t ourselves.
15930
15931         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
15932         Require every macro that gnulib/modules/* suggests for us.
15933         (jm_PREREQ_ADDEXT): New macro.
15934         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
15935         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
15936
15937         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
15938         (gl_PHYSMEM): Use it.
15939         Also check for `table' function.
15940         Check for new headers and functions.
15941         Add check for sys/sysmp.h.
15942         With suggestions from Kaveh Ghazi.
15943         Ignore headers that are present but cannot be compiled.  This
15944         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
15945         C 5.4.
15946
15947 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15948
15949         Document merge from coreutils.
15950         * modules/userspec: Depend on posixver.
15951         * modules/strftime: Depend on tzset.
15952
15953 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15954
15955         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
15956         rather than tab, after '#' in shell-script copyright notices.
15957         Suggested by Bruno Haible.
15958
15959 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15960
15961         * config/srclist-update: Use three spaces, rather than tab, after '#'
15962         in shell-script copyright notices.  Suggested by Bruno Haible.
15963         Remove unnecessary parenthesization in regular expression.
15964
15965 2003-08-15  Jim Meyering  <jim@meyering.net>
15966
15967         Merge from coreutils.
15968         * lib/xgethostname.c: Include <stdlib.h>.
15969         (xghostname): Don't exit for anything other than memory-related
15970         failure; just return NULL.
15971         * lib/userspec.c: Include "posixver.h".
15972         (parse_user_spec): Accept `.' as a separator only
15973         in pre-POSIX-200112 mode.
15974         * lib/strtoimax.c: Use #elif rather than #else #if.
15975         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
15976         Remove function, now that we can rely on a working tzset function.
15977         [!_LIBC]: Ensure that the required autoconf test has been run.
15978         [!defined _NL_CURRENT && HAVE_STRFTIME]:
15979         Use underlying_strftime for %r.
15980         * lib/sha.c: Merge in some clean-up and optimization changes from
15981         glibc.
15982         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
15983         Ensure that it is a multiple of 64.
15984         Rearrange loop exit tests so as to avoid performing an
15985         additional fread after encountering an error or EOF.
15986         * lib/realloc.c: Update copyright date.
15987
15988 2003-08-15  Jim Meyering  <jim@meyering.net>
15989         and Paul Eggert  <eggert@twinsun.com>
15990
15991         Merge from coreutils.
15992         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
15993         member but strut utmpx does not.  Needed for AIX 4.3.3.
15994         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
15995
15996 2003-08-15  Jim Meyering  <jim@meyering.net>
15997         and Paul Eggert  <eggert@cs.ucla.edu>
15998
15999         Merges from coreutils, etc.
16000         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
16001         Require gl_FUNC_TZSET_CLOBBER.
16002         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
16003         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
16004         members.
16005
16006 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16007
16008         Help the merge from coreutils.
16009         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
16010         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
16011         * m4/tzset.m4: Use it too.
16012
16013 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16014
16015         * modules/tzset: New file.
16016
16017 2003-08-14  Jim Meyering  <jim@meyering.net>
16018
16019         Merges from coreutils.
16020         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
16021         variable names, rather than @FNMATCH_H@.
16022         * modules/alloca: Likewise for $(ALLOCA_H).
16023
16024         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
16025         the three copies of the literal target, `fnmatch.h'.
16026         * modules/alloca (alloca.h): Likewise.
16027
16028 2003-08-14  Jim Meyering  <jim@meyering.net>
16029
16030         Merge from coreutils.
16031         * m4/tzset.m4: New file.
16032         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
16033         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
16034         otherwise, AIX 5.1 systems would end up using the latter.
16035         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
16036         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
16037         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
16038         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
16039
16040 2003-08-14  Jim Meyering  <jim@meyering.net>
16041
16042         Merge from coreutils.
16043         * lib/obstack.h: Whitespace changes.
16044         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
16045         and xcalloc return values.
16046         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
16047         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
16048         hang on OSF/1 5.1 for DIR on both local and remote file systems.
16049         Reported by (and fix confirmed by) Nelson H. F. Beebe.
16050         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
16051         error from mntctl.
16052         Use mntctl's return value to drive the entry-processing loop, since
16053         we can't rely on the value of the vmt_length member in the last
16054         entry.  On some systems doing so could result in exhausting
16055         virtual memory.  Based in part on a patch from Mike Jetzer.
16056
16057 2003-08-14  Jim Meyering  <jim@meyering.net>
16058         and Paul Eggert  <eggert@twinsun.com>
16059
16060         Merges from coreutils, plus other fixes.
16061         * lib/physmem.c: Merge in portability changes from gcc/libiberty
16062         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
16063         for credits and details.  Thanks to Kaveh Ghazi for helping
16064         to keep these files in sync.
16065         (ARRAY_SIZE): Define it.
16066         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
16067         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
16068         (memcasecmp): Don't assume size_t fits in unsigned int.
16069         Remove casts and duplicate code.
16070         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
16071         (memcpy): Remove definition.
16072         Merge in some clean-up and optimization changes from glibc.
16073         [BLOCKSIZE]: Move definition to top of file.
16074         Ensure that it is a multiple of 64.
16075         Rearrange loop exit tests so as to avoid performing an
16076         additional fread after encountering an error or EOF.
16077         * lib/md5.h (md5_uintptr): Define.
16078         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
16079         return to the initial working directory.  Preserve errno
16080         for caller.
16081         * lib/idcache.c: Include "xalloc.h".
16082         (xmalloc, xrealloc): Remove decls.
16083         (getuser): Remove casts no longer required in C89.
16084         * lib/human.c: Include stdio.h, for sprintf.
16085         * lib/group-member.c: Include "xalloc.h".
16086         (xmalloc, xrealloc): Remove decls.
16087         (get_group_info): Remove casts no longer required in C89.
16088         * lib/getusershell.c (readname): Remove casts no longer required in
16089         C89.
16090         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
16091         * lib/getline.c: Whitespace fix, from coreutils.
16092
16093 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16094
16095         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
16096         Check for isascii.
16097
16098         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
16099         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
16100         Undo previous (whitespace-only) change.
16101
16102 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16103
16104         * lib/exclude.c: Include <ctype.h>
16105         (IN_CTYPE_DOMAIN): New macro.
16106         (is_space): New fn.
16107         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
16108         and empty lines.
16109
16110         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
16111         Undo previous (whitespace-only) change.
16112
16113 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16114
16115         * config/srclist-update: Change update back to the old behavior,
16116         leaving whitespace alone.  Use one 'sed' command rather than a
16117         pipeline.
16118         (fixlicense): Now a variable, not a function.
16119         (remove_trailing_blanks): Remove.
16120         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
16121         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
16122         Undo previous (whitespace-only) change.
16123
16124 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16125
16126         Merge from coreutils.
16127         * modules/euidaccess: Add lib_SOURCES, include for new
16128         file euidaccess.h
16129
16130 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16131
16132         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
16133         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
16134         Normalize leading white space and remove trailing white space.
16135
16136         Merge from coreutils
16137         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
16138
16139         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
16140         0.12.1.  These files are now being upgraded automatically by
16141         ../config/srclist-update.
16142
16143 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16144
16145         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
16146         Normalize leading white space and remove trailing white space.
16147         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
16148         notice, as per ../config/srclist-update.
16149
16150         Merge from coreutils.
16151         * lib/euidaccess.h: New file.
16152         * lib/euidaccess.c: Include it.
16153         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
16154         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
16155         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
16156
16157 2003-08-12  Paul Eggert  <eggert@twinsun.com>
16158
16159         * config/srclist-update: Add copyright notice.
16160         (remove_id_lines, remove_trailing_blanks): New constants.
16161         (fixfile): Use them to normalize spacing a bit in copied files.
16162         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
16163         Normalize leading white space and remove trailing white space.
16164
16165         * config/texinfo.tex: Sync with texinfo.
16166
16167         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
16168         strtoul.c from libc, to merge coreutils whitespace changes.
16169
16170         * config/srclist.txt: Get the following m4 files from gettext:
16171         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
16172         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
16173         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
16174         wint_t.m4.
16175
16176 2003-08-12  Karl Berry  <karl@gnu.org>
16177
16178         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
16179         been made.
16180
16181 2003-08-11  Paul Eggert  <eggert@twinsun.com>
16182
16183         * modules/gnu-source, m4/gnu-source.m4:
16184         Remove; we're assuming Autoconf 2.54 or later now.
16185         Suggested by Bruno Haible.
16186         * MODULES.html.sh (func_all_modules): Remove gnu-source.
16187
16188 2003-08-11  Bruno Haible  <bruno@clisp.org>
16189
16190         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
16191
16192 2003-08-11  Bruno Haible  <bruno@clisp.org>
16193
16194         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
16195         (vasnprintf): Use it instead of wcslen.
16196
16197 2003-08-11  Bruno Haible  <bruno@clisp.org>
16198
16199         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
16200         value to ensure that _Bool promotes to int. Use #define for _Bool when
16201         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
16202
16203 2003-08-10  Karl Berry  <karl@gnu.org>
16204
16205         * lib/regex.h: update from libc (whitespace fix).
16206
16207 2003-08-09  Paul Eggert  <eggert@twinsun.com>
16208
16209         Merge some files from coreutils.  These changes were
16210         originally made by Jim Meyering.
16211         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
16212         many older Unixes require this.
16213         * lib/alloca.c (alloca): Remove cast to argument of free;
16214         no longer needed in C89.
16215         * lib/alloca_.h, regex.h: Fix white space to match
16216         what GNU indent does.
16217
16218 2003-08-09  Paul Eggert  <eggert@twinsun.com>
16219
16220         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
16221         apparently Emacs's Unicode mode got confused before my 2003-08-05
16222         checkin.
16223
16224 2003-08-08  Paul Eggert  <eggert@twinsun.com>
16225
16226         * m4/extensions.m4: New file.
16227         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
16228         Require gl_USE_SYSTEM_EXTENSIONS.
16229         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
16230         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
16231
16232 2003-08-08  Paul Eggert  <eggert@twinsun.com>
16233
16234         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
16235         * modules/extensions, modules/gnu-source: New files.
16236         * modules/timespec, modules/unlocked-io: Depend on extensions.
16237
16238 2003-08-07 Paul Eggert  <eggert@twinsun.com>
16239
16240         * modules/restrict: New file.
16241         * MODULES.html.sh (func_all_modules): Add restrict.
16242         * modules/regex: Depend on restrict.
16243
16244 2003-08-07  Paul Eggert  <eggert@twinsun.com>
16245
16246         * m4/restrict.m4: New file.
16247         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
16248
16249 2003-08-07  Bruno Haible  <bruno@clisp.org>
16250
16251         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
16252         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
16253
16254 2003-08-07  Bruno Haible  <bruno@clisp.org>
16255
16256         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
16257         makes the module 'getndelim2' compatible with the module 'getline'.
16258
16259 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16260
16261         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
16262         byte with "\201" to avoid glitches when editing that source file
16263         with multi-gnome-terminal.
16264
16265 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16266
16267         * lib/bumpalloc.h: Remove.
16268
16269 2003-08-05  Paul Eggert  <eggert@twinsun.com>
16270
16271         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
16272         * modules/bumpalloc: Remove.
16273
16274 2003-08-04  Paul Eggert  <eggert@twinsun.com>
16275
16276         * lib/getloadavg.c: Change copyright notice and spacing to conform to
16277         GNU coding style.
16278
16279         Merge from coreutils.
16280         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
16281         1. From glibc.
16282         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
16283         from Karl Berry, implemented by Jim Meyering.
16284         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
16285         from Dmitry V. Levin.
16286         Remove anachronistic cast of xrealloc.
16287         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
16288         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
16289         type. Otherwise, it wouldn't compile with at least /bin/cc on
16290         ymp-cray-unicos9.0.2.X.
16291         Combine two mostly-identical uses of alloca into one.
16292         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
16293
16294 2003-08-04  Dave Love <d.love@dl.ac.uk>
16295
16296         [From Emacs.]
16297
16298         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
16299         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
16300         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
16301         obsolete NLIST_NAME_UNION.
16302         [__GNU__]: Undef BSD and FSCALE.
16303         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
16304
16305 2003-08-03  Paul Eggert  <eggert@twinsun.com>
16306
16307         * lib/stdbool_.h (_Bool): Make it signed char, instead of
16308         an enum type, so that it's guaranteed to promote to int.  See:
16309         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
16310
16311 2003-08-03  Karl Berry  <karl@gnu.org>
16312
16313         * config/depcomp: update from automake.
16314
16315 2003-07-31  Paul Eggert  <eggert@twinsun.com>
16316
16317         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
16318         (strerror): Don't assume that a printable int fits in 14 bytes.
16319
16320 2003-07-31  Bruno Haible  <bruno@clisp.org>
16321
16322         * modules/getpass-gnu: New file.
16323         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
16324
16325 2003-07-31  Bruno Haible  <bruno@clisp.org>
16326
16327         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
16328
16329 2003-07-24  Karl Berry  <karl@gnu.org>
16330
16331         * config/missing: update from automake.
16332
16333 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
16334             Bruno Haible  <bruno@clisp.org>
16335
16336         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
16337         * lib/getline.c (getline, getdelim): Likewise.
16338         Remove _GNU_SOURCE define; now it's defined in config.h through
16339         m4/getline.m4.
16340
16341 2003-07-23  Karl Berry  <karl@gnu.org>
16342
16343         * config/config.sub: update from prep.
16344
16345 2003-07-22  Paul Eggert  <eggert@twinsun.com>
16346
16347         * modules/xalloc (Depends-on): Add exitfail.
16348         * modules/xmemcoll: Likewise.
16349
16350 2003-07-22  Paul Eggert  <eggert@twinsun.com>
16351
16352         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
16353         over-parenthesization in macros.
16354
16355         Sync with coreutils.
16356
16357         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
16358         required by C99.
16359
16360         Use `exit_failure' for xalloc and xmemcoll instead of their own
16361         private exit-failure variables.
16362         * lib/xalloc.h (xalloc_exit_failure): Remove.
16363         * lib/xmalloc.c: Likewise.  Include exitfail.h.
16364         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
16365         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
16366         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
16367         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
16368
16369 2003-07-20  Jim Meyering  <jim@meyering.net>
16370
16371         * modules/closeout (Depends-on): Add exitfail.
16372         Suggestion from Bruno Haible.
16373
16374 2003-07-19  Karl Berry  <karl@gnu.org>
16375
16376         * config/config.sub: update from prep.
16377
16378 2003-07-18  Paul Eggert  <eggert@twinsun.com>
16379
16380         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
16381         Remove.
16382         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
16383         to test that it can stand by itself.  Include "exitfail.h".
16384         Clients should set exit_failure instead.
16385         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
16386
16387 2003-07-18  Bruno Haible  <bruno@clisp.org>
16388
16389         * modules/getndelim2: New file.
16390         * modules/getline: Share files with module getndelim2.
16391         * modules/getnline: Depend on getndelim2 instead of sharing files with
16392         it. Add getnline.c to lib_SOURCES.
16393         * MODULES.html.sh (func_all_modules): Add getndelim2.
16394
16395 2003-07-18  Bruno Haible  <bruno@clisp.org>
16396
16397         * m4/getndelim2.m4: New file.
16398         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
16399         invoke gl_PREREQ_GETNDELIM2.
16400         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
16401         gl_PREREQ_GETNDELIM2.
16402         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
16403         gl_GETNDELIM2.
16404
16405 2003-07-18  Bruno Haible  <bruno@clisp.org>
16406
16407         * lib/getndelim2.h: New file.
16408         * lib/getndelim2.c: Make into a module of its own. Include config.h,
16409         getndelim2.h.
16410         (getndelim2): Make non-static. Change return type to ssize_t.
16411         * lib/getline.h: Change argument names.
16412         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
16413         * lib/getnline.c: Include getndelim2.h.
16414
16415 2003-07-18  Andreas Schwab  <schwab@suse.de>
16416
16417         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
16418
16419 2003-07-17  Karl Berry  <karl@gnu.org>
16420
16421         * config/config.sub: update from prep.
16422
16423 2003-07-17  Bruno Haible  <bruno@clisp.org>
16424
16425         * modules/getnline: New file.
16426         * modules/getline: Add lib/getndelim2.c to source file list.
16427         * MODULES.html.sh (func_all_modules): Add getnline.
16428
16429 2003-07-17  Bruno Haible  <bruno@clisp.org>
16430
16431         * m4/getnline.m4: New file.
16432
16433 2003-07-17  Bruno Haible  <bruno@clisp.org>
16434
16435         * m4/Makefile.am.in: Remove file.
16436         * m4/Makefile.am: Remove file.
16437         * m4/Makefile.in: Remove file.
16438
16439 2003-07-17  Bruno Haible  <bruno@clisp.org>
16440
16441         * lib/getnline.h: New file.
16442         * lib/getnline.c: New file.
16443         * lib/getndelim2.c: New file, extracted from getline.c.
16444         (getndelim2): Renamed from getdelim2, with added nmax argument.
16445         * lib/getline.c: Include getndelim2.c.
16446         (getdelim2): Moved out to getndelim2.c.
16447         (getline, getdelim): Update.
16448
16449 2003-07-17  Bruno Haible  <bruno@clisp.org>
16450
16451         * lib/Makefile.am: Remove file.
16452         * lib/Makefile.in: Remove file.
16453
16454 2003-07-17  Bruno Haible  <bruno@clisp.org>
16455
16456         * configure.in: Remove file.
16457         * Makefile.in: Remove file.
16458
16459 2003-07-17  Bruno Haible  <bruno@clisp.org>
16460
16461         * MODULES.html.sh: Put the </BODY> right before </HTML>.
16462
16463 2003-07-16  Karl Berry  <karl@gnu.org>
16464
16465         * config/srclist-update: was running fixlicense twice, which caused
16466                 texinfo.tex to be nullified for some reason.  Simplify,
16467                 $gplsrc is no longer needed as far as I can see?
16468
16469 2003-07-16  Jim Meyering  <jim@meyering.net>
16470
16471         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
16472
16473 2003-07-15  Paul Eggert  <eggert@twinsun.com>
16474
16475         * config/srclist.txt: Get the following files from gettext-runtime/intl
16476         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
16477         ref-del.sin.  From Bruno Haible.
16478         * config/srclist-update (fixfile): Change grep pattern again, since the
16479         previous fix didn't work (there was another trailing $).  Use
16480         '[$]' to escape the $s.
16481
16482 2003-07-15  Karl Berry  <karl@gnu.org>
16483
16484         * lib/vasnprintf.c: update from gettext.
16485
16486 2003-07-15  Karl Berry  <karl@gnu.org>
16487
16488         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
16489         gets expanded when surrounded by '$'.
16490
16491 2003-07-15  Jim Meyering  <jim@meyering.net>
16492
16493         * modules/save-cwd: Don't depend on error.  From Derek Price.
16494
16495 2003-07-15  Jim Meyering  <jim@meyering.net>
16496
16497         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
16498
16499 2003-07-14  Simon Josefsson  <jas@extundo.com>
16500
16501         * modules/mempcpy: New file.
16502         * MODULES.html.sh (func_all_modules): Add mempcpy.
16503
16504 2003-07-14  Simon Josefsson  <jas@extundo.com>
16505
16506         * m4/mempcpy.m4: New file.
16507
16508 2003-07-14  Simon Josefsson  <jas@extundo.com>
16509
16510         * lib/mempcpy.h: New file.
16511         * lib/mempcpy.c: New file.
16512
16513 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16514
16515         * modules/getdate, modules/posixtm: Depend on mktime.
16516
16517 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16518
16519         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
16520         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
16521         unicodeio.c, unicodeio.h, unlocked-io.h:
16522         Switch from LGPL to GPL.
16523
16524 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16525
16526         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
16527         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
16528         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
16529         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
16530         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
16531         updated automatically by ../config/srclist-update.  This changes
16532         their license from LPGL to GPL.
16533
16534 2003-07-14  Paul Eggert  <eggert@twinsun.com>
16535
16536         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
16537         assumed to refer to the root of the most recent stable gettext version.
16538         * config/srclistvars.sh: Add defaults for eggert.
16539         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
16540         Match "This program" as well as "The program".  This is needed
16541         for gettext.
16542
16543 2003-07-14  Jim Meyering  <jim@meyering.net>
16544
16545         Don't emit diagnostics.  Let callers do that.
16546         * lib/save-cwd.c: Don't include "error.h".
16547         (save_cwd): Don't call error.  Ensure that errno is valid
16548         when returning nonzero.
16549
16550         * lib/save-cwd.h (restore_cwd): Update prototype.
16551         * lib/save-cwd.c (restore_cwd): Remove two parameters.
16552         Simplify.  Don't call error upon failure.  Let callers do that.
16553         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
16554         when auditing is enabled.  But don't bother updating the #if.
16555
16556 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
16557
16558         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
16559         it breaks C++ compilation.
16560         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
16561
16562 2003-07-10  Simon Josefsson  <jas@extundo.com>
16563
16564         * modules/strchrnul (Makefile.am): Add strchrnul.h.
16565
16566 2003-07-10  Jim Meyering  <jim@meyering.net>
16567
16568         * m4/clock_time.m4: Remove trailing blank.
16569         * m4/intmax_t.m4: Likewise.
16570
16571 2003-07-10  Jim Meyering  <jim@meyering.net>
16572
16573         * lib/vasnprintf.c: Remove trailing blanks.
16574         Make cpp indentation consistent.
16575
16576 2003-07-09  Paul Eggert  <eggert@twinsun.com>
16577
16578         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
16579         posixver.c, strftime.c, strnlen.c, strverscmp.c:
16580         Switch from LGPL to GPL.
16581
16582 2003-07-09  Paul Eggert  <eggert@twinsun.com>
16583
16584         * config/srclist.txt: Sort sublists.  Add
16585         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
16586         that differ from gnulib for one reason or another; we'd like this list
16587         to be smaller but for now let's document what we have.
16588
16589 2003-07-08  Paul Eggert  <eggert@twinsun.com>
16590
16591         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
16592         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
16593         and sweeter "eval x=$x".
16594         * config/srclist.txt: Get lib/argp* from glibc.
16595
16596 2003-07-07  Paul Eggert  <eggert@twinsun.com>
16597
16598         * lib/mktime.c: Fix some boundary cases and remove need for floating
16599         point.
16600
16601         Issue a compile-time diagnostic if time_t is floating point, or if
16602         two's complement arithmetic is not in effect, or if arithmetic
16603         right shift does not propagate the sign.  These assumptions were
16604         all in the original code but they weren't checked.
16605
16606         (TIME_T_MIDPOINT, verify): New macros.
16607         (__isleap): Remove; it has integer overflow problems.
16608         (leapyear): New function, without those problems.
16609         (ydhms_tm_diff): Remove; splitting into two parts.
16610         (ydhms_diff): New function, containing the arithmetic part of
16611         the old ydhms_tm_diff function.  Issue a compile-time
16612         diagnostic if we are not using C99 integer division.
16613         Avoid casts when possible.
16614         (guess_time_tm): New function, containing the checking part of
16615         the old ydhms_tm_diff function.  Return the new value, rather than
16616         the difference between it and the old.  Accept a new argument T
16617         so that *T specifies the old value.  Check for overflow in the result.
16618
16619         (__mktime_internal): Use a time_t offset, not a long int offset.
16620         This undoes the 2003-06-04 change, which is no longer needed now
16621         that we have better overflow checking.
16622         (localtime_offset): Likewise.
16623
16624         (__mktime_internal): Avoid harmful overflow on hosts where time_t
16625         and long are 64-bit but int is only 32-bit.
16626         (ydhms_diff): Use long int to store year1 and yday1.
16627         Issue a compile-time diagnostic if long int is not wide enough.
16628
16629         (__mktime_internal): Use long int to store adjusted year and yday.
16630         Use plain C rather than preprocessor commands, if that doesn't
16631         affect efficiency.
16632         Check for overflow (and try to repair) after each probe
16633         rather than checking only at the very end.  This avoids some bugs
16634         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
16635         does not equal GMT offset at maximum time).
16636         Use integer to check for overflow rather than floating point; this
16637         is more portable to non-IEEE hosts, and is a tad faster.
16638         When we detect that we are oscillating between two values,
16639         don't check whether tm_isdst has the requested value, since
16640         we already know the answer.  When tm_isdst has the wrong value,
16641         use a different heuristic to find the right one, based on the
16642         extreme values actually observed in practice in tz2003a,
16643         rather than the (overly optimistic) "previous 3 calendar quarters".
16644
16645         (not_equal_tm, print_tm, check_result): Use "const T" rather than
16646         "T const" to accommodate glibc style.
16647         (check_result): Use less-confusing report format.  "long" -> "long int.
16648         (main): Likewise.
16649         Don't loop if the iteration overflows time_t.
16650         Allow a negative step in the iteration.
16651
16652 2003-07-06  Karl Berry  <karl@gnu.org>
16653
16654         * config/depcomp: update from automake.
16655         * config/config.sub: update from prep.
16656
16657 2003-07-03  Karl Berry  <karl@gnu.org>
16658
16659         * config/config.guess: update from prep.
16660
16661 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16662
16663         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
16664         xreadlink.c now includes it unconditionally.
16665
16666 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16667
16668         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
16669         having it depend on HAVE_SYS_TYPES_H.
16670
16671 2003-07-01  Bruno Haible  <bruno@clisp.org>
16672
16673         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
16674         <sys/types.h> should be sufficient.
16675         Reported by Paul Eggert.
16676
16677 2003-06-26  Karl Berry  <karl@gnu.org>
16678
16679         * config/depcomp: update from automake.
16680
16681 2003-06-26  Bruno Haible  <bruno@clisp.org>
16682
16683         * modules/human: Depend on module stdbool.
16684
16685 2003-06-25  Bruno Haible  <bruno@clisp.org>
16686
16687         * modules/readlink: New file.
16688         * modules/xreadlink: Depend on it.
16689         * MODULES.html.sh (func_all_modules): Add readlink.
16690
16691 2003-06-25  Bruno Haible  <bruno@clisp.org>
16692
16693         * m4/readlink.m4: New file.
16694
16695 2003-06-25  Bruno Haible  <bruno@clisp.org>
16696
16697         * lib/readlink.c: New file.
16698
16699 2003-06-22  Karl Berry  <karl@gnu.org>
16700
16701         * config/srclist.txt: update mkinstalldirs from automake.
16702         * config/mkinstalldirs: update.
16703
16704 2003-06-22  Bruno Haible  <bruno@clisp.org>
16705
16706         Portability to mingw32.
16707         * m4/ssize_t.m4: New file, from GNU gettext.
16708         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
16709         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
16710
16711 2003-06-22  Bruno Haible  <bruno@clisp.org>
16712
16713         * modules/safe-read: Add m4/ssize_t.m4.
16714         * modules/xreadlink: Add m4/ssize_t.m4.
16715
16716 2003-06-20  Bruno Haible  <bruno@clisp.org>
16717
16718         Assume C89, so PARAMS isn't needed.
16719         * lib/unicodeio.h (PARAMS): Remove.
16720         * lib/unicodeio.c: Don't use PARAMS.
16721
16722 2003-06-18  Karl Berry  <karl@gnu.org>
16723
16724         * config/config.{guess,sub}: update from prep.
16725
16726 2003-06-18  Jim Meyering  <jim@meyering.net>
16727
16728         Merge changes from coreutils.
16729         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
16730         Remove explicit declarations of xmalloc and realloc.
16731         Include xalloc.h.
16732         (read_utmp): Remove anachronistic cast of xmalloc.
16733
16734 2003-06-17  Paul Eggert  <eggert@twinsun.com>
16735
16736         Assume C89, so PARAMS isn't needed.
16737         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
16738         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
16739         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
16740         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
16741         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
16742         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
16743         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
16744         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
16745         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
16746         lib/xstrtod.h, lib/xstrtol.h: Likewise.
16747         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
16748         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
16749         no longer needed. Anyway, config.h should always be included before any
16750         other file.
16751
16752 2003-06-11  Simon Josefsson  <jas@extundo.com>
16753
16754         * modules/sysexits: New file.
16755         * MODULES.html.sh (func_all_modules): Add sysexits.
16756
16757 2003-06-11  Simon Josefsson  <jas@extundo.com>
16758
16759         * lib/sysexit_.h: New file.
16760
16761 2003-06-11  Derek Price  <derek@ximbiot.com>
16762
16763         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
16764         necessary.
16765
16766 2003-06-11  Bruno Haible  <bruno@clisp.org>
16767
16768         * m4/sysexits.m4: New file.
16769
16770 2003-06-10  Simon Josefsson <jas@extundo.com>
16771
16772         * lib/argp.h: New file, from glibc.
16773         * lib/argp-ba.c: New file, from glibc.
16774         * lib/argp-eexst.c: New file, from glibc.
16775         * lib/argp-fmtstream.c: New file, from glibc.
16776         * lib/argp-fmtstream.h: New file, from glibc.
16777         * lib/argp-fs-xinl.c: New file, from glibc.
16778         * lib/argp-help.c: New file, from glibc.
16779         * lib/argp-namefrob.h: New file, from glibc.
16780         * lib/argp-parse.c: New file, from glibc.
16781         * lib/argp-pv.c: New file, from glibc.
16782         * lib/argp-pvh.c: New file, from glibc.
16783         * lib/argp-xinl.c: New file, from glibc.
16784
16785 2003-06-10  Simon Josefsson  <jas@extundo.com>
16786
16787         * modules/strchrnul: New file.
16788
16789 2003-06-10  Simon Josefsson  <jas@extundo.com>
16790
16791         * modules/argp: New file.
16792
16793 2003-06-10  Simon Josefsson  <jas@extundo.com>
16794
16795         * m4/strchrnul.m4: New file.
16796
16797 2003-06-10  Simon Josefsson  <jas@extundo.com>
16798
16799         * lib/strchrnul.h: New file.
16800         * lib/strchrnul.c: New file.
16801
16802 2003-06-10  Bruno Haible  <bruno@clisp.org>
16803
16804         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
16805
16806 2003-06-07  Karl Berry  <karl@gnu.org>
16807
16808         * config/config.{guess,sub}: update from prep.
16809
16810 2003-06-07  Jim Meyering  <jim@meyering.net>
16811
16812         * modules/strtod: Use $(...) notation, not @...@ for
16813         AC_REPLACE'd variables.
16814         * modules/localcharset: Likewise.
16815
16816 2003-06-07  Jim Meyering  <jim@meyering.net>
16817
16818         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
16819         in place of my name in the copyright comment.
16820         Remove definition and uses of __P.
16821
16822         From coreutils.
16823         * lib/stat.c: Don't declare xmalloc explicitly.
16824         Instead, include "xalloc.h".
16825         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
16826         xrealloc, and xcalloc return values.
16827         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
16828         Improve comment.
16829         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
16830
16831 2003-06-07  Bruno Haible  <bruno@clisp.org>
16832
16833         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
16834         avoid AC_CONFIG_LINKS.
16835         * modules/fnmatch (Makefile.am): Use explicit creation rule for
16836         fnmatch.h, to avoid AC_CONFIG_LINKS.
16837         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
16838
16839 2003-06-07  Bruno Haible  <bruno@clisp.org>
16840
16841         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
16842         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
16843         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16844         directory.
16845         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
16846         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16847         directory.
16848
16849 2003-06-06  Jim Meyering  <jim@meyering.net>
16850
16851         Merge from coreutils.
16852         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
16853         Consolidate declarations and initializations of *_base* locals.
16854
16855         Merge from coreutils.
16856         This avoids a core dump on systems without GNU putenv,
16857         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
16858         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
16859         (unsetenv): New static function, from GNU libc.
16860         (rpl_putenv): Use it.
16861
16862         * lib/modechange.c: Remove trailing blanks.
16863
16864         Merge from coreutils.
16865         * lib/fsusage.c: Remove declaration of statfs.
16866         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
16867
16868         * lib/posixtm.c: Include <stdbool.h> unconditionally.
16869
16870 2003-06-06  Jim Meyering  <jim@meyering.net>
16871
16872         * lib/stdbool_.h: Renamed from stdbool.h.in.
16873
16874 2003-06-06  Jim Meyering  <jim@meyering.net>
16875             Bruno Haible  <bruno@clisp.org>
16876
16877         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
16878         Adjust Makefile.am snippet not to redirect directly to target.
16879         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
16880
16881 2003-06-05  Paul Eggert  <eggert@twinsun.com>
16882
16883         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
16884         mismatch, look in future quarters as well as past.  This fixes a
16885         bug when processing fall-backwards gaps immediately after a long
16886         period of daylight-saving time.
16887
16888         * lib/mktime.c: Assume freestanding C89 or better.
16889         (HAVE_LIMITS_H): Remove.  Assume it's 1.
16890         (__P): Remove; not used.
16891         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
16892         (mktime, not_equal_tm, print_tm, check_result,
16893         main): Use prototypes.  Use const * where appropriate.
16894         (main): Fix typo in testing code that uncovered by above changes.
16895         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
16896
16897 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16898
16899         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
16900         locale.h, localeconv.  This merges changes from coreutils.
16901
16902         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
16903         It can be removed after the next Autoconf is released.
16904         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
16905         needed.
16906
16907 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16908
16909         * lib/mktime.c: Fix Debian bug 177940
16910         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
16911         (localtime_offset): Now long int, not time_t, because we want it
16912         to be guaranteed to be signed.  All uses changed.
16913         (__mktime_internal): If overflow would occur when adding offset,
16914         don't add it.
16915
16916         Merge 'human' changes from coreutils.  Rewrite to support
16917         locale-specific notations like thousands separators.
16918         * lib/human.c: Simplify authorship notice.
16919         Include human.h immediately after config.h.
16920         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
16921         <limits.h>: Do not include, since human.h does.
16922         (SIZE_MAX, UINTMAX_MAX): New macros.
16923         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
16924         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
16925         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
16926         (power_letter): Renamed from suffixes.
16927         (generate_suffix_backwards): Remove.
16928         (adjust_value): Now takes int style (because of human.h changes)
16929         and long double value (for greater precision on some platforms).
16930         (group_number): New function.
16931         (human_readable): Use it.  Use integer options, not enum.
16932         Put the options before the sizes in the arg list.
16933         Support all the new options.
16934         The old human_readable function has been removed;
16935         use inttostr.h instead.
16936         (human_readable, default_block_size, humblock):
16937         Use uintmax_t, not int, for block sizes.
16938         (human_readable_inexact, block_size_types): Remove.
16939         (block_size_opts): New constant.
16940         (human_options): Renamed from human_block_size, with new signature
16941         that allows block sizes up to UINTMAX_MAX.  All callers changed.
16942         * lib/human.h: Add copyright and authorship notice.
16943         Include <limits.h> and <stdbool.h> unconditionally.
16944         (PARAMS): Remove.  All uses removed.
16945         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
16946         (enum human_inexact_style): Remove tag; now a nameless enum.
16947         (human_floor, human_ceiling, human_round_to_even): Now have
16948         values 2, 0, 1 rather than -1, 1, 0.
16949         (human_group_digits, human_suppress_point_zero, human_autoscale,
16950         human_base_1024, human_SI, human_B): New constants.
16951         (human_readable_inexact, human_block_size): Remove.
16952         (human_readable): Size args are now uintmax_t, not int.
16953         (human_options): New decl.
16954
16955         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
16956         unnecessary now that we assume C89 or better.  This change
16957         imported from coreutils.
16958
16959         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
16960         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
16961         in the 2003-05-30 sync from glibc.
16962
16963         .h files should stand alone, but we shouldn't include <sys/types.h>
16964         if we can get away with just <stddef.h>.
16965
16966         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
16967         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
16968         rather than <sys/types.h>, as we merely need size_t.
16969         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
16970         to get size_t.
16971         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
16972         Include <stdio.h>, to get FILE.
16973         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
16974         memcasecmp.h has included <stddef.h> and all we need is size_t.
16975         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
16976         our interface, instead of including <sys/types.h>
16977
16978 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16979
16980         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
16981         now, as glibc mktime is buggy on non-glibc systems.
16982
16983 2003-06-03  Karl Berry  <karl@gnu.org>
16984
16985         * config/config.sub: update from prep.
16986
16987 2003-06-02  Paul Eggert  <eggert@twinsun.com>
16988
16989         [from coreutils]
16990         Fix some minor time-related bugs with POSIX time arguments.
16991         Some valid time stamps were being rejected (notably -1, and
16992         time stamps before 1900 on 64-bit hosts).  And some invalid
16993         time stamps were being accepted, e.g. September 31.
16994
16995         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
16996         that we can return (time_t) -1 successfully.
16997         * lib/posixtm.c: Likewise.
16998         [HAVE_STDBOOL_H]: Include <stdbool.h>.
16999         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
17000         (t): Remove static var.
17001         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
17002         of static var.  All uses changed.
17003         (year): Do not reject years before 1900; they can occur with
17004         64-bit time_t.
17005         (posix_time_parse): Do not check for out-of-range components;
17006         that is now the caller's responsibility, since our checks were
17007         only approximations.
17008         (posixtime): Use mktime to check for out-of-range components,
17009         since it knows them exactly.
17010         If mktime returns (time_t) -1, check whether an error actually occurred
17011         by invoking localtime on -1.
17012         (main) [TEST_POSIXTIME]: Check for input data errors, and report
17013         posixtime failures better.
17014         Improve the test data (in comments only).
17015
17016 2003-06-02  Karl Berry  <karl@gnu.org>
17017
17018         * config/mkinstalldirs (version): new variable.
17019         (--version): new option.
17020         (usage): improve message.
17021
17022 2003-05-30  Karl Berry  <karl@gnu.org>
17023
17024         * lib/mktime.c: update from libc.
17025
17026 2003-05-30  Bruno Haible  <bruno@clisp.org>
17027
17028         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
17029         * config/config.rpath: Upgrade to gettext-0.12.1.
17030
17031 2003-05-30  Bruno Haible  <bruno@clisp.org>
17032
17033         * m4/gettext.m4: Upgrade to gettext-0.12.1.
17034         * m4/nls.m4: New file, from gettext-0.12.1.
17035         * m4/po.m4: New file, from gettext-0.12.1.
17036         * m4/progtest.m4: Upgrade to gettext-0.12.1.
17037
17038 2003-05-30  Bruno Haible  <bruno@clisp.org>
17039
17040         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
17041         * lib/localcharset.h: Likewise.
17042         * lib/localcharset.c: Likewise.
17043
17044 2003-05-29  Karl Berry  <karl@gnu.org>
17045
17046         * config/config.rpath: update from gettext.
17047
17048 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17049
17050         Assume the headers required for C89 freestanding compilers.
17051         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
17052         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
17053         * m4/human.m4 (gl_HUMAN): Likewise.
17054         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
17055         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
17056         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17057         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
17058         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17059         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
17060
17061 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17062
17063         Assume the headers required for C89 freestanding compilers.
17064         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
17065         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
17066         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
17067         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
17068         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
17069         define, since <limits.h> is guaranteed to do that.
17070         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
17071         * lib/exclude.c: Include <stdbool.h> unconditionally.
17072         * lib/tempname.c: Include <stddef.h> unconditionally.
17073         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
17074         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
17075         <stddef.h> does that.
17076         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
17077         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
17078         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
17079         needed.
17080         * lib/xstrtol.c: Likewise.
17081         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
17082         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
17083
17084         * lib/addext.c (addext): Use assignment rather than cast, to avoid
17085         warnings on some platforms.
17086
17087         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
17088         arbitrarily.
17089
17090 2003-05-26  Jim Meyering  <jim@meyering.net>
17091
17092         Merge in a change from coreutils:
17093         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
17094         that is guaranteed to be `no'.  Use `no_such_member' to indicate
17095         that condition, rather than `-1' which is slightly misleading.
17096         Change the name of the cache variable to have the gl_ prefix.
17097         Prompted by a patch from Richard Dawe for DJGPP.
17098
17099 2003-05-24  Karl Berry  <karl@gnu.org>
17100
17101         * config/config.guess: update from prep.
17102
17103 2003-05-22  Karl Berry  <karl@gnu.org>
17104
17105         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
17106
17107 2003-05-20  Karl Berry  <karl@gnu.org>
17108
17109         * config/config.guess: update from prep.
17110
17111 2003-05-18  Karl Berry  <karl@gnu.org>
17112
17113         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
17114         might actually be set by the user.
17115
17116         * config/depcomp, install-sh, mdate-sh: update from automake.
17117
17118 2003-05-17  Bruno Haible  <bruno@clisp.org>
17119
17120         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
17121         invalid expansion for AC_EGREP_CPP.
17122         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
17123         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
17124         Suggested by Akim Demaille <akim@epita.fr> in
17125         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
17126
17127 2003-05-12  Jim Meyering  <jim@meyering.net>
17128
17129         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
17130         the space-padded-by-default conversion specifiers, %e, %k, %l.
17131
17132 2003-05-12  Bruno Haible  <bruno@clisp.org>
17133
17134         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
17135         the string is longer than 4 KB.
17136
17137 2003-05-11  Karl Berry  <karl@gnu.org>
17138
17139         * config/config.{guess,sub}: update from prep.
17140
17141 2003-05-09  Bruno Haible  <bruno@clisp.org>
17142
17143         * modules/error: Add m4/strerror_r.m4 to file list.
17144
17145 2003-05-03  Bruno Haible  <bruno@clisp.org>
17146
17147         Upgrade to Unicode-4.0.
17148         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
17149         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
17150         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
17151         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
17152         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
17153         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
17154         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
17155         Change width of U+E0100..U+E01EF from 1 to 0.
17156
17157 2003-04-25  Jim Meyering  <jim@meyering.net>
17158
17159         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
17160         of type size_t, not int.
17161
17162 2003-04-25  Bruno Haible  <bruno@clisp.org>
17163
17164         * lib/copy-file.c: Include <stddef.h>, for size_t.
17165
17166 2003-04-21  Paul Eggert  <eggert@twinsun.com>
17167
17168         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
17169         code which expansion is under static control.  Patch imported from
17170         Akim Demaille's patch to Bison; see
17171         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
17172
17173 2003-04-14  Bruno Haible  <bruno@clisp.org>
17174
17175         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
17176
17177 2003-04-11  Jim Meyering  <jim@meyering.net>
17178
17179         Merge changes from Coreutils.
17180
17181         2003-03-22  Jim Meyering  <jim@meyering.net>
17182
17183         * lib/strftime.c (widen): Cast alloca return value to proper type.
17184
17185         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
17186
17187         From GNU libc.
17188         * lib/strftime.c (my_strftime): Handle very large width
17189         specifications for numeric values correctly.  Improve checks for
17190         overflow.
17191
17192         2003-01-19  Jim Meyering  <jim@meyering.net>
17193
17194         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
17195         definitions.
17196         (nl_get_alt_digit) [! defined my_strftime]: Define.
17197         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
17198         _nl_get_alt_digit and _nl_get_walt_digit.
17199
17200         * lib/strftime.c (my_strftime): Merge in locale-related changes from
17201         libc. These changes have no effect outside of _LIBC.
17202
17203 2003-04-10  Bruno Haible  <bruno@clisp.org>
17204
17205         * modules/findprog: New file.
17206         * MODULES.html.sh (func_all_modules): Add it.
17207
17208 2003-04-10  Bruno Haible  <bruno@clisp.org>
17209
17210         * m4/findprog.m4: New file.
17211         * m4/eaccess.m4: New file.
17212
17213 2003-04-10  Bruno Haible  <bruno@clisp.org>
17214
17215         * lib/findprog.h: New file, from GNU gettext.
17216         * lib/findprog.c: New file, from GNU gettext.
17217
17218 2003-04-05  Jim Meyering  <jim@meyering.net>
17219
17220         Merge changes from Coreutils.
17221
17222         * lib/exclude.h (PARAMS): Remove definition and uses.
17223         * lib/exclude.c: Remove uses of `PARAMS'.
17224
17225         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
17226         Add test-cases for DOS filenames. Declare program_name.
17227         (main): Set up program_name.  Patch by Rich Dawe.
17228
17229         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17230         error from mntctl.
17231         Use mntctl's return value to drive the entry-processing loop, since
17232         we can't rely on the value of the vmt_length member in the last
17233         entry.  On some systems doing so could result in exhausting
17234         virtual memory.  Based in part on a patch from Mike Jetzer.
17235
17236 2003-04-04  Bruno Haible  <bruno@clisp.org>
17237
17238         * modules/linebreak: New file.
17239         * MODULES.html.sh (func_all_modules): Add it.
17240
17241 2003-04-04  Bruno Haible  <bruno@clisp.org>
17242
17243         * m4/linebreak.m4: New file.
17244
17245 2003-04-04  Bruno Haible  <bruno@clisp.org>
17246
17247         * lib/linebreak.h: New file, from GNU gettext.
17248         * lib/linebreak.c: New file, from GNU gettext with slight
17249         modifications.
17250         * lib/lbrkprop.h: New file, from GNU gettext.
17251
17252 2003-04-03  Bruno Haible  <bruno@clisp.org>
17253
17254         * modules/utf8-ucs4: New file.
17255         * modules/utf16-ucs4: New file.
17256         * modules/ucs4-utf8: New file.
17257         * modules/ucs4-utf16: New file.
17258         * MODULES.html.sh (func_all_modules): Add them.
17259
17260 2003-04-03  Bruno Haible  <bruno@clisp.org>
17261
17262         * m4/utf-ucs4.m4: New file.
17263         * m4/ucs4-utf.m4: New file.
17264
17265 2003-04-03  Bruno Haible  <bruno@clisp.org>
17266
17267         * lib/utf8-ucs4.h: New file, from GNU gettext.
17268         * lib/utf16-ucs4.h: New file, from GNU gettext.
17269         * lib/ucs4-utf8.h: New file, from GNU gettext.
17270         * lib/ucs4-utf16.h: New file, from GNU gettext.
17271
17272 2003-04-02  Bruno Haible  <bruno@clisp.org>
17273
17274         * modules/binary-io: New file.
17275         * MODULES.html.sh (func_all_modules): Add it.
17276
17277 2003-04-02  Bruno Haible  <bruno@clisp.org>
17278
17279         * lib/binary-io.h: New file, from GNU gettext.
17280
17281 2003-04-01  Bruno Haible  <bruno@clisp.org>
17282
17283         * modules/pathname: New file.
17284         * MODULES.html.sh (func_all_modules): Add it.
17285
17286 2003-04-01  Bruno Haible  <bruno@clisp.org>
17287
17288         * lib/pathname.h: New file, from GNU gettext.
17289         * lib/concatpath.c: New file, from GNU gettext.
17290
17291 2003-03-30  Bruno Haible  <bruno@clisp.org>
17292
17293         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
17294
17295 2003-03-30  Bruno Haible  <bruno@clisp.org>
17296
17297         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
17298         function chown() doesn't exist.
17299
17300 2003-03-28  Bruno Haible  <bruno@clisp.org>
17301
17302         * modules/copy-file: New file.
17303         * MODULES.html.sh (func_all_modules): Add it.
17304
17305 2003-03-28  Bruno Haible  <bruno@clisp.org>
17306
17307         * m4/copy-file.m4: New file.
17308
17309 2003-03-28  Bruno Haible  <bruno@clisp.org>
17310
17311         * lib/copy-file.h: New file, from GNU gettext.
17312         * lib/copy-file.c: New file, from GNU gettext.
17313
17314 2003-03-18  Jim Meyering  <jim@meyering.net>
17315
17316         * lib/quote.c (quote_n): Fix typo in comment.
17317
17318 2003-03-18  Bruno Haible  <bruno@clisp.org>
17319
17320         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
17321         checking.
17322         * m4/onceonly_2_57.m4: Likewise.
17323
17324 2003-03-17  Bruno Haible  <bruno@clisp.org>
17325
17326         * m4/onceonly.m4: Require autoconf 2.54 or newer.
17327         (m4_quote): Remove macro.
17328         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
17329
17330 2003-03-14  Jim Meyering  <jim@meyering.net>
17331
17332         Merge changes from Coreutils.
17333         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
17334         to be const, in order to avoid warnings.
17335         (obstack_room): Likewise.
17336         (obstack_empty_p): Likewise.
17337
17338 2003-03-14  Bruno Haible  <bruno@clisp.org>
17339
17340         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
17341         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
17342
17343 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17344
17345         Merge changes from Bison.
17346         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
17347         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
17348         when compiling Bison 1.875's `bitset bset = obstack_alloc
17349         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
17350         * lib/hash.c: Include <stdbool.h> unconditionally.
17351
17352 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17353
17354         * m4/onceonly.m4 (m4_quote): New macro.
17355         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
17356         Quote AC_FOREACH variable-expansions properly.
17357
17358 2003-03-13  Paul Eggert  <eggert@twinsun.com>
17359
17360         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
17361
17362 2003-03-09  Paul Eggert  <eggert@twinsun.com>
17363
17364         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
17365         Reported by Bruce Becker; see:
17366         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
17367
17368 2003-03-03  Paul Eggert  <eggert@twinsun.com>
17369             Bruno Haible  <bruno@clisp.org>
17370
17371         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
17372         Reported by John Hughes, see
17373         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
17374
17375 2003-02-20  Bruno Haible  <bruno@clisp.org>
17376
17377         * MODULES.html.sh (func_all_modules): Add poll.
17378
17379 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17380
17381         * modules/poll: New file.
17382
17383 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17384
17385         * lib/poll_.h: New file.
17386         * lib/poll.c: New file.
17387
17388 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
17389
17390         * m4/poll.m4: New file.
17391
17392 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17393
17394         * modules/mathl: New file.
17395
17396 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17397
17398         * lib/mathl.h: New file.
17399         * lib/acosl.c: New file.
17400         * lib/asinl.c: New file.
17401         * lib/atanl.c: New file.
17402         * lib/ceill.c: New file.
17403         * lib/cosl.c: New file.
17404         * lib/expl.c: New file.
17405         * lib/floorl.c: New file.
17406         * lib/frexpl.c: New file.
17407         * lib/ldexpl.c: New file.
17408         * lib/logl.c: New file.
17409         * lib/sincosl.c: New file.
17410         * lib/sinl.c: New file.
17411         * lib/sqrtl.c: New file.
17412         * lib/tanl.c: New file.
17413         * lib/trigl.c: New file.
17414         * lib/trigl.h: New file.
17415
17416 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
17417
17418         * m4/mathl.m4: New file.
17419
17420 2003-02-18  Bruno Haible  <bruno@clisp.org>
17421
17422         * MODULES.html.sh (func_all_modules): Add mathl.
17423
17424 2003-02-17  Bruno Haible  <bruno@clisp.org>
17425
17426         * modules/mkdtemp: New module.
17427         * MODULES.html.sh (func_all_modules): Add it.
17428
17429 2003-02-17  Bruno Haible  <bruno@clisp.org>
17430
17431         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
17432
17433 2003-02-17  Bruno Haible  <bruno@clisp.org>
17434
17435         * lib/mkdtemp.h: New file, from GNU gettext.
17436         * lib/mkdtemp.c: New file, from GNU gettext.
17437
17438 2003-02-02  Jim Meyering  <jim@meyering.net>
17439
17440         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
17441         e.g. glibc-2.2.93.
17442
17443 2003-01-31  Bruno Haible  <bruno@clisp.org>
17444
17445         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
17446         'rpl_rename'.
17447         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
17448         'rpl_strnlen'.
17449         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
17450         'rpl_strtod'.
17451         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
17452         'rpl_utime'.
17453
17454 2003-01-31  Bruno Haible  <bruno@clisp.org>
17455
17456         * lib/rename.c: #undef rename before defining rpl_rename.
17457         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
17458
17459 2003-01-30  Bruno Haible  <bruno@clisp.org>
17460
17461         * modules/vasnprintf, modules/vasprintf: New modules.
17462         * MODULES.html.sh (func_all_modules): Add them.
17463
17464 2003-01-30  Bruno Haible  <bruno@clisp.org>
17465
17466         * m4/signed.m4: New file, from GNU gettext.
17467         * m4/longdouble.m4: New file, from GNU gettext.
17468         * m4/wchar_t.m4: New file, from GNU gettext.
17469         * m4/wint_t.m4: New file, from GNU gettext.
17470         * m4/vasnprintf.m4: New file.
17471         * m4/vasprintf.m4: New file.
17472
17473 2003-01-30  Bruno Haible  <bruno@clisp.org>
17474
17475         * lib/printf-args.h: New file, from GNU gettext.
17476         * lib/printf-args.c: New file, from GNU gettext.
17477         * lib/printf-parse.h: New file, from GNU gettext.
17478         * lib/printf-parse.c: New file, from GNU gettext.
17479         * lib/vasnprintf.h: New file, from GNU gettext.
17480         * lib/vasnprintf.c: New file, from GNU gettext.
17481         * lib/asnprintf.c: New file, from GNU gettext.
17482         * lib/vasprintf.h: New file, from GNU gettext with modifications.
17483         * lib/vasprintf.c: New file, from GNU gettext.
17484         * lib/asprintf.c: New file, from GNU gettext.
17485
17486 2003-01-29  Bruno Haible  <bruno@clisp.org>
17487
17488         * modules/stpncpy: New module.
17489         * MODULES.html.sh (func_all_modules): Add it.
17490
17491 2003-01-29  Bruno Haible  <bruno@clisp.org>
17492
17493         * m4/stpncpy.m4: New file.
17494
17495 2003-01-29  Bruno Haible  <bruno@clisp.org>
17496
17497         * lib/stpncpy.h: New file, from GNU gettext with modifications.
17498         * lib/stpncpy.c: New file, from GNU gettext with modifications.
17499
17500 2003-01-28  Bruno Haible  <bruno@clisp.org>
17501
17502         * modules/c-ctype: New module.
17503         * MODULES.html.sh (func_all_modules): Add it.
17504
17505 2003-01-28  Bruno Haible  <bruno@clisp.org>
17506
17507         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
17508         Paul Eggert.
17509         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
17510         Paul Eggert.
17511
17512 2003-01-27  Bruno Haible  <bruno@clisp.org>
17513
17514         * modules/xsetenv: New module.
17515         * MODULES.html.sh (func_all_modules): Add it.
17516
17517 2003-01-27  Bruno Haible  <bruno@clisp.org>
17518
17519         * lib/xsetenv.h: New file, from GNU gettext.
17520         * lib/xsetenv.c: New file, from GNU gettext.
17521
17522 2003-01-23  Jim Meyering  <jim@meyering.net>
17523
17524         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
17525         from working on systems without dirfd (at least Irix and OSF1/Tru64).
17526
17527 2003-01-23  Bruno Haible  <bruno@clisp.org>
17528
17529         * modules/minmax: New module.
17530         * MODULES.html.sh (func_all_modules): Add it.
17531
17532 2003-01-23  Bruno Haible  <bruno@clisp.org>
17533
17534         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
17535         Eggert.
17536
17537 2003-01-22  Bruno Haible  <bruno@clisp.org>
17538
17539         * modules/exit: New module.
17540         * MODULES.html.sh (func_all_modules): Add it.
17541
17542 2003-01-22  Bruno Haible  <bruno@clisp.org>
17543
17544         * lib/exit.h: New file, from GNU gettext.
17545
17546 2003-01-19  Bruno Haible  <bruno@clisp.org>
17547
17548         * gnulib-tool: Recognize option --extract-maintainer.
17549         (func_get_maintainer): New function.
17550         * modules/*: Add Maintainer entry.
17551
17552 2003-01-16  Jim Meyering  <jim@meyering.net>
17553
17554         * m4/regex.m4: The `regex' struct is both input and output.
17555         Initialize it before each use.  Patch by Tim Waugh.
17556
17557 2003-01-16  Bruno Haible  <bruno@clisp.org>
17558
17559         * MODULES.html.sh: Add a table of contents. Add the module name as
17560         leftmost column. Add hyperlinks.
17561
17562 2003-01-15  Bruno Haible  <bruno@clisp.org>
17563
17564         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
17565
17566 2003-01-15  Bruno Haible  <bruno@clisp.org>
17567
17568         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
17569         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
17570         suffix.
17571
17572 2003-01-15  Bruno Haible  <bruno@clisp.org>
17573
17574         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
17575
17576 2003-01-15  Bruno Haible  <bruno@clisp.org>
17577
17578         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
17579         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
17580
17581 2003-01-14  Jim Meyering  <jim@meyering.net>
17582
17583         * lib/same.c (same_name): Tweak a comment.
17584
17585 2003-01-14  Bruno Haible  <bruno@clisp.org>
17586
17587         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
17588         when a string comparison is sufficient.
17589
17590 2003-01-14  Bruno Haible  <bruno@clisp.org>
17591
17592         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
17593         'unsigned int'.
17594
17595 2003-01-14  Bruno Haible  <bruno@clisp.org>
17596
17597         * lib/hash-pjw.c: Add comment about low quality of this function.
17598
17599 2003-01-13  Bruno Haible  <bruno@clisp.org>
17600
17601         * modules/stpcpy: Distribute lib/stpcpy.h.
17602         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
17603
17604 2003-01-13  Bruno Haible  <bruno@clisp.org>
17605
17606         * modules/*: Add a description.
17607         * modules/strpbrk: Fix Makefile.am snippet.
17608         * modules/strtoimax: Fix dependencies.
17609         * modules/strtoumax: Likewise.
17610
17611 2003-01-13  Bruno Haible  <bruno@clisp.org>
17612
17613         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
17614         * modules/alloca (Makefile.am): All object files depend on alloca.h.
17615         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
17616
17617 2003-01-13  Bruno Haible  <bruno@clisp.org>
17618
17619         * gnulib-tool (func_create_testdir): Store config/* files in the main
17620         directory.
17621         * config.rpath: Move to ...
17622         * config/config.rpath: ... here.
17623         * modules/gettext: Contains config/config.rpath, not config.rpath.
17624         * modules/iconv: Likewise.
17625
17626 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17627
17628         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17629         to avoid collisions with libcurses and libreadline.
17630
17631         * m4/getstr.m4: Remove.
17632         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
17633
17634 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17635
17636         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17637         to avoid collisions with libcurses and libreadline.
17638
17639         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
17640         * lib/getstr.h, getstr.c: Remove.
17641         * lib/getline.c: Include "getline.h", to check interface.
17642         Move body of old getstr.c here: this defines MIN_CHUNK and
17643         declares getdelim2, which is renamed from getstr.
17644         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
17645
17646         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
17647         All uses changed.
17648         * lib/linebuffer.h: Likewise.
17649         (readline): Remove backward-compatibility macro.
17650
17651 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17652
17653         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17654         to avoid collisions with libcurses and libreadline.
17655         * getstr: Remove.
17656         * MODULES.html.sh: Remove getstr.
17657         * modules/getline: Depend on unlocked-io, not getstr.
17658
17659 2003-01-12  Jim Meyering  <jim@meyering.net>
17660
17661         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
17662
17663 2003-01-10  Bruno Haible  <bruno@clisp.org>
17664
17665         * modules/alloca: Change Makefile.am requirements. Simplify Include
17666         requirements. Add lib/alloca_.h to file list.
17667
17668 2003-01-10  Bruno Haible  <bruno@clisp.org>
17669
17670         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
17671
17672 2003-01-10  Bruno Haible  <bruno@clisp.org>
17673
17674         * lib/alloca_.h: New file.
17675         * lib/getdate.y: Unconditionally include alloca.h.
17676         * lib/makepath.c: Likewise.
17677         * lib/setenv.c: Likewise.
17678         * lib/userspec.c: Likewise.
17679
17680 2003-01-09  Karl Berry  <karl@gnu.org>
17681
17682         * MODULES.html.sh: include `dirname $0` in PATH, to find
17683         gnulib-tool.
17684
17685 2003-01-09  Bruno Haible  <bruno@clisp.org>
17686
17687         * modules/stdbool: Change configure.ac, Makefile.am requirements.
17688         Simplify Include requirements. Add lib/stdbool.h.in to file list.
17689
17690 2003-01-09  Bruno Haible  <bruno@clisp.org>
17691
17692         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
17693
17694 2003-01-09  Bruno Haible  <bruno@clisp.org>
17695
17696         * lib/stdbool.h.in: New file.
17697
17698 2003-01-09  Bruno Haible  <bruno@clisp.org>
17699
17700         * gnulib-tool (func_all_modules): Ignore files ending in ~.
17701         * MODULES.html.sh: Likewise.
17702
17703 2003-01-08  Jim Meyering  <jim@meyering.net>
17704
17705         * lib/full-write.c: Undefine and define-away `const' after inclusion
17706         of errno.h, not before.  Suggestion from Bruno Haible.
17707
17708 2003-01-08  Bruno Haible  <bruno@clisp.org>
17709
17710         * modules/full-read: Depend on full-write.
17711
17712 2003-01-08  Bruno Haible  <bruno@clisp.org>
17713
17714         * lib/safe-read.c: Include specification header first, to ensure its
17715         selfcontainedness.
17716         * lib/full-write.c: Likewise.
17717
17718 2003-01-07  Jim Meyering  <jim@meyering.net>
17719
17720         * lib/full-write.c: Rework so that it may serve to define full_read,
17721         too.
17722         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
17723
17724 2003-01-07  Bruno Haible  <bruno@clisp.org>
17725
17726         * lib/strtoimax.c: Include <stdint.h> as an alternative to
17727         <inttypes.h>.
17728         * lib/xstrtol.h: Likewise.
17729         * lib/xstrtoimax.c: Likewise.
17730         * lib/xstrtoumax.c: Likewise.
17731         * lib/human.h: Likewise.
17732
17733         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
17734         on systems that have <inttypes.h> but not <stdint.h>.
17735
17736 2003-01-07  Bruno Haible  <bruno@clisp.org>
17737
17738         * MODULES.html.sh: Add copyright notice.
17739         (missed_files): Omit CVS directory entries.
17740         (func_module): Make it work with sed-3.02.
17741         * MODULES.txt: Remove file.
17742
17743 2003-01-06  Jim Meyering  <jim@meyering.net>
17744
17745         * lib/version-etc.c: Update year in translatable copyright string.
17746
17747 2003-01-03  Karl Berry  <karl@gnu.org>
17748
17749         * config/config.{guess,sub}: update from prep.
17750
17751 2003-01-02  Karl Berry  <karl@gnu.org>
17752
17753         * doc/COPYING.DOC: belatedly updated to 1.2.
17754
17755 2003-01-01  Karl Berry  <karl@gnu.org>
17756
17757         * gnulib-tool (func_verify_module): report module name $module in
17758         error message, not $1.
17759         * gnulib-tool (create-testdir): don't complain if destdir couldn't
17760         be created, only if it doesn't exist.
17761         * gnulib-tool (last_checkin_date): don't expand the $Date here.
17762
17763 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17764
17765         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
17766
17767 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17768
17769         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
17770         memcmp if strcoll doesn't work.
17771
17772 2002-12-31  Bruno Haible  <bruno@clisp.org>
17773
17774         * lib/utime.c (utime_null): No need to call ftruncate if the file was
17775         nonempty.
17776
17777 2002-12-31  Bruno Haible  <bruno@clisp.org>
17778
17779         * lib/memcoll.c (STRCOLL): New macro.
17780         (memcoll): Use it.
17781
17782 2002-12-31  Bruno Haible  <bruno@clisp.org>
17783
17784         * lib/localcharset.h: New file.
17785         * lib/localcharset.c: Include it.
17786         * lib/unicodeio.c: Likewise.
17787
17788 2002-12-31  Bruno Haible  <bruno@clisp.org>
17789
17790         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
17791         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
17792
17793 2002-12-31  Bruno Haible  <bruno@clisp.org>
17794
17795         * lib/getline.h: Include <stddef.h>, for size_t.
17796
17797         * lib/unicodeio.h: Include <stddef.h>, for size_t.
17798         * lib/unicodeio.c: Don't include <stddef.h>.
17799
17800 2002-12-31  Bruno Haible  <bruno@clisp.org>
17801
17802         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
17803         HAVE_TM_ZONE.
17804
17805 2002-12-24  Karl Berry  <karl@gnu.org>
17806
17807         * config/config.guess: update from prep.
17808
17809 2002-12-24  Bruno Haible  <bruno@clisp.org>
17810
17811         General infrasructure.
17812         * m4/README: Rewritten.
17813         * m4/onceonly.m4: New file.
17814         * m4/onceonly_2_57.m4: New file.
17815
17816         Module atexit.
17817         * m4/atexit.m4: New file.
17818
17819         Module strtod.
17820         * m4/strtod.m4: New file.
17821
17822         Module strtol.
17823         * m4/strtol.m4: New file.
17824
17825         Module strtoul.
17826         * m4/strtoul.m4: New file.
17827
17828         Module memchr.
17829         * m4/memchr.m4: New file.
17830
17831         Module memcmp.
17832         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
17833         (jm_FUNC_MEMCMP): Invoke it.
17834
17835         Module memcpy.
17836         * m4/memcpy.m4: New file.
17837
17838         Module memmove.
17839         * m4/memmove.m4: New file.
17840
17841         Module memset.
17842         * m4/memset.m4: New file.
17843
17844         Module strcspn.
17845         * m4/strcspn.m4: New file.
17846
17847         Module strpbrk.
17848         * m4/strpbrk.m4: New file.
17849
17850         Module strstr.
17851         * m4/strstr.m4: New file.
17852
17853         Module strerror.
17854         * m4/strerror.m4: New file.
17855
17856         Module mktime.
17857         * m4/mktime.m4: Renamed from jm-mktime.m4.
17858         (gl_PREREQ_MKTIME): New macro.
17859         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
17860
17861         Module malloc.
17862         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
17863         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
17864         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
17865
17866         Module realloc.
17867         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
17868         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
17869         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
17870
17871         Module strftime.
17872         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
17873         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
17874         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
17875         gl_TM_GMTOFF.
17876         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
17877
17878         Module xalloc.
17879         * m4/xalloc.m4: New file.
17880
17881         Module alloca.
17882         * m4/alloca.m4: New file.
17883
17884         Module putenv.
17885         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
17886         (jm_FUNC_PUTENV): Invoke it.
17887
17888         Module setenv.
17889         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
17890         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
17891         when invoked twice.
17892         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
17893         gt_FUNC_SETENV.
17894
17895         Module memrchr.
17896         * m4/memrchr.m4: New file.
17897
17898         Module stpcpy.
17899         * m4/stpcpy.m4: New file.
17900
17901         Module strcase.
17902         * m4/strcase.m4: New file.
17903
17904         Module strdup.
17905         * m4/strdup.m4: New file.
17906
17907         Module strnlen.
17908         * m4/strnlen.m4: New file.
17909
17910         Module strndup.
17911         * m4/strndup.m4: New file.
17912
17913         Module xstrtod.
17914         * m4/xstrtod.m4: New file.
17915
17916         Module xstrtol.
17917         * m4/xstrtol.m4: New file.
17918
17919         Module getdate.
17920         * m4/getdate.m4: New file.
17921
17922         Module unlocked-io.
17923         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
17924         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
17925         * m4/jm-glibc-io.m4n: Remove file.
17926
17927         Module long-options.
17928         * m4/long-options.m4: New file.
17929
17930         Module md5.
17931         * m4/md5.m4: New file.
17932
17933         Module sha.
17934         * m4/sha.m4: New file.
17935
17936         Module getstr.
17937         * m4/getstr.m4: New file.
17938
17939         Module getline.
17940         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
17941         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
17942         <sys/types.h>, for size_t. Use the function name gnu_getline, not
17943         simply getline. Infoke gl_PREREQ_GETLINE.
17944
17945         Module obstack.
17946         * m4/obstack.m4: New file.
17947
17948         Module hash.
17949         * m4/hash.m4: New file.
17950
17951         Module readtokens.
17952         * m4/readtokens.m4: New file.
17953
17954         Module strverscmp.
17955         * m4/strverscmp.m4: New file.
17956
17957         Module stdbool.
17958         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
17959         OSF/1.
17960
17961         Module strtoll.
17962         * m4/strtoll.m4: New file.
17963
17964         Module strtoull.
17965         * m4/strtoull.m4: New file.
17966
17967         Module strtoimax.
17968         * m4/strtoimax.m4: New file.
17969
17970         Module strtoumax.
17971         * m4/strtoumax.m4: New file.
17972
17973         Module xstrtoimax.
17974         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
17975         jm_AC_PREREQ_XSTRTOIMAX.
17976         Moved the strtol prerequisites to strtol.m4.
17977         Moved the strtoll prerequisites to strtoll.m4.
17978         Moved the strtoimax prerequisites to strtoimax.m4.
17979
17980         Module xstrtoumax.
17981         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
17982         jm_AC_PREREQ_XSTRTOUMAX.
17983         Moved the strtoul prerequisites to strtoul.m4.
17984         Moved the strtoull prerequisites to strtoull.m4.
17985         Moved the strtoumax prerequisites to strtoumax.m4.
17986
17987         Module chown.
17988         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
17989         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
17990
17991         Module dup2.
17992         * m4/dup2.m4: New file.
17993
17994         Module ftruncate.
17995         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
17996         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
17997
17998         Module getgroups.
17999         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
18000         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
18001
18002         Module gettimeofday.
18003         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
18004         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
18005         gl_PREREQ_GETTIMEOFDAY.
18006
18007         Module mkdir.
18008         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
18009         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
18010
18011         Module mkstemp.
18012         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
18013         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
18014         jm_AC_TYPE_UINTMAX_T.
18015         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
18016
18017         Module stat.
18018         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
18019         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
18020
18021         Module lstat.
18022         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
18023         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
18024
18025         Module timespec.
18026         * m4/timespec.m4 (gl_TIMESPEC): New macro.
18027         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
18028         * m4/st_mtim.m4: Indentation.
18029
18030         Module nanosleep.
18031         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
18032         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
18033         gl_PREREQ_NANOSLEEP.
18034
18035         Module regex.
18036         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
18037         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
18038         (gl_REGEX): New macro.
18039
18040         Module rename.
18041         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
18042         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
18043
18044         Module rmdir.
18045         * m4/rmdir.m4: New file.
18046
18047         Module utime.
18048         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
18049         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
18050         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
18051
18052         Module dirname.
18053         * m4/dirname.m4: New file.
18054
18055         Module getopt.
18056         * m4/getopt.m4: New file.
18057
18058         Module unistd-safer.
18059         * m4/unistd-safer.m4: New file.
18060
18061         Module fnmatch.
18062         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
18063         declaration.
18064         (gl_PREREQ_FNMATCH_EXTRA): New macro.
18065         (gl_FUNC_FNMATCH_POSIX): New macro.
18066         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
18067         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
18068         simply fnmatch.
18069
18070         Module exclude.
18071         * m4/exclude.m4: New file.
18072
18073         Module human.
18074         * m4/human.m4: New file.
18075
18076         Module acl.
18077         * m4/acl.m4: Nop.
18078
18079         Module backupfile.
18080         * m4/backupfile.m4: New file.
18081         * m4/d-ino.m4: Indentation.
18082
18083         Module fsusage.
18084         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
18085         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
18086         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
18087
18088         Module dirfd.
18089         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
18090         requirements.
18091
18092         Module euidaccess.
18093         * m4/euidaccess.m4: New file.
18094
18095         Module file-type.
18096         * m4/file-type.m4: New file.
18097
18098         Module fileblocks.
18099         * m4/fileblocks.m4: New file.
18100
18101         Module filemode.
18102         * m4/filemode.m4: New file.
18103
18104         Module isdir.
18105         * m4/isdir.m4: New file.
18106
18107         Module lchown.
18108         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
18109         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
18110
18111         Module makepath.
18112         * m4/makepath.m4: New file.
18113
18114         Module modechange.
18115         * m4/modechange.m4: New file.
18116
18117         Module mountlist.
18118         * m4/mountlist.m4: New file.
18119         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
18120         Indentation.
18121
18122         Module path-concat.
18123         * m4/path-concat.m4: New file.
18124
18125         Module pathmax.
18126         * m4/pathmax.m4: New file.
18127
18128         Module same.
18129         * m4/same.m4: New file.
18130
18131         Module save-cwd.
18132         * m4/save-cwd.m4: New file.
18133
18134         Module savedir.
18135         * m4/savedir.m4: New file.
18136
18137         Module xgetcwd.
18138         * m4/xgetcwd.m4: New file.
18139         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
18140
18141         Module xreadlink.
18142         * m4/xreadlink.m4: New file.
18143
18144         Module safe-read.
18145         * m4/safe-read.m4: New file.
18146
18147         Module safe-write.
18148         * m4/safe-write.m4: New file.
18149
18150         Module closeout.
18151         * m4/closeout.m4: New file.
18152
18153         Module stdio-safer.
18154         * m4/stdio-safer.m4: New file.
18155
18156         Module getpass.
18157         * m4/getpass.m4: New file.
18158
18159         Module getugroups.
18160         * m4/getugroups.m4: New file.
18161
18162         Module group-member.
18163         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
18164         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
18165
18166         Module idcache.
18167         * m4/idcache.m4: New file.
18168
18169         Module userspec.
18170         * m4/userspec.m4: New file.
18171
18172         Module gettime.
18173         * m4/clock_time.m4: New file.
18174         * m4/gettime.m4: New file.
18175
18176         Module settime.
18177         * m4/settime.m4: New file.
18178
18179         Module posixtm.
18180         * m4/posixtm.m4: New file.
18181
18182         Module gethostname.
18183         * m4/gethostname.m4: New file.
18184
18185         Module canon-host.
18186         * m4/canon-host.m4: New file.
18187
18188         Module gettext.
18189         * m4/codeset.m4: New file, from gettext-0.11.5.
18190         * m4/gettext.m4: New file, from gettext-0.11.5.
18191         * m4/glibc21.m4: New file, from gettext-0.11.5.
18192         * m4/iconv.m4: New file, from gettext-0.11.5.
18193         * m4/intdiv0.m4: New file, from gettext-0.11.5.
18194         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
18195         * m4/inttypes.m4: New file, from gettext-0.11.5.
18196         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
18197         * m4/isc-posix.m4: New file, from gettext-0.11.5.
18198         * m4/lcmessage.m4: New file, from gettext-0.11.5.
18199         * m4/lib-ld.m4: New file, from gettext-0.11.5.
18200         * m4/lib-link.m4: New file, from gettext-0.11.5.
18201         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
18202         * m4/progtest.m4: New file, from gettext-0.11.5.
18203         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
18204         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
18205         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
18206
18207         Module localcharset.
18208         * m4/localcharset.m4: New file.
18209
18210         Module hard-locale.
18211         * m4/hard-locale.m4: New file.
18212
18213         Module mbswidth.
18214         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
18215         onceonly macros.
18216         * m4/mbrtowc.m4: Add comment.
18217
18218         Module memcasecmp.
18219         * m4/memcasecmp.m4: New file.
18220
18221         Module memcoll.
18222         * m4/memcoll.m4: New file.
18223
18224         Module unicodeio.
18225         * m4/unicodeio.m4: New file.
18226
18227         Module rpmatch.
18228         * m4/rpmatch.m4: New file.
18229
18230         Module yesno.
18231         * m4/yesno.m4: New file.
18232
18233         Module exitfail.
18234         * m4/exitfail.m4: New file.
18235
18236         Module c-stack.
18237         * m4/c-stack.m4 (gl_C_STACK): New macro.
18238         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
18239
18240         Module error.
18241         * m4/error.m4 (gl_ERROR): New macro.
18242         (jm_PREREQ_ERROR): Use onceonly macros.
18243
18244         Module fatal.
18245         * m4/fatal.m4: New file.
18246
18247         Module getloadavg.
18248         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
18249         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
18250
18251         Module getpagesize.
18252         * m4/getpagesize.m4: New file.
18253
18254         Module getusershell.
18255         * m4/getusershell.m4: New file.
18256
18257         Module physmem.
18258         * m4/physmem.m4: New file.
18259
18260         Module posixver.
18261         * m4/posixver.m4: New file.
18262
18263         Module quotearg.
18264         * m4/quotearg.m4: New file.
18265
18266         Module quote.
18267         * m4/quote.m4: New file.
18268
18269         Module readutmp.
18270         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
18271
18272         Module sig2str.
18273         * m4/sig2str.m4: New file.
18274
18275         Other.
18276         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
18277         ulonglong.m4.
18278         * m4/intmax_t.m4: New file.
18279         * m4/d-type.m4: Indentation.
18280         * m4/jm-macros.m4: Update.
18281         * m4/prereq.m4 (jm_PREREQ): Update.
18282         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
18283         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
18284         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
18285         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
18286         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
18287         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
18288         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
18289         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
18290         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
18291         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
18292         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
18293         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
18294         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
18295         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
18296         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
18297         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
18298         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
18299         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
18300         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
18301
18302 2002-12-24  Bruno Haible  <bruno@clisp.org>
18303
18304         * MODULES.txt: Update according to m4/ changes.
18305
18306         Module gettext.
18307         * config.rpath: New file, from gettext-0.11.5.
18308
18309         * modules/*: New module descriptions.
18310         * gnulib-tool: New file.
18311         * MODULES.html.sh: New file.
18312
18313 2002-12-21  Karl Berry  <karl@gnu.org>
18314
18315         * doc/fdl.texi: update to version 1.2.
18316
18317 2002-12-19  Karl Berry  <karl@gnu.org>
18318
18319         * config/config.guess: update from prep.
18320
18321 2002-12-18  Bruno Haible  <bruno@clisp.org>
18322
18323         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
18324         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
18325
18326 2002-12-17  Bruno Haible  <bruno@clisp.org>
18327
18328         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
18329         stdlib.h, string.h.
18330
18331 2002-12-17  Bruno Haible  <bruno@clisp.org>
18332
18333         * lib/canon-host.c (strdup): Remove unused declaration.
18334
18335         * lib/fsusage.c: Include full_read.h.
18336         (get_fs_usage): Use full_read instead of safe_read.
18337
18338         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
18339
18340 2002-12-12  Karl Berry  <karl@gnu.org>
18341
18342         * config/config.guess: update from prep.
18343
18344 2002-12-11  Bruno Haible  <bruno@clisp.org>
18345
18346         * m4/setenv.m4: New file, from gettext-0.11.5.
18347
18348 2002-12-11  Bruno Haible  <bruno@clisp.org>
18349
18350         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
18351         not unsetenv().
18352         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
18353         modifications:
18354
18355         2002-12-11  Bruno Haible  <bruno@clisp.org>
18356
18357                 * setenv.c (alloca): Fall back to malloc.
18358                 (freea): New macro.
18359                 (setenv): Use freea() to free memory allocated with alloca().
18360
18361         2002-11-13  Bruno Haible  <bruno@clisp.org>
18362
18363                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
18364                 function declarations.
18365                 * unsetenv.c (unsetenv): Likewise.
18366
18367         2002-03-04  Bruno Haible  <bruno@clisp.org>
18368
18369                 Portability to AIX 4.3.3.
18370                 * unsetenv.c: New file, extracted from setenv.c.
18371                 * setenv.c: Move the unsetenv() function to unsetenv.c.
18372
18373         2001-12-20  Bruno Haible  <bruno@clisp.org>
18374
18375                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
18376                 use malloc instead. For SunOS 4.
18377
18378         2001-12-11  Bruno Haible  <bruno@clisp.org>
18379
18380                 * setenv.c: Declare alloca.
18381                 (compar_fn_t): New typedef.
18382                 (KNOWN_VALUE, STORE_VALUE): Use it.
18383
18384         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
18385         setenv.h.
18386
18387 2002-12-10  Paul Eggert  <eggert@twinsun.com>
18388
18389         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
18390         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
18391         Choose values that are less likely to collide with system fnmatch
18392         options.
18393         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
18394         defined (e.g., a pure POSIX system).
18395         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
18396         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
18397
18398 2002-12-06  Paul Eggert  <eggert@twinsun.com>
18399
18400         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
18401         a pain in practice to deal with generated m4 files.  This change
18402         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
18403
18404         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
18405         and jm-glibc-io.m4, as they are no longer a special case.
18406         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
18407         kludge and the auto-generation stuff.  Check only whether the
18408         functions are declared, not whether they exist, since older hosts
18409         that don't declare the functions can't use the optimization anyway.
18410
18411 2002-12-06  Jim Meyering  <jim@meyering.net>
18412
18413         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
18414
18415         Merge in changes from libc's misc/error.c, in preparation
18416         for the merge of gnulib's changes back into libc.
18417
18418         * lib/error.c (_): Define only if not already defined.
18419         Move definition to follow all #include directives.
18420         Include unlocked-io.h only if !_LIBC.
18421         [_LIBC]: Include <libio/libioP.h>.
18422         [USE_IN_LIBIO]: Include <libio/iolibio.h>
18423         (fflush): Tweak definition to use INTUSE.
18424         (putc): Define.
18425
18426 2002-12-05  Paul Eggert  <eggert@twinsun.com>
18427
18428         * lib/alloca.c [defined emacs]: Include "lisp.h".
18429         (xalloc_die) [defined emacs]: New macro.
18430         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
18431         [! defined emacs]: Include <xalloc.h>.
18432         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
18433         (pointer): Typedef to POINTER_TYPE *.
18434         (malloc): Remove decl; we now always use xmalloc.
18435         (alloca): Use old-style definition, since Emacs needs this.
18436         Check for arithmetic overflow when computing combined size.
18437
18438 2002-12-04  Paul Eggert  <eggert@twinsun.com>
18439
18440         Do not generate unlocked-io.h automatically, since it's easier to
18441         maintain it by hand.
18442
18443         * lib/unlocked-io.h: New file, from GNU diffutils,
18444         but with proper copyright notice and attribution.
18445         * lib/gen-uio: Remove.
18446         * lib/Makefile.am: Add copyright notice.
18447         (libfetish_a_SOURCES): Add unlocked-io.h.
18448         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
18449         (DISTCLEANFILES, io_functions): Remove macros.
18450         (EXTRA_DIST): Remove gen_uio.
18451         (unlocked-io.h): Remove rule.
18452
18453 2002-12-04  Jim Meyering  <jim@meyering.net>
18454
18455         Reflect the fact that stat.c and lstat.c are no longer generated.
18456         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
18457         (DISTCLEANFILES): Likewise.
18458         (EXTRA_DIST): Likewise.
18459         (all_local): Don't depend on stat.c or lstat.c.
18460         (stat.c, lstat.c): Remove rules.
18461         (EXTRA_DIST): Remove xstat.in.
18462
18463         * lib/xstat.in: Remove file.  Contents moved into stat.c.
18464         * lib/stat.c: New file.  Contents mostly from xstat.in.
18465         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
18466         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
18467
18468         * lib/safe-read.c: Rework so that it may serve to define safe_write,
18469         too.
18470         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
18471
18472 2002-12-03  Jim Meyering  <jim@meyering.net>
18473
18474         * lib/safe-read.c, safe-write.c: Change variable names and comments,
18475         but not semantics, to minimize the differences between these two files.
18476         (safe_read): Change comment to mention SAFE_READ_ERROR.
18477
18478         * lib/safe-read.c (IS_EINTR): Define.
18479         (safe_read): Use IS_EINTR in place of in-function cpp directives.
18480
18481 2002-12-02  Jim Meyering  <jim@meyering.net>
18482
18483         * lib/safe-read.c (EINTR): Define.
18484         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
18485         (INT_MAX): Provide fallback.
18486         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
18487
18488         * lib/safe-read.h (SAFE_READ_ERROR): Define.
18489
18490 2002-12-02  Bruno Haible  <bruno@clisp.org>
18491
18492         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
18493         Define, taken from safe-read.c.
18494         (INT_MAX): Provide fallback.
18495         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
18496         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
18497
18498         * lib/safe-read.c (EINTR): Remove definition.
18499         (safe_read): Don't use EINTR if it is absent.
18500
18501 2002-12-01  Jim Meyering  <jim@meyering.net>
18502
18503         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
18504         zero.
18505         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
18506
18507 2002-11-27  Paul Eggert  <eggert@twinsun.com>
18508
18509         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
18510         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
18511         with `if (! (value < limit)) abort ();', for readability.
18512
18513 2002-11-26  Karl Berry  <karl@gnu.org>
18514
18515         * lib/strdup.c: copy from libc again, with jim's ok.
18516         * lib/.cppi-disable: re-add strdup.c
18517
18518 2002-11-25  Karl Berry  <karl@gnu.org>
18519
18520         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
18521         instead of "strtol.c".
18522
18523 2002-11-25  Karl Berry  <karl@gnu.org>
18524
18525         * config/install-sh: update from automake for variable quoting, $0 in
18526         error msgs, etc.
18527
18528         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
18529         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
18530         entry.
18531
18532 2002-11-25  Jim Meyering  <jim@meyering.net>
18533
18534         * lib/mktime.c: Sync from libc, now that it has the latest fix.
18535
18536 2002-11-24  Karl Berry  <karl@gnu.org>
18537
18538         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
18539         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
18540
18541 2002-11-24  Jim Meyering  <jim@meyering.net>
18542
18543         Update from coreutils:
18544
18545         * lib/mktime.c: Merge in changes from libc.
18546
18547         Avoid a link-time failure on some Linux systems.
18548         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
18549         (otherwise).
18550         (__mon_yday): Declare with the STATIC attribute.
18551         (__mktime_internal): Likewise.
18552         Based on a report from Greg Schafer.
18553
18554 2002-11-23  Jim Meyering  <jim@meyering.net>
18555
18556         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
18557         Use `unsigned', not `int', as type of index.
18558
18559         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
18560
18561         * lib/fsusage.c: Remove unneeded parentheses around operands of
18562         `defined'.
18563
18564 2002-11-22  Paul Eggert  <eggert@twinsun.com>
18565
18566         * lib/quotearg.h: Allow multiple inclusion by surrounding with
18567         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
18568         so that we can be included first.
18569         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
18570         * lib/quotearg.c: Include quotearg.h immediately after config.h.
18571         No need to include stddef.h or sys/types.h any more.
18572         Surround local include files with "", not "<>".
18573         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
18574         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
18575         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
18576         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
18577         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
18578         (ISPRINT): Remove; no longer needed now that we assume C89.
18579
18580         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
18581         Preserve errno.
18582
18583         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
18584         quotearg_char): Use SIZE_MAX rather than
18585         (size_t) -1 when we are talking about "infinity".
18586
18587         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
18588
18589 2002-11-22  Paul Eggert  <eggert@twinsun.com>
18590
18591         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
18592         hint that one should use `if (! x) abort ();' rather than `assert
18593         (x);', and anyway it's one less thing to worry about configuring.
18594         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
18595         hash_rehash, hash_insert): Use abort rather than assert.
18596
18597 2002-11-22  Bruno Haible  <bruno@clisp.org>
18598
18599         * lib/safe-read.h: Assume C89. Add comments.
18600         (safe_read): Change return type to size_t.
18601         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
18602         byte counts > SSIZE_MAX correctly.
18603         * lib/safe-write.h: New file.
18604         * lib/safe-write.c: New file.
18605         * lib/full-read.h: New file.
18606         * lib/full-read.c: New file.
18607         * lib/full-write.h: Assume C89. Add comments.
18608         * lib/full-write.c: Include safe-write.h.
18609         (full_write): Rewritten to use safe_write.
18610         Suggested by Jim Meyering and Paul Eggert.
18611
18612 2002-11-21  Jim Meyering  <jim@meyering.net>
18613
18614         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
18615
18616         Merge in changes from the coreutils.
18617
18618         2002-09-25  Paul Eggert  <eggert@twinsun.com>
18619         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
18620         <stdint.h>.
18621         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
18622         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
18623         int.  Work more efficiently if X is the same width as uintmax_t.
18624         Do not compare X to -1, to avoid bogus compiler warning.
18625         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
18626         Don't assume that f_frsize and f_bsize are the same type.
18627
18628         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
18629         warning on FreeBSD.
18630
18631         * lib/makepath.c (make_path): Restore umask *before* creating the final
18632         component.
18633         (make_path): Minor reformatting.
18634
18635         * lib/xmalloc.c: Adjust to work with new autoconf macros,
18636         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
18637         HAVE_MALLOC/HAVE_REALLOC.
18638
18639         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
18640         dummy ones.  At least on GNU/Linux systems, `auto' means something
18641         else.
18642         From Michael Stone.
18643
18644 2002-11-21  Bruno Haible  <bruno@clisp.org>
18645
18646         Remove case insensitive option matching.
18647         * lib/argmatch.h (argcasematch): Remove declaration.
18648         (ARGCASEMATCH): Remove macro.
18649         (__xargmatch_internal): Remove case_sensitive argument.
18650         (XARGMATCH): Update.
18651         (XARGCASEMATCH): Remove macro.
18652         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
18653         case_sensitive argument.
18654         (argcasematch): Remove function.
18655         (__xargmatch_internal): Remove case_sensitive argument.
18656         (main): Use XARGMATCH instead of XARGCASEMATCH.
18657
18658         * lib/xmalloc.c: Change compile-time error message. Add comment about
18659         required autoconf version.
18660
18661 2002-11-20  Paul Eggert  <eggert@twinsun.com>
18662
18663         Merge argmatch cleanups from Bison.  Assume C89.
18664
18665         * lib/argmatch.c: Include config.h here, not in argmatch.h.
18666         Include stdlib.h, for EXIT_FAILURE.
18667         Always include <string.h>, since we assume C89.
18668         (EXIT_FAILURE): Remove pre-C89 bug workaround.
18669         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
18670         Include <stddef.h> instead, since it's all we need for size_t.
18671         (PARAMS): Remove.  All uses removed.
18672         (ARRAY_CARDINALITY): Do not bother to #undef.
18673         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
18674         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18675         Remove unnecessary parentheses.
18676         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18677         Insert necessary parentheses.
18678         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
18679         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
18680
18681 2002-11-19  Bruno Haible  <bruno@clisp.org>
18682
18683         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
18684         * lib/mbswidth.h: Include <stddef.h>, for size_t.
18685
18686         * lib/mbswidth.h (PARAMS): Remove macro.
18687         (mbswidth, mbsnwidth): Use ANSI C function declarations.
18688         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
18689
18690         * lib/gcd.h (PARAMS): Remove macro.
18691         (gcd): Use ANSI C function declarations.
18692         * lib/gcd.c (gcd): Likewise.
18693
18694 2002-11-15  Bruno Haible  <bruno@clisp.org>
18695
18696         * lib/strcspn.c: Include <stddef.h>.
18697         (strcspn): Use ANSI C function declaration. Change return type to
18698         size_t. Use NULL.
18699         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
18700         (strpbrk): Use NULL.
18701         * lib/strpbrk.h (PARAMS): Remove macro.
18702         (strpbrk): Use ANSI C function declaration.
18703         * lib/strstr.c: Don't include <sys/types.h>.
18704         * lib/strstr.h (PARAMS): Remove macro.
18705         (strstr): Use ANSI C function declarations.
18706
18707 2002-11-14  Karl Berry  <karl@gnu.org>
18708
18709         * config/mkinstalldirs: `do' on separate line, instead of
18710         `for var; do'.
18711
18712 2002-11-06  Bruno Haible  <bruno@clisp.org>
18713
18714         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
18715         * lib/gcd.c (gcd): Likewise.
18716
18717 2002-11-05  Bruno Haible  <bruno@clisp.org>
18718
18719         * lib/gcd.h: New file, from gettext-0.11.5.
18720         * lib/gcd.c: New file, from gettext-0.11.5.
18721
18722 2002-11-05  Bruno Haible  <bruno@clisp.org>
18723
18724         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18725         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18726         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18727         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18728
18729         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
18730         <libintl.h>.
18731         * lib/makepath.c: Include gettext.h instead of <locale.h> and
18732         <libintl.h>.
18733
18734         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
18735         * lib/human.c: Include gettext.h instead of <libintl.h>.
18736         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
18737         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
18738         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
18739         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
18740         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
18741         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
18742         (textdomain): Remove definition.
18743         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
18744
18745         * lib/long-options.c: Remove include of <libintl.h> and definition of
18746         _.
18747         * lib/same.c: Remove include of <libintl.h> and definition of _.
18748
18749 2002-11-04  Owen Taylor  <otaylor@redhat.com>
18750
18751         * lib/config.charset: A few additions for Solaris.
18752
18753 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18754
18755         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
18756         * lib/localcharset.c (locale_charset): Declare as extern "C".
18757
18758 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18759
18760         * lib/config.charset: msdos in uk_UA uses CP1125.
18761
18762 2002-11-04  Bruno Haible  <bruno@clisp.org>
18763
18764         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
18765         * lib/strcase.h: New file, from GNU gettext-0.11.5.
18766         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
18767         * lib/strstr.h: New file, from GNU gettext-0.11.5.
18768         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
18769
18770 2002-11-04  Bruno Haible  <bruno@clisp.org>
18771
18772         * lib/localcharset.c (locale_charset): Don't return an empty string.
18773
18774 2002-11-04  Bruno Haible  <bruno@clisp.org>
18775
18776         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
18777         aliases.
18778
18779 2002-11-04  Bruno Haible  <bruno@clisp.org>
18780
18781         * lib/config.charset: Update for newest glibc. Add canonical names
18782         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
18783
18784 2002-11-04  Bruno Haible  <bruno@clisp.org>
18785
18786         * lib/config.charset: Add support for NetBSD.
18787
18788 2002-11-04  Bruno Haible  <bruno@clisp.org>
18789
18790         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
18791
18792 2002-11-01  Bruno Haible  <bruno@clisp.org>
18793
18794         * configure.in: Add AC_CONFIG_AUX_DIR call.
18795         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
18796         test/Makefile.
18797         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
18798
18799 2002-09-28  Karl Berry  <karl@gnu.org>
18800
18801         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
18802         installed automake until the next release, since changes have been
18803         made.
18804
18805 2002-09-25  Karl Berry  <karl@gnu.org>
18806
18807         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
18808         * lib/getopt*: copy from libc/posix.
18809         * lib/gettext.h: copy from gettext.
18810         * lib/.cppi-disable: add strdup.c, gettext.h.
18811
18812 2002-09-25  Karl Berry  <karl@gnu.org>
18813
18814         * config/srclist.txt: enable gettext.h check.
18815         * config/config.{guess,sub}: update from prep.
18816         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
18817                 from automake 1.6.3.
18818         See srclist*.
18819
18820 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
18821
18822         * regex.c (PATFETCH): Remove the translating fetch.
18823         (PATFETCH_RAW): Rename to PATFETCH.
18824         (set_image_of_range): New fun.
18825         (SET_RANGE_TABLE_WORK_AREA): Use it.
18826         (regex_compile): Don't translate the pattern chars so eagerly.
18827         Only do it when inserting an `exactn' bytecode or when handling
18828         a char-range.
18829         (mutually_exclusive_p): Avoid empty statement.
18830
18831 2002-07-06  Jim Meyering  <meyering@lucent.com>
18832
18833         * m4/README: Don't mention Makefile.am.in.
18834         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
18835
18836 2002-07-01  Jim Meyering  <meyering@lucent.com>
18837
18838         * lib/c-stack.c: Include sys/time.h.
18839         From Volker Borchert.
18840
18841 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18842
18843         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
18844
18845 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18846
18847         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
18848         New macro.  Use it uniformly instead of
18849         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
18850         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
18851         reported by Vin Shelton.
18852
18853 2002-06-22  Paul Eggert  <eggert@twinsun.com>
18854
18855         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
18856         Do not assume SA_SIGINFO behavior.
18857         Bug reported by Jim Meyering on NetBSD 1.5.2.
18858
18859 2002-06-22  Jim Meyering  <meyering@lucent.com>
18860
18861         * m4/c-stack.m4: New file, from diffutils-2.8.2.
18862         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
18863
18864         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
18865         now that configure.ac uses AC_GNU_SOURCE.
18866         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
18867         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
18868
18869         Update to latest tools.  Suggestions from Paul Eggert.
18870         * m4/stdbool.m4: New file, from diffutils-2.8.2.
18871         * m4/gnu-source.m4: Update from diffutils-2.8.2.
18872         * m4/fnmatch.m4: Likewise.
18873         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
18874         to AC_HEADER_STDBOOL
18875
18876 2002-06-22  Jim Meyering  <meyering@lucent.com>
18877
18878         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
18879         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
18880
18881 2002-06-22  Jim Meyering  <meyering@lucent.com>
18882
18883         * lib/c-stack.c, c-stack.h: New files, from diffutils-2.8.2.
18884
18885         * lib/exitfail.c, exitfail.h: Likewise.
18886         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
18887
18888         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
18889         of fnmatch.h.
18890         (EXTRA_DIST): Add fnmatch_loop.c.
18891         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
18892
18893         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
18894         * lib/fnmatch.c: Update from diffutils-2.8.2.
18895         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
18896         * lib/fnmatch.h: Remove file.
18897
18898 2002-06-21  Jim Meyering  <meyering@lucent.com>
18899
18900         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
18901         * m4/mbrtowc.m4: Likewise.
18902
18903         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
18904         * m4/mbswidth.m4: Reflect name change:
18905         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
18906         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
18907
18908         * m4/lib-link.m4: Update from gettext-0.11.2.
18909         * m4/gettext.m4: Likewise.
18910
18911         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
18912         From Alfred M. Szmidt.
18913
18914 2002-06-18  Paul Eggert  <eggert@twinsun.com>
18915
18916         * lib/file-type.h: Report an error if neither S_ISREG nor
18917         S_IFREG is defined, instead of using a test specific to glibc
18918         2.2.  This should be safe, since POSIX requires S_ISREG and
18919         Unix Version 7 had S_IFREG.  We don't need to check for
18920         <sys/types.h> since we don't use any symbols that it defines.
18921
18922 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
18923
18924         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
18925         $@-t, so that each temporary file name is unique and valid in the first
18926         8 characters, for operation under DOS.
18927
18928 2002-06-15  Paul Eggert  <eggert@twinsun.com>
18929
18930         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
18931
18932 2002-06-15  Jim Meyering  <meyering@lucent.com>
18933
18934         Work even with DJGPP 2.03, which lacks support for symlinks.
18935         From Richard Dawe.
18936         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
18937         is defined.
18938         * lib/lchown.c (S_ISLNK): Likewise.
18939
18940 2002-06-15  Jim Meyering  <meyering@lucent.com>
18941
18942         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
18943         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
18944         have been included before this file.
18945
18946 2002-06-14  Jim Meyering  <meyering@lucent.com>
18947
18948         * lib/file-type.h: Use the version from diffutils-2.8.2.
18949         * lib/file-type.c: Likewise.
18950
18951 2002-06-07  Jim Meyering  <meyering@lucent.com>
18952
18953         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
18954         They're needed at least for NetBSD 1.5.2.
18955         ($statxfs_includes): Include those same headers.
18956         ($statxfs_includes): Include sys/vfs.h if available.
18957         ($statxfs_includes): Likewise for sys/statvfs.h.
18958         Check for the following members in both structs statfs and statvfs:
18959         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
18960
18961 2002-06-01  Jim Meyering  <meyering@lucent.com>
18962
18963         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
18964         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
18965
18966 2002-05-28  Jim Meyering  <meyering@lucent.com>
18967
18968         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
18969         Reported by Volker Borchert.
18970
18971 2002-05-27  Jim Meyering  <meyering@lucent.com>
18972
18973         Fix a problem seen only on nonconforming systems whereby ls.c's
18974         use of localtime, and then of gettimeofday would cause trouble:
18975         the localtime call used to initialize rpl_gettimeofday's save
18976         mechanism would clobber ls's current local time information so
18977         that in any long listing the first file would always be listed
18978         with date 1970-01-01.  Analysis by Volker Borchert.
18979
18980         * lib/gettimeofday.c (localtime): Undefine.
18981         (rpl_localtime): New function.
18982
18983 2002-05-27  Jim Meyering  <meyering@lucent.com>
18984
18985         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
18986         localtime.
18987
18988         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
18989         use the replacement function; it wouldn't resolve at link time.
18990         Reported by Volker Borchert.
18991
18992 2002-05-22  Jim Meyering  <meyering@lucent.com>
18993
18994         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
18995         file-type.h.
18996         * lib/file-type.h: New file.
18997         * lib/file-type.c (file_type): New file/function.  Extracted from
18998         diffutils.
18999
19000 2002-04-30  Jim Meyering  <meyering@lucent.com>
19001
19002         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
19003
19004 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19005
19006         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
19007
19008 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19009
19010         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
19011         Do not check for alloca.h (no longer used) or stdbool.h (was never
19012         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
19013
19014 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19015
19016         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
19017
19018 2002-04-29  Jim Meyering  <meyering@lucent.com>
19019
19020         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
19021         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
19022         Use AC_FUNC_STRNLEN here instead.
19023
19024         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
19025         With autoconf-2.53a, it's part of AC_PROG_CC.
19026
19027 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19028
19029         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
19030         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
19031
19032 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19033
19034         * lib/sig2str.h, sig2str.c: New files.
19035         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
19036
19037 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19038
19039         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
19040         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
19041         of 127, since 64 is the largest conceivable number for ancient
19042         nonstandard hosts.
19043         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
19044
19045 2002-04-28  Jim Meyering  <meyering@lucent.com>
19046
19047         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
19048
19049 2002-04-24  Jim Meyering  <meyering@lucent.com>
19050
19051         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
19052         (jm_PREREQ): Use it.
19053
19054         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
19055         mach/mach.h fcntl.h.
19056         Check for this function: setlocale.
19057
19058 2002-04-24  Jim Meyering  <meyering@lucent.com>
19059
19060         * lib/gettext.h: New file, from Gettext.
19061         * lib/Makefile.am (INCLUDES): Remove -I../intl.
19062         (libfetish_a_SOURCES): Add gettext.h.
19063
19064 2002-04-16  Jim Meyering  <meyering@lucent.com>
19065
19066         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
19067         ut_pid, ut_id, ut_exit.
19068
19069 2002-04-16  Jim Meyering  <meyering@lucent.com>
19070
19071         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
19072         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
19073         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
19074
19075 2002-04-12  Jim Meyering  <meyering@lucent.com>
19076
19077         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
19078         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
19079         existence of the getmntinfo function.  Needed for Darwin 5.3.
19080
19081         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
19082         This is necessary at least on Darwin 5.3.
19083
19084         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
19085         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
19086         strnlen.o in the library, and that makes some versions of ranlib
19087         object.
19088
19089 2002-04-12  Jim Meyering  <meyering@lucent.com>
19090
19091         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
19092
19093 2002-04-09  Jim Meyering  <meyering@lucent.com>
19094
19095         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
19096         to be more precise.  Rather than saying we're checking whether the
19097         function `works', say what we're testing.
19098         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
19099         Reported by Bruno Haible.
19100
19101 2002-03-10  Jim Meyering  <meyering@lucent.com>
19102
19103         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
19104         Suggestion from Santiago Vila.
19105
19106 2002-03-08  Jim Meyering  <meyering@lucent.com>
19107
19108         * lib/rename.c: Mention that this wrapper is needed also on
19109         mips-dec-ultrix4.4 systems.
19110
19111 2002-03-02  Jim Meyering  <meyering@lucent.com>
19112
19113         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
19114         not HAVE_CLOCK_SETTIME.
19115
19116 2002-02-27  Paul Eggert  <eggert@twinsun.com>
19117
19118         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
19119         Check for clock_settime.
19120
19121 2002-02-27  Paul Eggert  <eggert@twinsun.com>
19122
19123         * lib/nanosleep.h: Rename to....
19124         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
19125
19126         * lib/gettime.c: New file.
19127         * lib/settime.c: New file.
19128         * lib/stime.c: Remove.
19129
19130         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
19131         timespec.h.  Remove nanosleep.h.
19132
19133 2002-02-25  Paul Eggert  <eggert@twinsun.com>
19134
19135         * m4/acl.m4: New file.
19136         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
19137         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
19138
19139 2002-02-25  Paul Eggert  <eggert@twinsun.com>
19140
19141         * lib/acl.c, acl.h: New files.
19142         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
19143
19144 2002-02-24  Jim Meyering  <meyering@lucent.com>
19145
19146         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
19147         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
19148         cause trouble.  Reported by Nelson Beebe.
19149
19150 2002-02-23  Paul Eggert  <eggert@twinsun.com>
19151
19152         * lib/path-concat.c (xpath_concat): Reorder code to pacify
19153         compilers that don't know that xalloc_die never returns.
19154
19155 2002-02-20  Jim Meyering  <meyering@lucent.com>
19156
19157         * lib/getdate.c: Regenerate using bison-1.33.
19158
19159 2002-02-17  Jim Meyering  <meyering@lucent.com>
19160
19161         * config/config.guess (main): Don't use `head -1'; it's no longer
19162         portable. Use `sed 1q' instead.
19163
19164 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
19165
19166         * m4/codeset.m4: Upgrade to gettext-0.11.
19167         * m4/gettext.m4: Upgrade to gettext-0.11.
19168         * m4/glibc21.m4: Upgrade to gettext-0.11.
19169         * m4/iconv.m4: Upgrade to gettext-0.11.
19170         * m4/isc-posix.m4: Upgrade to gettext-0.11.
19171         * m4/lcmessage.m4: Upgrade to gettext-0.11.
19172         * m4/lib-ld.m4: New file, from gettext-0.11.
19173         * m4/lib-link.m4: New file, from gettext-0.11.
19174         * m4/lib-prefix.m4: New file, from gettext-0.11.
19175         * m4/progtest.m4: Upgrade to gettext-0.11.
19176
19177 2002-02-15  Paul Eggert  <eggert@twinsun.com>
19178
19179         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
19180         (jm_PREREQ): Use it.
19181
19182 2002-02-15  Paul Eggert  <eggert@twinsun.com>
19183
19184         * lib/posixver.c, posixver.h: New files.
19185         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
19186
19187 2002-02-02  Paul Eggert  <eggert@twinsun.com>
19188             Bruno Haible  <bruno@clisp.org>
19189
19190         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
19191         (fwrite_success_callback): New declaration.
19192         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
19193         print_unicode_char. Call failure callback instead of error.
19194         (fwrite_success_callback): New function.
19195         (exit_failure_callback): New function.
19196         (fallback_failure_callback): New function.
19197         (print_unicode_char): Call unicode_to_mb.
19198
19199 2002-01-26  Jim Meyering  <meyering@lucent.com>
19200
19201         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
19202         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
19203
19204 2002-01-26  Jim Meyering  <meyering@lucent.com>
19205
19206         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
19207
19208 2002-01-22  Paul Eggert  <eggert@twinsun.com>
19209
19210         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
19211
19212 2002-01-22  Jim Meyering  <meyering@lucent.com>
19213
19214         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
19215         Otherwise, some versions of automake would omit the rule that makes
19216         Makefile from Makefile.in.
19217
19218 2002-01-21  Paul Eggert  <eggert@twinsun.com>
19219
19220         * lib/xmemcoll.h, xmemcoll.c: New files.
19221         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
19222         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
19223         (memcoll): Set errno to zero if there is no error.
19224
19225         * lib/quotearg.c (quotearg_buffer_restyled):
19226         Fix bug with quoting buffers containing NUL when backslashing escapes.
19227         This bug was exposed by the other changes in this patch.
19228         (quotearg_n_options): New arg ARGSIZE.
19229         All callers changed.
19230         (quoting_options_from_style): New function.
19231         (quotearg_n_style): Use it.
19232         (quotearg_n_style_mem): New function.
19233
19234         * lib/quotearg.h (quotearg_n_style_mem): New function.
19235
19236 2002-01-19  Jim Meyering  <meyering@lucent.com>
19237
19238         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
19239         Remove useless quotes: DF_PROG="df".
19240         * m4/strnlen.m4: New file.
19241
19242 2002-01-16  Paul Eggert  <eggert@twinsun.com>
19243
19244         * lib/backupfile.c (ISDIGIT): Comment fix.
19245         * lib/getdate.y (ISDIGIT): Likewise.
19246         * lib/posixtm.c (ISDIGIT, year): Likewise.
19247         * lib/strverscmp.c (ISDIGIT): Likewise.
19248         * lib/userspec.c (ISDIGIT): Likewise.
19249
19250 2002-01-16  Jim Meyering  <meyering@lucent.com>
19251
19252         * lib/getdate.y: Add three semicolons, each just before a closing
19253         brace. Bison (as of version 1.31) no longer papers over that mistake.
19254
19255 2002-01-05  Jim Meyering  <meyering@lucent.com>
19256
19257         * lib/version-etc.c (version_etc_copyright): Update copyright year.
19258
19259 2001-12-19  Paul Eggert  <eggert@twinsun.com>
19260
19261         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
19262         not silently exit merely because the output buffer happens to
19263         have nothing pending.
19264
19265 2001-12-18  Paul Eggert  <eggert@twinsun.com>
19266
19267         See the big note in ../ChangeLog.
19268         * lib/human.c (suffixes): Prefer K to k for 1024.
19269         (generate_suffix_backwards): New function.
19270         (human_readable_inexact): Use it.
19271         * lib/xstrtol.c (__xstrtol): If there is no number but there
19272         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
19273         Accept 'K' as well as 'k'.
19274
19275 2001-12-15  Jim Meyering  <meyering@lucent.com>
19276
19277         * lib/regex.h (__restrict_arr): Update from libc.
19278
19279         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
19280         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
19281         (STREQ): Define.
19282
19283 2001-12-14  Jim Meyering  <meyering@lucent.com>
19284
19285         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
19286         Suggestion from Bruno Haible.
19287
19288 2001-12-10  Jim Meyering  <meyering@lucent.com>
19289
19290         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
19291         xrealloc, Instead, include "xalloc.h".
19292         (initbuffer): Don't cast xmalloc return value to char*.
19293         (readline): Reword comment.
19294         Don't cast xrealloc return value to char*
19295         Return NULL, not 0.
19296
19297 2001-12-09  Jim Meyering  <meyering@lucent.com>
19298
19299         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
19300         about `signed and unsigned type in conditional expression'.
19301         * lib/posixtm.c (posix_time_parse): Likewise.
19302
19303         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
19304
19305         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
19306         to avoid a pedantic warning.
19307
19308         * lib/getstr.c: Don't include assert.h.
19309         (getstr): Remove warning-evoking assertions.
19310         Return -1 if offset parameter is out of bounds.
19311         Change the type of a local from int to size_t.
19312
19313         * lib/strftime.c (my_strftime_localtime_r): Include this function
19314         definition in the `#if ! HAVE_TM_GMTOFF' block.
19315
19316         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
19317         Include xalloc.h instead.
19318
19319 2001-12-02  Jim Meyering  <meyering@lucent.com>
19320
19321         * lib/tempname.c: Don't declare getenv, thus reverting the change of
19322         2001-11-18.  It's no longer necessary, now that stdlib.h is always
19323         included.
19324
19325         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
19326         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
19327
19328 2001-11-30  Akim Demaille  <akim@epita.fr>
19329
19330         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
19331         before being defined.
19332
19333 2001-11-27  Paul Eggert  <eggert@twinsun.com>
19334
19335         * lib/quotearg.h (quotearg_n, quotearg_n_style):
19336         First arg is int, not unsigned.
19337         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19338         (SIZE_MAX, UINT_MAX): New macros.
19339         (quotearg_n_options): Abort if N is negative.
19340         Avoid overflow check on hosts where size_t is 64 bits and int
19341         is 32 bits, as overflow is impossible there.
19342         Fix off-by-one typo that caused unnecessary reallocation.
19343
19344 2001-11-27  Jim Meyering  <meyering@lucent.com>
19345
19346         * lib/tempname.c: Merge with version from libc.
19347         * lib/regex.c: Likewise.
19348
19349         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
19350         systems for which STDC_HEADERS is 0, it was not included, resulting in
19351         a warning about an integer-to-pointer conversion problem with getenv.
19352         Reported by Volker Borchert.
19353
19354 2001-11-26  Jim Meyering  <meyering@lucent.com>
19355
19356         * lib/gtod.h: Remove file.
19357         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
19358         * lib/gettimeofday.c: Don't include gtod.h.
19359         (GTOD_init): Remove function.
19360         (rpl_gettimeofday): Do its job here instead, rather than aborting.
19361         Suggestion from Volker Borchert.
19362
19363 2001-11-23  Jim Meyering  <meyering@lucent.com>
19364
19365         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
19366         it.
19367         * lib/hash.c (struct hash_table): Define it here instead.
19368
19369 2001-11-22  Jim Meyering  <meyering@lucent.com>
19370
19371         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
19372
19373 2001-11-20  Jim Meyering  <meyering@lucent.com>
19374
19375         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
19376         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
19377
19378 2001-11-19  Jim Meyering  <meyering@lucent.com>
19379
19380         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
19381         directory.  Use "conftestXXXXXX" as the template.
19382         Suggestion from Paul Eggert.
19383
19384         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
19385         immediately, so the test doesn't mistakenly hit the max-open-files
19386         limit.
19387
19388 2001-11-18  Paul Eggert  <eggert@twinsun.com>
19389
19390         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
19391         (TEMPORARIES): New macro.
19392         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
19393         removes an artificial limitation (e.g. HP-UX 10.20, where
19394         TMP_MAX is 17576).
19395
19396 2001-11-18  Jim Meyering  <meyering@lucent.com>
19397
19398         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
19399
19400 2001-11-18  Jim Meyering  <meyering@lucent.com>
19401
19402         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
19403         on SunOS 4.
19404
19405         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
19406         files will be created before anything else.
19407
19408 2001-11-17 Paul Eggert  <eggert@twinsun.com>
19409
19410         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
19411         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
19412
19413 2001-11-17  Jim Meyering  <meyering@lucent.com>
19414
19415         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
19416         Prompted by a report from Bob Proulx.
19417
19418         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
19419         Instead, require UTILS_FUNC_MKSTEMP.
19420
19421 2001-11-17  Jim Meyering  <meyering@lucent.com>
19422
19423         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
19424         Now, that's done as part of AC_FUNC_STRTOD.
19425
19426 2001-11-17  Jim Meyering  <meyering@lucent.com>
19427
19428         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
19429         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
19430         rather than group writable.  Patch by Juan F. Codagnone.
19431
19432         * lib/readtokens.c: Remove explicit declarations of xmalloc and
19433         xrealloc, Instead, include "xalloc.h".
19434
19435         * lib/mountlist.c: Include unlocked-io.h after all system headers.
19436         Remove explicit declarations of xmalloc, xrealloc,
19437         and xstrdup.  Instead, include "xalloc.h".
19438
19439         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
19440         unlocked-io.h.
19441         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
19442         Likewise.
19443         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
19444
19445         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
19446         Reported by Padraig Brady.
19447
19448         * lib/mkstemp.c: #undef mkstemp.
19449         Include config.h.
19450         (rpl_mkstemp): Rename from mkstemp.
19451         Protoize.
19452
19453 2001-11-16  Jim Meyering  <meyering@lucent.com>
19454
19455         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
19456         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
19457         determine the amount of total physical memory, use pstat_getstatic.
19458         HPUX-11 doesn't define _SC_PHYS_PAGES.
19459         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
19460         If sysconf couldn't be used to determine the amount of available
19461         physical memory, use both pstat_getstatic and pstat_getdynamic.
19462         Based on a patch from Bob Proulx.
19463
19464 2001-11-10  Jim Meyering  <meyering@lucent.com>
19465
19466         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
19467         (jm_PREREQ): Use it.
19468
19469 2001-11-09  Jim Meyering  <meyering@lucent.com>
19470
19471         * m4/jm-macros.m4: Require autoconf-2.52f.
19472         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
19473         Use these AC_-prefixed names, not the AM_-prefixed ones.
19474
19475         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
19476
19477 2001-11-05  Jim Meyering  <meyering@lucent.com>
19478
19479         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
19480
19481 2001-11-04  Jim Meyering  <meyering@lucent.com>
19482
19483         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
19484         $DEFS.
19485
19486 2001-11-03  Jim Meyering  <meyering@lucent.com>
19487
19488         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
19489         of AC_DEFUN.
19490
19491         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
19492         know the name of the variable in the macro definition.
19493
19494 2001-11-03  Jim Meyering  <meyering@lucent.com>
19495
19496         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
19497         in argmatch_to_argument call.
19498
19499         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
19500         argument.
19501
19502         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
19503         e.g., a fault due to an attempt to free a NULL pointer.
19504
19505 2001-11-01  Jim Meyering  <meyering@lucent.com>
19506
19507         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
19508         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
19509
19510 2001-11-01  Jim Meyering  <meyering@lucent.com>
19511
19512         * lib/dirfd.c, dirfd.h: New files.
19513         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
19514
19515         * lib/hash.c (hash_print) [TESTING]: Clean up.
19516
19517 2001-10-22  Paul Eggert  <eggert@twinsun.com>
19518
19519         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
19520         to avoid a warning if -Wall.
19521
19522 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
19523
19524         * README: New file
19525         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
19526         (per RMS's instructions, this is now the canonical source)
19527         * lgpl/, gpl/: New directories.
19528
19529 2001-10-21  Paul Eggert  <eggert@twinsun.com>
19530
19531         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
19532
19533 2001-10-21  Jim Meyering  <meyering@lucent.com>
19534
19535         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
19536         this code would end up calling gettext even in packages built
19537         with --disable-nls.
19538         * lib/getopt.c (_): Likewise.
19539         * lib/regex.c (_): Likewise.
19540
19541 2001-10-20  Paul Eggert  <eggert@twinsun.com>
19542
19543         * m4/error.m4 (jm_PREREQ_ERROR):
19544         Do not invoke AC_CHECK_FUNCS with strerror_r, as
19545         AC_FUNC_STRERROR_R does that.
19546         Check for strerror declaration.
19547
19548         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
19549         are supposed to have them these days.
19550         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
19551         Merge changes from latest Autoconf CVS.
19552         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
19553         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
19554         POSIX decided to standardize on the int flavor of strerror_r.
19555
19556 2001-10-20  Paul Eggert  <eggert@twinsun.com>
19557
19558         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
19559         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
19560         Use strerror_r that is only a macro, even if it is not a function.
19561         (strerror): Check for HAVE_DECL_STRERROR before declaring.
19562         (private_strerror): Use prototypes, not old-style function definition.
19563         (print_errno_message): New function.
19564         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
19565         char*-flavored one.
19566         (error_tail, error, error_at_line): Use it.
19567
19568 2001-10-11  Jim Meyering  <meyering@lucent.com>
19569
19570         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
19571         and quote_n (1, ... to avoid clobbering a buffer.
19572
19573 2001-10-05  Jim Meyering  <meyering@lucent.com>
19574
19575         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
19576         hash-pjw.h.
19577         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
19578         * lib/hash-pjw.h: New file.
19579
19580 2001-09-30  Jim Meyering  <meyering@lucent.com>
19581
19582         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
19583         `struct fsstat' has the `f_fstypename' member.
19584         Use that to define FS_TYPE, which is now used to make
19585         the getfsstat link test tighter.
19586
19587 2001-09-30  Jim Meyering  <meyering@lucent.com>
19588
19589         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
19590         Include <sys/ucred.h>, for Apple Darwin.
19591         Include sys/mount.h and sys/fs_types.h only if available.
19592         (FS_TYPE): Define.
19593         (read_filesystem_list): Use FS_TYPE.
19594
19595 2001-09-29  Paul Eggert  <eggert@twinsun.com>
19596
19597         * lib/exclude.c (excluded_filename): 0 -> false, since it's
19598         a boolean context.
19599
19600 2001-09-29  Jim Meyering  <meyering@lucent.com>
19601
19602         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
19603         [one-argument getmntent function]): Include stdio.h before mntent.h.
19604         SunOS 4.1.x needs it for the declaration of `FILE'.
19605         Patch by Volker Borchert.
19606
19607         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
19608         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
19609         sys/fs_types.h, and make the link-test for getfsstat guard #include
19610         directives with appropriate #if HAVE_*_H tests so that we can
19611         detect getfsstat on Apple Darwin1.3.7 systems.
19612         Reported by Nelson Beebe.
19613         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
19614
19615 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19616
19617         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19618         #defines strtoimax.  Also treat the other strto* functions
19619         like strtoimax.
19620
19621         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19622         Check for strtoul and strtoumax,
19623         as those declarations are made even in the signed case.
19624         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
19625         Likewise, for strtol and strtoimax.
19626
19627 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19628
19629         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19630         #defines strtoimax.  Also treat the other strto* functions
19631         like strtoimax.
19632
19633         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
19634         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
19635         (strtoimax, strtoumax): Do not declare if already defined as a macro.
19636
19637 2001-09-26  Jim Meyering  <meyering@lucent.com>
19638
19639         Most macros in unlocked-io.h had the wrong number of arguments.
19640         * lib/gen-uio: New script.
19641         (USE_UNLOCKED_IO): Define to 1 if not already defined.
19642         * lib/unlocked-io.hin: Remove file.
19643         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
19644         rather than trying to embed it here.
19645         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
19646         Reported by Padraig Brady.
19647
19648 2001-09-25  Volker Borchert  <bt@teknon.de>
19649
19650         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
19651         `result'.
19652
19653 2001-09-24  Jim Meyering  <meyering@lucent.com>
19654
19655         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
19656
19657 2001-09-23  Jim Meyering  <meyering@lucent.com>
19658
19659         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
19660         instead of the mere test for existence of mntent.h.  The latter
19661         would get a false-positive on AIX 3.4 systems.
19662         In the outer getmntent if-block, don't die if neither of the getmntent
19663         tests succeeds.  Instead, just fall through and continue with the
19664         remaining tests.
19665
19666 2001-09-23  Jim Meyering  <meyering@lucent.com>
19667
19668         * lib/mountlist.c: Remove useless parentheses in #if directives.
19669         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
19670         the deprecated MOUNTED symbol is no longer defined in mntent.h.
19671
19672 2001-09-22  Jim Meyering  <meyering@lucent.com>
19673
19674         * m4/gettext.m4: New file.  From gettext.
19675         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
19676         * m4/progtest.m4: Likewise
19677         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
19678         * m4/glibc21.m4: Likewise.
19679
19680         * m4/libintl.m4: Remove.  No longer used.
19681
19682 2001-09-22  Jim Meyering  <meyering@lucent.com>
19683
19684         * lib/localcharset.c: Update from latest gettext.
19685         * lib/config.charset: Likewise.
19686
19687 2001-09-20  Jim Meyering  <meyering@lucent.com>
19688
19689         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
19690         strtoimax.
19691         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
19692         strtoumax.
19693
19694 2001-09-20  Jim Meyering  <meyering@lucent.com>
19695
19696         * lib/xstrtol.c (strtoimax): Guard declaration with
19697         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
19698         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
19699         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
19700         (strtoumax): Likewise, for completeness (it wasn't necessary).
19701
19702 2001-09-17  Paul Eggert  <eggert@twinsun.com>
19703
19704         * lib/strtoimax.c (HAVE_LONG_LONG):
19705         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
19706         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
19707         to work around bug in IBM C compiler.
19708
19709 2001-09-17  Jim Meyering  <meyering@lucent.com>
19710
19711         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
19712         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
19713         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
19714         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
19715         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
19716         whenever the right hand side need not be expanded by the shell.
19717
19718 2001-09-16  Paul Eggert  <eggert@twinsun.com>
19719
19720         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
19721         library.  It's not correct, as some older glibcs are buggy.
19722         fnmatch wasn't fixed until glibc 2.2.
19723
19724         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
19725         special shell magic here.
19726
19727 2001-09-16  Jim Meyering  <meyering@lucent.com>
19728
19729         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
19730         * m4/jm-macros.m4: Require it.
19731
19732 2001-09-16  Jim Meyering  <meyering@lucent.com>
19733
19734         * lib/mkdir.c: New file.
19735
19736 2001-09-15  Jim Meyering  <meyering@lucent.com>
19737
19738         * m4/jm-macros.m4: Check for help2man.
19739
19740 2001-09-11  Jim Meyering  <meyering@lucent.com>
19741
19742         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
19743         The body, by Paul Eggert, was moved here from configure.in.
19744         * m4/jm-macros.m4: Require UTILS_HOST_OS.
19745
19746 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19747
19748         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
19749         (jm_PREREQ): Use it.
19750
19751 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19752
19753         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
19754         Use ssize_t, not int, to store result of readlink.
19755         Check for ssize_t overflow as well as size_t overflow,
19756         as POSIX says the result of readlink is implementation-defined
19757         when ssize_t overflows.
19758         Remove unnecessary cast to char*.
19759         Use free+malloc instead of realloc, as the storage doesn't need
19760         to be preserved and it's clearer and can be more efficient that way.
19761         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
19762         * lib/xreadlink.h (xreadlink): Update prototype.
19763
19764 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19765
19766         * lib/xgetcwd.c: Revert some of the previous change; intead,
19767         fix the HAVE_GETCWD_NULL code to behave more like the
19768         !HAVE_GETCWD_NULL code used to.
19769
19770         Include "xalloc.h".
19771         (xgetcwd): Do not return NULL when memory is exhausted; instead,
19772         invoke xalloc_die.
19773
19774 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19775
19776         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
19777         sys/param.h, as pathmax.h includes them.
19778
19779 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19780
19781         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
19782         (jm_PREREQ_XGETCWD): New macro.
19783
19784         * m4/getcwd.m4: New file.
19785
19786 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19787
19788         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
19789         like the HAVE_GETCWD_NULL code.
19790         Include pathmax.h if not HAVE_GETCWD.
19791         Do not include xalloc.h.
19792         (INITIAL_BUFFER_SIZE): New symbol.
19793         Do not use xmalloc / xrealloc, since the caller is responsible for
19794         handling errors.  Preserve errno around `free' during failure.
19795         Do not overrun buffer when using getwd.
19796
19797 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19798
19799         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
19800         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
19801         getcwd (NULL, 0).
19802
19803 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19804
19805         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
19806         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
19807         spotted by Jim Meyering.
19808
19809 2001-09-03  Jim Meyering  <meyering@lucent.com>
19810
19811         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
19812         failure.
19813
19814 2001-09-02  Jim Meyering  <meyering@lucent.com>
19815
19816         * lib/error.c: Update from GNU libc.
19817
19818 2001-09-01  Jim Meyering  <meyering@lucent.com>
19819
19820         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
19821         Used by df.
19822
19823 2001-09-01  Jim Meyering  <meyering@lucent.com>
19824
19825         * lib/xreadlink.c: New file.
19826         * lib/xreadlink.h: New file.
19827         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
19828         xreadlink.h.
19829
19830         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
19831         doesn't conflict with sparc Solaris 7's definition in
19832         /usr/include/sys/int_types.h.
19833
19834         * lib/exclude.c: Use `""', not `<>' to #include non-system header
19835         files.
19836         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
19837         and strncasecmp as r-values.  Unixware didn't have declarations.
19838
19839 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19840
19841         * lib/xstrtol.h: Add copyright notice.
19842         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
19843         LONGINT_INVALID_SUFFIX_CHAR.
19844
19845 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19846
19847         * lib/xstrtol.c (strtoimax): New decl.
19848
19849 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19850
19851         * lib/xgetcwd.c: Don't include pathmax.h.
19852         Include stdlib.h and unistd.h if available.
19853         Include xalloc.h.
19854         (xmalloc, xstrdup, free): Remove decls.
19855         (xgetcwd): Don't assume sizes fit in unsigned.
19856         Check for overflow when computing sizes.
19857         Simplify reallocation code.
19858
19859 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19860
19861         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
19862         a directory's st_size can have an arbitrary value, so the old
19863         usage could waste an arbitrary amount of memory.  All uses
19864         changed.
19865         * lib/savedir.h: Update prototype.
19866
19867 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19868
19869         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
19870
19871         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
19872         old strtoimax.c.
19873
19874         Also, make the following further changes to make this file's
19875         configuration more similar to that of strtol.c:
19876         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
19877         (strtoumax, uintmax_t, strtoull, strtol): Remove.
19878         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
19879         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
19880         changed to signed values.
19881
19882         And make the following changes as well:
19883         Fix copyright notice, as 1999 was missing.
19884         (verify): New macro.
19885         (strtoimax): Check sizes at compile-time, not run-time.
19886         Prefer strtol to strtoll if both work.
19887         (main): Remove; it was not that useful and was a pain to maintain.
19888
19889         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
19890
19891 2001-08-31  Jim Meyering  <meyering@lucent.com>
19892
19893         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
19894         Use an initial, malloc'd, buffer of length 128 rather than
19895         a statically allocated one of length 1024.
19896
19897 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19898
19899         Simplify code, partly by assuming autoconf 2.52 semantics.
19900
19901         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
19902
19903         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
19904         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
19905         All uses removed.
19906         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
19907         Move AC_REQUIRE to next-to-top level, to avoid confusion.
19908         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
19909         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
19910         jm_AC_HEADER_INTTYPES_H.
19911         * m4/jm-macros.m4 (jm_MACROS): Likewise.
19912
19913         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
19914
19915         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19916         Quote first arg of AC_DEFUN.
19917         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
19918         since they are needed to parse the include file even if we need
19919         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
19920         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
19921         but with opposite signedness.
19922
19923 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19924
19925         Merge 'exclude' changes from tar 1.13.22.
19926         This fixes one or two unlikely storage allocation overflow bugs,
19927         but doesn't change user-visible behavior otherwise.
19928
19929 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19930
19931         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
19932         (jm_PREREQ_EXCLUDE): New macro.
19933
19934 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19935
19936         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19937         tm to be declared.
19938
19939 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19940
19941         * lib/hash.c: Remove '2001' from copyright notice.
19942
19943 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19944
19945         * lib/full-write.h: New file.
19946         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
19947         * lib/full-write.c: Correct credits, as cccp.c no longer
19948         exists and anyway it was so heavily changed from the old cccp
19949         code as to be unrecognizable.  Include full-write.h.
19950         (full_write) Return size_t, with short writes meaning failure.
19951         All callers changed.  This fixes a bug with large buffers
19952         on 64-bit hosts.
19953         * lib/utime.c: Include full-write.h.
19954
19955 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19956
19957         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
19958         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
19959         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
19960         Include if available.
19961         (<xalloc.h>): Include
19962         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
19963         (verify): New macro.  Use it to verify that EXCLUDE macros do not
19964         collide with FNM macros.
19965         (struct patopts): New struct.
19966         (struct exclude): Use it, as exclude patterns now come with options.
19967         (new_exclude): Support above changes.
19968         (new_exclude, add_exclude_file):
19969         Initial size must now be a power of two to simplify overflow checking.
19970         (free_exclude, fnmatch_no_wildcards): New function.
19971         (excluded_filename): No longer requires options arg, as the options
19972         are determined by add_exclude.  Now returns bool, not int.
19973         (excluded_filename, add_exclude):
19974         Add support for the fancy new exclusion options.
19975         (add_exclude, add_exclude_file): Now takes int options arg.
19976         Check for arithmetic overflow when computing sizes.
19977         (add_exclude_file): xrealloc might modify errno, so don't
19978         realloc until after errno might be used.
19979
19980         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
19981         New macros.
19982         (free_exclude): New decl.
19983         (add_exclude, add_exclude_file): Now takes int options arg.
19984         (excluded_filename): No longer requires options arg, as the options
19985         are determined by add_exclude.  Now returns bool, not int.
19986
19987 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19988
19989         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
19990
19991 2001-08-27  Jim Meyering  <meyering@lucent.com>
19992
19993         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
19994
19995         * lib/version-etc.c (N_): Remove definition.
19996         Revert most of last change.
19997         Instead, simply don't mark the `Copyright...' string for translation.
19998         Based on advice from Paul Eggert.
19999
20000         * lib/strtoxmax.c: Tweak comment.
20001
20002 2001-08-26  Jim Meyering  <meyering@lucent.com>
20003
20004         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
20005
20006         * m4/xstrtoimax.m4: New file.
20007         * m4/xstrtoumax.m4: Add comments explaining why we
20008         AC_REPLACE_FUNCS(strtol).
20009
20010 2001-08-26  Jim Meyering  <meyering@lucent.com>
20011
20012         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
20013         of copyright with `%s' so translators don't get an untranslated
20014         message in 2002.
20015         (COPYRIGHT_YEAR): Define.
20016         (version_etc): Use fprintf rather than fputs.
20017         Suggestion from Ulrich Drepper.
20018
20019         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
20020
20021         * lib/strtoll.c: New file, from GNU libc.
20022         * lib/xstrtoimax.c: New file.
20023
20024         * lib/xstrtol.h: Add xstrtoimax.
20025         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
20026         * lib/strtoimax.c: New file.  Likewise, but first define
20027         STRTOUXMAX_SIGNED.
20028
20029         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
20030         ...
20031         * lib/strtoxmax.c: ... then renamed to this.
20032
20033 2001-08-18  Paul Eggert  <eggert@twinsun.com>
20034
20035         * m4/inttypes.m4: Add AC_PREREQ(2.13).
20036         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
20037         (jm_AC_TYPE_INTMAX_T): New macro.
20038         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
20039
20040         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
20041
20042         * m4/longlong.m4: Renamed from ulonglong.m4.
20043         * m4/inttypes.m4: Renamed from inttypes_h.m4.
20044         * m4/uintmax_t.m4: Removed.
20045
20046 2001-08-13  Paul Eggert  <eggert@twinsun.com>
20047
20048         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
20049         Port to Solaris 8, where 'sed' requires a space after the 'r'
20050         command, and where sh dislikes "$/".  Clean up the spacing a bit.
20051         Redirect output to $tmp just once.
20052
20053 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
20054
20055         * lib/addext.c (<errno.h>): Include.
20056         (errno): Declare if not defined.
20057         (addext): Work correctly when pathconf returns -1 and leaves
20058         errno alone because there is no limit.  Also, work even if
20059         pathconf returns a value greater than SIZE_MAX.
20060
20061 2001-08-12  Jim Meyering  <meyering@lucent.com>
20062
20063         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
20064         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
20065         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
20066         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
20067         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
20068         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
20069         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
20070         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
20071         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
20072         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
20073         utime.m4, utimes.m4, xstrtoumax.m4:
20074         Quote the first argument in each use of AC_DEFUN.
20075
20076 2001-08-12  Jim Meyering  <meyering@lucent.com>
20077
20078         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
20079         Simply `return getcwd (NULL, 0);'.
20080         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
20081         Use 1300 as initial value for length, not PATH_MAX.
20082
20083         * lib/pathmax.h: Clean up cpp syntax.
20084
20085 2001-08-12  Jim Meyering  <meyering@lucent.com>
20086
20087         * lib/gettimeofday.c: New file.
20088         * lib/gtod.h: New file.
20089         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
20090
20091 2001-08-05  Jim Meyering  <meyering@lucent.com>
20092
20093         * m4/jm-macros.m4: Require autoconf-2.52.
20094
20095 2001-08-04  Jim Meyering  <meyering@lucent.com>
20096
20097         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
20098         stmt, to get in sync with glibc.
20099
20100 2001-08-03  Paul Eggert  <eggert@twinsun.com>
20101
20102         The following changes are from gettext 0.10.39 as maintained by
20103         Bruno Haible.
20104
20105         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
20106         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
20107         with inverted sense.  All uses changed.
20108
20109         * lib/mbswidth.c: Don't include <limits.h>.
20110         Include <stdlib.h> and <string.h> unconditionally.
20111         (iswcntrl, mbsinit, ISCNTRL): New macros.
20112         (mbsnwidth): Use K&R style function declarations.
20113         Don't bother checking for MB_LEN_MAX == 1, since the compiler
20114         can optimize it when MB_CUR_MAX == 1.
20115         The width of control characters is zero, not 1.
20116
20117 2001-08-03  Paul Eggert  <eggert@twinsun.com>
20118
20119         The following changes are from gettext 0.10.39 as maintained by
20120         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
20121
20122         * m4/codeset.m4: Upgrade to serial AM1.
20123         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
20124         all uses changed.  Quote first arg of AC_DEFUN.
20125         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
20126
20127         * m4/iconv.m4: Upgrade to serial AM2.
20128         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
20129         Add --with-libconv-prefix.
20130         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
20131         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
20132         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
20133         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
20134         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
20135
20136         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
20137         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
20138         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
20139         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
20140         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
20141         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
20142         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
20143         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
20144         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
20145
20146         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
20147         string.h any more.
20148
20149         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
20150         not the default value.
20151
20152         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
20153         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
20154         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
20155         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
20156         Also check for iswcntrl, used for wcwidth fallback.
20157         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
20158         to Autoconf 2.13.
20159
20160 2001-08-03  Jim Meyering  <meyering@lucent.com>
20161
20162         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
20163         as it was in the original.  Reported by Paul Eggert.
20164
20165 2001-07-16  Jim Meyering  <meyering@lucent.com>
20166
20167         * m4/gettimeofday.m4: New file.
20168         Prompted by a report from Bernhard Baehr.
20169
20170 2001-07-15  Jim Meyering  <meyering@lucent.com>
20171
20172         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
20173         stuff. Now it's in ../Makefile.cfg.
20174
20175 2001-07-15  Jim Meyering  <meyering@lucent.com>
20176
20177         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
20178         (BUILT_SOURCES): Add unlocked-io.h.
20179         (io_functions): Define.
20180         (unlocked-io.h): New rule.
20181         (DISTCLEANFILES): Add unlocked-io.h.
20182         (all-local): Depend on unlocked-io.h, to ensure it is created.
20183
20184         * lib/unlocked-io.hin: New file
20185
20186         * lib/regex.c: Update from glibc.
20187
20188 2001-07-05  Jim Meyering  <meyering@lucent.com>
20189
20190         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
20191         recommendation.
20192         (libfetish_a_SOURCES): Put all .h files here instead.
20193         Remove a thus-exposed (better checks in automake) duplicate and
20194         two unnecessary .h files.
20195
20196 2001-07-04  Jim Meyering  <meyering@lucent.com>
20197
20198         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
20199         that generates jm-glibc-io.m4 so that it doesn't trigger any make
20200         distcheck failure.
20201
20202 2001-07-02  Jim Meyering  <meyering@lucent.com>
20203
20204         The following changes were prompted by suggestions from Bruno Haible.
20205
20206         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
20207         is now generated.
20208         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
20209         definition of EXTRA_DIST.
20210         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
20211         ensure that the generated file is created/updated whenever the list
20212         of $(unlocked_functions) is changed.
20213         (jm-glibc-io.m4): New rule.
20214         (unlocked-io.h): New rule -- currently unused.
20215
20216 2001-06-24  Jim Meyering  <meyering@lucent.com>
20217
20218         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
20219         unmatched right bracket, rather than kludging it with an extra,
20220         falsely-matching quote in a comment.  Patch by Akim Demaille.
20221
20222 2001-06-11  Jim Meyering  <meyering@lucent.com>
20223
20224         * lib/regex.c: Update from GNU libc.
20225
20226 2001-05-27  Jim Meyering  <meyering@lucent.com>
20227
20228         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
20229         Check for ut_type in struct utmp.
20230
20231 2001-05-27  Jim Meyering  <meyering@lucent.com>
20232
20233         * lib/readutmp.h (UT_TYPE): Define.
20234
20235 2001-05-24  Jim Meyering  <meyering@lucent.com>
20236
20237         * lib/argmatch.c: Include "quote.h".
20238         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
20239         quote function.  Reported by Göran Uddeborg.
20240
20241 2001-05-22  Jim Meyering  <meyering@lucent.com>
20242
20243         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
20244         now that we use the package-supplied version unconditionally.
20245         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
20246
20247 2001-05-21  Jim Meyering  <meyering@lucent.com>
20248
20249         * m4/regex.m4: Change a couple backticks to single quotes to avoid
20250         shell syntax errors.
20251
20252 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
20253
20254         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
20255
20256 2001-05-20  Paul Eggert  <eggert@twinsun.com>
20257
20258         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
20259         Don't bother to check library strftime, since
20260         we'll be using our own my_strftime function anyway.
20261         Define my_strftime instead of strftime.
20262
20263 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
20264
20265         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
20266         which is not yet declared.
20267
20268 2001-05-15  Jim Meyering  <meyering@lucent.com>
20269
20270         * m4/regex.m4: Use proper quoting so brackets appear in the test
20271         program.
20272         Reported by, and with help from, Bruno Haible.
20273
20274 2001-05-13  Jim Meyering  <meyering@lucent.com>
20275
20276         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
20277         undefined.
20278
20279 2001-05-11  Paul Eggert  <eggert@twinsun.com>
20280
20281         dirname code cleanup.  base_name now behaves more compatibly
20282         with POSIX basename when given file names that have trailing
20283         slashes, and similarly for dir_name.  Add new primitives
20284         base_len and dir_len.  Put the directory-name-related decls
20285         into dirname.h.
20286
20287         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
20288         * lib/backupfile.c (base_name): Likewise.
20289         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
20290         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
20291         * lib/makepath.c (strip_trailing_slashes): Likewise.
20292         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
20293         ISSLASH): Likewise.
20294         * lib/rename.c (strip_trailing_slashes): Likewise.
20295         * lib/same.c (base_name): Likewise.
20296         * lib/stripslash.c (ISSLASH): Likewise.
20297
20298         * lib/addext.c: Include <dirname.h> after size_t is defined.
20299         * lib/backupfile.c: Likewise.
20300
20301         * lib/addext.c (addext): Use base_len to trim redundant
20302         trailing slashes instead of doing it ourselves.
20303         But do not trim the last slash if it is not redundant.
20304
20305         * lib/backupfile.c (find_backup_file_name,
20306         max_backup_version): Use base_len instead of rolling it ourselves.
20307         Handle the case of "" and (on DOS) "C:" correctly.
20308
20309         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
20310         needed. Include <string.h>, <dirname.h>.
20311         (base_name): Allow file names ending in slashes, other than names
20312         that are all slashes.  In this case, return the basename followed
20313         by the slashes.  This is more general, and can be used in places
20314         where the original base_name purposely had an assertion failure.
20315         (base_len): New function.
20316
20317         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
20318         Do not include <assert.h>; no longer needed.
20319         Include xalloc.h.
20320         (memrchr): Remove decl.
20321         (dir_name_r): Remove.
20322         (dir_len): Renamed from dirlen.  All callers changed.
20323         Rewrite in terms of base_name, for simplicity and consistency.
20324         (dir_name): Never return NULL.  All callers changed.
20325         Do not include <stdlib.h> in test program; no longer needed.
20326         return 0; is fine for test program.
20327
20328         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
20329         New macros.
20330         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
20331
20332         * lib/path-concat.c (path_concat): Use base_len to compute
20333         base length, not strlen; this means we cannot rely on memcpy
20334         to null-terminate.
20335
20336         * lib/same.c (STREQ): Remove.
20337         (same_name): Handle the case where the basename ends in trailing '/'.
20338
20339         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
20340         a slash was stripped.  Do not strip the last slash after a
20341         file system prefix.
20342
20343 2001-05-11  Paul Eggert  <eggert@twinsun.com>
20344
20345         * lib/Makefile.am (libfetish_a_SOURCES):
20346         Add strftime.c, since we now compile it on all hosts.
20347
20348         * lib/strftime.c (my_strftime):
20349         Define to nstrftime if emacs, but only if my_strftime is not defined.
20350         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
20351         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
20352         Add one more extra argument: a nanoseconds value.
20353         All uses changed.
20354         (ns): New macro.
20355         (my_strftime function): Add %N format.
20356         (emacs_strftimeu): Renamed from emacs_strftime,
20357         with extra ut argument.
20358
20359 2001-05-09  Paul Eggert  <eggert@twinsun.com>
20360
20361         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
20362
20363 2001-04-21  Jim Meyering  <meyering@lucent.com>
20364
20365         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
20366         doesn't interfere.
20367
20368 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
20369
20370         * m4/ftruncate.m4: Check for chsize.
20371         Link with ftruncate.o unconditionally if ftruncate is missing.
20372         This was required when cross-compiling to i586-mingw32msvc.
20373
20374 2001-04-08  Jim Meyering  <meyering@lucent.com>
20375
20376         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
20377         recomputed; that's necessary when the offset spans a DST transition.
20378         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
20379
20380 2001-04-02  Jim Meyering  <meyering@lucent.com>
20381
20382         * lib/regex.h, regex.c: Update from GNU libc.
20383
20384 2001-03-24  Jim Meyering  <meyering@lucent.com>
20385
20386         * m4/jm-macros.m4: Require autoconf-2.49d.
20387
20388 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
20389
20390         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
20391
20392 2001-03-19  Paul Eggert  <eggert@twinsun.com>
20393
20394         * lib/version-etc.c (version_etc_copyright): Update to 2001.
20395
20396 2001-03-17  Jim Meyering  <meyering@lucent.com>
20397
20398         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
20399         now that the version in autoconf is equivalent.
20400         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
20401
20402         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
20403         Suggestion from Akim Demaille.
20404
20405         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
20406         (jm_PREREQ_TEMPNAME): New function.
20407
20408 2001-03-16  Paul Eggert  <eggert@twinsun.com>
20409
20410         * lib/tempname.c (uint64_t): Define to uintmax_t if
20411         not defined, and if UINT64_MAX is not defined.
20412         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
20413         Reported by John David Anglin.
20414
20415 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
20416
20417         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
20418         resolve alias if codeset is empty.
20419         * lib/config.charset (BeOS): Use wildcard syntax.
20420
20421 2001-03-13  Jim Meyering  <meyering@lucent.com>
20422
20423         * lib/path-concat.c (path_concat)
20424         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
20425         concatenating e.g., `C:' and `foo'.
20426         From Bruno Haible.
20427
20428 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
20429
20430         * lib/localcharset.c (locale_charset): Don't use
20431         setlocale(LC_CTYPE,NULL). Don't return NULL.
20432         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
20433
20434 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
20435
20436         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
20437         support for DOS/DJGPP.
20438
20439 2001-03-01  Paul Eggert  <eggert@twinsun.com>
20440
20441         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
20442         lacks mkstemp.  Compile our own tempname.c if we compile our own
20443         mkstemp.c, as mkstemp relies on tempname.
20444
20445 2001-03-01  Jim Meyering  <meyering@lucent.com>
20446
20447         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
20448         AH_VERBATIM really does output its argument verbatim.
20449
20450 2001-02-28  Paul Eggert  <eggert@twinsun.com>
20451
20452         * lib/Makefile.am (libfetish_a_SOURCES):
20453         Add dup-safer.c, fopen-safer.c.
20454         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
20455
20456         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h,
20457         lib/unistd-safer.h: New files.
20458
20459 2001-02-25  Paul Eggert  <eggert@twinsun.com>
20460
20461         The mkstemp replacement is taken from glibc 2.2.2, with some
20462         portability fixes for use outside glibc, as follows:
20463
20464         * lib/tempname.c (struct_stat64): New macro.
20465         (direxists, __gen_tempname): Use it.
20466         This avoids a portability problem with Solaris 8.
20467
20468         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
20469         (<stddef.h>, <stdint.h>, <string.h>):
20470         Include only if STDC_HEADERS || _LIBC.
20471         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
20472         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
20473         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
20474         (__set_errno): Define this macro if <errno.h> doesn't.
20475         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
20476         Define these macros if <stdio.h> doesn't.
20477         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
20478         Define these macros if <sys/stat.h>
20479         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
20480         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
20481         __xstat64): Define if not _LIBC.
20482         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
20483         (__gen_tempname): Invoke gettimeofday only if
20484         HAVE_GETTIMEOFDAY || _LIBC;
20485         otherwise, fall back on plain "time".
20486         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
20487
20488         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
20489
20490         * lib/mkstemp.c, tempname.c: New files, taken from glibc 2.2.2.
20491
20492 2001-02-18  Paul Eggert  <eggert@twinsun.com>
20493
20494         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
20495
20496 2001-02-17  Paul Eggert  <eggert@twinsun.com>
20497
20498         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
20499         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
20500         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
20501         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20502
20503 2001-02-17  Paul Eggert  <eggert@twinsun.com>
20504
20505         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
20506         Remove workaround macros for hosts that have mbrtowc but not
20507         mbstate_t, as we now insist on proper declarations for both
20508         before using mbrtowc.
20509
20510 2001-02-17  Jim Meyering  <meyering@lucent.com>
20511
20512         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
20513         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
20514         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
20515         UnixWare 7.1.1.
20516
20517         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
20518         rather than AC_CACHE_VAL.
20519
20520 2001-02-17  Jim Meyering  <meyering@lucent.com>
20521
20522         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
20523         around included file name.
20524
20525         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
20526
20527         * lib/strftime.c: Update from GNU libc (the only changes were to
20528         comments).
20529
20530 2001-02-17  Jim Meyering  <meyering@lucent.com>
20531
20532         * lib/regex.c: Update from libc.
20533
20534 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
20535
20536         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
20537         clash.
20538
20539 2001-02-16  Paul Eggert  <eggert@twinsun.com>
20540
20541         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
20542         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
20543         Reported by Mark Hounschell via Paul Eggert.
20544
20545 2001-02-07  Jim Meyering  <meyering@lucent.com>
20546
20547         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
20548
20549 2001-02-05  Jim Meyering  <meyering@lucent.com>
20550
20551         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
20552         it includes the patch required for `large file' support with at least
20553         HP-UX's 10.20 /bin/cc.
20554
20555 2001-02-03  Jim Meyering  <meyering@lucent.com>
20556
20557         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
20558         AS_IF, now that it works once again (mysteriously).
20559         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
20560
20561 2001-01-30  Jim Meyering  <meyering@lucent.com>
20562
20563         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
20564         * m4/chown.m4: Rename conftestchown to conftest.chown.
20565         * m4/rename.m4: s/conftestdir/conftest.d1/ and
20566         s/conftestdir2/conftest.d2/.
20567         * m4/utimes.m4: s/conftestdata/conftest.data/
20568         Inspired by Pavel Roskin's change in autoconf.
20569
20570 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
20571
20572         * lib/config.charset: Update for FreeBSD 4.2.
20573
20574 2001-01-27  Jim Meyering  <meyering@lucent.com>
20575
20576         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
20577         a use of AS_IF.
20578         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
20579
20580 2001-01-26  Jim Meyering  <meyering@lucent.com>
20581
20582         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
20583         quotearg.c includes it.
20584
20585 2001-01-26  Jim Meyering  <meyering@lucent.com>
20586
20587         * lib/quotearg.c: Include stddef.h.
20588         * lib/quote.c: Include stddef.h.
20589         Reported by Axel Kittenberger.
20590
20591         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
20592         line in double quotes so that it evokes a better diagnostic.
20593         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
20594         Reported by Axel Kittenberger.
20595
20596 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
20597
20598         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
20599         as if it was a `charset'.
20600
20601 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
20602
20603         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
20604         has const.
20605
20606 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
20607
20608         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
20609         to avoid a warning.  Add back 'const' to inptr.
20610
20611 2001-01-20  Jim Meyering  <meyering@lucent.com>
20612
20613         Be sure that headers are checked before used in code compiled
20614         for the type checks.
20615         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
20616         In place of that, invoke jm_CHECK_ALL_TYPES.
20617         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
20618         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
20619         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
20620         The check for ssize_t was mistakenly run before the test for unistd.h.
20621
20622         The configure-time check for stdbool.h was missing.
20623         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
20624         (jm_PREREQ_HASH): New function.
20625
20626 2001-01-17  Jim Meyering  <meyering@lucent.com>
20627
20628         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
20629         for autoconf-2.49c.
20630         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
20631
20632 2001-01-16  Jim Meyering  <meyering@lucent.com>
20633
20634         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
20635         From Bruno Haible.
20636
20637 2001-01-14  Jim Meyering  <meyering@lucent.com>
20638
20639         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
20640         foo and bar.  Create conftestdir/ in the script, not in the C code.
20641         Remove directories in the script, not in the C code.
20642         Remove conftestdir{,2} before trying to create the directory.
20643         Make the entire configure script fail if the mkdir fails.
20644
20645 2001-01-14  Jim Meyering  <meyering@lucent.com>
20646
20647         * lib/rename.c: New file.  From Volker Borchert.
20648         Include stdlib.h, string.h or strings.h, and xalloc.h.
20649         Use strip_trailing_slashes rather than open-coding it.
20650
20651 2001-01-03  Paul Eggert  <eggert@twinsun.com>
20652
20653         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
20654
20655 2001-01-03  Jim Meyering  <meyering@lucent.com>
20656
20657         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
20658         of local `inptr' to avoid warning with some system declarations of
20659         iconv.
20660
20661 2001-01-02  Volker Borchert  <bt@teknon.de>
20662
20663         * m4/rename.m4: New file.
20664         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
20665
20666 2001-01-01  Jim Meyering  <meyering@lucent.com>
20667
20668         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
20669         even on systems with utmpx.h.  It's necessary for the declaration of
20670         utmp's ut_user member.  Reported by Andreas Jaeger.
20671
20672         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
20673         available. They are required for the declarations of getgrgid and
20674         getpwuid resp.
20675         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
20676         Reported by Andreas Jaeger.
20677
20678 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
20679
20680         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
20681         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
20682         so `make install' also works in VPATH builds.
20683
20684 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
20685
20686         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
20687         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
20688         can be used in subdirectories.
20689
20690 2000-12-29  Paul Eggert  <eggert@twinsun.com>
20691
20692         * lib/modechange.c: Do not assume that mode_t uses the
20693         traditional octal encoding.  E.g. "chmod 1 FOO" should set
20694         the other-execute bit of FOO even if S_IXOTH != 1.
20695
20696         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
20697         WOTH, XOTH, ALLM): New macros.
20698         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
20699          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
20700         Use them.
20701         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
20702         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
20703         (mode_compile):
20704         No need to use uintmax_t; unsigned long is long enough.
20705         Don't bother to get suffix since we don't use it.
20706
20707 2000-12-26  Jim Meyering  <meyering@lucent.com>
20708
20709         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
20710         better with autoheader.
20711
20712 2000-12-24  Jim Meyering  <meyering@lucent.com>
20713
20714         * lib/hash.c (is_prime): Return explicit boolean values.
20715         (hash_get_first): Return NULL to appease Irix5.6's 89.
20716         Reported by Nelson Beebe.
20717
20718 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
20719
20720         * lib/localcharset.c (locale_charset): Add support for Win32.
20721
20722 2000-12-18  Paul Eggert  <eggert@twinsun.com>
20723
20724         * lib/physmem.h, physmem.c: New files.
20725
20726         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
20727         (noinst_HEADERS): Add physmem.h.
20728
20729         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
20730         't' for compatibility with Solaris 8 sort.
20731
20732 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
20733
20734         * lib/config.charset: Add support for BeOS.
20735
20736 2000-12-17  Jim Meyering  <meyering@lucent.com>
20737
20738         * m4/dos.m4 (jm_AC_DOS): New file and macro.
20739         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
20740
20741 2000-12-16  Jim Meyering  <meyering@lucent.com>
20742
20743         This bug had a serious impact on chown: `chown N:M FILE' (for integer
20744         N and M) would have treated it like `chown N:N FILE'.
20745
20746         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
20747
20748 2000-12-16  Jim Meyering  <meyering@lucent.com>
20749
20750         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
20751         SHELLS_FILE to a file name that's useful on djgpp systems.
20752         Include stdlib.h.
20753         (ADDITIONAL_DEFAULT_SHELLS): Define.
20754         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
20755         Based mostly on a patch from Prashant TR.
20756
20757 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
20758
20759         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
20760         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
20761         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
20762
20763 2000-12-08  Andreas Schwab  <schwab@suse.de>
20764
20765         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
20766         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
20767
20768 2000-12-07  Jim Meyering  <meyering@lucent.com>
20769
20770         * lib/stripslash.c (ISSLASH): Define.
20771         (strip_trailing_slashes): Use ISSLASH rather than comparing against
20772         `/'.
20773         From Prashant TR.
20774
20775         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
20776         (dir_name_r): Declare this function as static.
20777         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
20778         manifest itself on a name containing a mix of slashes and
20779         backslashes.
20780         Make this function work with names starting with a DOS-style
20781         drive letter and colon prefix.
20782         (dir_name): Append `.' if necessary.
20783         Based mostly on patches from Prashant TR and Eli Zaretskii.
20784
20785         * lib/dirname.h (dir_name_r): Remove prototype.
20786
20787 2000-12-06  Paul Eggert  <eggert@twinsun.com>
20788
20789         * m4/off_t-format.m4: Remove this file.
20790         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
20791
20792 2000-12-06  Jim Meyering  <meyering@lucent.com>
20793
20794         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
20795         replacement strtoull, we may well need the replacement strtoul, too.
20796         Check for declarations of strtoul and strtoull.
20797         Check for strtol.  Mainly as a cue to cause automake to include
20798         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
20799         Check for limits.h -- strtol.c needs it.
20800
20801 2000-12-05  Jim Meyering  <meyering@lucent.com>
20802
20803         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
20804
20805 2000-12-04  Jim Meyering  <meyering@lucent.com>
20806
20807         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
20808         Also include memory.h, stdlib.h, unistd.h if appropriate.
20809         Reported by Andreas Jaeger (conflicting declaration of malloc).
20810
20811 2000-12-02  Jim Meyering  <meyering@lucent.com>
20812
20813         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
20814         * m4/jm-macros.m4 (jm_MACROS): require it.
20815
20816 2000-12-02  Jim Meyering  <meyering@lucent.com>
20817
20818         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
20819
20820 2000-12-01  Paul Eggert  <eggert@twinsun.com>
20821
20822         * lib/memrchr.c: Include <config.h> before any system include file.
20823
20824 2000-11-30  Jim Meyering  <meyering@lucent.com>
20825
20826         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
20827
20828 2000-11-30  Jim Meyering  <meyering@lucent.com>
20829
20830         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
20831
20832 2000-11-29  Paul Eggert  <eggert@twinsun.com>
20833
20834         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
20835
20836 2000-11-26  Jim Meyering  <meyering@lucent.com>
20837
20838         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
20839
20840 2000-11-22  Paul Eggert  <eggert@twinsun.com>
20841
20842         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
20843         size of (size_t) -1; it's not portable.
20844
20845 2000-11-17  Jim Meyering  <meyering@lucent.com>
20846
20847         * lib/strstr.c: Update from GNU libc.
20848
20849 2000-11-17  Akim Demaille  <akim@epita.fr>
20850
20851         * lib/obstack.h: Formatting changes.
20852         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
20853         prevent type checking.
20854         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
20855         cast the value to (void *): assigning a `foo *' to a `void *'
20856         variable is valid.
20857         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
20858
20859 2000-11-16  Jim Meyering  <meyering@lucent.com>
20860
20861         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
20862
20863 2000-11-11  Jim Meyering  <meyering@lucent.com>
20864
20865         * lib/error.c: Add a couple #includes, merging from GNU libc version.
20866
20867 2000-11-10  Jim Meyering  <meyering@lucent.com>
20868
20869         * lib/obstack.h: Update from GNU libc.
20870         * lib/obstack.c: Likewise.
20871
20872 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
20873
20874         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
20875
20876 2000-11-06  Paul Eggert  <eggert@twinsun.com>
20877
20878         * lib/getusershell.c (setusershell): Use rewind rather than
20879         fseek/fseeko, to avoid configuration hassles with fseeko.
20880         Don't bother opening SHELLS_FILE if shellstream is NULL;
20881         it's not necessary.
20882
20883 2000-11-05  Jim Meyering  <meyering@lucent.com>
20884
20885         * lib/makepath.h (make_dir): Declare.
20886         * lib/makepath.c (make_dir): Remove `static' attribute.
20887         Tweak a comment.
20888
20889 2000-11-04  Jim Meyering  <meyering@lucent.com>
20890
20891         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
20892
20893 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
20894
20895         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
20896         last one in a bucket, advance to the next bucket.
20897
20898 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
20899
20900         * lib/fnmatch.c: Do not comment out all the code if we are using
20901         the GNU C library, because in some cases we are replacing buggy
20902         code in the GNU C library itself.
20903
20904 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
20905
20906         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
20907         (regex_compile): Catch bogus \(\1\).
20908
20909 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20910
20911         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
20912         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
20913         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
20914
20915 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20916
20917         * lib/error.h, getline.h, modechange.h:
20918         Remove "2000" from Copyright line, as the file hasn't been
20919         changed this year other than in the copyright notice.
20920
20921         * lib/xalloc.h: Add "2000" to Copyright line, as this file
20922         was changed this year.
20923
20924 2000-10-29  Jim Meyering  <meyering@lucent.com>
20925
20926         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
20927         renaming.
20928         * m4/ls-mntd-fs.m4: Likewise
20929
20930 2000-10-29  Jim Meyering  <meyering@lucent.com>
20931
20932         * lib/xstat.in: Fix grammar in comment.
20933
20934 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
20935
20936         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
20937         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
20938         doesn't define __restrict_arr.
20939
20940 2000-10-28  Jim Meyering  <meyering@lucent.com>
20941
20942         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
20943         (jm_PREREQ_MEMCHR): New function.
20944
20945 2000-10-28  Jim Meyering  <meyering@lucent.com>
20946
20947         * lib/memchr.c: Update from libc.
20948         Adjust for portability:
20949         [HAVE_STDLIB_H]: Include stdlib.h.
20950         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
20951         Undef __memchr, too.
20952         [!weak_alias]: Define __memchr to memchr.
20953
20954         * lib/regex.c: Update from libc.
20955         * lib/regex.h: Likewise.
20956         * lib/getopt1.c: Likewise.
20957         * lib/memcmp.c: Likewise.
20958
20959         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
20960         Avoid using fseek, when possible -- it's broken by design.
20961         Patch by Ulrich Drepper.
20962
20963 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
20964
20965         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
20966         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
20967         Giving in to popular pressure to shut up the compiler with casts.
20968
20969 2000-10-26  Jim Meyering  <meyering@lucent.com>
20970
20971         * lib/strftime.c: Update from libc.
20972
20973 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
20974
20975         * regex.c: More `unsigned char' -> `re_char' changes.
20976         Also change several `int' into `re_wchar_t'.
20977         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
20978         (PUSH_FAILURE_POINTER): Don't cast any more.
20979         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
20980         We want GCC to complain, since this piece of code makes
20981         re_match non-reentrant, which *should* be fixed.
20982         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
20983         (EXTEND_BUFFER): Use RETALLOC.
20984         (SET_LIST_BIT): Don't cast.
20985         (re_wchar_t): New type.
20986         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
20987         that those two functions will always properly return.
20988         (IMMEDIATE_QUIT_CHECK): Cast to void.
20989         (analyse_first): Use recursion rather than an explicit stack.
20990         (re_compile_fastmap): Can't fail anymore.
20991         (re_search_2): Don't check re_compile_fastmap for failure.
20992         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
20993         Now also sets the new value (passed in a new argument).
20994         (re_match_2_internal): Use it.
20995         Also, use a new var `reg' of type size_t when looping through regs
20996         rather than reuse the inappropriate `mcnt'.
20997
20998 2000-10-25  Jim Meyering  <meyering@lucent.com>
20999
21000         * lib/obstack.c: Update from libc.
21001
21002 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
21003
21004         * regex.c (regex_compile): Change the way of handling a range from
21005         a char less than 256 to a char not less than 256.
21006
21007 2000-10-24  Andrew Innes  <andrewi@gnu.org>
21008
21009         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
21010         NT-Emacs only.
21011         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
21012         so that re_search functions only quit when callers expect them to.
21013
21014 2000-10-23  Jim Meyering  <meyering@lucent.com>
21015
21016         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
21017         wrong.  That set_locale call must not have any side effects.
21018         From Paul Eggert.
21019
21020 2000-10-22  Jim Meyering  <meyering@lucent.com>
21021
21022         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
21023         [CYCLIC]: Remove now-unused definition.
21024
21025         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
21026         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
21027         Suggestion from Ulrich Drepper.
21028
21029 2000-10-21  Jim Meyering  <meyering@lucent.com>
21030
21031         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
21032         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
21033         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
21034
21035 2000-10-21  Jim Meyering  <meyering@lucent.com>
21036
21037         * lib/dirname.c (memrchr): Declare if necessary.
21038         (dir_name): Remove the restriction that there be no
21039         trailing slashes.  Now, this code skips past them, effectively
21040         ignoring them.
21041         [TEST_DIRNAME] (main): New unit tests.
21042
21043         * lib/memrchr.c: New file from GNU libc.
21044         Undef __memrchr, too.
21045         [!weak_alias]: Define __memrchr to memrchr.
21046         Guard weak_alias use with `#ifdef weak_alias'.
21047
21048 2000-10-21  Jim Meyering  <meyering@lucent.com>
21049
21050         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
21051         (dir_name): Use dir_name_r.
21052         * lib/dirname.h (dir_name_r): Declare it.
21053
21054 2000-10-17  Jim Meyering  <meyering@lucent.com>
21055
21056         * lib/quote.h (PARAMS): Define and use.
21057         Reported by Akim Demaille.
21058
21059         * lib/getopt.c: Update from libc.
21060
21061 2000-10-16  Jim Meyering  <meyering@lucent.com>
21062
21063         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
21064         setlocale.
21065         From Jan Fedak.
21066
21067 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
21068
21069         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
21070
21071 2000-09-25  Jim Meyering  <meyering@lucent.com>
21072
21073         * lib/md5.h (rol): Define (from GnuPG).
21074
21075         * lib/sha.c: Give credit (GnuPG) where due.
21076         (M): Use rol rather than open-coding it.
21077         Add a FIXME comment.
21078
21079 2000-09-21  Jim Meyering  <meyering@lucent.com>
21080
21081         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
21082         Reported by Michael Stone.
21083
21084 2000-09-20  Jim Meyering  <meyering@lucent.com>
21085
21086         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
21087         (noinst_HEADERS): Add sha.h.
21088         Based on code from Scott G. Miller and from GnuPG.
21089
21090 2000-09-18  Jim Meyering  <meyering@lucent.com>
21091
21092         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
21093         LIBS. Otherwise, everyone ends up linking with -lelf for some
21094         configurations.
21095         Reported by Mike Stone.
21096
21097 2000-09-15  Jim Meyering  <meyering@lucent.com>
21098
21099         * lib/regex.c: Update from libc.
21100
21101 2000-09-10  Jim Meyering  <meyering@lucent.com>
21102
21103         * lib/getopt.c (_getopt_internal): Update from glibc.
21104
21105 2000-09-09  Jim Meyering  <meyering@lucent.com>
21106
21107         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
21108         think it should be used as a general replacement for isascii.
21109         * lib/fnmatch.c: Likewise.
21110         * lib/mbswidth.c: Likewise
21111         * lib/regex.c: Likewise.
21112
21113         Don't use atoi.
21114         * lib/userspec.c: Include sys/param.h and limits.h.
21115         Include xstrtol.h.
21116         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21117         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
21118         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
21119         UID, GID.  Check range.
21120
21121 2000-09-06  Jim Meyering  <meyering@lucent.com>
21122
21123         * lib/getopt.c (_getopt_internal): Update from glibc.
21124
21125 2000-08-30  Jim Meyering  <meyering@lucent.com>
21126
21127         * lib/strftime.c: Merge in changes from GNU libc.
21128
21129 2000-08-26  Jim Meyering  <meyering@lucent.com>
21130
21131         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
21132         * m4/fpending.m4: New file.
21133
21134 2000-08-26  Jim Meyering  <meyering@lucent.com>
21135
21136         * lib/closeout.c: Include "__fpending.h".
21137         (close_stdout_status): Return right away if there's nothing to flush.
21138
21139         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
21140         * lib/__fpending.c: New file.
21141         * lib/__fpending.h: New file.
21142
21143 2000-08-20  Jim Meyering  <meyering@lucent.com>
21144
21145         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
21146         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
21147         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
21148
21149 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
21150
21151         Improve fileutils installation on systems where running
21152         programs (like install) can't be unlinked.
21153         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
21154         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
21155
21156 2000-08-07  Paul Eggert  <eggert@twinsun.com>
21157
21158         Standardize on "memory exhausted" instead of "Memory exhausted"
21159         or "virtual memory exhausted".
21160         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
21161         "virtual memory exhausted".
21162         * lib/same.c (same_name): Invoke xalloc_die instead of printing
21163         our own message.
21164         * lib/userspec.c (parse_user_spec): Likewise.
21165         * lib/bumpalloc.h: comment fix
21166         * lib/same.c, userspec.c: Include xalloc.h.
21167
21168         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
21169         not char *const and pointing to a constant array.
21170         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
21171         (xrealloc): Comment fix.
21172
21173         * lib/userspec.c (parse_user_spec):
21174         Don't translate a message until just before returning,
21175         to avoid unnecessary translation.
21176
21177 2000-08-07  Jim Meyering  <meyering@lucent.com>
21178
21179         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
21180         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
21181         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
21182         getgroups.c, gethostname.c, getopt.h, group-member.c,
21183         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
21184         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
21185         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
21186         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
21187         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
21188         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
21189         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
21190         yesno.c: Back out Copyright date changes for each file with no change
21191         this year.  This eases coordination with other programs using the same
21192         source code modules.  From Paul Eggert.
21193
21194 2000-08-06  Paul Eggert  <eggert@twinsun.com>
21195
21196         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
21197         not char, for compatibility with glibc 2.1.3 strftime.c.
21198
21199 2000-08-03  Greg McGary  <greg@mcgary.org>
21200
21201         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
21202         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
21203         (EXTEND_BUFFER): Use them.
21204
21205 2000-08-01  Jim Meyering  <meyering@lucent.com>
21206
21207         * lib/dirname.c (ISSLASH): Define.
21208         (BACKSLASH_IS_PATH_SEPARATOR): Define.
21209         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
21210         both `\' and `/' may be use as path separators.
21211         Based on a patch from Prashant TR.
21212
21213 2000-07-31  Paul Eggert  <eggert@twinsun.com>
21214
21215         * lib/quotearg.c (quotearg_n_options): Don't make the initial
21216         slot vector a constant, since it might get modified.
21217
21218 2000-07-31  Jim Meyering  <meyering@lucent.com>
21219
21220         * lib/xmalloc.c: Use `virtual memory exhausted', not
21221         `Memory exhausted'.
21222         * lib/obstack.c (print_and_abort): Likewise.
21223
21224 2000-07-30  Paul Eggert  <eggert@twinsun.com>
21225
21226         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
21227         buffer, so that the caller can always quote one small
21228         component of a "memory exhausted" message in slot 0.
21229         From a suggestion by Jim Meyering.
21230
21231 2000-07-30  Jim Meyering  <meyering@lucent.com>
21232
21233         * lib/makepath.c (make_path): Quote the other instance, too.
21234
21235         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
21236         (STATIC_BUF_SIZE): Define.
21237         (quotearg_n_options): Use only statically allocated storage when
21238         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
21239         than STATIC_BUF_SIZE.
21240
21241 2000-07-29  Jim Meyering  <meyering@lucent.com>
21242
21243         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
21244         * lib/dirname.c (dir_name): Likewise.
21245
21246         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
21247         `/'.
21248
21249         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
21250         (dir_name): Assert that there are no trailing slashes.
21251
21252 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
21253
21254         * lib/mbswidth.h (mbswidth): Add a flags argument.
21255         (mbswidth): New declaration.
21256         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
21257         * lib/mbswidth.c (mbswidth): Add a flags argument.
21258         (mbsnwidth): New function.
21259
21260 2000-07-24  Jim Meyering  <meyering@lucent.com>
21261
21262         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
21263
21264 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21265
21266         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
21267
21268 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21269
21270         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
21271         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
21272         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
21273         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
21274         invoke multibyte primitives.
21275
21276 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21277
21278         * lib/quotearg.c:
21279         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
21280         so that mbstate_t is always defined.
21281
21282         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
21283         be 1 in at least one GCC installation, and this configuration
21284         error is likely to be common.  Ignoring MB_LEN_MAX hurts
21285         performance on hosts that have mbrtowc but have only unibyte
21286         locales, but I assume these hosts are rare.
21287
21288 2000-07-23  Paul Eggert  <eggert@twinsun.com>
21289
21290         * lib/mbswidth.c (_XOPEN_SOURCE):
21291         Don't define; this causes problems on Solaris 7.
21292         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
21293
21294 2000-07-23  Jim Meyering  <meyering@lucent.com>
21295
21296         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
21297         too: getgrgid, getpwuid, getuid.
21298
21299 2000-07-23  Jim Meyering  <meyering@lucent.com>
21300
21301         * lib/basename.c (base_name): Add an assertion.
21302
21303 2000-07-23  Bruno Haible  <clisp.cons.org>
21304
21305         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
21306         shadow its mbsinit function.
21307
21308 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
21309
21310         * lib/mbswidth.h: New file.
21311         * lib/mbswidth.c: New file.
21312         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
21313         (noinst_HEADERS): Add mbswidth.h.
21314
21315 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
21316
21317         * lib/config.charset: Add support for FreeBSD. Improve support for
21318         HP-UX and IRIX 6.
21319
21320 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
21321
21322         * m4/mbswidth.m4: New file.
21323         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
21324
21325 2000-07-15  Jim Meyering  <meyering@lucent.com>
21326
21327         * lib/makepath.c: Include quote.h.
21328         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
21329         corresponding argument in a `quote (...)' call.
21330         Give better diagnostics.
21331
21332         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
21333         (noinst_HEADERS): Add quote.h.
21334
21335         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
21336         from tar's src/misc.c.
21337         * lib/quote.h: New file.  Prototypes for same.
21338
21339 2000-07-14  Paul Eggert  <eggert@twinsun.com>
21340
21341         From a suggestion by Bruno Haible.
21342         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
21343         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
21344         to decide whether to define the BeOS workaround macro;
21345         this adjusts to the change to AC_MBSTATE_T.
21346
21347 2000-07-14  Jim Meyering  <meyering@lucent.com>
21348
21349         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
21350         jm_AC_TYPE_UINTMAX_T.
21351
21352 2000-07-13  Paul Eggert  <eggert@twinsun.com>
21353
21354         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
21355
21356         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
21357         quotearg_buffer_restyled): Add support for
21358         clocale_quoting_style.  Undo previous change to
21359         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
21360         and "{RIGHT QUOTATION MARK}" msgids.
21361
21362 2000-07-10  Paul Eggert  <eggert@twinsun.com>
21363
21364         From a suggestion by Bruno Haible.
21365         * m4/mbstate_t.m4 (AC_MBSTATE_T):
21366         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
21367         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
21368         and mbstate_t, to a single-part test that simply defines mbstate_t.
21369         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
21370         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
21371
21372 2000-07-10  Jim Meyering  <meyering@lucent.com>
21373
21374         * m4/strerror_r.m4: Mirror the correction made in autoconf.
21375
21376         * m4/gnu-source.m4: Output to confdefs.h directly.
21377         Suggestion from Akim Demaille.
21378
21379 2000-07-09  Paul Eggert  <eggert@twinsun.com>
21380
21381         The old behavior of quoting `like this' doesn't look good with
21382         newer, ISO-style fonts.  See:
21383         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
21384
21385         Instead, quote "like this" by default.  Let the translator
21386         tailor the locale-specific quoting behavior by providing
21387         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
21388
21389         * lib/quotearg.c (N_): New macro.
21390         (gettext_default): New function.
21391         (quotearg_buffer_restyled): Use
21392         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
21393         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
21394
21395 2000-07-09  Jim Meyering  <meyering@lucent.com>
21396
21397         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
21398         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
21399
21400         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
21401         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
21402
21403 2000-07-09  Jim Meyering  <meyering@lucent.com>
21404
21405         * lib/Most files: Update copyright dates to include 2000.
21406
21407 2000-07-08  Jim Meyering  <meyering@lucent.com>
21408
21409         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
21410         if not defined.
21411         (xgethostname): Remove now-unnecessary #ifdef.
21412         Move declaration of `err' into loop where it's used.
21413
21414 2000-07-05  Paul Eggert  <eggert@twinsun.com>
21415         and Bruno Haible  <haible@clisp.cons.org>
21416
21417         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
21418         only if the test for an object-type mbstate_t fails.  This
21419         prevents us from mistakenly reporting that mbstate_t is a
21420         system object type after we "#define mbstate_t int" to work
21421         around its lack.
21422
21423 2000-07-05  Paul Eggert  <eggert@twinsun.com>
21424         and Bruno Haible  <haible@clisp.cons.org>
21425
21426         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
21427
21428 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21429
21430         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
21431         to strerror_r.
21432         Include <ctype.h> for use of isalpha.
21433
21434 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21435
21436         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
21437         by allocating a larger buffer. Test the gethostname return value for
21438         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
21439         returns an error and ENAMETOOLONG isn't defined.
21440
21441 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
21442
21443         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
21444         dimension.
21445
21446 2000-07-04  Jim Meyering  <meyering@lucent.com>
21447
21448         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
21449         of the deprecated AC_CHECKING.
21450
21451 2000-07-04  Jim Meyering  <meyering@lucent.com>
21452
21453         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
21454         Reported by Bruno Haible.
21455
21456 2000-07-04  Jim Meyering  <meyering@lucent.com>
21457
21458         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
21459         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
21460         lacks mbrtowc.
21461
21462 2000-07-03  Paul Eggert  <eggert@twinsun.com>
21463
21464         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
21465         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
21466
21467 2000-07-03  Paul Eggert  <eggert@twinsun.com>
21468         and Bruno Haible  <haible@clisp.cons.org>
21469
21470         * lib/quotearg.c (mbrtowc):
21471         Assign to *pwc, and return 1 only if result is nonzero.
21472         (iswprint): Use ISPRINT when substituting our own mbrtowc.
21473
21474 2000-07-03  Jim Meyering  <meyering@lucent.com>
21475
21476         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
21477
21478 2000-07-03  Jim Meyering  <meyering@lucent.com>
21479
21480         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
21481         This is necessary to get a definition of e.g., UTMP_FILE on
21482         HP-UX 10.20.
21483         From Bob Proulx.
21484
21485 2000-07-02  Jim Meyering  <meyering@lucent.com>
21486
21487         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
21488
21489         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
21490         AC_LIBOBJ(function_name).
21491         * m4/chown.m4: Likewise.
21492         * m4/fnmatch.m4: Likewise.
21493         * m4/ftruncate.m4: Likewise.
21494         * m4/getgroups.m4: Likewise.
21495         * m4/getline.m4: Likewise.
21496         * m4/group-member.m4: Likewise.
21497         * m4/jm-macros.m4: Likewise.
21498         * m4/lstat.m4: Likewise.
21499         * m4/malloc.m4: Likewise.
21500         * m4/memcmp.m4: Likewise.
21501         * m4/nanosleep.m4: Likewise.
21502         * m4/putenv.m4: Likewise.
21503         * m4/realloc.m4: Likewise.
21504         * m4/regex.m4: Likewise.
21505         * m4/stat.m4: Likewise.
21506         * m4/strftime.m4: Likewise.
21507
21508 2000-07-02  Jim Meyering  <meyering@lucent.com>
21509
21510         * lib/quotearg.c (mbstate_t): Don't define here.
21511
21512 2000-07-02  Jim Meyering  <meyering@lucent.com>
21513
21514         * lib/nanosleep.c (SIGCONT): Define if not already defined.
21515
21516 2000-07-01  Jim Meyering  <meyering@lucent.com>
21517
21518         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
21519
21520 2000-07-01  Jim Meyering  <meyering@lucent.com>
21521
21522         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
21523         problem.
21524
21525 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
21526
21527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
21528         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
21529
21530 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
21531
21532         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
21533         per change in ../m4/ls-mntd-fs.m4.
21534         (read_filesystem_list): Ignore symbolic links.
21535
21536 2000-06-29  Jim Meyering  <meyering@lucent.com>
21537
21538         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
21539         for declaration of strcmp.
21540
21541         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
21542
21543         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
21544         Avoid warning by casting result to `char *' to remove `const'.
21545
21546 2000-06-28  Jim Meyering  <meyering@lucent.com>
21547
21548         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
21549         included by quotearg.c, for which we perform this test.  From
21550         Bruno Haible.
21551
21552 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
21553
21554         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
21555         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
21556         <utmpx.h> exists, put readutmp.o into LIBOBJS.
21557
21558 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
21559
21560         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
21561
21562 2000-06-26  Paul Eggert  <eggert@twinsun.com>
21563
21564         savedir now sets errno on failure and invokes xmalloc to get memory.
21565         Fix a couple of other minor bugs while we're at it.
21566
21567         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
21568         (NAMLEN): Remove macro.
21569         (malloc, realloc): Remove decls.
21570         (stpcpy): Likewise.
21571         ("xalloc.h"): Include.
21572         (NAME_SIZE_DEFAULT): New macro.
21573         (savedir): Use xmalloc / xrealloc to allocate memory.
21574         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
21575         Skip "" directory entries.
21576         Use strlen to calculate directory entry length, since the old method
21577         is rarely used these days and isn't worth supporting.
21578         Don't use a pointer after freeing it.
21579         Check for integer overflow when calculating allocation size.
21580         Use memcpy to copy entries, instead of stpcpy.
21581         Set errno properly when returning NULL.
21582         Check for readdir error.
21583
21584 2000-06-26  Jim Meyering  <meyering@lucent.com>
21585
21586         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
21587
21588 2000-06-25  Jim Meyering  <meyering@lucent.com>
21589
21590         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
21591         Linux header bug when _XOPEN_SOURCE is defined to 500.
21592
21593 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
21594
21595         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
21596         deficiency.
21597
21598 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
21599
21600         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
21601         Include xalloc.h.
21602         Don't include <stdlib.h>.  Don't declare malloc, realloc.
21603
21604 2000-06-24  Jim Meyering  <meyering@lucent.com>
21605
21606         * m4/strerror_r.m4: Revive this file -- to try out an experimental
21607         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
21608         for which strerror does return char*, but which lacks a conveniently
21609         accessible declaration of the function.  If the compile-test says
21610         strerror_r doesn't work, then resort to a `run'-test that works on
21611         BeOS and segfaults on DEC Unix.
21612
21613 2000-06-24  Jim Meyering  <meyering@lucent.com>
21614
21615         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
21616
21617 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21618
21619         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
21620         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
21621
21622 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21623
21624         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
21625         (mbrtowc, mbstate_t): Define substitutes if
21626         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
21627         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
21628         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
21629
21630 2000-06-23  Jim Meyering  <meyering@lucent.com>
21631
21632         * m4/afs.m4: Add missing AC_MSG_RESULT.
21633         Reported by Bruno Haible.
21634
21635         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
21636         Suggestion from Bruno Haible.
21637
21638 2000-06-23  Jim Meyering  <meyering@lucent.com>
21639
21640         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
21641
21642 2000-06-21  Jim Meyering  <meyering@lucent.com>
21643
21644         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
21645
21646 2000-06-21  Jim Meyering  <meyering@lucent.com>
21647
21648         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
21649         (noinst_HEADERS): Add getstr.h.
21650
21651         * lib/getline.c (getstr): Move into a separate file.
21652         * lib/getstr.c (getstr): New file, extracted from getline.c, with
21653         the following changes: new parameter, delim2; both delim[12]
21654         parameters have type `int', not `char'.  The latter would lose
21655         with 8-bit delimiters.
21656         * lib/getstr.h: New file.
21657
21658 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21659
21660         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
21661         than 1024, return a memory chunk of least possible size, instead
21662         of size PATH_MAX + 2. In the loop, increment the size proportionally.
21663         Use free/xmalloc instead of xrealloc to avoid copying for very long
21664         paths.
21665
21666 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21667
21668         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
21669         the empty string.
21670
21671 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21672
21673         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
21674         address, not strdup.  Include <stdlib.h> and don't declare free().
21675
21676 2000-06-19  Jim Meyering  <meyering@lucent.com>
21677
21678         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
21679
21680 2000-06-18  Jim Meyering  <meyering@lucent.com>
21681
21682         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
21683
21684         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
21685         `checking whether...' message to be consistent with that of the
21686         lstat test.
21687
21688 2000-06-18  Jim Meyering  <meyering@lucent.com>
21689
21690         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
21691         Besides, these days every porting target provides a mkdir function.
21692
21693         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
21694         needed. (this snippet comes from src/system.h).
21695
21696 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
21697
21698         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
21699
21700 2000-06-15  Paul Eggert  <eggert@twinsun.com>
21701
21702         * lib/human.c (adjust_value): New function.
21703         (human_readable_inexact): Apply rounding style even when
21704         printing approximate values.
21705
21706 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21707
21708         * lib/human.c (human_readable_inexact): Allow an input block
21709         size that is not a multiple of the output block size, and vice versa.
21710         Reported by Piergiorgio Sartor.
21711
21712 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21713
21714         * lib/getdate.y (get_date): Apply relative times after time
21715         zone indicator, not before.  Reported by Todd A. Jacobs.
21716
21717 2000-06-13  Jim Meyering  <meyering@lucent.com>
21718
21719         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
21720
21721         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
21722
21723 2000-06-12  Paul Eggert  <eggert@twinsun.com>
21724
21725         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
21726
21727 2000-06-12  Jim Meyering  <meyering@lucent.com>
21728
21729         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
21730         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
21731         optional argument.
21732         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
21733         the optional argument, `lib'.
21734
21735 2000-06-08  Jim Meyering  <meyering@lucent.com>
21736
21737         * m4/largefile.m4: Remove file (now that it's part of autoconf).
21738
21739 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21740
21741         Rewrite largefile configuration so that we don't need to run
21742         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
21743         AC_CANONICAL_HOST in configure.in -- jmm]
21744
21745         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
21746         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
21747         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
21748         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
21749         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
21750         All uses changed.
21751         Instead of inspecting the output of getconf, try to compile the
21752         test program without and with the macro definition.
21753         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
21754         for getconf.  Instead, check for the needed flags by compiling
21755         test programs.
21756
21757 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21758
21759         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
21760
21761 2000-06-04  Jim Meyering  <meyering@lucent.com>
21762
21763         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
21764         SunOS 4.1.4 for which gid_t is an unsigned type.
21765
21766 2000-06-03  Jim Meyering  <meyering@lucent.com>
21767
21768         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
21769         now that autoconf requires that.
21770
21771         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
21772         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
21773         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
21774
21775 2000-06-03  Jim Meyering  <meyering@lucent.com>
21776
21777         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
21778
21779 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21780
21781         * m4/glibc21.m4: New file.
21782         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
21783
21784 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21785
21786         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
21787         newer, don't install charset.alias.
21788         * lib/config.charset: Change the Linux/glibc rules so they become empty
21789         on glibc-2.1 or newer.
21790
21791 2000-06-02  Jim Meyering  <meyering@lucent.com>
21792
21793         * lib/mountlist.c: Back out last change.  Instead, do this...
21794         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
21795         me_dummy member using the same `ignore'-testing code.
21796         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
21797         fs_type strings.
21798         From Mark D. Roth.
21799
21800 2000-05-29  Jim Meyering  <meyering@lucent.com>
21801
21802         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
21803         mounts with the `ignore' attribute.  Based on a patch from
21804         Mark D. Roth.
21805
21806 2000-05-28  Jim Meyering  <meyering@lucent.com>
21807
21808         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
21809         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21810         * m4/stat.m4: Likewise.
21811         * m4/lstat.m4: Likewise.
21812         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
21813
21814         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
21815         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
21816
21817 2000-05-26  Jim Meyering  <meyering@lucent.com>
21818
21819         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
21820
21821 2000-05-24  Jim Meyering  <meyering@lucent.com>
21822
21823         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
21824         autoconf requires that.
21825         * m4/lib-check.m4: Likewise.
21826         * m4/jm-macros.m4: Likewise.
21827         * m4/strftime.m4: Likewise.
21828
21829         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
21830         AC_CHECK_DECLS, now that autoconf requires that.
21831
21832 2000-05-22  Jim Meyering  <meyering@lucent.com>
21833
21834         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21835         * m4/lstat.m4: Likewise.
21836
21837 2000-05-22  Jim Meyering  <meyering@lucent.com>
21838
21839         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
21840
21841 2000-05-20  Jim Meyering  <meyering@lucent.com>
21842
21843         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
21844         (jm_PREREQ): Use it.
21845
21846 2000-05-18  Jim Meyering  <meyering@lucent.com>
21847
21848         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
21849         back, too, since it may have been modified by allocate_entry.
21850         (hash_delete): Rewrite to use neither the assignment operator
21851         nor the comma operator in an if-expression.
21852
21853 2000-05-15  Paul Eggert  <eggert@twinsun.com>
21854
21855         * lib/closeout.c:
21856         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
21857         Remove; no longer needed.
21858         "quotearg.h": Add include.
21859         (file_name): Do not bother to explicitly initialize to NULL; it's less
21860         efficient on some hosts.
21861         (close_stdout_status): Remove test as to whether stdout was already
21862         closed; it breaks for the case "echo x | sort >&-".
21863         Quote file name colons.
21864         Do not assume that _("write error") lacks format strings.
21865
21866 2000-05-15  Jim Meyering  <meyering@lucent.com>
21867
21868         * lib/version-etc.c (version_etc_copyright): Update the copyright
21869         string used in all --version output.
21870
21871 2000-05-14  Jim Meyering  <meyering@lucent.com>
21872
21873         * lib/closeout.c (close_stdout_set_file_name): New function.
21874         (close_stdout_status): Use new file-scoped global.
21875         Return right away if fstat says the stdout file descriptor is invalid.
21876         * lib/closeout.h (close_stdout_set_file_name): Declare.
21877
21878 2000-05-10  Jim Meyering  <meyering@lucent.com>
21879
21880         * lib/closeout.c [default_exit_status]: New file-scoped variable.
21881         (close_stdout_set_status): New function.
21882         * lib/closeout.h (close_stdout_set_status): Declare.
21883
21884 2000-05-09  Jim Meyering  <meyering@lucent.com>
21885
21886         * m4/gettext.m4: Rename this...
21887         * m4/libintl.m4: ...to this.
21888
21889 2000-05-08  Jim Meyering  <meyering@lucent.com>
21890
21891         * lib/long-options.c: Don't include closeout.h.
21892         (parse_long_options): Don't call close_stdout for --version.
21893
21894 2000-05-06  Paul Eggert  <eggert@twinsun.com>
21895
21896         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
21897         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
21898         2.1.3 bug.  This avoids a clash when files like regex.c define
21899         _GNU_SOURCE.
21900
21901 2000-05-06  Jim Meyering  <meyering@lucent.com>
21902
21903         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
21904         (AC_REPLACE_FUNCS): Add strnlen.
21905
21906         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
21907         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
21908
21909         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
21910         AC_SEARCH_LIBS call for nanosleep.
21911         (LIB_NANOSLEEP): Set and AC_SUBST.
21912
21913 2000-05-06  Jim Meyering  <meyering@lucent.com>
21914
21915         * lib/strnlen.c: Undefine __strnlen and strnlen.
21916         [!weak_alias]: Define __strnlen to strnlen.
21917
21918         * lib/atexit.c: New file, from libiberty.
21919
21920 2000-05-06  Jim Meyering  <meyering@lucent.com>
21921
21922         * lib/closeout.c (close_stdout_status): Also check for errors on the
21923         stderr stream.
21924
21925 2000-05-05  Jim Meyering  <meyering@lucent.com>
21926
21927         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
21928         AC_SEARCH_LIBS call for clock_gettime.
21929         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
21930
21931         * m4/search-libs.m4: Update from autoconf.
21932
21933         su doesn't work on Solaris 2.6.
21934         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
21935         <shadow.h>.  Reported by Dragos Harabor.
21936
21937 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
21938
21939         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
21940         memcpy instead of xmalloc, xrealloc, path_concat.
21941         (locale_charset): Treat empty environment variables as absent.
21942         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
21943
21944 2000-05-04  Jim Meyering  <meyering@lucent.com>
21945
21946         * lib/getopt.c: Update from glibc.
21947         * lib/obstack.c: Likewise.
21948         * lib/obstack.h: Likewise.
21949         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
21950         file
21951
21952         * lib/regex.h: Likewise.
21953         * lib/strndup.c: Likewise.
21954         * lib/strnlen.c: New file, from glibc.
21955
21956 2000-05-03  Jim Meyering  <meyering@lucent.com>
21957
21958         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
21959
21960 2000-05-02  Paul Eggert  <eggert@twinsun.com>
21961
21962         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
21963         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
21964         compile-time test, rather than inspecting host and OS, to
21965         decide whether to define _LARGEFILE_SOURCE.
21966
21967 2000-05-01  Jim Meyering  <meyering@lucent.com>
21968
21969         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
21970
21971         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
21972         Based on a patch from Bruno Haible.
21973
21974 2000-05-01  Jim Meyering  <meyering@lucent.com>
21975
21976         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
21977
21978 2000-04-29  Jim Meyering  <meyering@lucent.com>
21979
21980         * lib/path-concat.c: Declare strdup only if it's not defined.
21981         * lib/canon-host.c: Likewise.
21982
21983 2000-04-28  Jim Meyering  <meyering@lucent.com>
21984
21985         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
21986         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
21987         is included first, then limits.h is included by locale.h by libintl.h.
21988         From John David Anglin.
21989
21990 2000-04-25  Jim Meyering  <meyering@lucent.com>
21991
21992         * lib/makepath.c (S_IRWXUGO): Define.
21993         (make_path): Always perform explicit chmod if MODE specifies any
21994         of the `special' permission bits.  Prompted by a bug report against
21995         install from Mate Wierdl and Joost van Baal.
21996
21997 2000-04-18  Jim Meyering  <meyering@lucent.com>
21998
21999         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
22000         (jm_PREREQ): Use it.
22001
22002 2000-04-18  Jim Meyering  <meyering@lucent.com>
22003
22004         * lib/README: New file.
22005
22006         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
22007         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
22008
22009 2000-04-17  Jim Meyering  <meyering@lucent.com>
22010
22011         Get it right :-)
22012         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
22013         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
22014         Suggestion from Akim Demaille.
22015
22016 2000-04-17  Jim Meyering  <meyering@lucent.com>
22017
22018         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
22019         the definition of it to rpl_strftime also defined-away the system's
22020         declaration.
22021
22022 2000-04-15  Jim Meyering  <meyering@lucent.com>
22023
22024         Use `C' to denote so-called `contiguous' files, the same way
22025         that tar does.
22026         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
22027         (ftypelet): Use S_ISCTG.
22028         From Michael Deutschmann.
22029
22030 2000-04-14  Jim Meyering  <meyering@lucent.com>
22031
22032         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
22033         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
22034         clobbered.
22035
22036 2000-04-14  Jim Meyering  <meyering@lucent.com>
22037
22038         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
22039
22040 2000-04-13  Jim Meyering  <meyering@lucent.com>
22041
22042         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
22043         AH_VERBATIM to insert required #ifndef into config.h.in.
22044         Suggestion from Akim Demaille.
22045
22046 2000-04-12  Jim Meyering  <meyering@lucent.com>
22047
22048         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
22049         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
22050         Christian Krackowizer.
22051
22052         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
22053         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
22054         (AC_SYS_LARGEFILE): Require.
22055         (AM_C_PROTOTYPES): Require.
22056
22057 2000-04-08  Jim Meyering  <meyering@lucent.com>
22058
22059         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
22060         names don't conflict.  Reported by Eli Zaretskii.
22061
22062 2000-04-07  Jim Meyering  <meyering@lucent.com>
22063
22064         * lib/putenv.c: Move inclusion of errno.h so it follows that of
22065         sys/types.h, to work around system header problems on AIX 3.2.5.
22066         From Bruno Haible.
22067
22068 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
22069
22070         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
22071         bug.  Deal with the different error behavior of Irix iconv.
22072
22073 2000-04-05  Paul Eggert  <eggert@twinsun.com>
22074
22075         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
22076         IRIX if the installer said otherwise.
22077
22078 2000-04-05  Jim Meyering  <meyering@lucent.com>
22079
22080         Portability tweaks required for ultrix4.3.
22081         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
22082         (jm_CHECK_DECLS): Add getutent to the list of functions.
22083         (_jm_DECL_HEADERS): Add utmpx.h.
22084         From John David Anglin.
22085
22086         * m4/strftime.m4: Back out the 2000-04-02 change.
22087         Instead of that change, simply undefine putenv in the test program.
22088
22089 2000-04-05  Jim Meyering  <meyering@lucent.com>
22090
22091         Portability tweaks required for ultrix4.3.
22092         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
22093         getutent.
22094         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
22095         * lib/canon-host.c: Declare strdup.
22096         * lib/path-concat.c: Likewise.
22097         From John David Anglin.
22098
22099 2000-04-04  Jim Meyering  <meyering@lucent.com>
22100
22101         Be more DOS 8.3-friendly.
22102         * lib/ref-add.sin: Renamed from ref-add.sed.in.
22103         * lib/ref-del.sin: Renamed from ref-del.sed.in.
22104         * lib/Makefile.am: Reflect renaming.
22105         Reported by Eli Zaretskii.
22106
22107         Use a temporary file name that won't clash with `charset.alias'
22108         in the DOS 8.3 name space.
22109         * lib/Makefile.am (charset_tmp): Define.
22110         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
22111         (uninstall-local): Likewise.
22112         Reported by Eli Zaretskii.
22113
22114 2000-04-03  Jim Meyering  <meyering@lucent.com>
22115
22116         * m4/gettext.m4: Fix typo in comment.
22117
22118         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
22119         textutils/configure.in).  Suggestion from Paul Eggert.
22120         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
22121
22122 2000-04-02  Paul Eggert  <eggert@twinsun.com>
22123
22124         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
22125         variable in the shell rather than using putenv, which isn't
22126         portable.  This avoids the configure-time inter-test dependency
22127         on the potentially-renamed putenv function.
22128
22129 2000-03-30  Paul Eggert  <eggert@twinsun.com>
22130
22131         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
22132         before checking struct stat.st_blksize, so that
22133         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
22134
22135 2000-03-29  Paul Eggert  <eggert@twinsun.com>
22136
22137         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
22138         since strftime.c uses HAVE_STRFTIME to decide whether to use
22139         the underlying strftime.
22140
22141 2000-03-29  Paul Eggert  <eggert@twinsun.com>
22142
22143         * lib/time/strftime.c (my_strftime): Make sure we call the system
22144         strftime, not ourselves, when invoking the underlying strftime.
22145
22146 2000-03-24  Jim Meyering  <meyering@lucent.com>
22147
22148         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
22149         (charset_alias): Define.
22150         (install-exec-local): Factor out common code.
22151         (uninstall-local): Split lines longer than 80.
22152         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
22153         (SUFFIXES): Define.
22154         (.sed.in.sed): New rule.  Don't redirect directly to $@.
22155         (CLEANFILES): Add ref-add.sed and ref-del.sed.
22156
22157 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
22158
22159         * lib/config.charset: Output a line containing "Packages using this
22160         file".
22161         * lib/ref-add.sed.in, ref-del.sed.in: New files.
22162         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
22163         ref-del.sed): New rules.
22164
22165 2000-03-17  Jim Meyering  <meyering@lucent.com>
22166
22167         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
22168         Otherwise, include <strings.h>
22169
22170 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
22171
22172         * lib/unicodeio.c (utf8_wctomb): New function.
22173         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
22174         format instead of in UCS-4 with platform dependent endianness.
22175
22176 2000-03-10  Jim Meyering  <meyering@lucent.com>
22177
22178         * m4/lib-check.m4: Look for getspnam in -lgen, too.
22179         From Marco Franzen.
22180
22181 2000-03-07  Paul Eggert  <eggert@twinsun.com>
22182
22183         * lib/savedir.c (savedir): Work even if directory size is
22184         negative; this can happen with some screwy NFS configurations.
22185
22186 2000-03-06  Jim Meyering  <meyering@lucent.com>
22187
22188         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
22189         if it's NULL (because we ran out of memory).  From Bruno Haible.
22190
22191 2000-03-05  Jim Meyering  <meyering@lucent.com>
22192
22193         * lib/localcharset.c ("path-concat.h"): Include.
22194         (get_charset_aliases): Use path_concat instead of ANSI string
22195         concatenation.
22196
22197         * lib/unicodeio.h (PARAMS): Define.
22198         Use it to guard prototype.
22199
22200 2000-03-04  Jim Meyering  <meyering@lucent.com>
22201
22202         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
22203         for lib/localcharset.c.
22204
22205 2000-03-04  Jim Meyering  <meyering@lucent.com>
22206
22207         * lib/Makefile.am (install-exec-local): Create $(libdir) before
22208         installing into it.
22209         (uninstall-local): Uncomment this rule so `make distcheck' works
22210         once again.
22211
22212         * lib/unicodeio.c (<errno.h>): Include it.
22213         (errno): Declare if not defined.
22214
22215         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
22216
22217         * lib/config.charset: New version, incorporating remarks from a linux
22218         i18n mailing list.  From Bruno Haible.
22219
22220 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
22221
22222         * m4/codeset.m4: New file.
22223         * m4/iconv.m4: New file.
22224         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
22225
22226 2000-03-03  Jim Meyering  <meyering@lucent.com>
22227
22228         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
22229
22230 2000-03-02  Jim Meyering  <meyering@lucent.com>
22231
22232         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
22233         the messages come out on separate lines.
22234
22235         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
22236         rather than jm_CHECK_DECLARATIONS.
22237         * m4/decl.m4: Remove now-unused file.
22238
22239         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
22240         geteuid.
22241
22242 2000-03-02  Jim Meyering  <meyering@lucent.com>
22243
22244         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
22245
22246 2000-03-01  Jim Meyering  <meyering@lucent.com>
22247
22248         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
22249         * lib/unicodeio.c: Likewise.
22250
22251 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
22252
22253         * lib/config.charset: New file.
22254         * lib/localcharset.c: New file.
22255         * lib/unicodeio.h, unicodeio.c: New files.
22256         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
22257         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
22258         (noinst_HEADERS): Add unicodeio.h.
22259         (all-local, install-exec-local, charset.alias): New targets.
22260
22261 2000-02-28  Paul Eggert  <eggert@twinsun.com>
22262
22263         * lib/quotearg.c (ALERT_CHAR): New macro.
22264         (quotearg_buffer_restyled): Use it.
22265
22266 2000-02-27  Jim Meyering  <meyering@lucent.com>
22267
22268         * m4/check-decl.m4: Add getenv to the list.
22269
22270 2000-02-27  Jim Meyering  <meyering@lucent.com>
22271
22272         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
22273         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
22274
22275         * lib/backupfile.c: Guard inclusion of stdlib.h with
22276         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
22277         Declare malloc if needed.
22278
22279         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
22280         `#ifndef HAVE_DECL..'
22281         now that autoconf always defines the HAVE_DECL_ symbols.
22282         * lib/human.c: Likewise.
22283         * lib/same.c: Likewise.
22284         * lib/strtoumax.c: Likewise.
22285
22286         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
22287         declaration check was not run.
22288         * lib/hash.c: Likewise.
22289         * lib/human.c: Likewise.
22290         * lib/same.c: Likewise.
22291         * lib/strtoumax.c: Likewise.
22292
22293         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
22294         `.', then first look up the entire `.'-containing string as a login
22295         name.
22296
22297 2000-02-23  Jim Meyering  <meyering@lucent.com>
22298
22299         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
22300         in place of my hack.
22301
22302 2000-02-18  Paul Eggert  <eggert@twinsun.com>
22303
22304         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
22305         (textint): New typedef.
22306         (parser_control): Member year changed from int to textint.
22307         All uses changed.
22308         (YYSTYPE): Removed; replaced by %union with int and textint members.
22309         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
22310         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
22311         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
22312         (tSNUMBER, tUNUMBER): Now of type <textintval>.
22313         (date, number, to_year): Use width of number in digits, not its value,
22314         to determine whether it's a 2-digit year, or a 2-digit time.
22315         (yylex): Store number of digits of numeric tokens.
22316         Reported by John Kendall.
22317
22318         (parser_control): Changed from struct parser_control to typedef (for
22319         consistency).  All uses changed.
22320
22321         (tID): Removed; not used.
22322         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
22323
22324 2000-02-14  Paul Eggert  <eggert@twinsun.com>
22325
22326         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
22327         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
22328
22329 2000-02-12  Jim Meyering  <meyering@lucent.com>
22330
22331         * lib/userspec.c (ISDIGIT): Define it.
22332         (isdigit): Remove definition.
22333         (is_number): Use ISDIGIT, not isdigit.
22334         <libintl.h>: Include.
22335         (_ and N_): Define.
22336         (parse_user_spec): Mark translatable strings.
22337
22338 2000-02-10  Jim Meyering  <meyering@lucent.com>
22339
22340         With these changes, nanosleep.[ch] are finally enough like the other
22341         lib/* replacement files to compile on a few more losing systems.
22342
22343         * lib/nanosleep.h: Don't include config.h.
22344         Remove prototype from declaration of nanosleep.
22345         (PARAMS): Remove now-unneeded definition.
22346         * lib/nanosleep.c: #undef nanosleep.
22347         (rpl_nanosleep): Rename from nanosleep.
22348
22349 2000-02-10  Jim Meyering  <meyering@lucent.com>
22350
22351         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
22352         gnu_nanosleep to rpl_nanosleep.
22353
22354 2000-02-09  Jim Meyering  <meyering@lucent.com>
22355
22356         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
22357         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
22358
22359 2000-02-08  Akim Demaille  <akim@epita.fr>
22360
22361         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
22362         `[' and `]' and remove uses of `changequote'.
22363         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
22364         (AC_SYS_LARGEFILE): Likewise.
22365         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
22366         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
22367         of changequote.
22368         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
22369         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
22370         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
22371         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
22372
22373 2000-02-05  Jim Meyering  <meyering@lucent.com>
22374
22375         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
22376         Remove explicit use of AC_HEADER_TIME.  It is required by
22377         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
22378         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
22379         in autoconf whereby the expansion of the latter ended up preceding
22380         the expansion of its prerequisite, AC_HEADER_TIME.
22381         Reported by Volker Borchert.
22382
22383 2000-02-03  Jim Meyering  <meyering@lucent.com>
22384
22385         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
22386
22387 2000-02-03  Jim Meyering  <meyering@lucent.com>
22388
22389         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
22390         rather than with `#if HAVE_UTMPNAME'.
22391
22392 2000-02-02  Jim Meyering  <meyering@lucent.com>
22393
22394         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
22395         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
22396         Reported by Eli Zaretskii.
22397
22398 2000-02-01  Jim Meyering  <meyering@lucent.com>
22399
22400         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
22401
22402 2000-01-31  Jim Meyering  <meyering@lucent.com>
22403
22404         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
22405         functions.  Add the time.h and sys/time.h headers along with the
22406         AC_REQUIRE'ment of AC_HEADER_TIME.
22407
22408 2000-01-31  Jim Meyering  <meyering@lucent.com>
22409
22410         * lib/nanosleep.h (nanosleep): Guard declaration with
22411         `#if ! HAVE_DECL_NANOSLEEP'.
22412         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
22413         the declaration in that vendor's sys/timers.h.
22414         Reported by Christian Krackowizer.
22415
22416         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
22417         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
22418         (ISPRINT): Likewise.
22419         Reported by Tom Tromey.
22420
22421 2000-01-30  Jim Meyering  <meyering@lucent.com>
22422
22423         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
22424
22425         * m4/prereq.m4 (utmp_includes): Define.
22426         Check for ut_user and ut_name members in both struct utmpx
22427         and struct utmp.
22428
22429 2000-01-30  Jim Meyering  <meyering@lucent.com>
22430
22431         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
22432         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
22433         header files where only utmpx.ut_user is declared.
22434
22435         * lib/readutmp.h (UT_USER): Define.
22436
22437 2000-01-29  Jim Meyering  <meyering@lucent.com>
22438
22439         * m4/lib-check.m4: New file containing library-related checks from
22440         fileutils and sh-utils (textutils had none).
22441
22442 2000-01-28  Jim Meyering  <meyering@lucent.com>
22443
22444         * m4/perl.m4: Change format of warning message to look more like that
22445         from the missing script.  Suggestion from François Pinard.
22446
22447 2000-01-25  Jim Meyering  <meyering@lucent.com>
22448
22449         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
22450         well as time.h in the compile check.
22451         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
22452         Fix typo in cross-compiling case: s/yes/no/.
22453
22454 2000-01-23  Jim Meyering  <meyering@lucent.com>
22455
22456         * m4/jm-macros.m4: Move df-related tests here from
22457         fileutils/configure.in
22458
22459         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
22460         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
22461
22462         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
22463         s/space/ac_fsusage_space/.
22464         (jm_FILE_SYSTEM_USAGE): Take two parameters.
22465
22466         * m4/ftruncate.m4: New file (derived from part of
22467         fileutils/configure.in).
22468         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
22469         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
22470
22471         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
22472         AC_SUBST these here, rather than just in sh-util/configure.in, so
22473         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
22474         all the same.
22475         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
22476         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
22477         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
22478         (AC_SUBST(POW_LIBM)): Likewise.
22479         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
22480
22481 2000-01-23  Jim Meyering  <meyering@lucent.com>
22482
22483         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
22484         obstack.c.
22485
22486 2000-01-22  Jim Meyering  <meyering@lucent.com>
22487
22488         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
22489
22490         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
22491
22492         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
22493         configure.in
22494         (AC_CHECK_HEADERS): Likewise for sh-utils.
22495         (AC_CHECK_HEADERS): Likewise for textutils.
22496         Merge the three lists of headers.
22497
22498         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
22499         from fileutils' configure.in.
22500
22501         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
22502         code. Moved tests into their own function (_jm_DECL_HEADERS) in
22503         check-decl.m4.
22504
22505         * m4/check-decl.m4: Use #if rather than #ifdef.
22506         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
22507         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
22508         (_jm_DECL_HEADERS): Define new function.
22509         (jm_CHECK_DECLARATIONS): Require it.
22510
22511 2000-01-22  Jim Meyering  <meyering@lucent.com>
22512
22513         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
22514         [! HAVE_DECL_STRTOULL]: Declare strtoull.
22515         Required for some AIX systems.  Reported by Christian Krackowizer.
22516         [TESTING] (main): New function.
22517
22518         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
22519         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
22520         letters.
22521
22522         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
22523         iswprint.
22524
22525         * lib/strverscmp.c (ISDIGIT): Define.
22526         (strverscmp): Use ISDIGIT, not isdigit.
22527
22528 2000-01-19  Jim Meyering  <meyering@lucent.com>
22529
22530         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
22531         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
22532         defines `struct timespec' in <sys/time.h>
22533
22534         * m4/c-bs-a.m4: Remove uses of changequote altogether.
22535         Thanks to Akim for explaining.
22536
22537 2000-01-17  Paul Eggert  <eggert@twinsun.com>
22538
22539         * lib/nanosleep.c (nanosleep):
22540         Don't use SA_INTERRUPT to decide whether to call sigaction, as
22541         POSIX.1 doesn't require SA_INTERRUPT and some systems
22542         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
22543         it's been part of POSIX.1 since day 1 (in 1988).
22544
22545 2000-01-17  Jim Meyering  <meyering@lucent.com>
22546
22547         * lib/interlock: Remove unused file.  Reported by François Pinard.
22548
22549 2000-01-16  Paul Eggert  <eggert@twinsun.com>
22550
22551         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
22552         alert, backslash, formfeed, and vertical tab unnecessarily in
22553         shell quoting style.
22554
22555 2000-01-16  Jim Meyering  <meyering@lucent.com>
22556
22557         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
22558         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
22559         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
22560         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
22561
22562 2000-01-16  Jim Meyering  <meyering@lucent.com>
22563
22564         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
22565         because the latter didn't work.
22566
22567 2000-01-15  Jim Meyering  <meyering@lucent.com>
22568
22569         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
22570         (AC_REPLACE_FUNCS): Add memcpy and memset.
22571         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
22572         Add strpbrk.
22573         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
22574
22575 2000-01-12  Jim Meyering  <meyering@lucent.com>
22576
22577         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
22578         (jm_PREREQ): Use it.
22579         (jm_PREREQ_READUTMP): New macro.
22580         (jm_PREREQ): Use it.
22581
22582 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22583
22584         Quote multibyte characters correctly.
22585         * m4/c-bs-a.m4: New file.
22586         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
22587         (jm_PREREQ): Use it.
22588
22589 2000-01-11  Paul Eggert  <eggert@twinsun.com>
22590
22591         * m4/uintmax_t.m4: Port to autoconf 2.13.
22592
22593 2000-01-08  Jim Meyering  <meyering@ascend.com>
22594
22595         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
22596         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
22597
22598 2000-01-04  Jim Meyering  <meyering@ascend.com>
22599
22600         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
22601         jm_STRUCT_DIRENT_D_TYPE.
22602         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
22603         jm_STRUCT_DIRENT_D_INO.
22604         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
22605         jm_STRUCT_UTIMBUF.
22606         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
22607         renamings.
22608         * m4/utime.m4: Likewise.
22609
22610         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
22611         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
22612
22613 2000-01-03  Paul Eggert  <eggert@twinsun.com>
22614
22615         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
22616         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
22617
22618 2000-01-02  Jim Meyering  <meyering@ascend.com>
22619
22620         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
22621         remember if this is necessary.
22622
22623 1999-12-26  Jim Meyering  <meyering@ascend.com>
22624
22625         * m4/jm-macros.m4: Use it here.
22626         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
22627
22628 1999-12-23  Jim Meyering  <meyering@ascend.com>
22629
22630         * m4/jm-macros.m4: Check for clock_gettime (moved from
22631         fileutils/configure.in)
22632         Check for gettimeofday.
22633
22634 1999-12-20  Jim Meyering  <meyering@ascend.com>
22635
22636         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
22637         autoconf-2.14a-1999-12-20.
22638
22639 1999-12-19  Jim Meyering  <meyering@ascend.com>
22640
22641         * m4/lstat-slash.m4: New file.
22642         * m4/jm-macros.m4: Use the new macro:
22643         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22644
22645 1999-12-07  Jim Meyering  <meyering@ascend.com>
22646
22647         * m4/perl.m4: Require that File::Compare be available, too.
22648         Too many systems seem to lack it.
22649
22650         * m4/strftime.m4: Add checks for most of the cpp macros tested in
22651         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
22652
22653 1999-11-18  Paul Eggert  <eggert@twinsun.com>
22654
22655         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
22656         problem with the QNX 4.25 shell, which doesn't propagate exit
22657         status of failed commands inside shell assignments.
22658
22659 1999-11-17  Jim Meyering  <meyering@ascend.com>
22660
22661         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
22662
22663 1999-11-07  Jim Meyering  <meyering@ascend.com>
22664
22665         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
22666
22667 1999-11-06  Jim Meyering  <meyering@ascend.com>
22668
22669         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
22670         * m4/jm-macros.m4 (jm_MACROS): Use it here.
22671
22672 1999-11-05  Jim Meyering  <meyering@ascend.com>
22673
22674         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
22675         configure.in of textutils, fileutils, and sh-utils into this one
22676         (shared between those packages) file.
22677         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
22678         AC_STRUCT_ST_BLKSIZE.
22679
22680 1999-11-03  Jim Meyering  <meyering@ascend.com>
22681
22682         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
22683         of AC_CHECK_TYPE checks includes unistd.h.
22684         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
22685         Suggestion from Akim Demaille.
22686
22687 1999-10-30  Jim Meyering  <meyering@ascend.com>
22688
22689         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
22690         m4-quoted string.
22691         * m4/ls-mntd-fs.m4: Likewise.
22692         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
22693         * m4/jm-winsz1.m4: Likewise.
22694
22695         * m4/const.m4: Remove file, since the fix made it into the experimental
22696         version of autoconf.
22697         * m4/mktime.m4: Likewise.
22698
22699         * m4/check-type.m4: Remove file, now that the latest version of
22700         AC_CHECK_TYPE takes a third arg to specify additional #includes.
22701
22702         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
22703         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
22704         AC_CHECK_TYPE.
22705
22706 1999-10-04  Jim Meyering  <meyering@ascend.com>
22707
22708         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
22709
22710 1999-09-22  Paul Eggert  <eggert@twinsun.com>
22711
22712         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
22713         2.95.1 bug with HP-UX 10.20.
22714
22715 1999-09-17  Jim Meyering  <meyering@ascend.com>
22716
22717         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
22718         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
22719         due to missing strdup (against sh-utils-2.0).
22720
22721 1999-08-29  Jim Meyering  <meyering@ascend.com>
22722
22723         * m4/jm-macros.m4: Require jm_BISON.
22724         * m4/bison.m4: New file.
22725
22726 1999-08-17  Paul Eggert  <eggert@twinsun.com>
22727
22728         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
22729         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
22730
22731 1999-08-05  Jim Meyering  <meyering@ascend.com>
22732
22733         * m4/getline.m4: Rename test file from conftestdata to conftest.data
22734         to avoid conflicts with `conftest' on 8+3 filesystems.
22735         Suggestion from Eli Zaretskii.
22736
22737 1999-08-04  Jim Meyering  <meyering@ascend.com>
22738
22739         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
22740         fileutils and sh-utils (textutils's getline test was inadequate).
22741         (AM_FUNC_GETLINE): Run this test.
22742         (AC_CHECK_FUNCS): Check for getdelim.
22743         Reported by Bob Proulx.
22744
22745 1999-08-02  Jim Meyering  <meyering@ascend.com>
22746
22747         * m4/jm-macros.m4: Add a comment.
22748
22749 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22750
22751         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
22752         <inttypes.h> defines strtoumax as a macro (and not as a
22753         function).
22754
22755 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22756
22757         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
22758         that we can shift, multiply and divide unsigned long long
22759         values; Ultrix cc can't do it.
22760
22761 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22762
22763         * m4/mktime.m4: New file, which is a preview of what should appear
22764         in the next public autoconf release.
22765
22766 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22767
22768         * m4/lfs.m4: Remove this file.
22769         * m4/largefile.m4: New file.  It contains the old contents of
22770         lfs.m4, except that all names with prefix AC_LFS have been
22771         changed to use the prefix AC_SYS_LARGEFILE instead, to be
22772         compatible with future autoconf versions.  Also, some minor m4
22773         quoting problems have been fixed.
22774
22775 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22776
22777         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
22778         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
22779         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
22780         and simplify the shell code.
22781
22782 1999-08-01  Jim Meyering  <meyering@ascend.com>
22783
22784         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
22785         m4.
22786
22787 1999-07-20  Jim Meyering  <meyering@ascend.com>
22788
22789         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
22790
22791 1999-07-15  Jim Meyering  <meyering@ascend.com>
22792
22793         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
22794
22795 1999-05-22  Jim Meyering  <meyering@ascend.com>
22796
22797         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
22798
22799 1999-05-20  Jim Meyering  <meyering@ascend.com>
22800
22801         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
22802         Add a colon after each `then' in case $4 is empty.
22803
22804 1999-05-16  Jim Meyering  <meyering@ascend.com>
22805
22806         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
22807
22808 1999-05-10  Jim Meyering  <meyering@ascend.com>
22809
22810         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
22811
22812         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
22813         AC_FUNC_MKTIME.
22814
22815 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
22816
22817         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
22818
22819 1999-05-04  Paul Eggert  <eggert@twinsun.com>
22820
22821         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
22822         not CPPFLAGS, so that linking works correctly in IRIX.
22823
22824 1999-04-30  Paul Eggert  <eggert@twinsun.com>
22825
22826         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
22827
22828 1999-04-20  Paul Eggert  <eggert@twinsun.com>
22829
22830         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
22831         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
22832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
22833         jm_AC_TYPE_UNSIGNED_LONG_LONG.
22834         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
22835
22836         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
22837
22838 1999-04-20  Jim Meyering  <meyering@ascend.com>
22839
22840         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
22841         AC_REPLACE xstroull if necessary.  From Paul Eggert.
22842         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
22843
22844 1999-04-18  Jim Meyering  <meyering@ascend.com>
22845
22846         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
22847         * m4/jm-macros.m4: Use it.
22848
22849 1999-04-06  Jim Meyering  <meyering@ascend.com>
22850
22851         * m4/strftime.m4: Remove test for %f.
22852
22853 1999-03-29  Jim Meyering  <meyering@ascend.com>
22854
22855         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
22856         superset of the AC_TYPE_* checks in the textutils, fileutils,
22857         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
22858         AC_TYPE_PID_T.
22859
22860 1999-03-28  Jim Meyering  <meyering@ascend.com>
22861
22862         * m4/jm-macros.m4: Define GNU_PACKAGE here.
22863         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
22864         replaced e.g., in the *.sh files of the sh-utils.
22865
22866 1999-03-20  Jim Meyering  <meyering@ascend.com>
22867
22868         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
22869         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
22870         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
22871
22872 1999-03-19  Jim Meyering  <meyering@ascend.com>
22873
22874         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
22875
22876 1999-03-12  Jim Meyering  <meyering@ascend.com>
22877
22878         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
22879
22880 1999-03-07  Jim Meyering  <meyering@ascend.com>
22881
22882         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
22883         declared.
22884
22885 1999-02-17  Jim Meyering  <meyering@ascend.com>
22886
22887         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
22888         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
22889
22890 1999-02-07  Jim Meyering  <meyering@ascend.com>
22891
22892         * m4/group-member.m4: New file -- extracted from sh-utils'
22893         configure.in.
22894
22895         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
22896         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
22897
22898 1999-02-06  Jim Meyering  <meyering@ascend.com>
22899
22900         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
22901         * m4/fnmatch.m4: Likewise.
22902         * m4/getgroups.m4: Likewise.
22903         * m4/lstat.m4: Likewise.
22904         * m4/malloc.m4: Likewise.
22905         * m4/putenv.m4: Likewise.
22906         * m4/realloc.m4: Likewise.
22907         * m4/regex.m4: Likewise.
22908         * m4/stat.m4: Likewise.
22909         * m4/strftime.m4: Likewise.
22910         Suggestion from Alain Magloire.
22911
22912         * m4/chown.m4: Use `.$ac_objext', not `.o'.
22913         * m4/fnmatch.m4: Likewise.
22914         * m4/getgroups.m4: Likewise.
22915         * m4/getline.m4: Likewise.
22916         * m4/lstat.m4: Likewise.
22917         * m4/malloc.m4: Likewise.
22918         * m4/memcmp.m4: Likewise.
22919         * m4/putenv.m4: Likewise.
22920         * m4/realloc.m4: Likewise.
22921         * m4/regex.m4: Likewise.
22922         * m4/stat.m4: Likewise.
22923         * m4/strftime.m4: Likewise.
22924         Suggestion from Alain Magloire.
22925
22926         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
22927         an argument.
22928
22929         * m4/regex.m4: Add a run-time Test for proper operation of
22930         re_compile_pattern.
22931
22932 1999-01-31  Jim Meyering  <meyering@ascend.com>
22933
22934         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
22935
22936 1999-01-30  Jim Meyering  <meyering@ascend.com>
22937
22938         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
22939
22940         * m4/jm-mktime.m4: Make this a wrapper around the official
22941         AM_FUNC_MKTIME rather than my private copy, now that the official one
22942         is up to date.
22943         * m4/mktime.m4: Remove file.
22944
22945         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
22946         * m4/uptime.m4: Likewise.
22947         * m4/uintmax_t.m4: Likewise.
22948
22949 1999-01-28  Jim Meyering  <meyering@ascend.com>
22950
22951         * m4/jm-macros.m4: Use jm_AFS.
22952         * m4/afs.m4: New file (from fileutils' configure.in).
22953
22954         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
22955         * m4/chown.m4: Likewise.
22956         * m4/d-ino.m4: Likewise.
22957         * m4/d-type.m4: Likewise.
22958         * m4/fnmatch.m4: Likewise.
22959         * m4/getgroups.m4: Likewise.
22960         * m4/gettext.m4: Likewise.
22961         * m4/jm-mktime.m4: Likewise.
22962         * m4/jm-winsz2.m4: Likewise.
22963         * m4/lcmessage.m4: Likewise.
22964         * m4/ls-mntd-fs.m4: Likewise.
22965         * m4/malloc.m4: Likewise.
22966         * m4/memcmp.m4: Likewise.
22967         * m4/putenv.m4: Likewise.
22968         * m4/realloc.m4: Likewise.
22969         * m4/st_mtim.m4: Likewise.
22970         * m4/strftime.m4: Likewise.
22971
22972 1999-01-16  Jim Meyering  <meyering@ascend.com>
22973
22974         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
22975         (ARGMATCH_DIE_DECL): Define.
22976
22977 1999-01-12  Jim Meyering  <meyering@ascend.com>
22978
22979         * m4/Makefile.am.in: Rewrite to avoid using fmt.
22980         Reported by Lars Hecking.
22981
22982 1999-01-10  Jim Meyering  <meyering@ascend.com>
22983
22984         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
22985         gross kludge.
22986         * m4/inttypes_h.m4: Likewise.
22987         * m4/lstat.m4: Likewise.
22988         * m4/malloc.m4: Likewise.
22989         * m4/readdir.m4: Likewise.
22990         * m4/realloc.m4: Likewise.
22991         * m4/st_dm_mode.m4: Likewise.
22992         * m4/stat.m4: Likewise.
22993         * m4/utimbuf.m4: Likewise.
22994         * m4/utimes.m4: Likewise.
22995
22996         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
22997         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
22998         comments in config.h.in are meaningful.
22999
23000         * m4/jm-macros.m4: Require autoconf-2.13 here.
23001
23002         * m4/regex.m4: By default, don't use the included regex.c on systems
23003         with glibc 2.  Suggestion from Uli Drepper.
23004
23005 1999-01-02  Jim Meyering  <meyering@ascend.com>
23006
23007         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
23008
23009 1998-12-18  Jim Meyering  <meyering@ascend.com>
23010
23011         * m4/Makefile.am.in (Makefile.am): Simplify rule.
23012         Based on a suggestion from Lars Hecking.
23013
23014 1998-11-16  Paul Eggert  <eggert@twinsun.com>
23015
23016         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
23017
23018 1998-11-16  Jim Meyering  <meyering@ascend.com>
23019
23020         * m4/lfs.m4: Double-quote the `uname...` expression.
23021
23022 1998-11-14  Jim Meyering  <meyering@ascend.com>
23023
23024         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
23025         * m4/stat.m4: Likewise.
23026
23027 1998-11-03  Jim Meyering  <meyering@ascend.com>
23028
23029         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
23030         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
23031
23032 1998-10-18  Jim Meyering  <meyering@ascend.com>
23033
23034         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
23035
23036 1998-10-17  Jim Meyering  <meyering@ascend.com>
23037
23038         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
23039         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
23040         calls for those previously hard-coded headers.  Instead, take a new
23041         parameter.
23042         (jm_CHECK_DECLARATIONS): Reflect interface change.
23043         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
23044         (jm_CHECK_DECL_LOCALTIME_R): New macro.
23045
23046         * m4/mktime.m4: Test for spring-forward gap before long-running test.
23047
23048 1998-10-14  Jim Meyering  <meyering@ascend.com>
23049
23050         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
23051         instead of "TZ=America/Vancouver".  From Paul Eggert.
23052
23053 1998-10-11  Jim Meyering  <meyering@ascend.com>
23054
23055         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
23056         This adds a test for a recently added compatibility fix for mktime.c.
23057         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
23058
23059 1998-09-27  Jim Meyering  <meyering@ascend.com>
23060
23061         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
23062
23063         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
23064         ../configure.in, including a change from Gordon Matzigkeit to allow
23065         cross-compiling for the Hurd.
23066
23067         * m4/glibc.m4: New file/macro to test for the GNU C Library
23068         versions 1 and 2.  From Gordon Matzigkeit.
23069         Indent.
23070
23071 1998-09-21  Jim Meyering  <meyering@ascend.com>
23072
23073         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
23074
23075 1998-08-18  Paul Eggert  <eggert@twinsun.com>
23076
23077         Port nanosecond-resolution times to UnixWare 2.1.2 and
23078         pedantic Solaris 2.6.
23079
23080         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
23081         AC_STRUCT_ST_MTIM.
23082         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
23083         Generate name of ns member, instead of just 1 or undef.
23084         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
23085
23086 1998-08-15  Jim Meyering  <meyering@ascend.com>
23087
23088         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
23089         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
23090         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
23091         instead of jm_TYPE_SSIZE_T.
23092
23093 1998-08-12  Jim Meyering  <meyering@ascend.com>
23094
23095         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
23096
23097 1998-08-02  Jim Meyering  <meyering@ascend.com>
23098
23099         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
23100         in acconfig.h manually.
23101
23102 1998-07-31  Paul Eggert  <eggert@twinsun.com>
23103
23104         * m4/st_mtim.m4: New file.
23105
23106 1998-07-28  Jim Meyering  <meyering@ascend.com>
23107
23108         * m4/utimes.m4: Undef stat.
23109
23110 1998-07-25  Jim Meyering  <meyering@ascend.com>
23111
23112         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
23113         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
23114
23115 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
23116
23117         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
23118         uid and gid actually remain unchanged.
23119
23120 1998-07-07  Jim Meyering  <meyering@ascend.com>
23121
23122         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
23123
23124 1998-07-04  Jim Meyering  <meyering@ascend.com>
23125
23126         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
23127         to prove that this macro can be used in packages without regex.c.
23128
23129 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
23130
23131         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
23132         is to be used.
23133
23134 1998-07-03  Jim Meyering  <meyering@ascend.com>
23135
23136         * m4/gettext.m4: Add -lintl if it's found to be necessary.
23137
23138         * m4/gettext.m4: New file -- from gettext-0.10.35.
23139         * m4/lcmessage.m4: Likewise.
23140         * m4/progtest.m4: Likewise.
23141
23142         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
23143         * m4/jm-macros.m4: Require the new macro.
23144
23145 1998-06-29  Jim Meyering  <meyering@ascend.com>
23146
23147         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
23148         for the definition of NGROUPS (used in a system header included
23149         by sys/mount.h).
23150
23151 1998-06-28  Jim Meyering  <meyering@ascend.com>
23152
23153         * m4/ls-mntd-fs.m4: New file.
23154         * m4/fstypename.m4: New file.
23155
23156         * m4/jm-macros.m4: Require the new macro.
23157         * m4/jm-glibc-io.m4: New file.
23158
23159 1998-05-19  Jim Meyering  <meyering@ascend.com>
23160
23161         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
23162         * m4/lchown.m4: New file.
23163
23164         * m4/Makefile.am.in: New file.
23165         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
23166
23167 1998-05-14  Jim Meyering  <meyering@ascend.com>
23168
23169         * m4/Makefile.am (EXTRA_DIST): Add them.
23170         * m4/jm-macros.m4: New file.
23171         * m4/utimbuf.m4: New file.
23172
23173 1998-05-12  Jim Meyering  <meyering@ascend.com>
23174
23175         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
23176
23177 1998-05-11  Jim Meyering  <meyering@ascend.com>
23178
23179         * m4/isc-posix.m4: New file.
23180
23181 1998-05-10  Jim Meyering  <meyering@ascend.com>
23182
23183         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
23184
23185 1998-05-09  Jim Meyering  <meyering@ascend.com>
23186
23187         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
23188         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
23189         with automake.
23190
23191         * m4/ssize_t.m4: New file.
23192         * m4/mktime.m4: Remove file -- the new automake has this now.
23193
23194 1998-04-26  Jim Meyering  <meyering@ascend.com>
23195
23196         * m4/assert.m4: New file.
23197         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
23198
23199 1998-04-05  Jim Meyering  <meyering@ascend.com>
23200
23201         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
23202         (jm_PREREQ): Use it here.
23203
23204 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
23205
23206         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
23207         in acconfig.h.
23208
23209 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
23210
23211         * m4/prereq.m4: New file.
23212         * m4/error.m4: New file.
23213         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
23214
23215 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
23216
23217         * m4/getline.m4: Don't set am_cv_func_working_getline before the
23218         cache-check for the same variable -- that defeated the purpose of
23219         the test; the test program was never run.  This was a problem only
23220         on systems with losing getline functions -- HP-UX 10.20 is one.
23221         Reported by Bjorn Helgaas.
23222
23223 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
23224
23225         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
23226
23227 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
23228
23229         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
23230
23231         * m4/const.m4: New file.  Use an initializer in this declaration
23232         typedef int charset[2]; const charset x;
23233         Reported by Bob Glickstein.
23234
23235 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
23236
23237         * m4/chown.m4: Fix reversed types on -1 args to chown.
23238         From Kaveh Ghazi.
23239
23240 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
23241
23242         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
23243         Add lseek and memchr.
23244
23245         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
23246         T.E.Dickey <dickey@clark.net> said that some older preprocessors
23247         have a 20-character limit on names.
23248
23249 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
23250
23251         * m4/inttypes_h.m4: New file.
23252         * m4/uintmax_t.m4: New file.
23253         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
23254
23255 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
23256   Free Software Foundation, Inc.
23257 Copying and distribution of this file, with or without modification,
23258 are permitted provided the copyright notice and this notice are preserved.